chore(deps): update container image jlesage/handbrake to v23.12.1@a294ceb by renovate (#16300)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jlesage/handbrake](https://togithub.com/jlesage/docker-handbrake) | minor | `v23.11.5` -> `v23.12.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> ### [`v23.12.1`](https://togithub.com/jlesage/docker-handbrake/releases/tag/v23.12.1): Version 23.12.1 [Compare Source](https://togithub.com/jlesage/docker-handbrake/compare/v23.11.5...v23.12.1) Changes in this release: - Adjusted QSV check script to handle Atom microarchitectures. - Fixed issue with the automatic video converter where removing a video file could block. - Enabled AVX-512 optimizations for SVT-AV1. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDIuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
@@ -1,35 +1,34 @@
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: handbrake
|
||||
version: 17.0.18
|
||||
appVersion: 23.11.5
|
||||
description:
|
||||
HandBrake is a tool for converting video from nearly any format to a
|
||||
version: 17.1.0
|
||||
appVersion: 23.12.1
|
||||
description: HandBrake is a tool for converting video from nearly any format to a
|
||||
selection of modern, widely supported codecs.
|
||||
home: https://truecharts.org/charts/stable/handbrake
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/handbrake.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://hub.docker.com/r/jlesage/handbrake
|
||||
- https://github.com/jlesage/docker-handbrake
|
||||
- https://handbrake.fr/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/handbrake
|
||||
- https://github.com/jlesage/docker-handbrake
|
||||
- https://handbrake.fr/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/handbrake
|
||||
- https://hub.docker.com/r/jlesage/handbrake
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- handbrake
|
||||
- encode
|
||||
- media
|
||||
- handbrake
|
||||
- encode
|
||||
- media
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 14.5.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: common
|
||||
version: 14.5.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.1
|
||||
min_scale_version: 22.12.4
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: jlesage/handbrake
|
||||
tag: v23.11.5@sha256:92028fe3188dcf2f7600fa4d8b1cbeab77b652d5e86bbf3bcc8acc675bea7b6f
|
||||
tag: v23.12.1@sha256:a294ceb615111172020006a6d2c4d720a9aa3c4a0e92a006be0b7ba175311864
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user