Skip to content

Commit

Permalink
Merge pull request #972 from jordojordo/bump-2.1
Browse files Browse the repository at this point in the history
Bump 2.1.0-rc.1
  • Loading branch information
jordojordo authored Nov 14, 2024
2 parents 938e4d8 + 1104fa5 commit 2e419f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui",
"version": "2.0.1",
"version": "2.1.0-rc.1",
"private": false,
"scripts": {
"build-pkg": "./node_modules/@rancher/shell/scripts/build-pkg.sh",
Expand Down
6 changes: 3 additions & 3 deletions pkg/kubewarden/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "kubewarden",
"description": "Kubewarden extension for Rancher Manager",
"icon": "https://raw.githubusercontent.com/kubewarden/ui/main/pkg/kubewarden/assets/icon-kubewarden.svg",
"version": "2.0.1",
"version": "2.1.0-rc.1",
"private": false,
"rancher": {
"annotations": {
"catalog.cattle.io/kube-version": ">= v1.16.0-0 < v1.31.0-0",
"catalog.cattle.io/rancher-version": ">= 2.9.0-0",
"catalog.cattle.io/ui-extension-version": ">= 2.0.0"
"catalog.cattle.io/rancher-version": ">= 2.9.0-0 < 2.10.0-0",
"catalog.cattle.io/ui-extension-version": ">= 2.0.0 < 3.0.0"
}
},
"scripts": {
Expand Down

0 comments on commit 2e419f0

Please sign in to comment.