From f97682017624d352437da994a7de19d676d2bc07 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 20 Nov 2023 18:33:03 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/putty/5.0.11/app-changelog.md | 4 ---- stable/putty/{5.0.11 => 5.0.12}/CHANGELOG.md | 18 +++++++++--------- stable/putty/{5.0.11 => 5.0.12}/Chart.yaml | 4 ++-- stable/putty/{5.0.11 => 5.0.12}/README.md | 0 stable/putty/5.0.12/app-changelog.md | 9 +++++++++ stable/putty/{5.0.11 => 5.0.12}/app-readme.md | 0 .../charts/common-14.3.5.tgz | Bin .../putty/{5.0.11 => 5.0.12}/ix_values.yaml | 2 +- .../putty/{5.0.11 => 5.0.12}/questions.yaml | 0 .../{5.0.11 => 5.0.12}/templates/NOTES.txt | 0 .../{5.0.11 => 5.0.12}/templates/common.yaml | 0 stable/putty/{5.0.11 => 5.0.12}/values.yaml | 0 12 files changed, 21 insertions(+), 16 deletions(-) delete mode 100644 stable/putty/5.0.11/app-changelog.md rename stable/putty/{5.0.11 => 5.0.12}/CHANGELOG.md (90%) rename stable/putty/{5.0.11 => 5.0.12}/Chart.yaml (95%) rename stable/putty/{5.0.11 => 5.0.12}/README.md (100%) create mode 100644 stable/putty/5.0.12/app-changelog.md rename stable/putty/{5.0.11 => 5.0.12}/app-readme.md (100%) rename stable/putty/{5.0.11 => 5.0.12}/charts/common-14.3.5.tgz (100%) rename stable/putty/{5.0.11 => 5.0.12}/ix_values.yaml (94%) rename stable/putty/{5.0.11 => 5.0.12}/questions.yaml (100%) rename stable/putty/{5.0.11 => 5.0.12}/templates/NOTES.txt (100%) rename stable/putty/{5.0.11 => 5.0.12}/templates/common.yaml (100%) rename stable/putty/{5.0.11 => 5.0.12}/values.yaml (100%) diff --git a/stable/putty/5.0.11/app-changelog.md b/stable/putty/5.0.11/app-changelog.md deleted file mode 100644 index d2563368359..00000000000 --- a/stable/putty/5.0.11/app-changelog.md +++ /dev/null @@ -1,4 +0,0 @@ - - -## [putty-5.0.11](https://github.com/truecharts/charts/compare/putty-5.0.10...putty-5.0.11) (2023-11-17) - diff --git a/stable/putty/5.0.11/CHANGELOG.md b/stable/putty/5.0.12/CHANGELOG.md similarity index 90% rename from stable/putty/5.0.11/CHANGELOG.md rename to stable/putty/5.0.12/CHANGELOG.md index 0c2ef244a65..d172594d7dd 100644 --- a/stable/putty/5.0.11/CHANGELOG.md +++ b/stable/putty/5.0.12/CHANGELOG.md @@ -4,6 +4,15 @@ +## [putty-5.0.12](https://github.com/truecharts/charts/compare/putty-5.0.11...putty-5.0.12) (2023-11-20) + +### Fix + +- update container image jlesage/putty to v23.11.2 ([#15157](https://github.com/truecharts/charts/issues/15157)) + + + + ## [putty-5.0.11](https://github.com/truecharts/charts/compare/putty-5.0.10...putty-5.0.11) (2023-11-17) @@ -88,12 +97,3 @@ - update container image tccr.io/truecharts/putty to v23.08.1 ([#12177](https://github.com/truecharts/charts/issues/12177)) - - - -## [putty-5.0.0](https://github.com/truecharts/charts/compare/putty-4.0.17...putty-5.0.0) (2023-07-31) - - - - -## [putty-4.0.17](https://github.com/truecharts/charts/compare/putty-4.0.16...putty-4.0.17) (2023-07-29) diff --git a/stable/putty/5.0.11/Chart.yaml b/stable/putty/5.0.12/Chart.yaml similarity index 95% rename from stable/putty/5.0.11/Chart.yaml rename to stable/putty/5.0.12/Chart.yaml index 569a9fd117a..6f827a2146c 100644 --- a/stable/putty/5.0.11/Chart.yaml +++ b/stable/putty/5.0.12/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "23.11.1" +appVersion: 3.11.2 dependencies: - name: common repository: https://library-charts.truecharts.org @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/putty - https://github.com/jlesage/docker-putty type: application -version: 5.0.11 +version: 5.0.12 annotations: truecharts.org/category: utilities truecharts.org/SCALE-support: "true" diff --git a/stable/putty/5.0.11/README.md b/stable/putty/5.0.12/README.md similarity index 100% rename from stable/putty/5.0.11/README.md rename to stable/putty/5.0.12/README.md diff --git a/stable/putty/5.0.12/app-changelog.md b/stable/putty/5.0.12/app-changelog.md new file mode 100644 index 00000000000..acbc77397d4 --- /dev/null +++ b/stable/putty/5.0.12/app-changelog.md @@ -0,0 +1,9 @@ + + +## [putty-5.0.12](https://github.com/truecharts/charts/compare/putty-5.0.11...putty-5.0.12) (2023-11-20) + +### Fix + +- update container image jlesage/putty to v23.11.2 ([#15157](https://github.com/truecharts/charts/issues/15157)) + + \ No newline at end of file diff --git a/stable/putty/5.0.11/app-readme.md b/stable/putty/5.0.12/app-readme.md similarity index 100% rename from stable/putty/5.0.11/app-readme.md rename to stable/putty/5.0.12/app-readme.md diff --git a/stable/putty/5.0.11/charts/common-14.3.5.tgz b/stable/putty/5.0.12/charts/common-14.3.5.tgz similarity index 100% rename from stable/putty/5.0.11/charts/common-14.3.5.tgz rename to stable/putty/5.0.12/charts/common-14.3.5.tgz diff --git a/stable/putty/5.0.11/ix_values.yaml b/stable/putty/5.0.12/ix_values.yaml similarity index 94% rename from stable/putty/5.0.11/ix_values.yaml rename to stable/putty/5.0.12/ix_values.yaml index 2aa9090ad97..3caad6e8aa9 100644 --- a/stable/putty/5.0.11/ix_values.yaml +++ b/stable/putty/5.0.12/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: jlesage/putty - tag: v23.11.1@sha256:a16a69a7b3e68d67a8f420cf207036a41f36a9de6238c6448252a719cc50db43 + tag: v23.11.2@sha256:340eaaac4919acd07567996eff3c5a39fbba8b3bd724bf34cddf890d68bdfce8 pullPolicy: IfNotPresent service: main: diff --git a/stable/putty/5.0.11/questions.yaml b/stable/putty/5.0.12/questions.yaml similarity index 100% rename from stable/putty/5.0.11/questions.yaml rename to stable/putty/5.0.12/questions.yaml diff --git a/stable/putty/5.0.11/templates/NOTES.txt b/stable/putty/5.0.12/templates/NOTES.txt similarity index 100% rename from stable/putty/5.0.11/templates/NOTES.txt rename to stable/putty/5.0.12/templates/NOTES.txt diff --git a/stable/putty/5.0.11/templates/common.yaml b/stable/putty/5.0.12/templates/common.yaml similarity index 100% rename from stable/putty/5.0.11/templates/common.yaml rename to stable/putty/5.0.12/templates/common.yaml diff --git a/stable/putty/5.0.11/values.yaml b/stable/putty/5.0.12/values.yaml similarity index 100% rename from stable/putty/5.0.11/values.yaml rename to stable/putty/5.0.12/values.yaml