diff --git a/stable/ntfy/6.0.1/app-changelog.md b/stable/ntfy/6.0.1/app-changelog.md deleted file mode 100644 index f2bfd85ca5..0000000000 --- a/stable/ntfy/6.0.1/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [ntfy-6.0.1](https://github.com/truecharts/charts/compare/ntfy-6.0.0...ntfy-6.0.1) (2023-08-12) - -### Feat - -- enable prometheus metrics ([#11389](https://github.com/truecharts/charts/issues/11389)) - - \ No newline at end of file diff --git a/stable/ntfy/6.0.1/CHANGELOG.md b/stable/ntfy/6.0.2/CHANGELOG.md similarity index 90% rename from stable/ntfy/6.0.1/CHANGELOG.md rename to stable/ntfy/6.0.2/CHANGELOG.md index 99d29e3f11..bbb76bcd05 100644 --- a/stable/ntfy/6.0.1/CHANGELOG.md +++ b/stable/ntfy/6.0.2/CHANGELOG.md @@ -4,6 +4,15 @@ +## [ntfy-6.0.2](https://github.com/truecharts/charts/compare/ntfy-6.0.1...ntfy-6.0.2) (2023-08-18) + +### Chore + +- update container image tccr.io/truecharts/ntfy to v2.7.0 ([#11681](https://github.com/truecharts/charts/issues/11681)) + + + + ## [ntfy-6.0.1](https://github.com/truecharts/charts/compare/ntfy-6.0.0...ntfy-6.0.1) (2023-08-12) ### Feat @@ -88,12 +97,3 @@ - update helm general non-major ([#9393](https://github.com/truecharts/charts/issues/9393)) - ### Feat - -- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203)) - - - - -## [ntfy-5.0.12](https://github.com/truecharts/charts/compare/ntfy-5.0.11...ntfy-5.0.12) (2023-05-27) - diff --git a/stable/ntfy/6.0.1/Chart.yaml b/stable/ntfy/6.0.2/Chart.yaml similarity index 95% rename from stable/ntfy/6.0.1/Chart.yaml rename to stable/ntfy/6.0.2/Chart.yaml index c64474e41b..c724826bf6 100644 --- a/stable/ntfy/6.0.1/Chart.yaml +++ b/stable/ntfy/6.0.2/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2.6.2" +appVersion: "2.7.0" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -18,7 +18,7 @@ name: ntfy sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ntfy - https://github.com/binwiederhier/ntfy/ -version: 6.0.1 +version: 6.0.2 annotations: truecharts.org/catagories: | - media diff --git a/stable/ntfy/6.0.1/README.md b/stable/ntfy/6.0.2/README.md similarity index 100% rename from stable/ntfy/6.0.1/README.md rename to stable/ntfy/6.0.2/README.md diff --git a/stable/ntfy/6.0.2/app-changelog.md b/stable/ntfy/6.0.2/app-changelog.md new file mode 100644 index 0000000000..3a7ffa22cc --- /dev/null +++ b/stable/ntfy/6.0.2/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ntfy-6.0.2](https://github.com/truecharts/charts/compare/ntfy-6.0.1...ntfy-6.0.2) (2023-08-18) + +### Chore + +- update container image tccr.io/truecharts/ntfy to v2.7.0 ([#11681](https://github.com/truecharts/charts/issues/11681)) + + \ No newline at end of file diff --git a/stable/ntfy/6.0.1/app-readme.md b/stable/ntfy/6.0.2/app-readme.md similarity index 100% rename from stable/ntfy/6.0.1/app-readme.md rename to stable/ntfy/6.0.2/app-readme.md diff --git a/stable/ntfy/6.0.1/charts/common-14.0.1.tgz b/stable/ntfy/6.0.2/charts/common-14.0.1.tgz similarity index 100% rename from stable/ntfy/6.0.1/charts/common-14.0.1.tgz rename to stable/ntfy/6.0.2/charts/common-14.0.1.tgz diff --git a/stable/ntfy/6.0.1/ix_values.yaml b/stable/ntfy/6.0.2/ix_values.yaml similarity index 97% rename from stable/ntfy/6.0.1/ix_values.yaml rename to stable/ntfy/6.0.2/ix_values.yaml index 8ead147fbf..0c1ca3af39 100644 --- a/stable/ntfy/6.0.1/ix_values.yaml +++ b/stable/ntfy/6.0.2/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/ntfy - tag: v2.6.2@sha256:352e58f9da7f4022403aefca57b57f3b2c1c3ab005ceb494304745439cb45506 + tag: v2.7.0@sha256:77f9962a19bbfb837ac625fdab40f6a727d344467a6bf16718cf12aa46c96017 pullPolicy: IfNotPresent service: main: diff --git a/stable/ntfy/6.0.1/questions.yaml b/stable/ntfy/6.0.2/questions.yaml similarity index 100% rename from stable/ntfy/6.0.1/questions.yaml rename to stable/ntfy/6.0.2/questions.yaml diff --git a/stable/ntfy/6.0.1/templates/NOTES.txt b/stable/ntfy/6.0.2/templates/NOTES.txt similarity index 100% rename from stable/ntfy/6.0.1/templates/NOTES.txt rename to stable/ntfy/6.0.2/templates/NOTES.txt diff --git a/stable/ntfy/6.0.1/templates/common.yaml b/stable/ntfy/6.0.2/templates/common.yaml similarity index 100% rename from stable/ntfy/6.0.1/templates/common.yaml rename to stable/ntfy/6.0.2/templates/common.yaml diff --git a/stable/ntfy/6.0.1/values.yaml b/stable/ntfy/6.0.2/values.yaml similarity index 100% rename from stable/ntfy/6.0.1/values.yaml rename to stable/ntfy/6.0.2/values.yaml