fix(cloudcommander): update image ghcr.io/coderaiser/cloudcmd 19.1.17 → 19.1.18 (#44315)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/coderaiser/cloudcmd](https://redirect.github.com/coderaiser/cloudcmd) | patch | `cdc199d` -> `6a1fe78` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>coderaiser/cloudcmd (ghcr.io/coderaiser/cloudcmd)</summary> ### [`v19.1.18`](https://redirect.github.com/coderaiser/cloudcmd/releases/tag/v19.1.18): cloudcmd v19.1.18 [Compare Source](https://redirect.github.com/coderaiser/cloudcmd/compare/v19.1.17...v19.1.18) #### 🔥 feature - [`73fa496`](https://redirect.github.com/coderaiser/cloudcmd/commit/73fa4961) client: modules: user-menu: migrate to ESM - [`ebfdf8c`](https://redirect.github.com/coderaiser/cloudcmd/commit/ebfdf8c0) client: modules: operation: migrate to ESM - [`ad68317`](https://redirect.github.com/coderaiser/cloudcmd/commit/ad683171) client: modules: menu: migrate to ESM - [`0054cfa`](https://redirect.github.com/coderaiser/cloudcmd/commit/0054cfa3) client: dom: load-remote: migrate to ESM - [`e4d0ece`](https://redirect.github.com/coderaiser/cloudcmd/commit/e4d0ece0) client: dom: rest: migrate to ESM - [`c704ffe`](https://redirect.github.com/coderaiser/cloudcmd/commit/c704ffe4) client: dom: storage: migrate to ESM - [`5182cb8`](https://redirect.github.com/coderaiser/cloudcmd/commit/5182cb81) client: modules: upload: migrate to ESM - [`9543f1a`](https://redirect.github.com/coderaiser/cloudcmd/commit/9543f1ad) client: dom: upload-files: migrate to ESM </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvY2xvdWRjb21tYW5kZXIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -11,7 +11,7 @@ annotations:
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 19.1.17
|
||||
appVersion: 19.1.18
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.40
|
||||
@@ -38,5 +38,5 @@ sources:
|
||||
- https://ghcr.io/coderaiser/cloudcmd
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/cloudcommander
|
||||
type: application
|
||||
version: 9.8.24
|
||||
version: 9.8.25
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ghcr.io/coderaiser/cloudcmd
|
||||
tag: 19.1.17@sha256:cdc199dc0bd5cdc37085999fa269182512d179101b7d35abf378929e44cecd88
|
||||
tag: 19.1.18@sha256:6a1fe789cf5bb84f0cd632d64ac6a00877d9bc863c61f38b166c167e53a2b0a3
|
||||
persistence:
|
||||
appdata:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user