Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release version 2.1.0 #466

Merged
merged 1 commit into from
May 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/apis/workspaces/v1alpha2/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
// +k8s:deepcopy-gen=package,register
// +k8s:openapi-gen=true
// +groupName=workspace.devfile.io
// +devfile:jsonschema:version=2.1.0-alpha
// +devfile:jsonschema:version=2.1.0
package v1alpha2
2 changes: 1 addition & 1 deletion schemas/latest/dev-workspace-template-spec.json
Original file line number Diff line number Diff line change
@@ -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.1.0-alpha",
"title": "DevWorkspaceTemplateSpec schema - Version 2.1.0",
"properties": {
"attributes": {
"description": "Map of implementation-dependant free-form YAML attributes.",
Expand Down
2 changes: 1 addition & 1 deletion schemas/latest/dev-workspace-template.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"description": "DevWorkspaceTemplate is the Schema for the devworkspacetemplates API",
"type": "object",
"title": "DevWorkspaceTemplate schema - Version 2.1.0-alpha",
"title": "DevWorkspaceTemplate schema - Version 2.1.0",
"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",
Expand Down
2 changes: 1 addition & 1 deletion schemas/latest/dev-workspace.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"description": "DevWorkspace is the Schema for the devworkspaces API",
"type": "object",
"title": "DevWorkspace schema - Version 2.1.0-alpha",
"title": "DevWorkspace schema - Version 2.1.0",
"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",
Expand Down
2 changes: 1 addition & 1 deletion schemas/latest/devfile.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"description": "Devfile describes the structure of a cloud-native devworkspace and development environment.",
"type": "object",
"title": "Devfile schema - Version 2.1.0-alpha",
"title": "Devfile schema - Version 2.1.0",
"required": [
"schemaVersion"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -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.1.0-alpha - IDE-targeted variant",
"title": "DevWorkspaceTemplateSpec schema - Version 2.1.0 - IDE-targeted variant",
"properties": {
"attributes": {
"description": "Map of implementation-dependant free-form YAML attributes.",
Expand Down
2 changes: 1 addition & 1 deletion schemas/latest/ide-targeted/dev-workspace-template.json
Original file line number Diff line number Diff line change
@@ -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.1.0-alpha - IDE-targeted variant",
"title": "DevWorkspaceTemplate schema - Version 2.1.0 - 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",
Expand Down
2 changes: 1 addition & 1 deletion schemas/latest/ide-targeted/dev-workspace.json
Original file line number Diff line number Diff line change
@@ -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.1.0-alpha - IDE-targeted variant",
"title": "DevWorkspace schema - Version 2.1.0 - 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",
Expand Down
2 changes: 1 addition & 1 deletion schemas/latest/ide-targeted/devfile.json
Original file line number Diff line number Diff line change
@@ -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.1.0-alpha - IDE-targeted variant",
"title": "Devfile schema - Version 2.1.0 - IDE-targeted variant",
"required": [
"schemaVersion"
],
Expand Down
2 changes: 1 addition & 1 deletion schemas/latest/ide-targeted/parent-overrides.json
Original file line number Diff line number Diff line change
@@ -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.1.0-alpha - IDE-targeted variant",
"title": "ParentOverrides schema - Version 2.1.0 - 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.",
Expand Down
2 changes: 1 addition & 1 deletion schemas/latest/ide-targeted/plugin-overrides.json
Original file line number Diff line number Diff line change
@@ -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.1.0-alpha - IDE-targeted variant",
"title": "PluginOverrides schema - Version 2.1.0 - 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.",
Expand Down
2 changes: 1 addition & 1 deletion schemas/latest/jsonSchemaVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0-alpha
2.1.0
2 changes: 1 addition & 1 deletion schemas/latest/parent-overrides.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "object",
"title": "ParentOverrides schema - Version 2.1.0-alpha",
"title": "ParentOverrides schema - Version 2.1.0",
"properties": {
"attributes": {
"description": "Overrides of attributes encapsulated in a parent devfile. Overriding is done according to K8S strategic merge patch standard rules.",
Expand Down
2 changes: 1 addition & 1 deletion schemas/latest/plugin-overrides.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "object",
"title": "PluginOverrides schema - Version 2.1.0-alpha",
"title": "PluginOverrides schema - Version 2.1.0",
"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.",
Expand Down