Skip to content

Commit

Permalink
Fixed typo in annotation and update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
xingzhang-suse authored and BinX-Suse committed Dec 10, 2024
1 parent da0a70d commit 104a5ca
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,6 +1,6 @@
{
"name": "manager-ext",
"version": "2.0.0",
"version": "2.1.0",
"private": false,
"engines": {
"node": ">=20.0.0"
Expand Down
4 changes: 2 additions & 2 deletions pkg/neuvector-ui-ext/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "neuvector-ui-ext",
"description": "NeuVector extension for Rancher Manager",
"version": "2.0.0",
"version": "2.1.0",
"private": false,
"icon": "https://raw.githubusercontent.com/neuvector/manager-ext/main/pkg/neuvector-ui-ext/nv-icon.svg",
"rancher": {
"annotations": {
"catalog.cattle.io/kube-version": ">= v1.16.0-0",
"catalog.cattle.io/display-name": "NeuVector UI Extension",
"catalog.cattle.io/rancher-version": ">= 2.10.0-0",
"catalog.cattle.io/ui-extension-version": ">= 3.0.0 < 4.0.0"
"catalog.cattle.io/ui-extensions-version": ">= 3.0.0 < 4.0.0"
}
},
"scripts": {
Expand Down

0 comments on commit 104a5ca

Please sign in to comment.