We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix some issues with extensions creator's package in branches:
release-2.8 https://github.com/rancher/dashboard/blob/release-2.8/creators/extension/app/files/.github/workflows/build-extension-charts.yml
tagged_release: ${{ github.ref_name }}
push
pull
release: types: [released]
workflow_dispatch
uses
release-2.8
release-2.9 https://github.com/rancher/dashboard/blob/release-2.9/creators/extension/app/files/.github/workflows/build-extension-charts.yml
release-2.9
master - https://github.com/rancher/dashboard/blob/master/creators/extension/app/files/.github/workflows/build-extension-charts.yml
https://github.com/rancher/dashboard/blob/master/creators/extension/app/app.package.json
"dependencies": { "@rancher/shell": "^3.0.0" }, "resolutions": { "@types/node": "~20.10.0", "@types/lodash": "4.17.5" },
After this, create releases for all creators package versions
The text was updated successfully, but these errors were encountered:
Here's a few other strange related to creators things i picked up (WIP)
catalog.cattle.io/rancher-version
Sorry, something went wrong.
aalves08
Successfully merging a pull request may close this issue.
Fix some issues with extensions creator's package in branches:
release-2.8
https://github.com/rancher/dashboard/blob/release-2.8/creators/extension/app/files/.github/workflows/build-extension-charts.yml
tagged_release: ${{ github.ref_name }}
for jobpush
andpull
triggers and replace withrelease: types: [released]
(keepworkflow_dispatch
)uses
should targetrelease-2.8
branchrelease-2.9
https://github.com/rancher/dashboard/blob/release-2.9/creators/extension/app/files/.github/workflows/build-extension-charts.yml
tagged_release: ${{ github.ref_name }}
for jobuses
should targetrelease-2.9
branchmaster - https://github.com/rancher/dashboard/blob/master/creators/extension/app/files/.github/workflows/build-extension-charts.yml
tagged_release: ${{ github.ref_name }}
for jobhttps://github.com/rancher/dashboard/blob/master/creators/extension/app/app.package.json
After this, create releases for all creators package versions
The text was updated successfully, but these errors were encountered: