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,37 +1,37 @@
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: '>=1.24.0-0'
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: putty
|
name: putty
|
||||||
version: 6.0.11
|
version: 6.1.0
|
||||||
appVersion: 23.11.2
|
appVersion: 23.12.1
|
||||||
description: PuTTY is a free and open-source terminal emulator, serial console and network file transfer application.
|
description: PuTTY is a free and open-source terminal emulator, serial console and network file transfer application.
|
||||||
home: https://truecharts.org/charts/stable/putty
|
home: https://truecharts.org/charts/stable/putty
|
||||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/putty.png
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/putty.png
|
||||||
deprecated: false
|
deprecated: false
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/jlesage/docker-putty
|
- https://hub.docker.com/r/jlesage/putty
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/putty
|
- https://github.com/jlesage/docker-putty
|
||||||
- https://hub.docker.com/r/jlesage/putty
|
- https://github.com/truecharts/charts/tree/master/charts/stable/putty
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
url: https://truecharts.org
|
url: https://truecharts.org
|
||||||
keywords:
|
keywords:
|
||||||
- ssh
|
- ssh
|
||||||
- putty
|
- putty
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 16.2.21
|
version: 16.2.21
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
tags: []
|
tags: []
|
||||||
import-values: []
|
import-values: []
|
||||||
annotations:
|
annotations:
|
||||||
max_scale_version: 23.10.2
|
max_scale_version: 23.10.2
|
||||||
min_scale_version: 23.10.0
|
min_scale_version: 23.10.0
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/category: utilities
|
truecharts.org/category: utilities
|
||||||
truecharts.org/max_helm_version: "3.13"
|
truecharts.org/max_helm_version: "3.13"
|
||||||
truecharts.org/min_helm_version: "3.12"
|
truecharts.org/min_helm_version: "3.12"
|
||||||
truecharts.org/train: stable
|
truecharts.org/train: stable
|
||||||
type: application
|
type: application
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: jlesage/putty
|
repository: jlesage/putty
|
||||||
tag: v23.11.2@sha256:340eaaac4919acd07567996eff3c5a39fbba8b3bd724bf34cddf890d68bdfce8
|
tag: v23.12.1@sha256:5f294d93a0928cdbdab428e4561a4b9b723606c486cd418f2999ec85f90e5a43
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
|
|
Loading…
Reference in New Issue