Skip to content

Commit a6ec0a3

Browse files
authored
prepare for 2.2.2 release (#1332)
* 2.2.0 release cut Signed-off-by: Stephanie <[email protected]> * 2.2.0 release cut (#958) Signed-off-by: Stephanie <[email protected]> Signed-off-by: Stephanie <[email protected]> * add signoff Signed-off-by: Stephanie <[email protected]> * prepare for 2.2.2 release Signed-off-by: Stephanie <[email protected]> --------- Signed-off-by: Stephanie <[email protected]>
1 parent b4fea57 commit a6ec0a3

14 files changed

+14
-14
lines changed

pkg/apis/workspaces/v1alpha2/doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
// +k8s:deepcopy-gen=package,register
1919
// +k8s:openapi-gen=true
2020
// +groupName=workspace.devfile.io
21-
// +devfile:jsonschema:version=2.2.1-alpha
21+
// +devfile:jsonschema:version=2.2.2
2222
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.2.1-alpha",
4+
"title": "DevWorkspaceTemplateSpec schema - Version 2.2.2",
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.2.1-alpha",
4+
"title": "DevWorkspaceTemplate schema - Version 2.2.2",
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.2.1-alpha",
4+
"title": "DevWorkspace schema - Version 2.2.2",
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.2.1-alpha",
4+
"title": "Devfile schema - Version 2.2.2",
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.2.1-alpha - IDE-targeted variant",
4+
"title": "DevWorkspaceTemplateSpec schema - Version 2.2.2 - 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.2.1-alpha - IDE-targeted variant",
4+
"title": "DevWorkspaceTemplate schema - Version 2.2.2 - 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.2.1-alpha - IDE-targeted variant",
4+
"title": "DevWorkspace schema - Version 2.2.2 - 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.2.1-alpha - IDE-targeted variant",
4+
"title": "Devfile schema - Version 2.2.2 - 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.2.1-alpha - IDE-targeted variant",
4+
"title": "ParentOverrides schema - Version 2.2.2 - 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.2.1-alpha - IDE-targeted variant",
4+
"title": "PluginOverrides schema - Version 2.2.2 - 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.2.1-alpha
1+
2.2.2

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.2.1-alpha",
3+
"title": "ParentOverrides schema - Version 2.2.2",
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.2.1-alpha",
3+
"title": "PluginOverrides schema - Version 2.2.2",
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)