Skip to content

Commit d363917

Browse files
authored
chore(post-release): bump schema version to 2.2.0-alpha (#467)
Signed-off-by: John Collier <[email protected]>
1 parent e7f24e3 commit d363917

14 files changed

+14
-14
lines changed

pkg/apis/workspaces/v1alpha2/doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
// +k8s:deepcopy-gen=package,register
33
// +k8s:openapi-gen=true
44
// +groupName=workspace.devfile.io
5-
// +devfile:jsonschema:version=2.1.0-alpha
5+
// +devfile:jsonschema:version=2.2.0-alpha
66
package v1alpha2

schemas/latest/dev-workspace-template-spec.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"description": "Structure of the devworkspace. This is also the specification of a devworkspace template.",
33
"type": "object",
4-
"title": "DevWorkspaceTemplateSpec schema - Version 2.1.0-alpha",
4+
"title": "DevWorkspaceTemplateSpec schema - Version 2.2.0-alpha",
55
"properties": {
66
"attributes": {
77
"description": "Map of implementation-dependant free-form YAML attributes.",

schemas/latest/dev-workspace-template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"description": "DevWorkspaceTemplate is the Schema for the devworkspacetemplates API",
33
"type": "object",
4-
"title": "DevWorkspaceTemplate schema - Version 2.1.0-alpha",
4+
"title": "DevWorkspaceTemplate schema - Version 2.2.0-alpha",
55
"properties": {
66
"apiVersion": {
77
"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",

schemas/latest/dev-workspace.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"description": "DevWorkspace is the Schema for the devworkspaces API",
33
"type": "object",
4-
"title": "DevWorkspace schema - Version 2.1.0-alpha",
4+
"title": "DevWorkspace schema - Version 2.2.0-alpha",
55
"properties": {
66
"apiVersion": {
77
"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",

schemas/latest/devfile.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"description": "Devfile describes the structure of a cloud-native devworkspace and development environment.",
33
"type": "object",
4-
"title": "Devfile schema - Version 2.1.0-alpha",
4+
"title": "Devfile schema - Version 2.2.0-alpha",
55
"required": [
66
"schemaVersion"
77
],

schemas/latest/ide-targeted/dev-workspace-template-spec.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"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.",
33
"type": "object",
4-
"title": "DevWorkspaceTemplateSpec schema - Version 2.1.0-alpha - IDE-targeted variant",
4+
"title": "DevWorkspaceTemplateSpec schema - Version 2.2.0-alpha - IDE-targeted variant",
55
"properties": {
66
"attributes": {
77
"description": "Map of implementation-dependant free-form YAML attributes.",

schemas/latest/ide-targeted/dev-workspace-template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"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.",
33
"type": "object",
4-
"title": "DevWorkspaceTemplate schema - Version 2.1.0-alpha - IDE-targeted variant",
4+
"title": "DevWorkspaceTemplate schema - Version 2.2.0-alpha - IDE-targeted variant",
55
"properties": {
66
"apiVersion": {
77
"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",

schemas/latest/ide-targeted/dev-workspace.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"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.",
33
"type": "object",
4-
"title": "DevWorkspace schema - Version 2.1.0-alpha - IDE-targeted variant",
4+
"title": "DevWorkspace schema - Version 2.2.0-alpha - IDE-targeted variant",
55
"properties": {
66
"apiVersion": {
77
"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",

schemas/latest/ide-targeted/devfile.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"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.",
33
"type": "object",
4-
"title": "Devfile schema - Version 2.1.0-alpha - IDE-targeted variant",
4+
"title": "Devfile schema - Version 2.2.0-alpha - IDE-targeted variant",
55
"required": [
66
"schemaVersion"
77
],

schemas/latest/ide-targeted/parent-overrides.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"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.",
33
"type": "object",
4-
"title": "ParentOverrides schema - Version 2.1.0-alpha - IDE-targeted variant",
4+
"title": "ParentOverrides schema - Version 2.2.0-alpha - IDE-targeted variant",
55
"properties": {
66
"attributes": {
77
"description": "Overrides of attributes encapsulated in a parent devfile. Overriding is done according to K8S strategic merge patch standard rules.",

schemas/latest/ide-targeted/plugin-overrides.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"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.",
33
"type": "object",
4-
"title": "PluginOverrides schema - Version 2.1.0-alpha - IDE-targeted variant",
4+
"title": "PluginOverrides schema - Version 2.2.0-alpha - IDE-targeted variant",
55
"properties": {
66
"commands": {
77
"description": "Overrides of commands encapsulated in a parent devfile or a plugin. Overriding is done according to K8S strategic merge patch standard rules.",

schemas/latest/jsonSchemaVersion.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.0-alpha
1+
2.2.0-alpha

schemas/latest/parent-overrides.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "object",
3-
"title": "ParentOverrides schema - Version 2.1.0-alpha",
3+
"title": "ParentOverrides schema - Version 2.2.0-alpha",
44
"properties": {
55
"attributes": {
66
"description": "Overrides of attributes encapsulated in a parent devfile. Overriding is done according to K8S strategic merge patch standard rules.",

schemas/latest/plugin-overrides.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "object",
3-
"title": "PluginOverrides schema - Version 2.1.0-alpha",
3+
"title": "PluginOverrides schema - Version 2.2.0-alpha",
44
"properties": {
55
"commands": {
66
"description": "Overrides of commands encapsulated in a parent devfile or a plugin. Overriding is done according to K8S strategic merge patch standard rules.",

0 commit comments

Comments
 (0)