@rancher/create-extension 1.0.6 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,6 +7,8 @@
7
7
  },
8
8
  "dependencies": {},
9
9
  "resolutions": {
10
+ "@aws-sdk/types": "3.714.0",
11
+ "@aws-sdk/util-locate-window": "3.693.0",
10
12
  "@types/node": "18.11.9",
11
13
  "@types/lodash": "4.17.5"
12
14
  }
@@ -2,12 +2,8 @@ name: Build and Release Extension Catalog
2
2
 
3
3
  on:
4
4
  workflow_dispatch:
5
- push:
6
- branches:
7
- - main
8
- pull_request:
9
- branches:
10
- - main
5
+ release:
6
+ types: [released]
11
7
 
12
8
  defaults:
13
9
  run:
@@ -16,7 +12,7 @@ defaults:
16
12
 
17
13
  jobs:
18
14
  build-extension-catalog:
19
- uses: rancher/dashboard/.github/workflows/build-extension-catalog.yml@master
15
+ uses: rancher/dashboard/.github/workflows/build-extension-catalog.yml@release-2.8
20
16
  permissions:
21
17
  actions: write
22
18
  contents: read
@@ -24,5 +20,6 @@ jobs:
24
20
  with:
25
21
  registry_target: ghcr.io
26
22
  registry_user: ${{ github.actor }}
23
+ tagged_release: ${{ github.ref_name }}
27
24
  secrets:
28
- registry_token: ${{ secrets.GITHUB_TOKEN }}
25
+ registry_token: ${{ secrets.GITHUB_TOKEN }}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rancher/create-extension",
3
3
  "description": "Rancher UI Extension generator",
4
- "version": "1.0.6",
4
+ "version": "1.0.8",
5
5
  "license": "Apache-2.0",
6
6
  "author": "SUSE",
7
7
  "packageManager": "yarn@4.5.0",