Skip to content

Commit 83ce205

Browse files
update ui-extensions-version annotation to have an upper bound and bump to 0.8.1 (#106)
1 parent 0760c73 commit 83ce205

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "capi-ui",
33
"description": "UI for CAPI cluster provisioning using the Rancher Turtles extension",
4-
"version": "0.8.0",
4+
"version": "0.8.1",
55
"private": false,
66
"engines": {
77
"node": ">=20"

pkg/capi/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "capi",
33
"description": "UI for CAPI cluster provisioning",
4-
"version": "0.8.0",
4+
"version": "0.8.1",
55
"private": false,
66
"rancher": {
77
"annotations": {
88
"catalog.cattle.io/rancher-version": ">= 2.10.0-0",
99
"catalog.cattle.io/display-name": "CAPI UI",
1010
"catalog.cattle.io/experimental": "true",
11-
"catalog.cattle.io/ui-extensions-version": ">= 3.0.0"
11+
"catalog.cattle.io/ui-extensions-version": ">= 3.0.0 < 4.0.0"
1212
}
1313
},
1414
"scripts": {

0 commit comments

Comments
 (0)