diff --git a/stable/putty/4.0.0/app-changelog.md b/stable/putty/4.0.0/app-changelog.md deleted file mode 100644 index 3a6391a5f4..0000000000 --- a/stable/putty/4.0.0/app-changelog.md +++ /dev/null @@ -1,13 +0,0 @@ - - -## [putty-4.0.0](https://github.com/truecharts/charts/compare/putty-3.0.12...putty-4.0.0) (2023-04-30) - -### Feat - -- BREAKING CHANGE migrate to new common part 5 ([#8615](https://github.com/truecharts/charts/issues/8615)) - - ### Fix - -- fix indentation ([#8536](https://github.com/truecharts/charts/issues/8536)) - - \ No newline at end of file diff --git a/stable/putty/4.0.0/CHANGELOG.md b/stable/putty/4.0.1/CHANGELOG.md similarity index 89% rename from stable/putty/4.0.0/CHANGELOG.md rename to stable/putty/4.0.1/CHANGELOG.md index 8b43e7425c..07b6504ab7 100644 --- a/stable/putty/4.0.0/CHANGELOG.md +++ b/stable/putty/4.0.1/CHANGELOG.md @@ -4,6 +4,15 @@ +## [putty-4.0.1](https://github.com/truecharts/charts/compare/putty-4.0.0...putty-4.0.1) (2023-05-01) + +### Chore + +- update container image tccr.io/truecharts/putty to v23.03.1 ([#8653](https://github.com/truecharts/charts/issues/8653)) + + + + ## [putty-4.0.0](https://github.com/truecharts/charts/compare/putty-3.0.12...putty-4.0.0) (2023-04-30) ### Feat @@ -88,12 +97,3 @@ - -## [putty-3.0.4](https://github.com/truecharts/charts/compare/putty-3.0.3...putty-3.0.4) (2022-12-19) - -### Chore - -- update helm general non-major - - - diff --git a/stable/putty/4.0.0/Chart.yaml b/stable/putty/4.0.1/Chart.yaml similarity index 95% rename from stable/putty/4.0.0/Chart.yaml rename to stable/putty/4.0.1/Chart.yaml index b677051210..266ee23d73 100644 --- a/stable/putty/4.0.0/Chart.yaml +++ b/stable/putty/4.0.1/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "23.02.2" +appVersion: "23.03.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: 4.0.0 +version: 4.0.1 annotations: truecharts.org/catagories: | - utilities diff --git a/stable/putty/4.0.0/README.md b/stable/putty/4.0.1/README.md similarity index 100% rename from stable/putty/4.0.0/README.md rename to stable/putty/4.0.1/README.md diff --git a/stable/putty/4.0.1/app-changelog.md b/stable/putty/4.0.1/app-changelog.md new file mode 100644 index 0000000000..d3a6e8df70 --- /dev/null +++ b/stable/putty/4.0.1/app-changelog.md @@ -0,0 +1,9 @@ + + +## [putty-4.0.1](https://github.com/truecharts/charts/compare/putty-4.0.0...putty-4.0.1) (2023-05-01) + +### Chore + +- update container image tccr.io/truecharts/putty to v23.03.1 ([#8653](https://github.com/truecharts/charts/issues/8653)) + + \ No newline at end of file diff --git a/stable/putty/4.0.0/app-readme.md b/stable/putty/4.0.1/app-readme.md similarity index 100% rename from stable/putty/4.0.0/app-readme.md rename to stable/putty/4.0.1/app-readme.md diff --git a/stable/putty/4.0.0/charts/common-12.6.1.tgz b/stable/putty/4.0.1/charts/common-12.6.1.tgz similarity index 100% rename from stable/putty/4.0.0/charts/common-12.6.1.tgz rename to stable/putty/4.0.1/charts/common-12.6.1.tgz diff --git a/stable/putty/4.0.0/ix_values.yaml b/stable/putty/4.0.1/ix_values.yaml similarity index 95% rename from stable/putty/4.0.0/ix_values.yaml rename to stable/putty/4.0.1/ix_values.yaml index 1c8b2da6ed..002f71884e 100644 --- a/stable/putty/4.0.0/ix_values.yaml +++ b/stable/putty/4.0.1/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/putty - tag: 23.02.2@sha256:4bec4d770722ee284dcb7db8250768a62d72a5f29c54ed547458c2450f0676a5 + tag: 23.03.1@sha256:e1c0dd65c0eccbd17bf5547d18550a1545713ef2cd188232d0074a4bd5432dde pullPolicy: IfNotPresent service: main: diff --git a/stable/putty/4.0.0/questions.yaml b/stable/putty/4.0.1/questions.yaml similarity index 100% rename from stable/putty/4.0.0/questions.yaml rename to stable/putty/4.0.1/questions.yaml diff --git a/stable/putty/4.0.0/templates/NOTES.txt b/stable/putty/4.0.1/templates/NOTES.txt similarity index 100% rename from stable/putty/4.0.0/templates/NOTES.txt rename to stable/putty/4.0.1/templates/NOTES.txt diff --git a/stable/putty/4.0.0/templates/common.yaml b/stable/putty/4.0.1/templates/common.yaml similarity index 100% rename from stable/putty/4.0.0/templates/common.yaml rename to stable/putty/4.0.1/templates/common.yaml diff --git a/stable/putty/4.0.0/values.yaml b/stable/putty/4.0.1/values.yaml similarity index 100% rename from stable/putty/4.0.0/values.yaml rename to stable/putty/4.0.1/values.yaml