Skip to content

Commit

Permalink
Added missing annotation and made release 0.8.1 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
eva-vashkevich authored Nov 25, 2024
1 parent b2ae907 commit ab50ba7
Show file tree
Hide file tree
Showing 2 changed files with 4 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
5 changes: 3 additions & 2 deletions pkg/capi/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +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/experimental": "true",
"catalog.cattle.io/ui-extensions-version": ">= 3.0.0"
}
},
"scripts": {
Expand Down

0 comments on commit ab50ba7

Please sign in to comment.