From 0f92ac0ee50b64acc75fc990f4022b886d17c0dd Mon Sep 17 00:00:00 2001 From: John Collier Date: Fri, 15 Jan 2021 10:34:56 -0500 Subject: [PATCH] chore(post-release): bump schema version to 2.1.0-alpha Signed-off-by: John Collier --- pkg/apis/workspaces/v1alpha2/doc.go | 2 +- schemas/latest/dev-workspace-template-spec.json | 2 +- schemas/latest/dev-workspace-template.json | 2 +- schemas/latest/dev-workspace.json | 2 +- schemas/latest/devfile.json | 2 +- schemas/latest/ide-targeted/dev-workspace-template-spec.json | 2 +- schemas/latest/ide-targeted/dev-workspace-template.json | 2 +- schemas/latest/ide-targeted/dev-workspace.json | 2 +- schemas/latest/ide-targeted/devfile.json | 2 +- schemas/latest/ide-targeted/parent-overrides.json | 2 +- schemas/latest/ide-targeted/plugin-overrides.json | 2 +- schemas/latest/jsonSchemaVersion.txt | 2 +- schemas/latest/parent-overrides.json | 2 +- schemas/latest/plugin-overrides.json | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/pkg/apis/workspaces/v1alpha2/doc.go b/pkg/apis/workspaces/v1alpha2/doc.go index e243c3223..0a94724e4 100644 --- a/pkg/apis/workspaces/v1alpha2/doc.go +++ b/pkg/apis/workspaces/v1alpha2/doc.go @@ -2,5 +2,5 @@ // +k8s:deepcopy-gen=package,register // +k8s:openapi-gen=true // +groupName=workspace.devfile.io -// +devfile:jsonschema:version=2.0.0-alpha2 +// +devfile:jsonschema:version=2.1.0-alpha package v1alpha2 diff --git a/schemas/latest/dev-workspace-template-spec.json b/schemas/latest/dev-workspace-template-spec.json index aab9b4a3f..18f60b2a0 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 workspace. This is also the specification of a workspace template.", "type": "object", - "title": "DevWorkspaceTemplateSpec schema - Version 2.0.0-alpha2", + "title": "DevWorkspaceTemplateSpec schema - Version 2.1.0-alpha", "properties": { "commands": { "description": "Predefined, ready-to-use, workspace-related commands", diff --git a/schemas/latest/dev-workspace-template.json b/schemas/latest/dev-workspace-template.json index 558d5e148..017c37b4b 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.0.0-alpha2", + "title": "DevWorkspaceTemplate schema - Version 2.1.0-alpha", "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 06c298e3c..5beac45ba 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.0.0-alpha2", + "title": "DevWorkspace schema - Version 2.1.0-alpha", "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 7247ff132..7f1d9a749 100644 --- a/schemas/latest/devfile.json +++ b/schemas/latest/devfile.json @@ -1,7 +1,7 @@ { "description": "Devfile describes the structure of a cloud-native workspace and development environment.", "type": "object", - "title": "Devfile schema - Version 2.0.0-alpha2", + "title": "Devfile schema - Version 2.1.0-alpha", "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 3316e94da..7b73756a7 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 workspace. This is also the specification of a workspace 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.0.0-alpha2 - IDE-targeted variant", + "title": "DevWorkspaceTemplateSpec schema - Version 2.1.0-alpha - IDE-targeted variant", "properties": { "commands": { "description": "Predefined, ready-to-use, workspace-related commands", diff --git a/schemas/latest/ide-targeted/dev-workspace-template.json b/schemas/latest/ide-targeted/dev-workspace-template.json index 4c38d9e93..aa9afc256 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.0.0-alpha2 - IDE-targeted variant", + "title": "DevWorkspaceTemplate schema - Version 2.1.0-alpha - 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 8e42e90a3..83ac73491 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.0.0-alpha2 - IDE-targeted variant", + "title": "DevWorkspace schema - Version 2.1.0-alpha - 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 29fafe682..e980ce9ad 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 workspace 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.0.0-alpha2 - IDE-targeted variant", + "title": "Devfile schema - Version 2.1.0-alpha - IDE-targeted variant", "required": [ "schemaVersion" ], diff --git a/schemas/latest/ide-targeted/parent-overrides.json b/schemas/latest/ide-targeted/parent-overrides.json index c2508558e..396627c40 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.0.0-alpha2 - IDE-targeted variant", + "title": "ParentOverrides schema - Version 2.1.0-alpha - 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/ide-targeted/plugin-overrides.json b/schemas/latest/ide-targeted/plugin-overrides.json index c7a95bbdc..555e35b1f 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.0.0-alpha2 - IDE-targeted variant", + "title": "PluginOverrides schema - Version 2.1.0-alpha - 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 3770e3df8..2702b2a4e 100644 --- a/schemas/latest/jsonSchemaVersion.txt +++ b/schemas/latest/jsonSchemaVersion.txt @@ -1 +1 @@ -2.0.0-alpha2 \ No newline at end of file +2.1.0-alpha \ No newline at end of file diff --git a/schemas/latest/parent-overrides.json b/schemas/latest/parent-overrides.json index 79067138b..856b7a046 100644 --- a/schemas/latest/parent-overrides.json +++ b/schemas/latest/parent-overrides.json @@ -1,6 +1,6 @@ { "type": "object", - "title": "ParentOverrides schema - Version 2.0.0-alpha2", + "title": "ParentOverrides schema - Version 2.1.0-alpha", "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/plugin-overrides.json b/schemas/latest/plugin-overrides.json index c489f179f..709d848f7 100644 --- a/schemas/latest/plugin-overrides.json +++ b/schemas/latest/plugin-overrides.json @@ -1,6 +1,6 @@ { "type": "object", - "title": "PluginOverrides schema - Version 2.0.0-alpha2", + "title": "PluginOverrides schema - Version 2.1.0-alpha", "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.",