We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0760c73 commit 83ce205Copy full SHA for 83ce205
2 files changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "capi-ui",
3
"description": "UI for CAPI cluster provisioning using the Rancher Turtles extension",
4
- "version": "0.8.0",
+ "version": "0.8.1",
5
"private": false,
6
"engines": {
7
"node": ">=20"
pkg/capi/package.json
@@ -1,14 +1,14 @@
"name": "capi",
"description": "UI for CAPI cluster provisioning",
"rancher": {
"annotations": {
8
"catalog.cattle.io/rancher-version": ">= 2.10.0-0",
9
"catalog.cattle.io/display-name": "CAPI UI",
10
"catalog.cattle.io/experimental": "true",
11
- "catalog.cattle.io/ui-extensions-version": ">= 3.0.0"
+ "catalog.cattle.io/ui-extensions-version": ">= 3.0.0 < 4.0.0"
12
}
13
},
14
"scripts": {
0 commit comments