Skip to content

Commit

Permalink
Merge pull request #177 from aalves08/bump-version-1.3.1-rc5
Browse files Browse the repository at this point in the history
update rancher version on pkg/package.json so that future versions are only compatible with 2.8 and onwards
  • Loading branch information
aalves08 authored Apr 24, 2024
2 parents 96f4565 + f852881 commit 10c58a1
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 10c58a1

Please sign in to comment.