chore(helm): update image docker.io/jlesage/makemkv v24.12.1 → v25.02.2 (#32145)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/jlesage/makemkv](https://redirect.github.com/jlesage/docker-makemkv) | major | `9c55c3b` -> `501b52b` | --- > [!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>jlesage/docker-makemkv (docker.io/jlesage/makemkv)</summary> ### [`v25.02.2`](https://redirect.github.com/jlesage/docker-makemkv/releases/tag/v25.02.2): Version 25.02.2 [Compare Source](https://redirect.github.com/jlesage/docker-makemkv/compare/v25.02.1...v25.02.2) Changes in this release: - Report the case where an optical drive cannot be used because of an improper user namespace configuration. ### [`v25.02.1`](https://redirect.github.com/jlesage/docker-makemkv/releases/tag/v25.02.1): Version 25.02.1 [Compare Source](https://redirect.github.com/jlesage/docker-makemkv/compare/v24.12.1...v25.02.1) Changes in this release: - Updated MakeMKV to version 1.17.9. - Improved detection of optical drive usability issues. - Improved disc ejection mechanism. - Fixed optical drive detection by MakeMKV when using a license key. - Added support for hooks. - Updated baseimage to version 4.7.1, which brings the following changes (since last used version): - Added environment variable that allows configuring the web authentication token lifetime. - Fixed compatibility issues that were introduced with support of GTK4 applications. - Increased the default service ready timeout from 5 seconds to 10 seconds and allow runtime adjustment via environment variable. - Rebuild against latest distro images to get security fixes. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 24.12.1
|
||||
appVersion: 25.02.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -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.9.1
|
||||
version: 13.0.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/jlesage/makemkv
|
||||
tag: v24.12.1@sha256:9c55c3bda98f00b352903dcc85cda0c6a7d0724cea81af784ec9a8d06de3cd25
|
||||
tag: v25.02.2@sha256:501b52bc3c782d13c64b66ac82cf456444c37643e0a974eab5fdb5ec784d8a7a
|
||||
pullPolicy: IfNotPresent
|
||||
makemkv:
|
||||
# General Settings
|
||||
|
||||
Reference in New Issue
Block a user