Skip to content

Commit

Permalink
Try another git/act fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Negashev committed Dec 19, 2024
1 parent dfedce1 commit 1e1eabf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rancher-vcloud-director-node-driver-ui-plugin",
"version": "0.5.1",
"version": "0.5.0",
"private": false,
"engines": {
"node": ">=20.0.0"
Expand All @@ -13,11 +13,11 @@
"css-loader": "6.7.3"
},
"resolutions": {
"@types/node": "^16",
"@types/node": "~20.10.0",
"@types/lodash": "4.17.5"
},
"icon": "https://raw.githubusercontent.com/Negashev/rancher-vcloud-director-node-driver-ui-plugin/main/pkg/vcd-node-driver/vcd.svg",
"scripts": {
"scripts": {
"dev": "NODE_ENV=dev ./node_modules/.bin/vue-cli-service serve",
"build": "./node_modules/.bin/vue-cli-service build",
"clean": "./node_modules/@rancher/shell/scripts/clean",
Expand Down
4 changes: 3 additions & 1 deletion pkg/vcd-node-driver/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "vcd-node-driver",
"description": "vCloud Director node-driver plugin for rancher",
"version": "0.5.1",
"version": "0.5.0",
"private": false,
"rancher": {
"annotations": {
"catalog.cattle.io/kube-version": ">= v1.16.0-0",
"catalog.cattle.io/display-name": "vCloud Director node driver UI Extension",
"catalog.cattle.io/rancher-version": ">= 2.10.0-0",
"catalog.cattle.io/ui-extensions-version": ">= 3.0.0 < 4.0.0"
}
Expand Down

0 comments on commit 1e1eabf

Please sign in to comment.