chore(deps): update container image jlesage/makemkv to v24.07.1@39dccc4 by renovate (#24191)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jlesage/makemkv](https://togithub.com/jlesage/docker-makemkv) | minor | `v24.06.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-makemkv (jlesage/makemkv)</summary> ### [`v24.07.1`](https://togithub.com/jlesage/docker-makemkv/releases/tag/v24.07.1): Version 24.07.1 [Compare Source](https://togithub.com/jlesage/docker-makemkv/compare/v24.06.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
d9e88ca7d3
commit
68d95759df
|
@ -6,7 +6,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 24.06.1
|
||||
appVersion: 24.07.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.1.5
|
||||
|
@ -32,4 +32,4 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/makemkv
|
||||
- https://hub.docker.com/r/jlesage/makemkv
|
||||
type: application
|
||||
version: 12.2.3
|
||||
version: 12.3.0
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: jlesage/makemkv
|
||||
tag: v24.06.1@sha256:7af8a5d70006cbf0fc5ea54971779bc8b35f976dd844db173f5bc28ae97876b7
|
||||
tag: v24.07.1@sha256:39dccc4f82dc76668a78543ac7392a43b6bc6c069e1a3e47e8c058c6cb5f09b0
|
||||
pullPolicy: IfNotPresent
|
||||
makemkv:
|
||||
# General Settings
|
||||
|
|
Loading…
Reference in New Issue