chore(deps): update container image jlesage/putty to v23.12.1@5f294d9 by renovate (#16495)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jlesage/putty](https://togithub.com/jlesage/docker-putty) | minor | `v23.11.2` -> `v23.12.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>jlesage/docker-putty (jlesage/putty)</summary> ### [`v23.12.1`](https://togithub.com/jlesage/docker-putty/releases/tag/v23.12.1): Version 23.12.1 [Compare Source](https://togithub.com/jlesage/docker-putty/compare/v23.11.2...v23.12.1) Changes in this release: - Updated PuTTY to version 0.80. </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
parent
1df3fe2a88
commit
c81a4ddce8
|
@ -1,16 +1,16 @@
|
|||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: putty
|
||||
version: 6.0.11
|
||||
appVersion: 23.11.2
|
||||
version: 6.1.0
|
||||
appVersion: 23.12.1
|
||||
description: PuTTY is a free and open-source terminal emulator, serial console and network file transfer application.
|
||||
home: https://truecharts.org/charts/stable/putty
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/putty.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://hub.docker.com/r/jlesage/putty
|
||||
- https://github.com/jlesage/docker-putty
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/putty
|
||||
- https://hub.docker.com/r/jlesage/putty
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: jlesage/putty
|
||||
tag: v23.11.2@sha256:340eaaac4919acd07567996eff3c5a39fbba8b3bd724bf34cddf890d68bdfce8
|
||||
tag: v23.12.1@sha256:5f294d93a0928cdbdab428e4561a4b9b723606c486cd418f2999ec85f90e5a43
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
|
Loading…
Reference in New Issue