diff --git a/stable/cloudcommander/5.2.3/charts/common-18.1.6.tgz b/stable/cloudcommander/5.2.3/charts/common-18.1.6.tgz deleted file mode 100644 index 3ada4bb6e11..00000000000 Binary files a/stable/cloudcommander/5.2.3/charts/common-18.1.6.tgz and /dev/null differ diff --git a/stable/cloudcommander/5.2.3/.helmignore b/stable/cloudcommander/5.4.2/.helmignore similarity index 100% rename from stable/cloudcommander/5.2.3/.helmignore rename to stable/cloudcommander/5.4.2/.helmignore diff --git a/stable/cloudcommander/5.2.3/CHANGELOG.md b/stable/cloudcommander/5.4.2/CHANGELOG.md similarity index 59% rename from stable/cloudcommander/5.2.3/CHANGELOG.md rename to stable/cloudcommander/5.4.2/CHANGELOG.md index 2b139b1f31d..d2410a7b5bf 100644 --- a/stable/cloudcommander/5.2.3/CHANGELOG.md +++ b/stable/cloudcommander/5.4.2/CHANGELOG.md @@ -8,6 +8,42 @@ title: Changelog **Important:** +## [cloudcommander-5.4.2](https://github.com/truecharts/charts/compare/cloudcommander-5.4.1...cloudcommander-5.4.2) (2024-03-11) + +### Chore + + + +- update container image coderaiser/cloudcmd to latest[@e0f375f](https://github.com/e0f375f) by renovate ([#19150](https://github.com/truecharts/charts/issues/19150)) + + +## [cloudcommander-5.4.1](https://github.com/truecharts/charts/compare/cloudcommander-5.4.0...cloudcommander-5.4.1) (2024-03-07) + +### Chore + + + +- bump everything to trigger re-release + + +## [cloudcommander-5.4.0](https://github.com/truecharts/charts/compare/cloudcommander-5.3.0...cloudcommander-5.4.0) (2024-03-07) + +### Chore + + + +- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) + + +## [cloudcommander-5.3.0](https://github.com/truecharts/charts/compare/cloudcommander-5.2.3...cloudcommander-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + ## [cloudcommander-5.2.3](https://github.com/truecharts/charts/compare/cloudcommander-5.2.2...cloudcommander-5.2.3) (2024-03-05) ### Chore @@ -61,39 +97,3 @@ title: Changelog - update container image coderaiser/cloudcmd to latest[@365802f](https://github.com/365802f) by renovate ([#17582](https://github.com/truecharts/charts/issues/17582)) - - -## [cloudcommander-4.1.11](https://github.com/truecharts/charts/compare/cloudcommander-4.1.10...cloudcommander-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [cloudcommander-4.1.10](https://github.com/truecharts/charts/compare/cloudcommander-4.1.9...cloudcommander-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [cloudcommander-4.1.9](https://github.com/truecharts/charts/compare/cloudcommander-4.1.8...cloudcommander-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [cloudcommander-4.1.8](https://github.com/truecharts/charts/compare/cloudcommander-4.1.7...cloudcommander-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) diff --git a/stable/cloudcommander/5.2.3/Chart.yaml b/stable/cloudcommander/5.4.2/Chart.yaml similarity index 94% rename from stable/cloudcommander/5.2.3/Chart.yaml rename to stable/cloudcommander/5.4.2/Chart.yaml index 003b968f179..438d3fd7760 100644 --- a/stable/cloudcommander/5.2.3/Chart.yaml +++ b/stable/cloudcommander/5.4.2/Chart.yaml @@ -10,7 +10,7 @@ apiVersion: v2 appVersion: latest dependencies: - name: common - version: 18.1.6 + version: 19.0.0 repository: oci://tccr.io/truecharts condition: "" alias: "" @@ -24,7 +24,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudcommander.png keywords: - cloudcommander - Tools-Utilities -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/cloudcommander - https://hub.docker.com/r/coderaiser/cloudcmd type: application -version: 5.2.3 +version: 5.4.2 diff --git a/stable/cloudcommander/5.2.3/README.md b/stable/cloudcommander/5.4.2/README.md similarity index 100% rename from stable/cloudcommander/5.2.3/README.md rename to stable/cloudcommander/5.4.2/README.md diff --git a/stable/cloudcommander/5.4.2/app-changelog.md b/stable/cloudcommander/5.4.2/app-changelog.md new file mode 100644 index 00000000000..1e43a9b574e --- /dev/null +++ b/stable/cloudcommander/5.4.2/app-changelog.md @@ -0,0 +1,9 @@ + + +## [cloudcommander-5.4.2](https://github.com/truecharts/charts/compare/cloudcommander-5.4.1...cloudcommander-5.4.2) (2024-03-11) + +### Chore + + + +- update container image coderaiser/cloudcmd to latest[@e0f375f](https://github.com/e0f375f) by renovate ([#19150](https://github.com/truecharts/charts/issues/19150)) \ No newline at end of file diff --git a/stable/cloudcommander/5.2.3/app-readme.md b/stable/cloudcommander/5.4.2/app-readme.md similarity index 100% rename from stable/cloudcommander/5.2.3/app-readme.md rename to stable/cloudcommander/5.4.2/app-readme.md diff --git a/stable/cloudcommander/5.4.2/charts/common-19.0.0.tgz b/stable/cloudcommander/5.4.2/charts/common-19.0.0.tgz new file mode 100644 index 00000000000..6b07782a3c2 Binary files /dev/null and b/stable/cloudcommander/5.4.2/charts/common-19.0.0.tgz differ diff --git a/stable/cloudcommander/5.2.3/ix_values.yaml b/stable/cloudcommander/5.4.2/ix_values.yaml similarity index 85% rename from stable/cloudcommander/5.2.3/ix_values.yaml rename to stable/cloudcommander/5.4.2/ix_values.yaml index f821348988a..be5b02fc1e7 100644 --- a/stable/cloudcommander/5.2.3/ix_values.yaml +++ b/stable/cloudcommander/5.4.2/ix_values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: coderaiser/cloudcmd - tag: latest@sha256:80238d3371848f721002622eb0293b4505bca613cfe94ef0aa2f1edc270c9cc9 + tag: latest@sha256:e0f375f0c8f80e0d6ece5427044d479f6d04bc33cf1fae78f9d7de5dd7fe9ec2 persistence: appdata: enabled: true diff --git a/stable/cloudcommander/5.2.3/questions.yaml b/stable/cloudcommander/5.4.2/questions.yaml similarity index 100% rename from stable/cloudcommander/5.2.3/questions.yaml rename to stable/cloudcommander/5.4.2/questions.yaml diff --git a/stable/cloudcommander/5.2.3/templates/common.yaml b/stable/cloudcommander/5.4.2/templates/common.yaml similarity index 100% rename from stable/cloudcommander/5.2.3/templates/common.yaml rename to stable/cloudcommander/5.4.2/templates/common.yaml diff --git a/stable/cloudcommander/5.2.3/values.yaml b/stable/cloudcommander/5.4.2/values.yaml similarity index 100% rename from stable/cloudcommander/5.2.3/values.yaml rename to stable/cloudcommander/5.4.2/values.yaml diff --git a/stable/core-keeper-dedicated-server/5.2.3/charts/common-18.1.6.tgz b/stable/core-keeper-dedicated-server/5.2.3/charts/common-18.1.6.tgz deleted file mode 100644 index 3ada4bb6e11..00000000000 Binary files a/stable/core-keeper-dedicated-server/5.2.3/charts/common-18.1.6.tgz and /dev/null differ diff --git a/stable/core-keeper-dedicated-server/5.2.3/.helmignore b/stable/core-keeper-dedicated-server/5.4.2/.helmignore similarity index 100% rename from stable/core-keeper-dedicated-server/5.2.3/.helmignore rename to stable/core-keeper-dedicated-server/5.4.2/.helmignore diff --git a/stable/core-keeper-dedicated-server/5.2.3/CHANGELOG.md b/stable/core-keeper-dedicated-server/5.4.2/CHANGELOG.md similarity index 59% rename from stable/core-keeper-dedicated-server/5.2.3/CHANGELOG.md rename to stable/core-keeper-dedicated-server/5.4.2/CHANGELOG.md index f2a13262fb3..c5323262827 100644 --- a/stable/core-keeper-dedicated-server/5.2.3/CHANGELOG.md +++ b/stable/core-keeper-dedicated-server/5.4.2/CHANGELOG.md @@ -8,6 +8,42 @@ title: Changelog **Important:** +## [core-keeper-dedicated-server-5.4.2](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.4.1...core-keeper-dedicated-server-5.4.2) (2024-03-11) + +### Chore + + + +- update container image escaping/core-keeper-dedicated to latest[@a4ffed6](https://github.com/a4ffed6) by renovate ([#19152](https://github.com/truecharts/charts/issues/19152)) + + +## [core-keeper-dedicated-server-5.4.1](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.4.0...core-keeper-dedicated-server-5.4.1) (2024-03-07) + +### Chore + + + +- bump everything to trigger re-release + + +## [core-keeper-dedicated-server-5.4.0](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.3.0...core-keeper-dedicated-server-5.4.0) (2024-03-07) + +### Chore + + + +- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) + + +## [core-keeper-dedicated-server-5.3.0](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.2.3...core-keeper-dedicated-server-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + ## [core-keeper-dedicated-server-5.2.3](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.2.2...core-keeper-dedicated-server-5.2.3) (2024-03-05) ### Chore @@ -61,39 +97,3 @@ title: Changelog - update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [core-keeper-dedicated-server-4.1.9](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-4.1.8...core-keeper-dedicated-server-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [core-keeper-dedicated-server-4.1.8](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-4.1.7...core-keeper-dedicated-server-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [core-keeper-dedicated-server-4.1.7](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-4.1.6...core-keeper-dedicated-server-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [core-keeper-dedicated-server-4.1.6](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-4.1.5...core-keeper-dedicated-server-4.1.6) (2024-01-02) - -### Chore - - diff --git a/stable/core-keeper-dedicated-server/5.2.3/Chart.yaml b/stable/core-keeper-dedicated-server/5.4.2/Chart.yaml similarity index 95% rename from stable/core-keeper-dedicated-server/5.2.3/Chart.yaml rename to stable/core-keeper-dedicated-server/5.4.2/Chart.yaml index eb1dd6dc600..24351ab59c2 100644 --- a/stable/core-keeper-dedicated-server/5.2.3/Chart.yaml +++ b/stable/core-keeper-dedicated-server/5.4.2/Chart.yaml @@ -10,7 +10,7 @@ apiVersion: v2 appVersion: latest dependencies: - name: common - version: 18.1.6 + version: 19.0.0 repository: oci://tccr.io/truecharts condition: "" alias: "" @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/core-keeper-dedicated-se keywords: - core-keeper-dedicated-server - GameServers -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/core-keeper-dedicated-server - https://hub.docker.com/r/escaping/core-keeper-dedicated type: application -version: 5.2.3 +version: 5.4.2 diff --git a/stable/core-keeper-dedicated-server/5.2.3/README.md b/stable/core-keeper-dedicated-server/5.4.2/README.md similarity index 100% rename from stable/core-keeper-dedicated-server/5.2.3/README.md rename to stable/core-keeper-dedicated-server/5.4.2/README.md diff --git a/stable/core-keeper-dedicated-server/5.4.2/app-changelog.md b/stable/core-keeper-dedicated-server/5.4.2/app-changelog.md new file mode 100644 index 00000000000..a598076e26b --- /dev/null +++ b/stable/core-keeper-dedicated-server/5.4.2/app-changelog.md @@ -0,0 +1,9 @@ + + +## [core-keeper-dedicated-server-5.4.2](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.4.1...core-keeper-dedicated-server-5.4.2) (2024-03-11) + +### Chore + + + +- update container image escaping/core-keeper-dedicated to latest[@a4ffed6](https://github.com/a4ffed6) by renovate ([#19152](https://github.com/truecharts/charts/issues/19152)) \ No newline at end of file diff --git a/stable/core-keeper-dedicated-server/5.2.3/app-readme.md b/stable/core-keeper-dedicated-server/5.4.2/app-readme.md similarity index 100% rename from stable/core-keeper-dedicated-server/5.2.3/app-readme.md rename to stable/core-keeper-dedicated-server/5.4.2/app-readme.md diff --git a/stable/core-keeper-dedicated-server/5.4.2/charts/common-19.0.0.tgz b/stable/core-keeper-dedicated-server/5.4.2/charts/common-19.0.0.tgz new file mode 100644 index 00000000000..6b07782a3c2 Binary files /dev/null and b/stable/core-keeper-dedicated-server/5.4.2/charts/common-19.0.0.tgz differ diff --git a/stable/core-keeper-dedicated-server/5.2.3/ix_values.yaml b/stable/core-keeper-dedicated-server/5.4.2/ix_values.yaml similarity index 91% rename from stable/core-keeper-dedicated-server/5.2.3/ix_values.yaml rename to stable/core-keeper-dedicated-server/5.4.2/ix_values.yaml index 93ad9a24c9a..d20458f5ed1 100644 --- a/stable/core-keeper-dedicated-server/5.2.3/ix_values.yaml +++ b/stable/core-keeper-dedicated-server/5.4.2/ix_values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: escaping/core-keeper-dedicated - tag: latest@sha256:b6fa8ad55608eceb14cc9dac1e5da4da6b3f16f5bd35af66a64f40a25e86ca38 + tag: latest@sha256:a4ffed6b84ec085c89e28d9f464d4ff282c2dd8a3af1bb08f260fb89364ee595 persistence: datafiles: enabled: true diff --git a/stable/core-keeper-dedicated-server/5.2.3/questions.yaml b/stable/core-keeper-dedicated-server/5.4.2/questions.yaml similarity index 100% rename from stable/core-keeper-dedicated-server/5.2.3/questions.yaml rename to stable/core-keeper-dedicated-server/5.4.2/questions.yaml diff --git a/stable/core-keeper-dedicated-server/5.2.3/templates/common.yaml b/stable/core-keeper-dedicated-server/5.4.2/templates/common.yaml similarity index 100% rename from stable/core-keeper-dedicated-server/5.2.3/templates/common.yaml rename to stable/core-keeper-dedicated-server/5.4.2/templates/common.yaml diff --git a/stable/core-keeper-dedicated-server/5.2.3/values.yaml b/stable/core-keeper-dedicated-server/5.4.2/values.yaml similarity index 100% rename from stable/core-keeper-dedicated-server/5.2.3/values.yaml rename to stable/core-keeper-dedicated-server/5.4.2/values.yaml diff --git a/stable/gitea/18.8.0/charts/memcached-12.5.1.tgz b/stable/gitea/18.8.0/charts/memcached-12.5.1.tgz index 382f5ee0059..78fd230208a 100644 Binary files a/stable/gitea/18.8.0/charts/memcached-12.5.1.tgz and b/stable/gitea/18.8.0/charts/memcached-12.5.1.tgz differ diff --git a/stable/grafana-image-renderer/5.2.3/charts/common-18.1.6.tgz b/stable/grafana-image-renderer/5.2.3/charts/common-18.1.6.tgz deleted file mode 100644 index 3ada4bb6e11..00000000000 Binary files a/stable/grafana-image-renderer/5.2.3/charts/common-18.1.6.tgz and /dev/null differ diff --git a/stable/grafana-image-renderer/5.2.3/.helmignore b/stable/grafana-image-renderer/5.4.2/.helmignore similarity index 100% rename from stable/grafana-image-renderer/5.2.3/.helmignore rename to stable/grafana-image-renderer/5.4.2/.helmignore diff --git a/stable/grafana-image-renderer/5.2.3/CHANGELOG.md b/stable/grafana-image-renderer/5.4.2/CHANGELOG.md similarity index 59% rename from stable/grafana-image-renderer/5.2.3/CHANGELOG.md rename to stable/grafana-image-renderer/5.4.2/CHANGELOG.md index 1d31cb94c82..6392f43b026 100644 --- a/stable/grafana-image-renderer/5.2.3/CHANGELOG.md +++ b/stable/grafana-image-renderer/5.4.2/CHANGELOG.md @@ -8,6 +8,42 @@ title: Changelog **Important:** +## [grafana-image-renderer-5.4.2](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.4.1...grafana-image-renderer-5.4.2) (2024-03-11) + +### Chore + + + +- update container image grafana/grafana-image-renderer to latest[@66f0679](https://github.com/66f0679) by renovate ([#19155](https://github.com/truecharts/charts/issues/19155)) + + +## [grafana-image-renderer-5.4.1](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.4.0...grafana-image-renderer-5.4.1) (2024-03-07) + +### Chore + + + +- bump everything to trigger re-release + + +## [grafana-image-renderer-5.4.0](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.3.0...grafana-image-renderer-5.4.0) (2024-03-07) + +### Chore + + + +- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) + + +## [grafana-image-renderer-5.3.0](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.2.3...grafana-image-renderer-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + ## [grafana-image-renderer-5.2.3](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.2.2...grafana-image-renderer-5.2.3) (2024-03-05) ### Chore @@ -61,39 +97,4 @@ title: Changelog -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [grafana-image-renderer-4.1.9](https://github.com/truecharts/charts/compare/grafana-image-renderer-4.1.8...grafana-image-renderer-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [grafana-image-renderer-4.1.8](https://github.com/truecharts/charts/compare/grafana-image-renderer-4.1.7...grafana-image-renderer-4.1.8) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [grafana-image-renderer-4.1.7](https://github.com/truecharts/charts/compare/grafana-image-renderer-4.1.6...grafana-image-renderer-4.1.7) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [grafana-image-renderer-4.1.6](https://github.com/truecharts/charts/compare/grafana-image-renderer-4.1.5...grafana-image-renderer-4.1.6) (2024-01-09) - -### Chore - +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) \ No newline at end of file diff --git a/stable/grafana-image-renderer/5.2.3/Chart.yaml b/stable/grafana-image-renderer/5.4.2/Chart.yaml similarity index 95% rename from stable/grafana-image-renderer/5.2.3/Chart.yaml rename to stable/grafana-image-renderer/5.4.2/Chart.yaml index ef222b964f1..21661ee53b2 100644 --- a/stable/grafana-image-renderer/5.2.3/Chart.yaml +++ b/stable/grafana-image-renderer/5.4.2/Chart.yaml @@ -10,7 +10,7 @@ apiVersion: v2 appVersion: latest dependencies: - name: common - version: 18.1.6 + version: 19.0.0 repository: oci://tccr.io/truecharts condition: "" alias: "" @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana-image-renderer.p keywords: - grafana-image-renderer - Productivity -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/grafana-image-renderer - https://hub.docker.com/r/grafana/grafana-image-renderer type: application -version: 5.2.3 +version: 5.4.2 diff --git a/stable/grafana-image-renderer/5.2.3/README.md b/stable/grafana-image-renderer/5.4.2/README.md similarity index 100% rename from stable/grafana-image-renderer/5.2.3/README.md rename to stable/grafana-image-renderer/5.4.2/README.md diff --git a/stable/grafana-image-renderer/5.4.2/app-changelog.md b/stable/grafana-image-renderer/5.4.2/app-changelog.md new file mode 100644 index 00000000000..b0e69211c46 --- /dev/null +++ b/stable/grafana-image-renderer/5.4.2/app-changelog.md @@ -0,0 +1,9 @@ + + +## [grafana-image-renderer-5.4.2](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.4.1...grafana-image-renderer-5.4.2) (2024-03-11) + +### Chore + + + +- update container image grafana/grafana-image-renderer to latest[@66f0679](https://github.com/66f0679) by renovate ([#19155](https://github.com/truecharts/charts/issues/19155)) \ No newline at end of file diff --git a/stable/grafana-image-renderer/5.2.3/app-readme.md b/stable/grafana-image-renderer/5.4.2/app-readme.md similarity index 100% rename from stable/grafana-image-renderer/5.2.3/app-readme.md rename to stable/grafana-image-renderer/5.4.2/app-readme.md diff --git a/stable/grafana-image-renderer/5.4.2/charts/common-19.0.0.tgz b/stable/grafana-image-renderer/5.4.2/charts/common-19.0.0.tgz new file mode 100644 index 00000000000..6b07782a3c2 Binary files /dev/null and b/stable/grafana-image-renderer/5.4.2/charts/common-19.0.0.tgz differ diff --git a/stable/grafana-image-renderer/5.2.3/ix_values.yaml b/stable/grafana-image-renderer/5.4.2/ix_values.yaml similarity index 86% rename from stable/grafana-image-renderer/5.2.3/ix_values.yaml rename to stable/grafana-image-renderer/5.4.2/ix_values.yaml index 5e8ab15660e..3aa1a899c60 100644 --- a/stable/grafana-image-renderer/5.2.3/ix_values.yaml +++ b/stable/grafana-image-renderer/5.4.2/ix_values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: grafana/grafana-image-renderer - tag: latest@sha256:544774751dc7b28899ef1546daab60015c2d41be7247f43cf10248e57efb5390 + tag: latest@sha256:66f0679b84a058bf672074b308509f2317e97a24695e6b12dfd4661720e08aad persistence: {} portal: open: diff --git a/stable/grafana-image-renderer/5.2.3/questions.yaml b/stable/grafana-image-renderer/5.4.2/questions.yaml similarity index 100% rename from stable/grafana-image-renderer/5.2.3/questions.yaml rename to stable/grafana-image-renderer/5.4.2/questions.yaml diff --git a/stable/grafana-image-renderer/5.2.3/templates/common.yaml b/stable/grafana-image-renderer/5.4.2/templates/common.yaml similarity index 100% rename from stable/grafana-image-renderer/5.2.3/templates/common.yaml rename to stable/grafana-image-renderer/5.4.2/templates/common.yaml diff --git a/stable/grafana-image-renderer/5.2.3/values.yaml b/stable/grafana-image-renderer/5.4.2/values.yaml similarity index 100% rename from stable/grafana-image-renderer/5.2.3/values.yaml rename to stable/grafana-image-renderer/5.4.2/values.yaml diff --git a/stable/kdenlive/5.2.4/charts/common-18.1.6.tgz b/stable/kdenlive/5.2.4/charts/common-18.1.6.tgz deleted file mode 100644 index 3ada4bb6e11..00000000000 Binary files a/stable/kdenlive/5.2.4/charts/common-18.1.6.tgz and /dev/null differ diff --git a/stable/kdenlive/5.2.4/.helmignore b/stable/kdenlive/5.4.2/.helmignore similarity index 100% rename from stable/kdenlive/5.2.4/.helmignore rename to stable/kdenlive/5.4.2/.helmignore diff --git a/stable/kdenlive/5.2.4/CHANGELOG.md b/stable/kdenlive/5.4.2/CHANGELOG.md similarity index 57% rename from stable/kdenlive/5.2.4/CHANGELOG.md rename to stable/kdenlive/5.4.2/CHANGELOG.md index 0562c2578dd..59c24fc1127 100644 --- a/stable/kdenlive/5.2.4/CHANGELOG.md +++ b/stable/kdenlive/5.4.2/CHANGELOG.md @@ -8,6 +8,42 @@ title: Changelog **Important:** +## [kdenlive-5.4.2](https://github.com/truecharts/charts/compare/kdenlive-5.4.1...kdenlive-5.4.2) (2024-03-11) + +### Chore + + + +- update container image lscr.io/linuxserver/kdenlive to latest[@9afa3a7](https://github.com/9afa3a7) by renovate ([#19156](https://github.com/truecharts/charts/issues/19156)) + + +## [kdenlive-5.4.1](https://github.com/truecharts/charts/compare/kdenlive-5.4.0...kdenlive-5.4.1) (2024-03-07) + +### Chore + + + +- bump everything to trigger re-release + + +## [kdenlive-5.4.0](https://github.com/truecharts/charts/compare/kdenlive-5.3.0...kdenlive-5.4.0) (2024-03-07) + +### Chore + + + +- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) + + +## [kdenlive-5.3.0](https://github.com/truecharts/charts/compare/kdenlive-5.2.4...kdenlive-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + ## [kdenlive-5.2.4](https://github.com/truecharts/charts/compare/kdenlive-5.2.3...kdenlive-5.2.4) (2024-03-05) ### Chore @@ -61,39 +97,3 @@ title: Changelog ### Chore - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [kdenlive-4.1.14](https://github.com/truecharts/charts/compare/kdenlive-4.1.13...kdenlive-4.1.14) (2024-01-29) - -### Chore - - - -- update container image lscr.io/linuxserver/kdenlive to latest[@02dc593](https://github.com/02dc593) by renovate ([#17747](https://github.com/truecharts/charts/issues/17747)) - - -## [kdenlive-4.1.13](https://github.com/truecharts/charts/compare/kdenlive-4.1.12...kdenlive-4.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) - - -## [kdenlive-4.1.12](https://github.com/truecharts/charts/compare/kdenlive-4.1.11...kdenlive-4.1.12) (2024-01-22) - -### Chore - - - -- update container image lscr.io/linuxserver/kdenlive to latest[@0eaa108](https://github.com/0eaa108) by renovate ([#17513](https://github.com/truecharts/charts/issues/17513)) - - -## [kdenlive-4.1.11](https://github.com/truecharts/charts/compare/kdenlive-4.1.10...kdenlive-4.1.11) (2024-01-21) - -### Chore - diff --git a/stable/kdenlive/5.2.4/Chart.yaml b/stable/kdenlive/5.4.2/Chart.yaml similarity index 95% rename from stable/kdenlive/5.2.4/Chart.yaml rename to stable/kdenlive/5.4.2/Chart.yaml index 087a5058e2e..68ae15ea514 100644 --- a/stable/kdenlive/5.2.4/Chart.yaml +++ b/stable/kdenlive/5.4.2/Chart.yaml @@ -10,7 +10,7 @@ apiVersion: v2 appVersion: latest dependencies: - name: common - version: 18.1.6 + version: 19.0.0 repository: oci://tccr.io/truecharts condition: "" alias: "" @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/kdenlive.png keywords: - kdenlive - Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/kdenlive - https://fleet.linuxserver.io/image?name=linuxserver/kdenlive type: application -version: 5.2.4 +version: 5.4.2 diff --git a/stable/kdenlive/5.2.4/README.md b/stable/kdenlive/5.4.2/README.md similarity index 100% rename from stable/kdenlive/5.2.4/README.md rename to stable/kdenlive/5.4.2/README.md diff --git a/stable/kdenlive/5.4.2/app-changelog.md b/stable/kdenlive/5.4.2/app-changelog.md new file mode 100644 index 00000000000..5eafc2dbbf8 --- /dev/null +++ b/stable/kdenlive/5.4.2/app-changelog.md @@ -0,0 +1,9 @@ + + +## [kdenlive-5.4.2](https://github.com/truecharts/charts/compare/kdenlive-5.4.1...kdenlive-5.4.2) (2024-03-11) + +### Chore + + + +- update container image lscr.io/linuxserver/kdenlive to latest[@9afa3a7](https://github.com/9afa3a7) by renovate ([#19156](https://github.com/truecharts/charts/issues/19156)) \ No newline at end of file diff --git a/stable/kdenlive/5.2.4/app-readme.md b/stable/kdenlive/5.4.2/app-readme.md similarity index 100% rename from stable/kdenlive/5.2.4/app-readme.md rename to stable/kdenlive/5.4.2/app-readme.md diff --git a/stable/kdenlive/5.4.2/charts/common-19.0.0.tgz b/stable/kdenlive/5.4.2/charts/common-19.0.0.tgz new file mode 100644 index 00000000000..6b07782a3c2 Binary files /dev/null and b/stable/kdenlive/5.4.2/charts/common-19.0.0.tgz differ diff --git a/stable/kdenlive/5.2.4/ix_values.yaml b/stable/kdenlive/5.4.2/ix_values.yaml similarity index 85% rename from stable/kdenlive/5.2.4/ix_values.yaml rename to stable/kdenlive/5.4.2/ix_values.yaml index 8ecf355ea39..ccb0bf6ee32 100644 --- a/stable/kdenlive/5.2.4/ix_values.yaml +++ b/stable/kdenlive/5.4.2/ix_values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: lscr.io/linuxserver/kdenlive - tag: latest@sha256:bd2e88fc95aa1a5a9af22fb17c36241d5d9dc57c810ff2ea6221ef3d2fe3cdc6 + tag: latest@sha256:9afa3a73a39f918091b88e41da7363e93ca5b23003b19c9c738912a80e2248c2 persistence: config: enabled: true diff --git a/stable/kdenlive/5.2.4/questions.yaml b/stable/kdenlive/5.4.2/questions.yaml similarity index 100% rename from stable/kdenlive/5.2.4/questions.yaml rename to stable/kdenlive/5.4.2/questions.yaml diff --git a/stable/kdenlive/5.2.4/templates/common.yaml b/stable/kdenlive/5.4.2/templates/common.yaml similarity index 100% rename from stable/kdenlive/5.2.4/templates/common.yaml rename to stable/kdenlive/5.4.2/templates/common.yaml diff --git a/stable/kdenlive/5.2.4/values.yaml b/stable/kdenlive/5.4.2/values.yaml similarity index 100% rename from stable/kdenlive/5.2.4/values.yaml rename to stable/kdenlive/5.4.2/values.yaml diff --git a/stable/monero-node/6.3.3/app-changelog.md b/stable/monero-node/6.3.3/app-changelog.md deleted file mode 100644 index 9d06328d209..00000000000 --- a/stable/monero-node/6.3.3/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [monero-node-6.3.3](https://github.com/truecharts/charts/compare/monero-node-6.3.2...monero-node-6.3.3) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.2[@f674823](https://github.com/f674823) by renovate ([#19154](https://github.com/truecharts/charts/issues/19154)) \ No newline at end of file diff --git a/stable/ollama/4.0.1/CHANGELOG.md b/stable/ollama/4.0.1/CHANGELOG.md deleted file mode 100644 index 1278584281c..00000000000 --- a/stable/ollama/4.0.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ollama-4.0.1](https://github.com/truecharts/charts/compare/ollama-4.0.0...ollama-4.0.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [ollama-4.0.0](https://github.com/truecharts/charts/compare/ollama-3.1.5...ollama-4.0.0) (2024-03-07) - -### Chore - - - -- update helm chart common to 19.0.0 by renovate ([#18955](https://github.com/truecharts/charts/issues/18955)) - - -## [ollama-3.1.5](https://github.com/truecharts/charts/compare/ollama-3.1.4...ollama-3.1.5) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [ollama-3.1.4](https://github.com/truecharts/charts/compare/ollama-3.1.3...ollama-3.1.4) (2024-03-05) - -### Chore - - - -- force rereleases - - - - - - - - - - - - - - - - - - - - -## [ollama-1.0.7](https://github.com/truecharts/charts/compare/ollama-1.0.6...ollama-1.0.7) (2024-02-12) - -### Chore - - - -- update container image ollama/ollama to v0.1.24[@bb575e1](https://github.com/bb575e1) by renovate ([#18146](https://github.com/truecharts/charts/issues/18146)) - - -## [ollama-1.0.6](https://github.com/truecharts/charts/compare/ollama-1.0.5...ollama-1.0.6) (2024-02-08) - - -## [ollama-1.0.5](https://github.com/truecharts/charts/compare/ollama-1.0.4...ollama-1.0.5) (2024-02-05) - -### Chore - - - -- update container image ollama/ollama to v0.1.23[@3f2db54](https://github.com/3f2db54) by renovate ([#17925](https://github.com/truecharts/charts/issues/17925)) - - -## [ollama-1.0.4](https://github.com/truecharts/charts/compare/ollama-1.0.3...ollama-1.0.4) (2024-02-03) - -### Chore - - - -- update helm general non-major by renovate ([#17801](https://github.com/truecharts/charts/issues/17801)) - - -## [ollama-1.0.3](https://github.com/truecharts/charts/compare/ollama-1.0.2...ollama-1.0.3) (2024-01-29) - -### Chore - - diff --git a/stable/ollama/4.0.1/.helmignore b/stable/ollama/4.0.5/.helmignore similarity index 100% rename from stable/ollama/4.0.1/.helmignore rename to stable/ollama/4.0.5/.helmignore diff --git a/stable/ollama/4.0.5/CHANGELOG.md b/stable/ollama/4.0.5/CHANGELOG.md new file mode 100644 index 00000000000..6c1739160b4 --- /dev/null +++ b/stable/ollama/4.0.5/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ollama-4.0.5](https://github.com/truecharts/charts/compare/ollama-4.0.4...ollama-4.0.5) (2024-03-11) + +### Chore + + + +- update container image ollama/ollama to 0.1.29[@1cbc27c](https://github.com/1cbc27c) by renovate ([#19158](https://github.com/truecharts/charts/issues/19158)) + + +## [ollama-4.0.4](https://github.com/truecharts/charts/compare/ollama-4.0.3...ollama-4.0.4) (2024-03-11) + +### Chore + + + +- update container image ghcr.io/open-webui/open-webui to latest[@63318f9](https://github.com/63318f9) by renovate ([#19140](https://github.com/truecharts/charts/issues/19140)) + + +## [ollama-4.0.3](https://github.com/truecharts/charts/compare/ollama-4.0.2...ollama-4.0.3) (2024-03-11) + +### Chore + + + +- update container image ollama/ollama to 0.1.29[@8860aac](https://github.com/8860aac) by renovate ([#19110](https://github.com/truecharts/charts/issues/19110)) + + +## [ollama-4.0.2](https://github.com/truecharts/charts/compare/ollama-4.0.1...ollama-4.0.2) (2024-03-11) + +### Chore + + + +- update container image ollama/ollama to v0.1.29[@7875c86](https://github.com/7875c86) by renovate ([#19082](https://github.com/truecharts/charts/issues/19082)) + + +## [ollama-4.0.1](https://github.com/truecharts/charts/compare/ollama-4.0.0...ollama-4.0.1) (2024-03-07) + +### Chore + + + +- bump everything to trigger re-release + + +## [ollama-4.0.0](https://github.com/truecharts/charts/compare/ollama-3.1.5...ollama-4.0.0) (2024-03-07) + +### Chore + + + +- update helm chart common to 19.0.0 by renovate ([#18955](https://github.com/truecharts/charts/issues/18955)) + + +## [ollama-3.1.5](https://github.com/truecharts/charts/compare/ollama-3.1.4...ollama-3.1.5) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [ollama-3.1.4](https://github.com/truecharts/charts/compare/ollama-3.1.3...ollama-3.1.4) (2024-03-05) + +### Chore + + + +- force rereleases + + + + + + + + + + + + + + + + + + + diff --git a/stable/ollama/4.0.1/Chart.yaml b/stable/ollama/4.0.5/Chart.yaml similarity index 82% rename from stable/ollama/4.0.1/Chart.yaml rename to stable/ollama/4.0.5/Chart.yaml index 90427eb3147..855836a8fb6 100644 --- a/stable/ollama/4.0.1/Chart.yaml +++ b/stable/ollama/4.0.5/Chart.yaml @@ -7,7 +7,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 0.1.27 +appVersion: 0.1.29 dependencies: - name: common version: 19.0.0 @@ -23,17 +23,17 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/ollama.png keywords: - ollama - language-models -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org url: https://truecharts.org name: ollama sources: - - https://github.com/jmorganca/ollama - - https://github.com/ollama-webui/ollama-webui + - https://github.com/ollama/ollama + - https://github.com/open-webui/open-webui - https://github.com/truecharts/charts/tree/master/charts/stable/ollama - https://hub.docker.com/r/ollama/ollama - - https://ghcr.io/ollama-webui/ollama-webui + - https://ghcr.io/open-webui/open-webui type: application -version: 4.0.1 +version: 4.0.5 diff --git a/stable/ollama/4.0.1/README.md b/stable/ollama/4.0.5/README.md similarity index 100% rename from stable/ollama/4.0.1/README.md rename to stable/ollama/4.0.5/README.md diff --git a/stable/ollama/4.0.5/app-changelog.md b/stable/ollama/4.0.5/app-changelog.md new file mode 100644 index 00000000000..d4a1d14fcaa --- /dev/null +++ b/stable/ollama/4.0.5/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ollama-4.0.5](https://github.com/truecharts/charts/compare/ollama-4.0.4...ollama-4.0.5) (2024-03-11) + +### Chore + + + +- update container image ollama/ollama to 0.1.29[@1cbc27c](https://github.com/1cbc27c) by renovate ([#19158](https://github.com/truecharts/charts/issues/19158)) \ No newline at end of file diff --git a/stable/ollama/4.0.1/app-readme.md b/stable/ollama/4.0.5/app-readme.md similarity index 100% rename from stable/ollama/4.0.1/app-readme.md rename to stable/ollama/4.0.5/app-readme.md diff --git a/stable/ollama/4.0.1/charts/common-19.0.0.tgz b/stable/ollama/4.0.5/charts/common-19.0.0.tgz similarity index 100% rename from stable/ollama/4.0.1/charts/common-19.0.0.tgz rename to stable/ollama/4.0.5/charts/common-19.0.0.tgz diff --git a/stable/ollama/4.0.1/ix_values.yaml b/stable/ollama/4.0.5/ix_values.yaml similarity index 87% rename from stable/ollama/4.0.1/ix_values.yaml rename to stable/ollama/4.0.5/ix_values.yaml index 174d1d25eee..ac369dc4c90 100644 --- a/stable/ollama/4.0.1/ix_values.yaml +++ b/stable/ollama/4.0.5/ix_values.yaml @@ -1,11 +1,11 @@ image: repository: ollama/ollama pullPolicy: IfNotPresent - tag: 0.1.27@sha256:0f278f2532971eeaf52a27c69455df785443e04bb5349bfa0de833facd6dce1a + tag: 0.1.29@sha256:1cbc27cc9df6090128be39cfd720c2016b2b0f1230193eec522eba1b956b2acc uiImage: - repository: ghcr.io/ollama-webui/ollama-webui + repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent - tag: main@sha256:d5a5c1126b5decbfbfcac4f2c3d0595e0bbf7957e3fcabc9ee802d3bc66db6d2 + tag: latest@sha256:63318f974e67424b649486d85f8201d6018943115e01983b8dc4bdd329b09711 service: main: @@ -67,6 +67,11 @@ workload: primary: true enabled: true imageSelector: uiImage + securityContext: + runAsUser: 0 + runAsGroup: 0 + runAsNonRoot: false + readOnlyRootFilesystem: false probes: liveness: enabled: true diff --git a/stable/ollama/4.0.1/questions.yaml b/stable/ollama/4.0.5/questions.yaml similarity index 100% rename from stable/ollama/4.0.1/questions.yaml rename to stable/ollama/4.0.5/questions.yaml diff --git a/stable/ollama/4.0.1/templates/NOTES.txt b/stable/ollama/4.0.5/templates/NOTES.txt similarity index 100% rename from stable/ollama/4.0.1/templates/NOTES.txt rename to stable/ollama/4.0.5/templates/NOTES.txt diff --git a/stable/ollama/4.0.1/templates/_secrets.tpl b/stable/ollama/4.0.5/templates/_secrets.tpl similarity index 100% rename from stable/ollama/4.0.1/templates/_secrets.tpl rename to stable/ollama/4.0.5/templates/_secrets.tpl diff --git a/stable/ollama/4.0.1/templates/common.yaml b/stable/ollama/4.0.5/templates/common.yaml similarity index 100% rename from stable/ollama/4.0.1/templates/common.yaml rename to stable/ollama/4.0.5/templates/common.yaml diff --git a/stable/ollama/4.0.1/values.yaml b/stable/ollama/4.0.5/values.yaml similarity index 100% rename from stable/ollama/4.0.1/values.yaml rename to stable/ollama/4.0.5/values.yaml diff --git a/stable/plausible/10.8.0/charts/clickhouse-12.5.1.tgz b/stable/plausible/10.8.0/charts/clickhouse-12.5.1.tgz index 7cc1a9b6897..80203074c11 100644 Binary files a/stable/plausible/10.8.0/charts/clickhouse-12.5.1.tgz and b/stable/plausible/10.8.0/charts/clickhouse-12.5.1.tgz differ diff --git a/stable/rsshub/12.3.0/CHANGELOG.md b/stable/rsshub/12.3.0/CHANGELOG.md deleted file mode 100644 index 155dc09d846..00000000000 --- a/stable/rsshub/12.3.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [rsshub-12.3.0](https://github.com/truecharts/charts/compare/rsshub-12.2.5...rsshub-12.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [rsshub-12.2.5](https://github.com/truecharts/charts/compare/rsshub-12.2.4...rsshub-12.2.5) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [rsshub-12.2.4](https://github.com/truecharts/charts/compare/rsshub-12.2.2...rsshub-12.2.4) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -## [rsshub-11.2.7](https://github.com/truecharts/charts/compare/rsshub-11.2.6...rsshub-11.2.7) (2024-02-12) - -### Chore - - - -- update container image diygod/rsshub to latest[@14c3c32](https://github.com/14c3c32) by renovate ([#18227](https://github.com/truecharts/charts/issues/18227)) - - -## [rsshub-11.2.6](https://github.com/truecharts/charts/compare/rsshub-11.2.5...rsshub-11.2.6) (2024-02-12) - -### Chore - - - -- update container image diygod/rsshub to latest[@6e38c9d](https://github.com/6e38c9d) by renovate ([#18038](https://github.com/truecharts/charts/issues/18038)) - - -## [rsshub-11.2.5](https://github.com/truecharts/charts/compare/rsshub-11.2.4...rsshub-11.2.5) (2024-02-05) - -### Chore - - - -- update container image diygod/rsshub to latest[@9e6f708](https://github.com/9e6f708) by renovate ([#17975](https://github.com/truecharts/charts/issues/17975)) - - -## [rsshub-11.2.4](https://github.com/truecharts/charts/compare/rsshub-11.2.3...rsshub-11.2.4) (2024-02-05) diff --git a/stable/rsshub/12.3.0/charts/common-18.2.0.tgz b/stable/rsshub/12.3.0/charts/common-18.2.0.tgz deleted file mode 100644 index a5b3906a565..00000000000 Binary files a/stable/rsshub/12.3.0/charts/common-18.2.0.tgz and /dev/null differ diff --git a/stable/rsshub/12.3.0/.helmignore b/stable/rsshub/12.4.3/.helmignore similarity index 100% rename from stable/rsshub/12.3.0/.helmignore rename to stable/rsshub/12.4.3/.helmignore diff --git a/stable/rsshub/12.4.3/CHANGELOG.md b/stable/rsshub/12.4.3/CHANGELOG.md new file mode 100644 index 00000000000..f07b9eceab4 --- /dev/null +++ b/stable/rsshub/12.4.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rsshub-12.4.3](https://github.com/truecharts/charts/compare/rsshub-12.4.2...rsshub-12.4.3) (2024-03-11) + +### Chore + + + +- update container image diygod/rsshub to latest[@1dcdd3a](https://github.com/1dcdd3a) by renovate ([#19151](https://github.com/truecharts/charts/issues/19151)) + + +## [rsshub-12.4.2](https://github.com/truecharts/charts/compare/rsshub-12.4.1...rsshub-12.4.2) (2024-03-11) + +### Chore + + + +- update container image diygod/rsshub to latest[@0add9f3](https://github.com/0add9f3) by renovate ([#18976](https://github.com/truecharts/charts/issues/18976)) + + +## [rsshub-12.4.1](https://github.com/truecharts/charts/compare/rsshub-12.4.0...rsshub-12.4.1) (2024-03-07) + +### Chore + + + +- bump everything to trigger re-release + + +## [rsshub-12.4.0](https://github.com/truecharts/charts/compare/rsshub-12.3.0...rsshub-12.4.0) (2024-03-07) + +### Chore + + + +- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) + + +## [rsshub-12.3.0](https://github.com/truecharts/charts/compare/rsshub-12.2.5...rsshub-12.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [rsshub-12.2.5](https://github.com/truecharts/charts/compare/rsshub-12.2.4...rsshub-12.2.5) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [rsshub-12.2.4](https://github.com/truecharts/charts/compare/rsshub-12.2.2...rsshub-12.2.4) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/stable/rsshub/12.3.0/Chart.yaml b/stable/rsshub/12.4.3/Chart.yaml similarity index 95% rename from stable/rsshub/12.3.0/Chart.yaml rename to stable/rsshub/12.4.3/Chart.yaml index f3584595634..e4d5719fa61 100644 --- a/stable/rsshub/12.3.0/Chart.yaml +++ b/stable/rsshub/12.4.3/Chart.yaml @@ -10,7 +10,7 @@ apiVersion: v2 appVersion: latest dependencies: - name: common - version: 18.2.0 + version: 19.0.0 repository: oci://tccr.io/truecharts condition: "" alias: "" @@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/rsshub.png keywords: - rsshub - rss -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -43,4 +43,4 @@ sources: - https://hub.docker.com/r/browserless/chrome - https://hub.docker.com/r/diygod/rsshub type: application -version: 12.3.0 +version: 12.4.3 diff --git a/stable/rsshub/12.3.0/README.md b/stable/rsshub/12.4.3/README.md similarity index 100% rename from stable/rsshub/12.3.0/README.md rename to stable/rsshub/12.4.3/README.md diff --git a/stable/rsshub/12.4.3/app-changelog.md b/stable/rsshub/12.4.3/app-changelog.md new file mode 100644 index 00000000000..b1096238eb5 --- /dev/null +++ b/stable/rsshub/12.4.3/app-changelog.md @@ -0,0 +1,9 @@ + + +## [rsshub-12.4.3](https://github.com/truecharts/charts/compare/rsshub-12.4.2...rsshub-12.4.3) (2024-03-11) + +### Chore + + + +- update container image diygod/rsshub to latest[@1dcdd3a](https://github.com/1dcdd3a) by renovate ([#19151](https://github.com/truecharts/charts/issues/19151)) \ No newline at end of file diff --git a/stable/rsshub/12.3.0/app-readme.md b/stable/rsshub/12.4.3/app-readme.md similarity index 100% rename from stable/rsshub/12.3.0/app-readme.md rename to stable/rsshub/12.4.3/app-readme.md diff --git a/stable/rsshub/12.4.3/charts/common-19.0.0.tgz b/stable/rsshub/12.4.3/charts/common-19.0.0.tgz new file mode 100644 index 00000000000..6b07782a3c2 Binary files /dev/null and b/stable/rsshub/12.4.3/charts/common-19.0.0.tgz differ diff --git a/stable/rsshub/12.3.0/charts/redis-11.2.1.tgz b/stable/rsshub/12.4.3/charts/redis-11.2.1.tgz similarity index 100% rename from stable/rsshub/12.3.0/charts/redis-11.2.1.tgz rename to stable/rsshub/12.4.3/charts/redis-11.2.1.tgz diff --git a/stable/rsshub/12.3.0/ix_values.yaml b/stable/rsshub/12.4.3/ix_values.yaml similarity index 95% rename from stable/rsshub/12.3.0/ix_values.yaml rename to stable/rsshub/12.4.3/ix_values.yaml index 39eb5f208ad..7cbb4e215da 100644 --- a/stable/rsshub/12.3.0/ix_values.yaml +++ b/stable/rsshub/12.4.3/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: diygod/rsshub pullPolicy: IfNotPresent - tag: latest@sha256:4a704a37d30662e3d891fa5e1d9d3e5c770a6393eb35597fa9d01c32d385b34d + tag: latest@sha256:1dcdd3a24c0c993311b336c9bfb9e54ccfb147f99406da453944c595cd87880d browserlessImage: repository: browserless/chrome tag: 1.61.1-chrome-stable@sha256:efac47cfff3830d9a50b27d29f8bbb61949058ae336c823fbe9bd3c0d1debcc8 diff --git a/stable/rsshub/12.3.0/questions.yaml b/stable/rsshub/12.4.3/questions.yaml similarity index 100% rename from stable/rsshub/12.3.0/questions.yaml rename to stable/rsshub/12.4.3/questions.yaml diff --git a/stable/rsshub/12.3.0/templates/NOTES.txt b/stable/rsshub/12.4.3/templates/NOTES.txt similarity index 100% rename from stable/rsshub/12.3.0/templates/NOTES.txt rename to stable/rsshub/12.4.3/templates/NOTES.txt diff --git a/stable/rsshub/12.3.0/templates/common.yaml b/stable/rsshub/12.4.3/templates/common.yaml similarity index 100% rename from stable/rsshub/12.3.0/templates/common.yaml rename to stable/rsshub/12.4.3/templates/common.yaml diff --git a/stable/rsshub/12.3.0/values.yaml b/stable/rsshub/12.4.3/values.yaml similarity index 100% rename from stable/rsshub/12.3.0/values.yaml rename to stable/rsshub/12.4.3/values.yaml diff --git a/stable/searxng/7.3.0/CHANGELOG.md b/stable/searxng/7.3.0/CHANGELOG.md deleted file mode 100644 index 4b4316f2fa0..00000000000 --- a/stable/searxng/7.3.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [searxng-7.3.0](https://github.com/truecharts/charts/compare/searxng-7.2.4...searxng-7.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [searxng-7.2.4](https://github.com/truecharts/charts/compare/searxng-7.2.3...searxng-7.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [searxng-7.2.3](https://github.com/truecharts/charts/compare/searxng-7.2.1...searxng-7.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - - - - - -## [searxng-6.1.21](https://github.com/truecharts/charts/compare/searxng-6.1.20...searxng-6.1.21) (2024-02-12) - -### Chore - - - -- update container image searxng/searxng to latest[@f396210](https://github.com/f396210) by renovate ([#18106](https://github.com/truecharts/charts/issues/18106)) - - -## [searxng-6.1.20](https://github.com/truecharts/charts/compare/searxng-6.1.19...searxng-6.1.20) (2024-02-05) - -### Chore - - - -- update container image searxng/searxng to latest[@1d508f2](https://github.com/1d508f2) by renovate ([#17896](https://github.com/truecharts/charts/issues/17896)) - - -## [searxng-6.1.19](https://github.com/truecharts/charts/compare/searxng-6.1.18...searxng-6.1.19) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [searxng-6.1.18](https://github.com/truecharts/charts/compare/searxng-6.1.17...searxng-6.1.18) (2024-01-29) - -### Chore - - - -- update container image searxng/searxng to latest[@cb2e58a](https://github.com/cb2e58a) by renovate ([#17751](https://github.com/truecharts/charts/issues/17751)) - - -## [searxng-6.1.17](https://github.com/truecharts/charts/compare/searxng-6.1.16...searxng-6.1.17) (2024-01-29) - -### Chore - - diff --git a/stable/searxng/7.3.0/charts/common-18.2.0.tgz b/stable/searxng/7.3.0/charts/common-18.2.0.tgz deleted file mode 100644 index a5b3906a565..00000000000 Binary files a/stable/searxng/7.3.0/charts/common-18.2.0.tgz and /dev/null differ diff --git a/stable/searxng/7.3.0/.helmignore b/stable/searxng/7.4.3/.helmignore similarity index 100% rename from stable/searxng/7.3.0/.helmignore rename to stable/searxng/7.4.3/.helmignore diff --git a/stable/searxng/7.4.3/CHANGELOG.md b/stable/searxng/7.4.3/CHANGELOG.md new file mode 100644 index 00000000000..9c0726ec889 --- /dev/null +++ b/stable/searxng/7.4.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [searxng-7.4.3](https://github.com/truecharts/charts/compare/searxng-7.4.2...searxng-7.4.3) (2024-03-11) + +### Chore + + + +- update container image searxng/searxng to latest[@5319d6a](https://github.com/5319d6a) by renovate ([#19160](https://github.com/truecharts/charts/issues/19160)) + + +## [searxng-7.4.2](https://github.com/truecharts/charts/compare/searxng-7.4.1...searxng-7.4.2) (2024-03-11) + +### Chore + + + +- update container image searxng/searxng to latest[@ad0cccf](https://github.com/ad0cccf) by renovate ([#19041](https://github.com/truecharts/charts/issues/19041)) + + +## [searxng-7.4.1](https://github.com/truecharts/charts/compare/searxng-7.4.0...searxng-7.4.1) (2024-03-07) + +### Chore + + + +- bump everything to trigger re-release + + +## [searxng-7.4.0](https://github.com/truecharts/charts/compare/searxng-7.3.0...searxng-7.4.0) (2024-03-07) + +### Chore + + + +- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) + + +## [searxng-7.3.0](https://github.com/truecharts/charts/compare/searxng-7.2.4...searxng-7.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [searxng-7.2.4](https://github.com/truecharts/charts/compare/searxng-7.2.3...searxng-7.2.4) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [searxng-7.2.3](https://github.com/truecharts/charts/compare/searxng-7.2.1...searxng-7.2.3) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + +## [searxng-6.1.21](https://github.com/truecharts/charts/compare/searxng-6.1.20...searxng-6.1.21) (2024-02-12) + +### Chore + + diff --git a/stable/searxng/7.3.0/Chart.yaml b/stable/searxng/7.4.3/Chart.yaml similarity index 94% rename from stable/searxng/7.3.0/Chart.yaml rename to stable/searxng/7.4.3/Chart.yaml index fdbcea9ce65..83e1c4973d8 100644 --- a/stable/searxng/7.3.0/Chart.yaml +++ b/stable/searxng/7.4.3/Chart.yaml @@ -10,7 +10,7 @@ apiVersion: v2 appVersion: latest dependencies: - name: common - version: 18.2.0 + version: 19.0.0 repository: oci://tccr.io/truecharts condition: "" alias: "" @@ -24,7 +24,7 @@ keywords: - searxng - Productivity - Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/searxng - https://hub.docker.com/r/searxng/searxng type: application -version: 7.3.0 +version: 7.4.3 diff --git a/stable/searxng/7.3.0/README.md b/stable/searxng/7.4.3/README.md similarity index 100% rename from stable/searxng/7.3.0/README.md rename to stable/searxng/7.4.3/README.md diff --git a/stable/searxng/7.4.3/app-changelog.md b/stable/searxng/7.4.3/app-changelog.md new file mode 100644 index 00000000000..0995148b2dd --- /dev/null +++ b/stable/searxng/7.4.3/app-changelog.md @@ -0,0 +1,9 @@ + + +## [searxng-7.4.3](https://github.com/truecharts/charts/compare/searxng-7.4.2...searxng-7.4.3) (2024-03-11) + +### Chore + + + +- update container image searxng/searxng to latest[@5319d6a](https://github.com/5319d6a) by renovate ([#19160](https://github.com/truecharts/charts/issues/19160)) \ No newline at end of file diff --git a/stable/searxng/7.3.0/app-readme.md b/stable/searxng/7.4.3/app-readme.md similarity index 100% rename from stable/searxng/7.3.0/app-readme.md rename to stable/searxng/7.4.3/app-readme.md diff --git a/stable/searxng/7.4.3/charts/common-19.0.0.tgz b/stable/searxng/7.4.3/charts/common-19.0.0.tgz new file mode 100644 index 00000000000..6b07782a3c2 Binary files /dev/null and b/stable/searxng/7.4.3/charts/common-19.0.0.tgz differ diff --git a/stable/searxng/7.3.0/ix_values.yaml b/stable/searxng/7.4.3/ix_values.yaml similarity index 92% rename from stable/searxng/7.3.0/ix_values.yaml rename to stable/searxng/7.4.3/ix_values.yaml index 56ea971f27b..432d9843143 100644 --- a/stable/searxng/7.3.0/ix_values.yaml +++ b/stable/searxng/7.4.3/ix_values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: searxng/searxng - tag: latest@sha256:e1a9a88263433b91dfaf58e5dddcd3665a92784af43834123795af5ca82c8c59 + tag: latest@sha256:5319d6ab725b35a0363cf15b4b33a69dc4c307bdf05f673b1e1bc8acbb97a5c5 workload: main: podSpec: diff --git a/stable/searxng/7.3.0/questions.yaml b/stable/searxng/7.4.3/questions.yaml similarity index 100% rename from stable/searxng/7.3.0/questions.yaml rename to stable/searxng/7.4.3/questions.yaml diff --git a/stable/searxng/7.3.0/templates/NOTES.txt b/stable/searxng/7.4.3/templates/NOTES.txt similarity index 100% rename from stable/searxng/7.3.0/templates/NOTES.txt rename to stable/searxng/7.4.3/templates/NOTES.txt diff --git a/stable/searxng/7.3.0/templates/common.yaml b/stable/searxng/7.4.3/templates/common.yaml similarity index 100% rename from stable/searxng/7.3.0/templates/common.yaml rename to stable/searxng/7.4.3/templates/common.yaml diff --git a/stable/searxng/7.3.0/values.yaml b/stable/searxng/7.4.3/values.yaml similarity index 100% rename from stable/searxng/7.3.0/values.yaml rename to stable/searxng/7.4.3/values.yaml diff --git a/stable/songkong/5.2.4/charts/common-18.1.6.tgz b/stable/songkong/5.2.4/charts/common-18.1.6.tgz deleted file mode 100644 index 3ada4bb6e11..00000000000 Binary files a/stable/songkong/5.2.4/charts/common-18.1.6.tgz and /dev/null differ diff --git a/stable/songkong/5.2.4/.helmignore b/stable/songkong/5.4.2/.helmignore similarity index 100% rename from stable/songkong/5.2.4/.helmignore rename to stable/songkong/5.4.2/.helmignore diff --git a/stable/songkong/5.2.4/CHANGELOG.md b/stable/songkong/5.4.2/CHANGELOG.md similarity index 59% rename from stable/songkong/5.2.4/CHANGELOG.md rename to stable/songkong/5.4.2/CHANGELOG.md index 51a4960b189..d2f261185dd 100644 --- a/stable/songkong/5.2.4/CHANGELOG.md +++ b/stable/songkong/5.4.2/CHANGELOG.md @@ -8,6 +8,42 @@ title: Changelog **Important:** +## [songkong-5.4.2](https://github.com/truecharts/charts/compare/songkong-5.4.1...songkong-5.4.2) (2024-03-11) + +### Chore + + + +- update container image songkong/songkong to latest[@c72b7ff](https://github.com/c72b7ff) by renovate ([#19161](https://github.com/truecharts/charts/issues/19161)) + + +## [songkong-5.4.1](https://github.com/truecharts/charts/compare/songkong-5.4.0...songkong-5.4.1) (2024-03-07) + +### Chore + + + +- bump everything to trigger re-release + + +## [songkong-5.4.0](https://github.com/truecharts/charts/compare/songkong-5.3.0...songkong-5.4.0) (2024-03-07) + +### Chore + + + +- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) + + +## [songkong-5.3.0](https://github.com/truecharts/charts/compare/songkong-5.2.4...songkong-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + ## [songkong-5.2.4](https://github.com/truecharts/charts/compare/songkong-5.2.3...songkong-5.2.4) (2024-03-05) ### Chore @@ -61,39 +97,4 @@ title: Changelog -- update container image songkong/songkong to latest[@63000e1](https://github.com/63000e1) by renovate ([#17505](https://github.com/truecharts/charts/issues/17505)) - - -## [songkong-4.1.10](https://github.com/truecharts/charts/compare/songkong-4.1.9...songkong-4.1.10) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [songkong-4.1.9](https://github.com/truecharts/charts/compare/songkong-4.1.8...songkong-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [songkong-4.1.8](https://github.com/truecharts/charts/compare/songkong-4.1.7...songkong-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [songkong-4.1.7](https://github.com/truecharts/charts/compare/songkong-4.1.6...songkong-4.1.7) (2024-01-09) - -### Chore - +- update container image songkong/songkong to latest[@63000e1](https://github.com/63000e1) by renovate ([#17505](https://github.com/truecharts/charts/issues/17505)) \ No newline at end of file diff --git a/stable/songkong/5.2.4/Chart.yaml b/stable/songkong/5.4.2/Chart.yaml similarity index 94% rename from stable/songkong/5.2.4/Chart.yaml rename to stable/songkong/5.4.2/Chart.yaml index 174b81d1969..0db7db630e9 100644 --- a/stable/songkong/5.2.4/Chart.yaml +++ b/stable/songkong/5.4.2/Chart.yaml @@ -10,7 +10,7 @@ apiVersion: v2 appVersion: latest dependencies: - name: common - version: 18.1.6 + version: 19.0.0 repository: oci://tccr.io/truecharts condition: "" alias: "" @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/songkong.png keywords: - songkong - MediaApp-Music -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/songkong - https://hub.docker.com/r/songkong/songkong type: application -version: 5.2.4 +version: 5.4.2 diff --git a/stable/songkong/5.2.4/README.md b/stable/songkong/5.4.2/README.md similarity index 100% rename from stable/songkong/5.2.4/README.md rename to stable/songkong/5.4.2/README.md diff --git a/stable/songkong/5.4.2/app-changelog.md b/stable/songkong/5.4.2/app-changelog.md new file mode 100644 index 00000000000..ca7cb3779b8 --- /dev/null +++ b/stable/songkong/5.4.2/app-changelog.md @@ -0,0 +1,9 @@ + + +## [songkong-5.4.2](https://github.com/truecharts/charts/compare/songkong-5.4.1...songkong-5.4.2) (2024-03-11) + +### Chore + + + +- update container image songkong/songkong to latest[@c72b7ff](https://github.com/c72b7ff) by renovate ([#19161](https://github.com/truecharts/charts/issues/19161)) \ No newline at end of file diff --git a/stable/songkong/5.2.4/app-readme.md b/stable/songkong/5.4.2/app-readme.md similarity index 100% rename from stable/songkong/5.2.4/app-readme.md rename to stable/songkong/5.4.2/app-readme.md diff --git a/stable/songkong/5.4.2/charts/common-19.0.0.tgz b/stable/songkong/5.4.2/charts/common-19.0.0.tgz new file mode 100644 index 00000000000..6b07782a3c2 Binary files /dev/null and b/stable/songkong/5.4.2/charts/common-19.0.0.tgz differ diff --git a/stable/songkong/5.2.4/ix_values.yaml b/stable/songkong/5.4.2/ix_values.yaml similarity index 83% rename from stable/songkong/5.2.4/ix_values.yaml rename to stable/songkong/5.4.2/ix_values.yaml index d6a377b3185..3b3a0a3cb14 100644 --- a/stable/songkong/5.2.4/ix_values.yaml +++ b/stable/songkong/5.4.2/ix_values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: songkong/songkong - tag: latest@sha256:853aaa797419af33dce56d19a16cbca9e260ad36031c59ac67c373d1161d2af0 + tag: latest@sha256:c72b7ff7ffc9721bfd5296969b7b6cccea57113065df5291743efc19f5e2d5df persistence: music: enabled: true diff --git a/stable/songkong/5.2.4/questions.yaml b/stable/songkong/5.4.2/questions.yaml similarity index 100% rename from stable/songkong/5.2.4/questions.yaml rename to stable/songkong/5.4.2/questions.yaml diff --git a/stable/songkong/5.2.4/templates/common.yaml b/stable/songkong/5.4.2/templates/common.yaml similarity index 100% rename from stable/songkong/5.2.4/templates/common.yaml rename to stable/songkong/5.4.2/templates/common.yaml diff --git a/stable/songkong/5.2.4/values.yaml b/stable/songkong/5.4.2/values.yaml similarity index 100% rename from stable/songkong/5.2.4/values.yaml rename to stable/songkong/5.4.2/values.yaml diff --git a/stable/tar1090/5.3.0/CHANGELOG.md b/stable/tar1090/5.3.0/CHANGELOG.md deleted file mode 100644 index 1887770bdf3..00000000000 --- a/stable/tar1090/5.3.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [tar1090-5.3.0](https://github.com/truecharts/charts/compare/tar1090-5.2.5...tar1090-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [tar1090-5.2.5](https://github.com/truecharts/charts/compare/tar1090-5.2.4...tar1090-5.2.5) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [tar1090-5.2.4](https://github.com/truecharts/charts/compare/tar1090-5.2.2...tar1090-5.2.4) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - - - - - - - -## [tar1090-4.1.22](https://github.com/truecharts/charts/compare/tar1090-4.1.21...tar1090-4.1.22) (2024-02-12) - -### Chore - - - -- update container image mikenye/tar1090 to latest[@585d8a5](https://github.com/585d8a5) by renovate ([#18229](https://github.com/truecharts/charts/issues/18229)) - - -## [tar1090-4.1.21](https://github.com/truecharts/charts/compare/tar1090-4.1.20...tar1090-4.1.21) (2024-02-12) - -### Chore - - - -- update container image mikenye/tar1090 to latest[@63c911b](https://github.com/63c911b) by renovate ([#18098](https://github.com/truecharts/charts/issues/18098)) - - -## [tar1090-4.1.20](https://github.com/truecharts/charts/compare/tar1090-4.1.19...tar1090-4.1.20) (2024-02-05) - -### Chore - - - -- update container image mikenye/tar1090 to latest[@d682681](https://github.com/d682681) by renovate ([#17981](https://github.com/truecharts/charts/issues/17981)) - - -## [tar1090-4.1.19](https://github.com/truecharts/charts/compare/tar1090-4.1.18...tar1090-4.1.19) (2024-02-05) - -### Chore - - - -- update container image mikenye/tar1090 to latest[@082f654](https://github.com/082f654) by renovate ([#17887](https://github.com/truecharts/charts/issues/17887)) - - -## [tar1090-4.1.18](https://github.com/truecharts/charts/compare/tar1090-4.1.17...tar1090-4.1.18) (2024-02-03) - -### Chore diff --git a/stable/tar1090/5.3.0/charts/common-18.2.0.tgz b/stable/tar1090/5.3.0/charts/common-18.2.0.tgz deleted file mode 100644 index a5b3906a565..00000000000 Binary files a/stable/tar1090/5.3.0/charts/common-18.2.0.tgz and /dev/null differ diff --git a/stable/tar1090/5.3.0/.helmignore b/stable/tar1090/5.4.3/.helmignore similarity index 100% rename from stable/tar1090/5.3.0/.helmignore rename to stable/tar1090/5.4.3/.helmignore diff --git a/stable/tar1090/5.4.3/CHANGELOG.md b/stable/tar1090/5.4.3/CHANGELOG.md new file mode 100644 index 00000000000..05d2cb0b0f2 --- /dev/null +++ b/stable/tar1090/5.4.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tar1090-5.4.3](https://github.com/truecharts/charts/compare/tar1090-5.4.2...tar1090-5.4.3) (2024-03-11) + +### Chore + + + +- update container image mikenye/tar1090 to latest[@42c9ec7](https://github.com/42c9ec7) by renovate ([#19157](https://github.com/truecharts/charts/issues/19157)) + + +## [tar1090-5.4.2](https://github.com/truecharts/charts/compare/tar1090-5.4.1...tar1090-5.4.2) (2024-03-11) + +### Chore + + + +- update container image mikenye/tar1090 to latest[@655aeb6](https://github.com/655aeb6) by renovate ([#19035](https://github.com/truecharts/charts/issues/19035)) + + +## [tar1090-5.4.1](https://github.com/truecharts/charts/compare/tar1090-5.4.0...tar1090-5.4.1) (2024-03-07) + +### Chore + + + +- bump everything to trigger re-release + + +## [tar1090-5.4.0](https://github.com/truecharts/charts/compare/tar1090-5.3.0...tar1090-5.4.0) (2024-03-07) + +### Chore + + + +- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) + + +## [tar1090-5.3.0](https://github.com/truecharts/charts/compare/tar1090-5.2.5...tar1090-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + +## [tar1090-5.2.5](https://github.com/truecharts/charts/compare/tar1090-5.2.4...tar1090-5.2.5) (2024-03-05) + +### Chore + + + +- bump everything to force helm release again + + +## [tar1090-5.2.4](https://github.com/truecharts/charts/compare/tar1090-5.2.2...tar1090-5.2.4) (2024-03-05) + +### Chore + + + +- force rereleases + +- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) + + + + + + + + + + + + + + + + + + + + + + + +## [tar1090-4.1.22](https://github.com/truecharts/charts/compare/tar1090-4.1.21...tar1090-4.1.22) (2024-02-12) + +### Chore diff --git a/stable/tar1090/5.3.0/Chart.yaml b/stable/tar1090/5.4.3/Chart.yaml similarity index 93% rename from stable/tar1090/5.3.0/Chart.yaml rename to stable/tar1090/5.4.3/Chart.yaml index a9a33c794fb..40af1010110 100644 --- a/stable/tar1090/5.3.0/Chart.yaml +++ b/stable/tar1090/5.4.3/Chart.yaml @@ -10,7 +10,7 @@ apiVersion: v2 appVersion: latest dependencies: - name: common - version: 18.2.0 + version: 19.0.0 repository: oci://tccr.io/truecharts condition: "" alias: "" @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/tar1090.png keywords: - tar1090 - Other -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/tar1090 - https://hub.docker.com/r/mikenye/tar1090 type: application -version: 5.3.0 +version: 5.4.3 diff --git a/stable/tar1090/5.3.0/README.md b/stable/tar1090/5.4.3/README.md similarity index 100% rename from stable/tar1090/5.3.0/README.md rename to stable/tar1090/5.4.3/README.md diff --git a/stable/tar1090/5.4.3/app-changelog.md b/stable/tar1090/5.4.3/app-changelog.md new file mode 100644 index 00000000000..9a798962c81 --- /dev/null +++ b/stable/tar1090/5.4.3/app-changelog.md @@ -0,0 +1,9 @@ + + +## [tar1090-5.4.3](https://github.com/truecharts/charts/compare/tar1090-5.4.2...tar1090-5.4.3) (2024-03-11) + +### Chore + + + +- update container image mikenye/tar1090 to latest[@42c9ec7](https://github.com/42c9ec7) by renovate ([#19157](https://github.com/truecharts/charts/issues/19157)) \ No newline at end of file diff --git a/stable/tar1090/5.3.0/app-readme.md b/stable/tar1090/5.4.3/app-readme.md similarity index 100% rename from stable/tar1090/5.3.0/app-readme.md rename to stable/tar1090/5.4.3/app-readme.md diff --git a/stable/tar1090/5.4.3/charts/common-19.0.0.tgz b/stable/tar1090/5.4.3/charts/common-19.0.0.tgz new file mode 100644 index 00000000000..6b07782a3c2 Binary files /dev/null and b/stable/tar1090/5.4.3/charts/common-19.0.0.tgz differ diff --git a/stable/tar1090/5.3.0/ix_values.yaml b/stable/tar1090/5.4.3/ix_values.yaml similarity index 85% rename from stable/tar1090/5.3.0/ix_values.yaml rename to stable/tar1090/5.4.3/ix_values.yaml index 011e339a4d3..b11b4777cdf 100644 --- a/stable/tar1090/5.3.0/ix_values.yaml +++ b/stable/tar1090/5.4.3/ix_values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: mikenye/tar1090 - tag: latest@sha256:4565ff2ceb4a8f16068f6228470730efc36d9e72cc1ac40a96c2c399cc2b4107 + tag: latest@sha256:42c9ec7332a294f263e5f9553e0992aeabc2083eb1100c3b90dcf7fd696d4991 persistence: {} portal: open: diff --git a/stable/tar1090/5.3.0/questions.yaml b/stable/tar1090/5.4.3/questions.yaml similarity index 100% rename from stable/tar1090/5.3.0/questions.yaml rename to stable/tar1090/5.4.3/questions.yaml diff --git a/stable/tar1090/5.3.0/templates/common.yaml b/stable/tar1090/5.4.3/templates/common.yaml similarity index 100% rename from stable/tar1090/5.3.0/templates/common.yaml rename to stable/tar1090/5.4.3/templates/common.yaml diff --git a/stable/tar1090/5.3.0/values.yaml b/stable/tar1090/5.4.3/values.yaml similarity index 100% rename from stable/tar1090/5.3.0/values.yaml rename to stable/tar1090/5.4.3/values.yaml diff --git a/stable/tubesync/5.2.3/charts/common-18.1.6.tgz b/stable/tubesync/5.2.3/charts/common-18.1.6.tgz deleted file mode 100644 index 3ada4bb6e11..00000000000 Binary files a/stable/tubesync/5.2.3/charts/common-18.1.6.tgz and /dev/null differ diff --git a/stable/tubesync/5.2.3/.helmignore b/stable/tubesync/5.4.2/.helmignore similarity index 100% rename from stable/tubesync/5.2.3/.helmignore rename to stable/tubesync/5.4.2/.helmignore diff --git a/stable/tubesync/5.2.3/CHANGELOG.md b/stable/tubesync/5.4.2/CHANGELOG.md similarity index 60% rename from stable/tubesync/5.2.3/CHANGELOG.md rename to stable/tubesync/5.4.2/CHANGELOG.md index bd1073db267..6f9a0c7a1a2 100644 --- a/stable/tubesync/5.2.3/CHANGELOG.md +++ b/stable/tubesync/5.4.2/CHANGELOG.md @@ -8,6 +8,42 @@ title: Changelog **Important:** +## [tubesync-5.4.2](https://github.com/truecharts/charts/compare/tubesync-5.4.1...tubesync-5.4.2) (2024-03-11) + +### Chore + + + +- update container image ghcr.io/meeb/tubesync to latest[@f51f781](https://github.com/f51f781) by renovate ([#19153](https://github.com/truecharts/charts/issues/19153)) + + +## [tubesync-5.4.1](https://github.com/truecharts/charts/compare/tubesync-5.4.0...tubesync-5.4.1) (2024-03-07) + +### Chore + + + +- bump everything to trigger re-release + + +## [tubesync-5.4.0](https://github.com/truecharts/charts/compare/tubesync-5.3.0...tubesync-5.4.0) (2024-03-07) + +### Chore + + + +- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) + + +## [tubesync-5.3.0](https://github.com/truecharts/charts/compare/tubesync-5.2.3...tubesync-5.3.0) (2024-03-06) + +### Chore + + + +- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) + + ## [tubesync-5.2.3](https://github.com/truecharts/charts/compare/tubesync-5.2.2...tubesync-5.2.3) (2024-03-05) ### Chore @@ -61,39 +97,3 @@ title: Changelog - update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) - - -## [tubesync-4.1.9](https://github.com/truecharts/charts/compare/tubesync-4.1.8...tubesync-4.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) - - -## [tubesync-4.1.8](https://github.com/truecharts/charts/compare/tubesync-4.1.7...tubesync-4.1.8) (2024-01-21) - -### Chore - - - -- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) - - - - -## [tubesync-4.1.7](https://github.com/truecharts/charts/compare/tubesync-4.1.6...tubesync-4.1.7) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) - - -## [tubesync-4.1.6](https://github.com/truecharts/charts/compare/tubesync-4.1.5...tubesync-4.1.6) (2024-01-03) - -### Fix - - diff --git a/stable/tubesync/5.2.3/Chart.yaml b/stable/tubesync/5.4.2/Chart.yaml similarity index 95% rename from stable/tubesync/5.2.3/Chart.yaml rename to stable/tubesync/5.4.2/Chart.yaml index ec4f3eadf53..dbb9393a8cc 100644 --- a/stable/tubesync/5.2.3/Chart.yaml +++ b/stable/tubesync/5.4.2/Chart.yaml @@ -10,7 +10,7 @@ apiVersion: v2 appVersion: latest dependencies: - name: common - version: 18.1.6 + version: 19.0.0 repository: oci://tccr.io/truecharts condition: "" alias: "" @@ -25,7 +25,7 @@ keywords: - Downloaders - MediaApp-Video - MediaServer-Video -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/tubesync - https://ghcr.io/meeb/tubesync type: application -version: 5.2.3 +version: 5.4.2 diff --git a/stable/tubesync/5.2.3/README.md b/stable/tubesync/5.4.2/README.md similarity index 100% rename from stable/tubesync/5.2.3/README.md rename to stable/tubesync/5.4.2/README.md diff --git a/stable/tubesync/5.4.2/app-changelog.md b/stable/tubesync/5.4.2/app-changelog.md new file mode 100644 index 00000000000..8d9f2360ea0 --- /dev/null +++ b/stable/tubesync/5.4.2/app-changelog.md @@ -0,0 +1,9 @@ + + +## [tubesync-5.4.2](https://github.com/truecharts/charts/compare/tubesync-5.4.1...tubesync-5.4.2) (2024-03-11) + +### Chore + + + +- update container image ghcr.io/meeb/tubesync to latest[@f51f781](https://github.com/f51f781) by renovate ([#19153](https://github.com/truecharts/charts/issues/19153)) \ No newline at end of file diff --git a/stable/tubesync/5.2.3/app-readme.md b/stable/tubesync/5.4.2/app-readme.md similarity index 100% rename from stable/tubesync/5.2.3/app-readme.md rename to stable/tubesync/5.4.2/app-readme.md diff --git a/stable/tubesync/5.4.2/charts/common-19.0.0.tgz b/stable/tubesync/5.4.2/charts/common-19.0.0.tgz new file mode 100644 index 00000000000..6b07782a3c2 Binary files /dev/null and b/stable/tubesync/5.4.2/charts/common-19.0.0.tgz differ diff --git a/stable/tubesync/5.2.3/ix_values.yaml b/stable/tubesync/5.4.2/ix_values.yaml similarity index 89% rename from stable/tubesync/5.2.3/ix_values.yaml rename to stable/tubesync/5.4.2/ix_values.yaml index c77444467c3..5a5b8d3a2d7 100644 --- a/stable/tubesync/5.2.3/ix_values.yaml +++ b/stable/tubesync/5.4.2/ix_values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: ghcr.io/meeb/tubesync - tag: latest@sha256:7808952c2c190645559ce00aca08dd3aa802663f052bafd5e9d463da90554502 + tag: latest@sha256:f51f781966af4ba6b3fc0dbf998a28a293b77fe90fdfb4eeb8e64a5dbcad4d45 persistence: config: enabled: true diff --git a/stable/tubesync/5.2.3/questions.yaml b/stable/tubesync/5.4.2/questions.yaml similarity index 100% rename from stable/tubesync/5.2.3/questions.yaml rename to stable/tubesync/5.4.2/questions.yaml diff --git a/stable/tubesync/5.2.3/templates/common.yaml b/stable/tubesync/5.4.2/templates/common.yaml similarity index 100% rename from stable/tubesync/5.2.3/templates/common.yaml rename to stable/tubesync/5.4.2/templates/common.yaml diff --git a/stable/tubesync/5.2.3/values.yaml b/stable/tubesync/5.4.2/values.yaml similarity index 100% rename from stable/tubesync/5.2.3/values.yaml rename to stable/tubesync/5.4.2/values.yaml