Skip to content

Commit

Permalink
bump version and restrict from rancher 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
krumware committed Jul 15, 2024
1 parent 591788c commit e164862
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/app-launcher/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "app-launcher",
"description": "App Launcher extension for Rancher",
"version": "0.1.30",
"version": "0.1.31",
"private": false,
"rancher": {
"annotations": {
"catalog.cattle.io/rancher-version": ">= 2.8.0-0",
"catalog.cattle.io/rancher-version": ">= 2.8.0-0 < v2.9.0-0",
"catalog.cattle.io/kube-version": ">= v1.16.0-0 < v1.29.0-0",
"catalog.cattle.io/display-name": "Krum Platform Tools: App Launcher",
"catalog.cattle.io/ui-version": ">= 2.7.2"
"catalog.cattle.io/ui-version": ">= 2.7.2 < v2.9.0-0"
}
},
"icon": "https://raw.githubusercontent.com/krumIO/krum-rancher-extensions/main/pkg/app-launcher/icon.svg",
Expand Down

0 comments on commit e164862

Please sign in to comment.