Commit Graph

15 Commits

Author SHA1 Message Date
Richard Cox 40b899635a
Ensure extension repo build and release feature works when using PRs (#15655)
* Ensure build-extension-charts runs that create PRs have GH_TOKEN set

* add optional override to github.token

* Revert "add optional override to github.token"

This reverts commit c6668395be.

* move env to correct step....

* add permisions to step

* add to other file, fix typo
2025-10-20 12:24:51 +01:00
Alexandre Alves f8bb2d4bd7
revert pipefail change + bump shell (#14346) 2025-05-14 16:04:48 +01:00
Jordon Leach a7ae765080
Incorporate compressedEndpoint property into extension charts (#13236)
* Incorporate compressedEndpoint property into extension charts - refactor publishing script to use values.yaml for endpoints

* Include compressed extension in ECI build plugin contents
2025-04-23 09:12:47 -04:00
Alexandre Alves 45a1c7b271
add pipefail to publish script + bump shell version (#13967) 2025-04-11 09:51:31 +01:00
Neil MacDougall dc4390ab52
Update publish script to update existing charts (#12079) 2024-10-02 09:35:58 +01:00
Neil MacDougall 71712d84b9
Extensions: Add support for noAuth in publish script (#11220) 2024-06-13 11:15:36 +01:00
Jordon Leach 20de414d04
Add GitLab support for extensions (#9891) 2023-11-20 14:12:47 -05:00
Jordon Leach c23dcf5de6
Add tagged release option to publish-pkgs script (#9456)
* Add tagged release option to publish-pkgs script

* Update publishing documentation for manual Github builds
2023-08-02 07:42:05 -04:00
Jordon Leach e0cecc4231
Add conditions for updating root index of extension (#9289) 2023-07-17 14:14:09 -04:00
Jordon Leach be2689bdda
Clean up temporary charts - fix chart url path (#9075) 2023-06-09 12:16:45 -04:00
Jordon Leach d94e78c24a
Add extension image load dialog (#9010)
Update dialog with repo creation - update docs

Add uninstall for custom images

Add extension images list view

Add image load dialog and uninstall within extension image view

Update publish and bundle scripts for image load - move image page to tab

Add extension container build workflow file to pkg creator

Move plugin server template into extension build scripts

Fix publish script for multiple asset packages

Move ImageList view to separate page - add crd metadata for custom images

Update docs - fix references to images with catalog

Fix wording, cache state badge, masthead breadcrumb, when deleteing resources check for namespaces

Update docs - fix delete repo resource - default cache state

Trim image whitespace - populate extensionUrl

Add experimental badge
2023-06-02 08:28:47 -04:00
Jordon Leach 678e7db7ea
Fix publish script to properly check for gh-pages branch (#8781)
Bump shell version 0.3.7
2023-05-04 10:21:25 +01:00
Jordon Leach c1c340bc53
Update extensions publish workflow for assets in gh-pages branch (#8618)
* Update extensions workflow to move assets into gh-pages branch

Fix gh-pages check

* Move bundle execution - add default basename and ext version

* Fix basename op

* PR changes
2023-04-26 08:39:26 -04:00
Jordon Leach 2d5e1c32ee
Add github workflow option to creator pkg (#8318)
* Add github workflow option to creator pkg

Add js-yaml to creator pkg dependencies

Update init to move workflow file into root app dir

Split build-extension workflow jobs - add tmp directory step in publish script

Fix issues with non-existent workflows - add some docs

Fix pkg and app versions

add yarn.lock and ignore

Update workflow to use @rancher/shell publish script

Decouple the image build from the publish script - update docs

Remove implies for repo and branch options

Update advanced.md

Change type folder generation from i18n to l10n

Remove mention of tmp dir in clean-up section

* Remove bundle registry_org conditional
2023-04-03 15:44:16 -04:00
Neil MacDougall 6537360006
Extensions: Add publish script to shell (#8198)
* Add publish script to shell

* Fix wrong path
2023-02-21 20:06:48 +00:00