diff --git a/pkg/apis/workspaces/v1alpha2/doc.go b/pkg/apis/workspaces/v1alpha2/doc.go index ce7183fca..04b838fb3 100644 --- a/pkg/apis/workspaces/v1alpha2/doc.go +++ b/pkg/apis/workspaces/v1alpha2/doc.go @@ -18,5 +18,5 @@ // +k8s:deepcopy-gen=package,register // +k8s:openapi-gen=true // +groupName=workspace.devfile.io -// +devfile:jsonschema:version=2.2.1-alpha +// +devfile:jsonschema:version=2.2.2 package v1alpha2 diff --git a/schemas/latest/dev-workspace-template-spec.json b/schemas/latest/dev-workspace-template-spec.json index f96cb30f0..1fef0284e 100644 --- a/schemas/latest/dev-workspace-template-spec.json +++ b/schemas/latest/dev-workspace-template-spec.json @@ -1,7 +1,7 @@ { "description": "Structure of the devworkspace. This is also the specification of a devworkspace template.", "type": "object", - "title": "DevWorkspaceTemplateSpec schema - Version 2.2.1-alpha", + "title": "DevWorkspaceTemplateSpec schema - Version 2.2.2", "properties": { "attributes": { "description": "Map of implementation-dependant free-form YAML attributes.", diff --git a/schemas/latest/dev-workspace-template.json b/schemas/latest/dev-workspace-template.json index fb4885471..e785569fa 100644 --- a/schemas/latest/dev-workspace-template.json +++ b/schemas/latest/dev-workspace-template.json @@ -1,7 +1,7 @@ { "description": "DevWorkspaceTemplate is the Schema for the devworkspacetemplates API", "type": "object", - "title": "DevWorkspaceTemplate schema - Version 2.2.1-alpha", + "title": "DevWorkspaceTemplate schema - Version 2.2.2", "properties": { "apiVersion": { "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources", diff --git a/schemas/latest/dev-workspace.json b/schemas/latest/dev-workspace.json index d50309c32..b5485d712 100644 --- a/schemas/latest/dev-workspace.json +++ b/schemas/latest/dev-workspace.json @@ -1,7 +1,7 @@ { "description": "DevWorkspace is the Schema for the devworkspaces API", "type": "object", - "title": "DevWorkspace schema - Version 2.2.1-alpha", + "title": "DevWorkspace schema - Version 2.2.2", "properties": { "apiVersion": { "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources", diff --git a/schemas/latest/devfile.json b/schemas/latest/devfile.json index 1270819bc..e025de9ca 100644 --- a/schemas/latest/devfile.json +++ b/schemas/latest/devfile.json @@ -1,7 +1,7 @@ { "description": "Devfile describes the structure of a cloud-native devworkspace and development environment.", "type": "object", - "title": "Devfile schema - Version 2.2.1-alpha", + "title": "Devfile schema - Version 2.2.2", "required": [ "schemaVersion" ], diff --git a/schemas/latest/ide-targeted/dev-workspace-template-spec.json b/schemas/latest/ide-targeted/dev-workspace-template-spec.json index 810cc3854..5ad3078dd 100644 --- a/schemas/latest/ide-targeted/dev-workspace-template-spec.json +++ b/schemas/latest/ide-targeted/dev-workspace-template-spec.json @@ -1,7 +1,7 @@ { "description": "Structure of the devworkspace. This is also the specification of a devworkspace template.\n\nIDE-targeted variants of the schemas provide the following difference compared to the main schemas:\n- They contain additional non-standard `markdownDescription` attributes that are used by IDEs such a VSCode\nto provide markdown-rendered documentation hovers.\n- They don't contain `default` attributes, since this triggers unwanted addition of defaulted fields during completion in IDEs.", "type": "object", - "title": "DevWorkspaceTemplateSpec schema - Version 2.2.1-alpha - IDE-targeted variant", + "title": "DevWorkspaceTemplateSpec schema - Version 2.2.2 - IDE-targeted variant", "properties": { "attributes": { "description": "Map of implementation-dependant free-form YAML attributes.", diff --git a/schemas/latest/ide-targeted/dev-workspace-template.json b/schemas/latest/ide-targeted/dev-workspace-template.json index aa04f86a9..9f63ef83e 100644 --- a/schemas/latest/ide-targeted/dev-workspace-template.json +++ b/schemas/latest/ide-targeted/dev-workspace-template.json @@ -1,7 +1,7 @@ { "description": "DevWorkspaceTemplate is the Schema for the devworkspacetemplates API\n\nIDE-targeted variants of the schemas provide the following difference compared to the main schemas:\n- They contain additional non-standard `markdownDescription` attributes that are used by IDEs such a VSCode\nto provide markdown-rendered documentation hovers.\n- They don't contain `default` attributes, since this triggers unwanted addition of defaulted fields during completion in IDEs.", "type": "object", - "title": "DevWorkspaceTemplate schema - Version 2.2.1-alpha - IDE-targeted variant", + "title": "DevWorkspaceTemplate schema - Version 2.2.2 - IDE-targeted variant", "properties": { "apiVersion": { "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources", diff --git a/schemas/latest/ide-targeted/dev-workspace.json b/schemas/latest/ide-targeted/dev-workspace.json index b5204383c..7eb540040 100644 --- a/schemas/latest/ide-targeted/dev-workspace.json +++ b/schemas/latest/ide-targeted/dev-workspace.json @@ -1,7 +1,7 @@ { "description": "DevWorkspace is the Schema for the devworkspaces API\n\nIDE-targeted variants of the schemas provide the following difference compared to the main schemas:\n- They contain additional non-standard `markdownDescription` attributes that are used by IDEs such a VSCode\nto provide markdown-rendered documentation hovers.\n- They don't contain `default` attributes, since this triggers unwanted addition of defaulted fields during completion in IDEs.", "type": "object", - "title": "DevWorkspace schema - Version 2.2.1-alpha - IDE-targeted variant", + "title": "DevWorkspace schema - Version 2.2.2 - IDE-targeted variant", "properties": { "apiVersion": { "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources", diff --git a/schemas/latest/ide-targeted/devfile.json b/schemas/latest/ide-targeted/devfile.json index 2968de21b..5f49349af 100644 --- a/schemas/latest/ide-targeted/devfile.json +++ b/schemas/latest/ide-targeted/devfile.json @@ -1,7 +1,7 @@ { "description": "Devfile describes the structure of a cloud-native devworkspace and development environment.\n\nIDE-targeted variants of the schemas provide the following difference compared to the main schemas:\n- They contain additional non-standard `markdownDescription` attributes that are used by IDEs such a VSCode\nto provide markdown-rendered documentation hovers.\n- They don't contain `default` attributes, since this triggers unwanted addition of defaulted fields during completion in IDEs.", "type": "object", - "title": "Devfile schema - Version 2.2.1-alpha - IDE-targeted variant", + "title": "Devfile schema - Version 2.2.2 - IDE-targeted variant", "required": [ "schemaVersion" ], diff --git a/schemas/latest/ide-targeted/parent-overrides.json b/schemas/latest/ide-targeted/parent-overrides.json index 536a1a7ae..14d5f3142 100644 --- a/schemas/latest/ide-targeted/parent-overrides.json +++ b/schemas/latest/ide-targeted/parent-overrides.json @@ -1,7 +1,7 @@ { "description": "\n\nIDE-targeted variants of the schemas provide the following difference compared to the main schemas:\n- They contain additional non-standard `markdownDescription` attributes that are used by IDEs such a VSCode\nto provide markdown-rendered documentation hovers.\n- They don't contain `default` attributes, since this triggers unwanted addition of defaulted fields during completion in IDEs.", "type": "object", - "title": "ParentOverrides schema - Version 2.2.1-alpha - IDE-targeted variant", + "title": "ParentOverrides schema - Version 2.2.2 - IDE-targeted variant", "properties": { "attributes": { "description": "Overrides of attributes encapsulated in a parent devfile. Overriding is done according to K8S strategic merge patch standard rules.", diff --git a/schemas/latest/ide-targeted/plugin-overrides.json b/schemas/latest/ide-targeted/plugin-overrides.json index bc57e3779..fdb9efa34 100644 --- a/schemas/latest/ide-targeted/plugin-overrides.json +++ b/schemas/latest/ide-targeted/plugin-overrides.json @@ -1,7 +1,7 @@ { "description": "\n\nIDE-targeted variants of the schemas provide the following difference compared to the main schemas:\n- They contain additional non-standard `markdownDescription` attributes that are used by IDEs such a VSCode\nto provide markdown-rendered documentation hovers.\n- They don't contain `default` attributes, since this triggers unwanted addition of defaulted fields during completion in IDEs.", "type": "object", - "title": "PluginOverrides schema - Version 2.2.1-alpha - IDE-targeted variant", + "title": "PluginOverrides schema - Version 2.2.2 - IDE-targeted variant", "properties": { "commands": { "description": "Overrides of commands encapsulated in a parent devfile or a plugin. Overriding is done according to K8S strategic merge patch standard rules.", diff --git a/schemas/latest/jsonSchemaVersion.txt b/schemas/latest/jsonSchemaVersion.txt index 1d0111f93..7e541aec6 100644 --- a/schemas/latest/jsonSchemaVersion.txt +++ b/schemas/latest/jsonSchemaVersion.txt @@ -1 +1 @@ -2.2.1-alpha \ No newline at end of file +2.2.2 \ No newline at end of file diff --git a/schemas/latest/parent-overrides.json b/schemas/latest/parent-overrides.json index 0ee4cfe79..f23140f4f 100644 --- a/schemas/latest/parent-overrides.json +++ b/schemas/latest/parent-overrides.json @@ -1,6 +1,6 @@ { "type": "object", - "title": "ParentOverrides schema - Version 2.2.1-alpha", + "title": "ParentOverrides schema - Version 2.2.2", "properties": { "attributes": { "description": "Overrides of attributes encapsulated in a parent devfile. Overriding is done according to K8S strategic merge patch standard rules.", diff --git a/schemas/latest/plugin-overrides.json b/schemas/latest/plugin-overrides.json index a0e39018a..ff531acb7 100644 --- a/schemas/latest/plugin-overrides.json +++ b/schemas/latest/plugin-overrides.json @@ -1,6 +1,6 @@ { "type": "object", - "title": "PluginOverrides schema - Version 2.2.1-alpha", + "title": "PluginOverrides schema - Version 2.2.2", "properties": { "commands": { "description": "Overrides of commands encapsulated in a parent devfile or a plugin. Overriding is done according to K8S strategic merge patch standard rules.",