dashboard/shell/scripts/extension
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
..
helm Sanitize the version when setting it in UIPlugin label (#13585) 2025-03-18 08:42:00 +00:00
bundle Make Extension Catalog Image Build compatible with Mac (#12122) 2024-10-07 14:44:54 +01:00
helmpatch Add extension image load dialog (#9010) 2023-06-02 08:28:47 -04:00
parse-tag-name fix parse-tag-name to prevent workflow from running when a tag check is not met + bump shell version (#12841) 2024-12-10 12:00:58 +00:00
publish Update publish script to update existing charts (#12079) 2024-10-02 09:35:58 +01:00