chore(deps): update container image jlesage/handbrake to v24.01.1@442c40b by renovate (#17111)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jlesage/handbrake](https://togithub.com/jlesage/docker-handbrake) | major | `v23.12.2` -> `v24.01.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>jlesage/docker-handbrake (jlesage/handbrake)</summary> ### [`v24.01.1`](https://togithub.com/jlesage/docker-handbrake/releases/tag/v24.01.1): Version 24.01.1 [Compare Source](https://togithub.com/jlesage/docker-handbrake/compare/v23.12.2...v24.01.1) Changes in this release: - Fixed issue where Linux device of an optical drive could not be opened. - Updated baseimage to version 4.5.3, which brings the following changes: - Disabled fullscreen support when page is loaded into an iFrame. - Rebuilt against latest distro images to get security fixes. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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. --- - [x] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
parent
59618d1bbd
commit
acd558a458
|
@ -7,7 +7,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 23.12.2
|
||||
appVersion: 24.01.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.22
|
||||
|
@ -24,16 +24,16 @@ keywords:
|
|||
- handbrake
|
||||
- encode
|
||||
- media
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: handbrake
|
||||
sources:
|
||||
- https://handbrake.fr/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/handbrake
|
||||
- https://hub.docker.com/r/jlesage/handbrake
|
||||
- https://github.com/jlesage/docker-handbrake
|
||||
- https://handbrake.fr/
|
||||
type: application
|
||||
version: 19.1.6
|
||||
version: 20.0.0
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: jlesage/handbrake
|
||||
tag: v23.12.2@sha256:7c43c9d281a2e9a9796304d578bcc9312407e1953b046b84912f55e3e49101bf
|
||||
tag: v24.01.1@sha256:442c40bf3fbe949a3855a8eb2f3fac9e52bf4e0bde83bdb4177c01501be0afd5
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
|
Loading…
Reference in New Issue