Skip to content

Commit

Permalink
bump version to 1.3.1-rc5 + update rancher version on pkg/package.jso…
Browse files Browse the repository at this point in the history
…n so that future versions are only compatible with 2.8 and onwards
  • Loading branch information
aalves08 committed Apr 23, 2024
1 parent 96f4565 commit f852881
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,7 +1,7 @@
{
"name": "elemental-ui",
"description": "Elemental UI extension",
"version": "1.3.1-rc4",
"version": "1.3.1-rc5",
"private": false,
"engines": {
"node": ">=12"
Expand Down
4 changes: 2 additions & 2 deletions pkg/elemental/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "elemental",
"description": "OS Management extension",
"version": "1.3.1-rc4",
"version": "1.3.1-rc5",
"private": false,
"rancher": {
"annotations": {
"catalog.cattle.io/kube-version": ">= 1.16.0-0",
"catalog.cattle.io/rancher-version": ">= 2.7.0-0",
"catalog.cattle.io/rancher-version": ">= 2.8.0-0",
"catalog.cattle.io/ui-version": ">= 2.7.2"
}
},
Expand Down

0 comments on commit f852881

Please sign in to comment.