feat(cloudcommander): update image ghcr.io/coderaiser/cloudcmd 19.17.0 → 19.19.0 (#48538)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/coderaiser/cloudcmd](https://redirect.github.com/coderaiser/cloudcmd) | minor | `c3802a2` → `116e64b` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) 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.19.0`](https://redirect.github.com/coderaiser/cloudcmd/releases/tag/v19.19.0): cloudcmd v19.19.0 [Compare Source](https://redirect.github.com/coderaiser/cloudcmd/compare/v19.18.1...v19.19.0) #### 🔥 feature - [`4ee38db`](https://redirect.github.com/coderaiser/cloudcmd/commit/4ee38db6) client: view: flac: add support ### [`v19.18.1`](https://redirect.github.com/coderaiser/cloudcmd/releases/tag/v19.18.1): cloudcmd v19.18.1 [Compare Source](https://redirect.github.com/coderaiser/cloudcmd/compare/v19.18.0...v19.18.1) #### 🔥 feature - [`40ecef5`](https://redirect.github.com/coderaiser/cloudcmd/commit/40ecef5e) cloudcmd: ratelimit: X-Forwarded-For ([#​437](https://redirect.github.com/coderaiser/cloudcmd/issues/437)) ### [`v19.18.0`](https://redirect.github.com/coderaiser/cloudcmd/releases/tag/v19.18.0): cloudcmd v19.18.0 [Compare Source](https://redirect.github.com/coderaiser/cloudcmd/compare/v19.17.0...v19.18.0) #### 🐞 fix - [`161bede`](https://redirect.github.com/coderaiser/cloudcmd/commit/161bede8) client: menu: [@​putout/bundle](https://redirect.github.com/putout/bundle)@​5.5. - [`447d990`](https://redirect.github.com/coderaiser/cloudcmd/commit/447d990f) cloudcmd: server: rest: sendError #### 🔥 feature - [`5d9628c`](https://redirect.github.com/coderaiser/cloudcmd/commit/5d9628ce) cloudcmd: rate limit: add support ([#​437](https://redirect.github.com/coderaiser/cloudcmd/issues/437)) - [`2be395e`](https://redirect.github.com/coderaiser/cloudcmd/commit/2be395e6) cloudcmd: get rid of manifest: 401 basic auth </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9jbG91ZGNvbW1hbmRlciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 19.17.0
|
||||
appVersion: 19.19.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.3.4
|
||||
@@ -36,5 +36,5 @@ sources:
|
||||
- https://ghcr.io/coderaiser/cloudcmd
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/cloudcommander
|
||||
type: application
|
||||
version: 10.11.1
|
||||
version: 10.12.0
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ghcr.io/coderaiser/cloudcmd
|
||||
tag: 19.17.0@sha256:c3802a263dc3b84947b245c6e1a7952dc17eff77628c6dbae55ee586ce6cf47b
|
||||
tag: 19.19.0@sha256:116e64ba819a4ee058b4d03a6d6d50b597af78692d2bdd2a657bb9994a5e9ffa
|
||||
persistence:
|
||||
appdata:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user