chore(deps): update container image jlesage/mkvcleaver to v24.07.1@88c2569 by renovate (#24193)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jlesage/mkvcleaver](https://togithub.com/jlesage/docker-mkvcleaver) | minor | `v24.02.1` -> `v24.07.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>jlesage/docker-mkvcleaver (jlesage/mkvcleaver)</summary> ### [`v24.07.1`](https://togithub.com/jlesage/docker-mkvcleaver/releases/tag/v24.07.1): Version 24.07.1 [Compare Source](https://togithub.com/jlesage/docker-mkvcleaver/compare/v24.02.1...v24.07.1) Changes in this release: - Updated baseimage to version 4.6.3, which brings the following changes: - Audio support through web browser. - Web authentication support. - Better support of GTK4 applications. - Updated noVNC to version 1.5.0. - Updated web UI components (Bootstrap, Font Awesome). - When connecting, the control bar is now temporarily shown only once. - During package mirror setup, make sure to keep permissions of copied files. </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNiIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
parent
daae75bcc8
commit
bc0146eaea
|
@ -6,7 +6,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 24.02.1
|
||||
appVersion: 24.07.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.1.5
|
||||
|
@ -33,4 +33,4 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/mkvcleaver
|
||||
- https://hub.docker.com/r/jlesage/mkvcleaver
|
||||
type: application
|
||||
version: 11.1.3
|
||||
version: 11.2.0
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: jlesage/mkvcleaver
|
||||
tag: v24.02.1@sha256:af0ad62c34840c885ce599fe60b3561fc30cc01b436523266e30299a7c80fb00
|
||||
tag: v24.07.1@sha256:88c2569ec61a97a74b06a31c22967555fea32594040bdb2bc7c5eb08420d6c4a
|
||||
pullPolicy: IfNotPresent
|
||||
mkvcleaver:
|
||||
KEEP_APP_RUNNING: false
|
||||
|
|
Loading…
Reference in New Issue