feat(cloudcommander): update image ghcr.io/coderaiser/cloudcmd 19.1.20 → 19.3.1 (#44500)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/coderaiser/cloudcmd](https://redirect.github.com/coderaiser/cloudcmd) | minor | `cb5a9c4` -> `d0b1687` | --- > [!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.3.1`](https://redirect.github.com/coderaiser/cloudcmd/releases/tag/v19.3.1): cloudcmd v19.3.1 [Compare Source](https://redirect.github.com/coderaiser/cloudcmd/compare/v19.3.0...v19.3.1) #### 🐞 fix - [`5661bc4`](https://redirect.github.com/coderaiser/cloudcmd/commit/5661bc4f) Closing X in editor disappeared ([#​445](https://redirect.github.com/coderaiser/cloudcmd/issues/445)) ### [`v19.3.0`](https://redirect.github.com/coderaiser/cloudcmd/releases/tag/v19.3.0): cloudcmd v19.3.0 [Compare Source](https://redirect.github.com/coderaiser/cloudcmd/compare/v19.1.20...v19.3.0) #### 🔥 feature - [`4533a25`](https://redirect.github.com/coderaiser/cloudcmd/commit/4533a25c) cloudcmd: migrate to ESM - [`e8a81c4`](https://redirect.github.com/coderaiser/cloudcmd/commit/e8a81c49) client: dom: events: migrate to ESM - [`071141b`](https://redirect.github.com/coderaiser/cloudcmd/commit/071141bc) client: terminal-run: 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvY2xvdWRjb21tYW5kZXIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
This commit is contained in:
@@ -14,7 +14,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 19.1.20
|
||||
appVersion: 19.3.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.49
|
||||
@@ -26,20 +26,20 @@ dependencies:
|
||||
deprecated: false
|
||||
description: |
|
||||
[b]CloudCommander[/b] is a simple web file browser with a built in text editor and archive compress/extract abilities.[br/]
|
||||
home: https://trueforge.org/truetech/truecharts/charts/stable/cloudcommander
|
||||
icon: https://trueforge.org/img/hotlink-ok/chart-icons/cloudcommander.webp
|
||||
home: https://truecharts.org/charts/stable/cloudcommander
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudcommander.webp
|
||||
keywords:
|
||||
- cloudcommander
|
||||
- Tools-Utilities
|
||||
kubeVersion: '>=1.27.0-0'
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@trueforge.org
|
||||
url: https://trueforge.org
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: cloudcommander
|
||||
sources:
|
||||
- https://ghcr.io/coderaiser/cloudcmd
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/cloudcommander
|
||||
type: application
|
||||
version: 9.8.28
|
||||
version: 9.9.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ghcr.io/coderaiser/cloudcmd
|
||||
tag: 19.1.20@sha256:cb5a9c42199fccb71250d634290e56ae037c00124f69237448a20517a0180eba
|
||||
tag: 19.3.1@sha256:d0b168744850e7c3d48bfdb154f90f4256b34bbb9ad568b6918b5f3fc8bf7cb7
|
||||
persistence:
|
||||
appdata:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user