Skip to content

Commit 91b7452

Browse files
committed
Update devfile schema based on devfile/api@1ae41b5
Signed-off-by: Stephanie Cao <[email protected]>
1 parent a5d0b04 commit 91b7452

31 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.0
1+
2.2.1

libs/docs/src/config/version.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616

1717
import { DocVersions } from '../types';
1818

19-
export const docVersions = ['2.0.0', '2.1.0', '2.2.0', '2.2.1-alpha'] as const;
19+
export const docVersions = ['2.0.0', '2.1.0', '2.2.0', '2.2.1'] as const;
2020

21-
export const defaultVersion: DocVersions = '2.2.0';
21+
export const defaultVersion: DocVersions = '2.2.1';

libs/docs/src/config/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
2.0.0
22
2.1.0
33
2.2.0
4-
2.2.1-alpha
4+
2.2.1

libs/docs/src/devfile-schemas/2.2.1-alpha.json renamed to libs/docs/src/devfile-schemas/2.2.1.json

Lines changed: 1 addition & 1 deletion
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.1",
55
"required": [
66
"schemaVersion"
77
],
File renamed without changes.

libs/docs/src/docs/2.2.1-alpha/adding-a-composite-command.md renamed to libs/docs/src/docs/2.2.1/adding-a-composite-command.md

File renamed without changes.

libs/docs/src/docs/2.2.1-alpha/adding-a-container-component.md renamed to libs/docs/src/docs/2.2.1/adding-a-container-component.md

File renamed without changes.

libs/docs/src/docs/2.2.1-alpha/adding-a-kubernetes-or-openshift-component.md renamed to libs/docs/src/docs/2.2.1/adding-a-kubernetes-or-openshift-component.md

File renamed without changes.

libs/docs/src/docs/2.2.1-alpha/adding-a-volume-component.md renamed to libs/docs/src/docs/2.2.1/adding-a-volume-component.md

File renamed without changes.

libs/docs/src/docs/2.2.1-alpha/adding-an-apply-command.md renamed to libs/docs/src/docs/2.2.1/adding-an-apply-command.md

File renamed without changes.

0 commit comments

Comments
 (0)