Skip to content

Commit

Permalink
update ui-extensions-version annotation to have an upper bound and bu…
Browse files Browse the repository at this point in the history
…mp to 0.8.1 (#106)
  • Loading branch information
mantis-toboggan-md authored Nov 27, 2024
1 parent 0760c73 commit 83ce205
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "capi-ui",
"description": "UI for CAPI cluster provisioning using the Rancher Turtles extension",
"version": "0.8.0",
"version": "0.8.1",
"private": false,
"engines": {
"node": ">=20"
Expand Down
4 changes: 2 additions & 2 deletions pkg/capi/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "capi",
"description": "UI for CAPI cluster provisioning",
"version": "0.8.0",
"version": "0.8.1",
"private": false,
"rancher": {
"annotations": {
"catalog.cattle.io/rancher-version": ">= 2.10.0-0",
"catalog.cattle.io/display-name": "CAPI UI",
"catalog.cattle.io/experimental": "true",
"catalog.cattle.io/ui-extensions-version": ">= 3.0.0"
"catalog.cattle.io/ui-extensions-version": ">= 3.0.0 < 4.0.0"
}
},
"scripts": {
Expand Down

0 comments on commit 83ce205

Please sign in to comment.