chore(deps): update container image ghcr.io/ylianst/meshcentral to v1.1.31@680d5f3 by renovate (#26955)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/ylianst/meshcentral](https://redirect.github.com/Ylianst/MeshCentral) | patch | `1.1.30` -> `1.1.31` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>Ylianst/MeshCentral (ghcr.io/ylianst/meshcentral)</summary> ### [`v1.1.31`](https://redirect.github.com/Ylianst/MeshCentral/releases/tag/1.1.31) [Compare Source](https://redirect.github.com/Ylianst/MeshCentral/compare/1.1.30...1.1.31) - [`a3fd600`](https://redirect.github.com/Ylianst/MeshCentral/commit/a3fd6008) Version 1.1.31 - [`d0014b3`](https://redirect.github.com/Ylianst/MeshCentral/commit/d0014b3f) Removed cleanReqQuery() - [`04c96eb`](https://redirect.github.com/Ylianst/MeshCentral/commit/04c96eb2) Fix/xss ([#​6403](https://redirect.github.com/Ylianst/MeshCentral/issues/6403)) - [`df64c75`](https://redirect.github.com/Ylianst/MeshCentral/commit/df64c750) add runCommands to server peering [#​6404](https://redirect.github.com/Ylianst/MeshCentral/issues/6404) - [`b90b2ac`](https://redirect.github.com/Ylianst/MeshCentral/commit/b90b2ac0) add RDP to device context menu [#​6401](https://redirect.github.com/Ylianst/MeshCentral/issues/6401) - [`39a1755`](https://redirect.github.com/Ylianst/MeshCentral/commit/39a1755b) fix 404 on public files with /login url [#​6406](https://redirect.github.com/Ylianst/MeshCentral/issues/6406) - [`61fb689`](https://redirect.github.com/Ylianst/MeshCentral/commit/61fb6898) add ctrl+c ctrl+x and esc to mobile terminal ui - [`bc34f14`](https://redirect.github.com/Ylianst/MeshCentral/commit/bc34f140) upgrade express-handlebars [#​6357](https://redirect.github.com/Ylianst/MeshCentral/issues/6357) - [`0bee2be`](https://redirect.github.com/Ylianst/MeshCentral/commit/0bee2be3) generate manifest.json from domain and add pwalogo - [`1d67172`](https://redirect.github.com/Ylianst/MeshCentral/commit/1d67172d) fix RDP canvas size [#​4701](https://redirect.github.com/Ylianst/MeshCentral/issues/4701) - [`b99a97e`](https://redirect.github.com/Ylianst/MeshCentral/commit/b99a97eb) add restart agent service to agent action - [`a1899a7`](https://redirect.github.com/Ylianst/MeshCentral/commit/a1899a71) add freebsd install/uinstall/start/stop/restart commands [#​6040](https://redirect.github.com/Ylianst/MeshCentral/issues/6040) - [`5fcfa8f`](https://redirect.github.com/Ylianst/MeshCentral/commit/5fcfa8f3) fix storage volumes on arch/busybox - [`7172d1f`](https://redirect.github.com/Ylianst/MeshCentral/commit/7172d1f7) always show operating system section and LastBootUpTime fix - [`8bc7608`](https://redirect.github.com/Ylianst/MeshCentral/commit/8bc76085) add raspberry pi arm/gpu memory - [`5fc3683`](https://redirect.github.com/Ylianst/MeshCentral/commit/5fc3683e) update archiver </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:eyJjcmVhdGVkSW5WZXIiOiIzOC45OC4wIiwidXBkYXRlZEluVmVyIjoiMzguOTguMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.1.30
|
||||
appVersion: 1.1.31
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.1.16
|
||||
@@ -34,4 +34,4 @@ sources:
|
||||
- https://github.com/Ylianst/MeshCentral
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/meshcentral
|
||||
type: application
|
||||
version: 17.1.8
|
||||
version: 17.1.9
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/ylianst/meshcentral
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.1.30@sha256:d58b6412f0f549aa9401521520de1e2956370a9ca103ac258f0741ae5d5a125c
|
||||
tag: 1.1.31@sha256:680d5f3a804509fb4292869265bab613e395b30ee101542c6dc26c50fc23ba55
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
|
||||
Reference in New Issue
Block a user