Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Support Devfile 2.3.0 (#828)
Browse files Browse the repository at this point in the history
Add new 2.3.0 devfile schema.
  • Loading branch information
vinokurig authored Jun 10, 2024
1 parent 0d522c1 commit a2e5c63
Show file tree
Hide file tree
Showing 6 changed files with 2,333 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/devworkspace-generator/src/api/devfile-context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ export enum DevfileSchemaVersion {
V220 = '2.2.0',
V221 = '2.2.1',
V222 = '2.2.2',
V230 = '2.3.0',
}
Loading

0 comments on commit a2e5c63

Please sign in to comment.