Commit Graph

12 Commits

Author SHA1 Message Date
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
Jiri Tomasek 348c70097f
Sanitize the version when setting it in UIPlugin label (#13585)
This change enhances the extension-server.labels directive in _helpers.tpl
to avoid error when setting the app.kubernetes.io/version label with version
which includes + character. This is valid for semver but not for label version.

The solution adopts the convention used in Helm which replaces + with _ when
storing the version in places which don't allow + usage, e.g. OCI repository.

The same approach is already used in the `extension-server.chart` directive,
which is also used as a label value.

Fixes Issue 13584
2025-03-18 08:42:00 +00:00
Jordon Leach 5fe50041fc
Clean up extension creator - add rancher annotations to pkg.package.json (#12741)
Remove annotations from helm chart
2024-12-03 05:13:53 -05:00
Alexandre Alves 53a9580ccb
remove upper limit on kube version for default annotations (#11768) 2024-08-30 15:26:42 +01:00
Alexandre Alves 91b4a3dfb3
bump upper limit of kube version annotation in default chart.yaml (#11715)
* bump upper limit of kube version annotation in default chart.yaml

* update version
2024-08-27 18:00:51 +01:00
Neil MacDougall 71712d84b9
Extensions: Add support for noAuth in publish script (#11220) 2024-06-13 11:15:36 +01:00
Alexandre Alves 289bef8e0f
update patch script to copy pkg annotations to uiplugin resource (#11170)
* update patch script to copy pkg annotations to uiplugin resource

* add indent notation to metadata field
2024-06-13 09:32:09 +01:00
Guilherme Macedo 6766adbc46
Bump BCI image version to 15.5 (#10687)
Signed-off-by: Guilherme Macedo <guilherme@gmacedo.com>
2024-03-22 16:09:55 +00:00
Jordon Leach 20de414d04
Add GitLab support for extensions (#9891) 2023-11-20 14:12:47 -05:00
Richard Cox e07fedfa94 Bump extension max versions 2023-10-02 17:08:49 +01:00
Alexandre Alves 398585fb83
bump kube version (#9139)
Co-authored-by: Alexandre Alves <aalves@Alexandres-MBP.lan>
2023-06-20 19:11:34 +01: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