chore(helm): update image ghcr.io/ylianst/meshcentral 1.1.48 → 1.1.49 (#38839)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/ylianst/meshcentral](https://redirect.github.com/Ylianst/MeshCentral) | patch | `daec265` -> `b51543f` | --- > [!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>Ylianst/MeshCentral (ghcr.io/ylianst/meshcentral)</summary> ### [`v1.1.49`](https://redirect.github.com/Ylianst/MeshCentral/releases/tag/1.1.49) [Compare Source](https://redirect.github.com/Ylianst/MeshCentral/compare/1.1.48...1.1.49) - [`6dfdb52`](https://redirect.github.com/Ylianst/MeshCentral/commit/6dfdb526) Version 1.1.49 - [`88ccd14`](https://redirect.github.com/Ylianst/MeshCentral/commit/88ccd144) encode nodeid parameter in connectTunnel url ([#​7232](https://redirect.github.com/Ylianst/MeshCentral/issues/7232)) - [`28f6f5b`](https://redirect.github.com/Ylianst/MeshCentral/commit/28f6f5b7) fix meshctrl not quitting on shell error [#​7229](https://redirect.github.com/Ylianst/MeshCentral/issues/7229) - [`2a9daae`](https://redirect.github.com/Ylianst/MeshCentral/commit/2a9daae8) Fix backupconfig info ([#​7228](https://redirect.github.com/Ylianst/MeshCentral/issues/7228)) - [`87c37ea`](https://redirect.github.com/Ylianst/MeshCentral/commit/87c37ea3) Make autobackup: false disable all backup functions and remove cmdline from checkbackup error message. ([#​7225](https://redirect.github.com/Ylianst/MeshCentral/issues/7225)) - [`6bb1441`](https://redirect.github.com/Ylianst/MeshCentral/commit/6bb14413) fix for amt v19+ with cira [#​7207](https://redirect.github.com/Ylianst/MeshCentral/issues/7207) [#​7213](https://redirect.github.com/Ylianst/MeshCentral/issues/7213) - [`b3ca1f9`](https://redirect.github.com/Ylianst/MeshCentral/commit/b3ca1f98) Fix Ukrainian localization for the agent ([#​7214](https://redirect.github.com/Ylianst/MeshCentral/issues/7214)) - [`793ec33`](https://redirect.github.com/Ylianst/MeshCentral/commit/793ec338) Fix issues with the minify in translate ([#​7211](https://redirect.github.com/Ylianst/MeshCentral/issues/7211)) - [`8f4a98a`](https://redirect.github.com/Ylianst/MeshCentral/commit/8f4a98a7) update packages in docker - [`5c5bcb4`](https://redirect.github.com/Ylianst/MeshCentral/commit/5c5bcb41) fix usergroup links not being removed correctly [#​7198](https://redirect.github.com/Ylianst/MeshCentral/issues/7198) - [`2747285`](https://redirect.github.com/Ylianst/MeshCentral/commit/27472852) forgot translate for killing process [#​7197](https://redirect.github.com/Ylianst/MeshCentral/issues/7197) - [`8c90f5c`](https://redirect.github.com/Ylianst/MeshCentral/commit/8c90f5c6) update readme to improve structure and add community meetings section ([#​7202](https://redirect.github.com/Ylianst/MeshCentral/issues/7202)) - [`1e53428`](https://redirect.github.com/Ylianst/MeshCentral/commit/1e534282) killing process now shows process name in event logs [#​7197](https://redirect.github.com/Ylianst/MeshCentral/issues/7197) - [`f723486`](https://redirect.github.com/Ylianst/MeshCentral/commit/f723486f) fix run commands dark mode visibity [#​7191](https://redirect.github.com/Ylianst/MeshCentral/issues/7191) - [`a50265a`](https://redirect.github.com/Ylianst/MeshCentral/commit/a50265a2) fix modern ui hide parameter bug [#​7186](https://redirect.github.com/Ylianst/MeshCentral/issues/7186) - [`9345ee7`](https://redirect.github.com/Ylianst/MeshCentral/commit/9345ee71) fix whitespace, doh! - [`2383280`](https://redirect.github.com/Ylianst/MeshCentral/commit/23832807) dont record end of intel wsman in events - [`a63a1de`](https://redirect.github.com/Ylianst/MeshCentral/commit/a63a1de2) fix amt bare-metal checkbox in web ui </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.1.48
|
||||
appVersion: 1.1.49
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.16.2
|
||||
@@ -37,5 +37,5 @@ sources:
|
||||
- https://github.com/Ylianst/MeshCentral
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/meshcentral
|
||||
type: application
|
||||
version: 18.3.2
|
||||
version: 18.3.3
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/ylianst/meshcentral
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.1.48@sha256:daec2659d3bb600ea8ad7fc3a070422fca8c1d15479b8103aaedbf9e762b91f3
|
||||
tag: 1.1.49@sha256:b51543f25bc1f8656b235c3ca8df68c7c8eb7dd190bb9cb9ab34ea2798af7cf4
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
|
||||
Reference in New Issue
Block a user