fix(putty): update image docker.io/jlesage/putty v25.12.1 → v25.12.2 (#43040)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/jlesage/putty](https://redirect.github.com/jlesage/docker-putty) | patch | `0632353` -> `7579e3c` | --- > [!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-putty (docker.io/jlesage/putty)</summary> ### [`v25.12.2`](https://redirect.github.com/jlesage/docker-putty/releases/tag/v25.12.2): Version 25.12.2 [Compare Source](https://redirect.github.com/jlesage/docker-putty/compare/v25.12.1...v25.12.2) Changes in this release: - Updated baseimage to version 4.10.4, which brings the following changes: - Web audio is now automatically re-enabled upon first user interaction. - Improved robustness of GPU devices detection. - Command key on Mac devices has been remapped to better match Linux application interactions. </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvcHV0dHkiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -11,7 +11,7 @@ annotations:
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 25.12.1
|
||||
appVersion: 25.12.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.11
|
||||
@@ -38,5 +38,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/putty
|
||||
- https://hub.docker.com/r/jlesage/putty
|
||||
type: application
|
||||
version: 13.15.2
|
||||
version: 13.15.3
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/jlesage/putty
|
||||
tag: v25.12.1@sha256:0632353fa4adb017658a7e17effa599e90f6bbdfd260dc39e2bb0df3b65067f9
|
||||
tag: v25.12.2@sha256:7579e3c5cd656424d933a00efbd0d1ba9c7a738b4a48e2b4d5d956865c91acb0
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user