feat(avidemux): update image docker.io/jlesage/avidemux v26.03.1 → v26.07.1 (#49745)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/jlesage/avidemux](https://redirect.github.com/jlesage/docker-avidemux) | minor | `1788036` → `977a199` | --- > [!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>jlesage/docker-avidemux (docker.io/jlesage/avidemux)</summary> ### [`v26.07.1`](https://redirect.github.com/jlesage/docker-avidemux/releases/tag/v26.07.1): Version 26.07.1 [Compare Source](https://redirect.github.com/jlesage/docker-avidemux/compare/v26.03.1...v26.07.1) Changes in this release: - Updated baseimage to version 4.12.5, bringing the following changes: - Added the ability to run the container with read-only filesystem. - Added the ability to configure the shell used by the web terminal. - Enabled window shadows to improve support of GTK4 applications. - Switched to fastcompmgr as the X compositor. - Updated TigerVNC to version 1.16.2. - Updated noVNC to version 1.7.0. - Improved web authentication compatibility with reverse proxies by using relative redirects. - Force usage of the local X display to avoid connecting to the host X server in Docker host network mode. </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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9hdmlkZW11eCIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 26.03.1
|
||||
appVersion: 26.07.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.7.1
|
||||
@@ -36,5 +36,4 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/avidemux
|
||||
- https://hub.docker.com/r/jlesage/avidemux
|
||||
type: application
|
||||
version: 15.6.0
|
||||
|
||||
version: 15.6.1
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# yaml-language-server: $schema=./values.schema.json
|
||||
image:
|
||||
repository: docker.io/jlesage/avidemux
|
||||
tag: v26.03.1@sha256:178803682387ea49e289e69e2489af52e7c5a7e7c72932db6ed18c67aaf1a5e4
|
||||
tag: v26.07.1@sha256:977a199f2a7c9607cd551398f11e92ff36fe42d20e142457d802036a28f467d2
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
@@ -61,3 +61,5 @@ persistence:
|
||||
storage:
|
||||
enabled: true
|
||||
mountPath: /storage
|
||||
varrun:
|
||||
enabled: false
|
||||
|
||||
Reference in New Issue
Block a user