From 9d185c406d15aa4e181497d713b8751e49f8af81 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Fri, 10 Nov 2023 18:41:11 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/putty/{5.0.9 => 5.0.10}/CHANGELOG.md | 18 +++++++++--------- stable/putty/{5.0.9 => 5.0.10}/Chart.yaml | 4 ++-- stable/putty/{5.0.9 => 5.0.10}/README.md | 0 stable/putty/5.0.10/app-changelog.md | 9 +++++++++ stable/putty/{5.0.9 => 5.0.10}/app-readme.md | 0 .../charts/common-14.3.5.tgz | Bin stable/putty/{5.0.9 => 5.0.10}/ix_values.yaml | 2 +- stable/putty/{5.0.9 => 5.0.10}/questions.yaml | 2 +- .../{5.0.9 => 5.0.10}/templates/NOTES.txt | 0 .../{5.0.9 => 5.0.10}/templates/common.yaml | 0 stable/putty/{5.0.9 => 5.0.10}/values.yaml | 0 stable/putty/5.0.9/app-changelog.md | 9 --------- 12 files changed, 22 insertions(+), 22 deletions(-) rename stable/putty/{5.0.9 => 5.0.10}/CHANGELOG.md (90%) rename stable/putty/{5.0.9 => 5.0.10}/Chart.yaml (95%) rename stable/putty/{5.0.9 => 5.0.10}/README.md (100%) create mode 100644 stable/putty/5.0.10/app-changelog.md rename stable/putty/{5.0.9 => 5.0.10}/app-readme.md (100%) rename stable/putty/{5.0.9 => 5.0.10}/charts/common-14.3.5.tgz (100%) rename stable/putty/{5.0.9 => 5.0.10}/ix_values.yaml (94%) rename stable/putty/{5.0.9 => 5.0.10}/questions.yaml (99%) rename stable/putty/{5.0.9 => 5.0.10}/templates/NOTES.txt (100%) rename stable/putty/{5.0.9 => 5.0.10}/templates/common.yaml (100%) rename stable/putty/{5.0.9 => 5.0.10}/values.yaml (100%) delete mode 100644 stable/putty/5.0.9/app-changelog.md diff --git a/stable/putty/5.0.9/CHANGELOG.md b/stable/putty/5.0.10/CHANGELOG.md similarity index 90% rename from stable/putty/5.0.9/CHANGELOG.md rename to stable/putty/5.0.10/CHANGELOG.md index 317bf64d1f7..93bcba63b80 100644 --- a/stable/putty/5.0.9/CHANGELOG.md +++ b/stable/putty/5.0.10/CHANGELOG.md @@ -4,6 +4,15 @@ +## [putty-5.0.10](https://github.com/truecharts/charts/compare/putty-5.0.9...putty-5.0.10) (2023-11-10) + +### Chore + +- update container image tccr.io/truecharts/putty to v23.11.1 ([#14537](https://github.com/truecharts/charts/issues/14537)) + + + + ## [putty-5.0.9](https://github.com/truecharts/charts/compare/putty-5.0.8...putty-5.0.9) (2023-11-08) ### Chore @@ -88,12 +97,3 @@ - update helm general non-major ([#10955](https://github.com/truecharts/charts/issues/10955)) - - - -## [putty-4.0.16](https://github.com/truecharts/charts/compare/putty-4.0.15...putty-4.0.16) (2023-07-01) - -### Chore - -- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069)) - diff --git a/stable/putty/5.0.9/Chart.yaml b/stable/putty/5.0.10/Chart.yaml similarity index 95% rename from stable/putty/5.0.9/Chart.yaml rename to stable/putty/5.0.10/Chart.yaml index 8f6eadae48b..4585c59fdf7 100644 --- a/stable/putty/5.0.9/Chart.yaml +++ b/stable/putty/5.0.10/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "23.08.1" +appVersion: "23.11.1" 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.9 +version: 5.0.10 annotations: truecharts.org/category: utilities truecharts.org/SCALE-support: "true" diff --git a/stable/putty/5.0.9/README.md b/stable/putty/5.0.10/README.md similarity index 100% rename from stable/putty/5.0.9/README.md rename to stable/putty/5.0.10/README.md diff --git a/stable/putty/5.0.10/app-changelog.md b/stable/putty/5.0.10/app-changelog.md new file mode 100644 index 00000000000..3ced06fef5b --- /dev/null +++ b/stable/putty/5.0.10/app-changelog.md @@ -0,0 +1,9 @@ + + +## [putty-5.0.10](https://github.com/truecharts/charts/compare/putty-5.0.9...putty-5.0.10) (2023-11-10) + +### Chore + +- update container image tccr.io/truecharts/putty to v23.11.1 ([#14537](https://github.com/truecharts/charts/issues/14537)) + + \ No newline at end of file diff --git a/stable/putty/5.0.9/app-readme.md b/stable/putty/5.0.10/app-readme.md similarity index 100% rename from stable/putty/5.0.9/app-readme.md rename to stable/putty/5.0.10/app-readme.md diff --git a/stable/putty/5.0.9/charts/common-14.3.5.tgz b/stable/putty/5.0.10/charts/common-14.3.5.tgz similarity index 100% rename from stable/putty/5.0.9/charts/common-14.3.5.tgz rename to stable/putty/5.0.10/charts/common-14.3.5.tgz diff --git a/stable/putty/5.0.9/ix_values.yaml b/stable/putty/5.0.10/ix_values.yaml similarity index 94% rename from stable/putty/5.0.9/ix_values.yaml rename to stable/putty/5.0.10/ix_values.yaml index 0eff917bf7e..bc9a6035bd4 100644 --- a/stable/putty/5.0.9/ix_values.yaml +++ b/stable/putty/5.0.10/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/putty - tag: v23.08.1@sha256:058a3bac3823e9a759ce602ef4cd20ac298b36c42543a75840fdca8f2da428f3 + tag: v23.11.1@sha256:8bcf799d467e7f7b90c6fe95b90efd644e85263d8e89581e53575ef338e37b5f pullPolicy: IfNotPresent service: main: diff --git a/stable/putty/5.0.9/questions.yaml b/stable/putty/5.0.10/questions.yaml similarity index 99% rename from stable/putty/5.0.9/questions.yaml rename to stable/putty/5.0.10/questions.yaml index 0a80c81ee13..50359cc43f3 100644 --- a/stable/putty/5.0.9/questions.yaml +++ b/stable/putty/5.0.10/questions.yaml @@ -894,7 +894,7 @@ questions: label: Paths schema: type: list - default: [] + default: [{path: "/", pathType: "Prefix"}] items: - variable: pathEntry label: Host diff --git a/stable/putty/5.0.9/templates/NOTES.txt b/stable/putty/5.0.10/templates/NOTES.txt similarity index 100% rename from stable/putty/5.0.9/templates/NOTES.txt rename to stable/putty/5.0.10/templates/NOTES.txt diff --git a/stable/putty/5.0.9/templates/common.yaml b/stable/putty/5.0.10/templates/common.yaml similarity index 100% rename from stable/putty/5.0.9/templates/common.yaml rename to stable/putty/5.0.10/templates/common.yaml diff --git a/stable/putty/5.0.9/values.yaml b/stable/putty/5.0.10/values.yaml similarity index 100% rename from stable/putty/5.0.9/values.yaml rename to stable/putty/5.0.10/values.yaml diff --git a/stable/putty/5.0.9/app-changelog.md b/stable/putty/5.0.9/app-changelog.md deleted file mode 100644 index b9f2681d29e..00000000000 --- a/stable/putty/5.0.9/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [putty-5.0.9](https://github.com/truecharts/charts/compare/putty-5.0.8...putty-5.0.9) (2023-11-08) - -### Chore - -- update helm general non-major ([#14465](https://github.com/truecharts/charts/issues/14465)) - - \ No newline at end of file