diff --git a/premium/grafana/14.10.3/charts/common-20.3.5.tgz b/premium/grafana/14.10.3/charts/common-20.3.5.tgz deleted file mode 100644 index beb61ad2e16..00000000000 Binary files a/premium/grafana/14.10.3/charts/common-20.3.5.tgz and /dev/null differ diff --git a/premium/grafana/14.10.3/.helmignore b/premium/grafana/14.10.5/.helmignore similarity index 100% rename from premium/grafana/14.10.3/.helmignore rename to premium/grafana/14.10.5/.helmignore diff --git a/premium/grafana/14.10.3/CHANGELOG.md b/premium/grafana/14.10.5/CHANGELOG.md similarity index 81% rename from premium/grafana/14.10.3/CHANGELOG.md rename to premium/grafana/14.10.5/CHANGELOG.md index d13c59c4fe5..6c88d541666 100644 --- a/premium/grafana/14.10.3/CHANGELOG.md +++ b/premium/grafana/14.10.5/CHANGELOG.md @@ -8,12 +8,16 @@ title: Changelog **Important:** -## [grafana-14.10.3](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.10.3) (2024-04-10) +## [grafana-14.10.5](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.10.5) (2024-04-11) ### Chore +- update container image grafana/grafana to v10.4.2[@7d5faae](https://github.com/7d5faae) by renovate ([#20620](https://github.com/truecharts/charts/issues/20620)) + +- update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) + - update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535)) - update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527)) @@ -43,12 +47,14 @@ title: Changelog - Enable grafana folders ([#20461](https://github.com/truecharts/charts/issues/20461)) -## [grafana-14.10.3](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.10.3) (2024-04-10) +## [grafana-14.10.4](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.10.4) (2024-04-11) ### Chore +- update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) + - update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535)) - update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527)) @@ -78,22 +84,16 @@ title: Changelog - Enable grafana folders ([#20461](https://github.com/truecharts/charts/issues/20461)) -## [grafana-14.10.3](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.10.3) (2024-04-10) +## [grafana-14.10.4](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.10.4) (2024-04-11) ### Chore +- update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) + - update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535)) - update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527)) - update container image common to v20.3.3[@3876ba5](https://github.com/3876ba5) by renovate ([#20478](https://github.com/truecharts/charts/issues/20478)) - -- update container image common to v20.3.2[@0722ebb](https://github.com/0722ebb) by renovate ([#20334](https://github.com/truecharts/charts/issues/20334)) - -- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) diff --git a/premium/grafana/14.10.3/Chart.yaml b/premium/grafana/14.10.5/Chart.yaml similarity index 93% rename from premium/grafana/14.10.3/Chart.yaml rename to premium/grafana/14.10.5/Chart.yaml index bef998eac8b..2796a5b9377 100644 --- a/premium/grafana/14.10.3/Chart.yaml +++ b/premium/grafana/14.10.5/Chart.yaml @@ -7,10 +7,10 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: premium apiVersion: v2 -appVersion: 10.4.1 +appVersion: 10.4.2 dependencies: - name: common - version: 20.3.5 + version: 20.3.6 repository: oci://tccr.io/truecharts condition: "" alias: "" @@ -25,7 +25,7 @@ keywords: - monitoring - metrics - logs -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -38,4 +38,4 @@ sources: - https://hub.docker.com/r/grafana/grafana - https://quay.io/kiwigrid/k8s-sidecar type: application -version: 14.10.3 +version: 14.10.5 diff --git a/premium/grafana/14.10.3/README.md b/premium/grafana/14.10.5/README.md similarity index 100% rename from premium/grafana/14.10.3/README.md rename to premium/grafana/14.10.5/README.md diff --git a/premium/grafana/14.10.3/app-changelog.md b/premium/grafana/14.10.5/app-changelog.md similarity index 80% rename from premium/grafana/14.10.3/app-changelog.md rename to premium/grafana/14.10.5/app-changelog.md index ca428226d97..0b2551a35ea 100644 --- a/premium/grafana/14.10.3/app-changelog.md +++ b/premium/grafana/14.10.5/app-changelog.md @@ -1,11 +1,15 @@ -## [grafana-14.10.3](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.10.3) (2024-04-10) +## [grafana-14.10.5](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.10.5) (2024-04-11) ### Chore +- update container image grafana/grafana to v10.4.2[@7d5faae](https://github.com/7d5faae) by renovate ([#20620](https://github.com/truecharts/charts/issues/20620)) + +- update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) + - update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535)) - update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527)) diff --git a/premium/grafana/14.10.3/app-readme.md b/premium/grafana/14.10.5/app-readme.md similarity index 100% rename from premium/grafana/14.10.3/app-readme.md rename to premium/grafana/14.10.5/app-readme.md diff --git a/stable/friendica/14.4.8/charts/common-20.3.6.tgz b/premium/grafana/14.10.5/charts/common-20.3.6.tgz similarity index 100% rename from stable/friendica/14.4.8/charts/common-20.3.6.tgz rename to premium/grafana/14.10.5/charts/common-20.3.6.tgz diff --git a/premium/grafana/14.10.3/ix_values.yaml b/premium/grafana/14.10.5/ix_values.yaml similarity index 99% rename from premium/grafana/14.10.3/ix_values.yaml rename to premium/grafana/14.10.5/ix_values.yaml index afd8e8d3b16..8fdfaffa1dd 100644 --- a/premium/grafana/14.10.3/ix_values.yaml +++ b/premium/grafana/14.10.5/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: grafana/grafana pullPolicy: IfNotPresent - tag: 10.4.1@sha256:753bbb971071480d6630d3aa0d55345188c02f39456664f67c1ea443593638d0 + tag: 10.4.2@sha256:7d5faae481a4c6f436c99e98af11534f7fd5e8d3e35213552dd1dd02bc393d2e sidecarImage: repository: quay.io/kiwigrid/k8s-sidecar diff --git a/premium/grafana/14.10.3/questions.yaml b/premium/grafana/14.10.5/questions.yaml similarity index 100% rename from premium/grafana/14.10.3/questions.yaml rename to premium/grafana/14.10.5/questions.yaml diff --git a/premium/grafana/14.10.3/templates/NOTES.txt b/premium/grafana/14.10.5/templates/NOTES.txt similarity index 100% rename from premium/grafana/14.10.3/templates/NOTES.txt rename to premium/grafana/14.10.5/templates/NOTES.txt diff --git a/premium/grafana/14.10.3/templates/common.yaml b/premium/grafana/14.10.5/templates/common.yaml similarity index 100% rename from premium/grafana/14.10.3/templates/common.yaml rename to premium/grafana/14.10.5/templates/common.yaml diff --git a/premium/grafana/14.10.3/values.yaml b/premium/grafana/14.10.5/values.yaml similarity index 100% rename from premium/grafana/14.10.3/values.yaml rename to premium/grafana/14.10.5/values.yaml diff --git a/stable/blender/5.8.3/charts/common-20.3.5.tgz b/stable/blender/5.8.3/charts/common-20.3.5.tgz deleted file mode 100644 index beb61ad2e16..00000000000 Binary files a/stable/blender/5.8.3/charts/common-20.3.5.tgz and /dev/null differ diff --git a/stable/blender/5.8.3/.helmignore b/stable/blender/5.8.5/.helmignore similarity index 100% rename from stable/blender/5.8.3/.helmignore rename to stable/blender/5.8.5/.helmignore diff --git a/stable/blender/5.8.3/CHANGELOG.md b/stable/blender/5.8.5/CHANGELOG.md similarity index 85% rename from stable/blender/5.8.3/CHANGELOG.md rename to stable/blender/5.8.5/CHANGELOG.md index edba6646a76..17d63a50404 100644 --- a/stable/blender/5.8.3/CHANGELOG.md +++ b/stable/blender/5.8.5/CHANGELOG.md @@ -8,12 +8,16 @@ title: Changelog **Important:** -## [blender-5.8.3](https://github.com/truecharts/charts/compare/blender-5.6.0...blender-5.8.3) (2024-04-10) +## [blender-5.8.5](https://github.com/truecharts/charts/compare/blender-5.6.0...blender-5.8.5) (2024-04-11) ### Chore +- update container image lscr.io/linuxserver/blender to latest[@37fb7f3](https://github.com/37fb7f3) by renovate ([#20615](https://github.com/truecharts/charts/issues/20615)) + +- update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) + - update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535)) - update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527)) @@ -43,12 +47,14 @@ title: Changelog - update container image lscr.io/linuxserver/blender to latest[@f5275d6](https://github.com/f5275d6) by renovate ([#19270](https://github.com/truecharts/charts/issues/19270)) -## [blender-5.8.3](https://github.com/truecharts/charts/compare/blender-5.6.0...blender-5.8.3) (2024-04-10) +## [blender-5.8.4](https://github.com/truecharts/charts/compare/blender-5.6.0...blender-5.8.4) (2024-04-11) ### Chore +- update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) + - update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535)) - update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527)) @@ -78,22 +84,16 @@ title: Changelog - update container image lscr.io/linuxserver/blender to latest[@f5275d6](https://github.com/f5275d6) by renovate ([#19270](https://github.com/truecharts/charts/issues/19270)) -## [blender-5.8.3](https://github.com/truecharts/charts/compare/blender-5.6.0...blender-5.8.3) (2024-04-10) +## [blender-5.8.4](https://github.com/truecharts/charts/compare/blender-5.6.0...blender-5.8.4) (2024-04-11) ### Chore +- update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) + - update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535)) - update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527)) - update container image common to v20.3.3[@3876ba5](https://github.com/3876ba5) by renovate ([#20478](https://github.com/truecharts/charts/issues/20478)) - -- update container image common to v20.3.2[@0722ebb](https://github.com/0722ebb) by renovate ([#20334](https://github.com/truecharts/charts/issues/20334)) - -- update container image lscr.io/linuxserver/blender to latest[@a894fda](https://github.com/a894fda) by renovate ([#20225](https://github.com/truecharts/charts/issues/20225)) - -- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) diff --git a/stable/blender/5.8.3/Chart.yaml b/stable/blender/5.8.5/Chart.yaml similarity index 95% rename from stable/blender/5.8.3/Chart.yaml rename to stable/blender/5.8.5/Chart.yaml index aaf875a3623..6bd4fcbfd22 100644 --- a/stable/blender/5.8.3/Chart.yaml +++ b/stable/blender/5.8.5/Chart.yaml @@ -10,7 +10,7 @@ apiVersion: v2 appVersion: latest dependencies: - name: common - version: 20.3.5 + version: 20.3.6 repository: oci://tccr.io/truecharts condition: "" alias: "" @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/blender.png keywords: - blender - 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/blender - https://fleet.linuxserver.io/image?name=linuxserver/blender type: application -version: 5.8.3 +version: 5.8.5 diff --git a/stable/blender/5.8.3/README.md b/stable/blender/5.8.5/README.md similarity index 100% rename from stable/blender/5.8.3/README.md rename to stable/blender/5.8.5/README.md diff --git a/stable/blender/5.8.3/app-changelog.md b/stable/blender/5.8.5/app-changelog.md similarity index 83% rename from stable/blender/5.8.3/app-changelog.md rename to stable/blender/5.8.5/app-changelog.md index 1012b69adc9..2c9e7692f2b 100644 --- a/stable/blender/5.8.3/app-changelog.md +++ b/stable/blender/5.8.5/app-changelog.md @@ -1,11 +1,15 @@ -## [blender-5.8.3](https://github.com/truecharts/charts/compare/blender-5.6.0...blender-5.8.3) (2024-04-10) +## [blender-5.8.5](https://github.com/truecharts/charts/compare/blender-5.6.0...blender-5.8.5) (2024-04-11) ### Chore +- update container image lscr.io/linuxserver/blender to latest[@37fb7f3](https://github.com/37fb7f3) by renovate ([#20615](https://github.com/truecharts/charts/issues/20615)) + +- update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) + - update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535)) - update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527)) diff --git a/stable/blender/5.8.3/app-readme.md b/stable/blender/5.8.5/app-readme.md similarity index 100% rename from stable/blender/5.8.3/app-readme.md rename to stable/blender/5.8.5/app-readme.md diff --git a/stable/libremdb/7.10.11/charts/common-20.3.6.tgz b/stable/blender/5.8.5/charts/common-20.3.6.tgz similarity index 100% rename from stable/libremdb/7.10.11/charts/common-20.3.6.tgz rename to stable/blender/5.8.5/charts/common-20.3.6.tgz diff --git a/stable/blender/5.8.3/ix_values.yaml b/stable/blender/5.8.5/ix_values.yaml similarity index 85% rename from stable/blender/5.8.3/ix_values.yaml rename to stable/blender/5.8.5/ix_values.yaml index 1255b4f2780..949e11e7e4f 100644 --- a/stable/blender/5.8.3/ix_values.yaml +++ b/stable/blender/5.8.5/ix_values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: lscr.io/linuxserver/blender - tag: latest@sha256:a894fdaae111b092b3878005c15cba8527063d2185cefc386104db6709551029 + tag: latest@sha256:37fb7f30d1cb460c943e3b0bc9658d5dd42df1d4dd2cb5452b629e47cdd5c0a8 persistence: config: enabled: true diff --git a/stable/blender/5.8.3/questions.yaml b/stable/blender/5.8.5/questions.yaml similarity index 100% rename from stable/blender/5.8.3/questions.yaml rename to stable/blender/5.8.5/questions.yaml diff --git a/stable/blender/5.8.3/templates/common.yaml b/stable/blender/5.8.5/templates/common.yaml similarity index 100% rename from stable/blender/5.8.3/templates/common.yaml rename to stable/blender/5.8.5/templates/common.yaml diff --git a/stable/blender/5.8.3/values.yaml b/stable/blender/5.8.5/values.yaml similarity index 100% rename from stable/blender/5.8.3/values.yaml rename to stable/blender/5.8.5/values.yaml diff --git a/stable/factorio/7.8.5/CHANGELOG.md b/stable/factorio/7.8.5/CHANGELOG.md index e201ef2216f..273e45ee67d 100644 --- a/stable/factorio/7.8.5/CHANGELOG.md +++ b/stable/factorio/7.8.5/CHANGELOG.md @@ -14,6 +14,41 @@ title: Changelog +- update container image factoriotools/factorio to stable[@e2e42bb](https://github.com/e2e42bb) by renovate ([#20612](https://github.com/truecharts/charts/issues/20612)) + +- update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) + +- update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535)) + +- update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527)) + +- update container image common to v20.3.3[@3876ba5](https://github.com/3876ba5) by renovate ([#20478](https://github.com/truecharts/charts/issues/20478)) + +- update container image common to v20.3.2[@0722ebb](https://github.com/0722ebb) by renovate ([#20334](https://github.com/truecharts/charts/issues/20334)) + +- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) + +- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) + +- update container image factoriotools/factorio to stable[@e403edc](https://github.com/e403edc) by renovate ([#19827](https://github.com/truecharts/charts/issues/19827)) + +- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) + +- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) + +- update container image factoriotools/factorio to stable[@853ba95](https://github.com/853ba95) by renovate ([#19553](https://github.com/truecharts/charts/issues/19553)) + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [factorio-7.8.5](https://github.com/truecharts/charts/compare/factorio-7.6.0...factorio-7.8.5) (2024-04-11) + +### Chore + + + - update container image factoriotools/factorio to stable[@e2e42bb](https://github.com/e2e42bb) by renovate ([#20612](https://github.com/truecharts/charts/issues/20612)) - update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) @@ -62,38 +97,3 @@ title: Changelog - update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) - update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image factoriotools/factorio to stable[@e403edc](https://github.com/e403edc) by renovate ([#19827](https://github.com/truecharts/charts/issues/19827)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image factoriotools/factorio to stable[@853ba95](https://github.com/853ba95) by renovate ([#19553](https://github.com/truecharts/charts/issues/19553)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [factorio-7.8.4](https://github.com/truecharts/charts/compare/factorio-7.6.0...factorio-7.8.4) (2024-04-11) - -### Chore - - - -- update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) - -- update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535)) - -- update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527)) - -- update container image common to v20.3.3[@3876ba5](https://github.com/3876ba5) by renovate ([#20478](https://github.com/truecharts/charts/issues/20478)) - -- update container image common to v20.3.2[@0722ebb](https://github.com/0722ebb) by renovate ([#20334](https://github.com/truecharts/charts/issues/20334)) - -- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) - -- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817)) - -- update container image factoriotools/factorio to stable[@e403edc](https://github.com/e403edc) by renovate ([#19827](https://github.com/truecharts/charts/issues/19827)) diff --git a/stable/friendica/14.4.8/.helmignore b/stable/friendica/14.4.10/.helmignore similarity index 100% rename from stable/friendica/14.4.8/.helmignore rename to stable/friendica/14.4.10/.helmignore diff --git a/stable/friendica/14.4.8/CHANGELOG.md b/stable/friendica/14.4.10/CHANGELOG.md similarity index 91% rename from stable/friendica/14.4.8/CHANGELOG.md rename to stable/friendica/14.4.10/CHANGELOG.md index 9f63f621204..1b8c6428ba3 100644 --- a/stable/friendica/14.4.8/CHANGELOG.md +++ b/stable/friendica/14.4.10/CHANGELOG.md @@ -8,12 +8,18 @@ title: Changelog **Important:** -## [friendica-14.4.8](https://github.com/truecharts/charts/compare/friendica-13.11.0...friendica-14.4.8) (2024-04-11) +## [friendica-14.4.10](https://github.com/truecharts/charts/compare/friendica-13.11.0...friendica-14.4.10) (2024-04-11) ### Chore +- update container image friendica to 2024.03[@41af9ab](https://github.com/41af9ab) by renovate ([#20541](https://github.com/truecharts/charts/issues/20541)) + +- update container image redis to v13.3.7[@8c9b71c](https://github.com/8c9b71c) by renovate ([#20566](https://github.com/truecharts/charts/issues/20566)) + +- update container image mariadb to v13.9.8[@ab62124](https://github.com/ab62124) by renovate ([#20563](https://github.com/truecharts/charts/issues/20563)) + - update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) - update container image redis to v13.3.5[@7f45c09](https://github.com/7f45c09) by renovate ([#20555](https://github.com/truecharts/charts/issues/20555)) @@ -91,9 +97,3 @@ title: Changelog - update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - -- update container image mariadb to v13.5.4[@f572f3a](https://github.com/f572f3a) by renovate ([#19318](https://github.com/truecharts/charts/issues/19318)) - -- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324)) - -- update container image friendica to 2023.12[@95a7d8e](https://github.com/95a7d8e) by renovate ([#19227](https://github.com/truecharts/charts/issues/19227)) diff --git a/stable/friendica/14.4.8/Chart.yaml b/stable/friendica/14.4.10/Chart.yaml similarity index 93% rename from stable/friendica/14.4.8/Chart.yaml rename to stable/friendica/14.4.10/Chart.yaml index 3db4beadc12..87167c1f64a 100644 --- a/stable/friendica/14.4.8/Chart.yaml +++ b/stable/friendica/14.4.10/Chart.yaml @@ -17,14 +17,14 @@ dependencies: tags: [] import-values: [] - name: mariadb - version: 13.9.6 + version: 13.9.8 repository: oci://tccr.io/truecharts condition: mariadb.enabled alias: "" tags: [] import-values: [] - name: redis - version: 13.3.5 + version: 13.3.7 repository: oci://tccr.io/truecharts condition: redis.enabled alias: "" @@ -37,7 +37,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/friendica.png keywords: - friend - social -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -48,4 +48,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/friendica - https://hub.docker.com/_/friendica type: application -version: 14.4.8 +version: 14.4.10 diff --git a/stable/friendica/14.4.8/README.md b/stable/friendica/14.4.10/README.md similarity index 100% rename from stable/friendica/14.4.8/README.md rename to stable/friendica/14.4.10/README.md diff --git a/stable/friendica/14.4.8/app-changelog.md b/stable/friendica/14.4.10/app-changelog.md similarity index 91% rename from stable/friendica/14.4.8/app-changelog.md rename to stable/friendica/14.4.10/app-changelog.md index 572b0f3e365..4f71600683b 100644 --- a/stable/friendica/14.4.8/app-changelog.md +++ b/stable/friendica/14.4.10/app-changelog.md @@ -1,11 +1,17 @@ -## [friendica-14.4.8](https://github.com/truecharts/charts/compare/friendica-13.11.0...friendica-14.4.8) (2024-04-11) +## [friendica-14.4.10](https://github.com/truecharts/charts/compare/friendica-13.11.0...friendica-14.4.10) (2024-04-11) ### Chore +- update container image friendica to 2024.03[@41af9ab](https://github.com/41af9ab) by renovate ([#20541](https://github.com/truecharts/charts/issues/20541)) + +- update container image redis to v13.3.7[@8c9b71c](https://github.com/8c9b71c) by renovate ([#20566](https://github.com/truecharts/charts/issues/20566)) + +- update container image mariadb to v13.9.8[@ab62124](https://github.com/ab62124) by renovate ([#20563](https://github.com/truecharts/charts/issues/20563)) + - update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) - update container image redis to v13.3.5[@7f45c09](https://github.com/7f45c09) by renovate ([#20555](https://github.com/truecharts/charts/issues/20555)) diff --git a/stable/friendica/14.4.8/app-readme.md b/stable/friendica/14.4.10/app-readme.md similarity index 100% rename from stable/friendica/14.4.8/app-readme.md rename to stable/friendica/14.4.10/app-readme.md diff --git a/stable/local-ai/9.32.11/charts/common-20.3.6.tgz b/stable/friendica/14.4.10/charts/common-20.3.6.tgz similarity index 100% rename from stable/local-ai/9.32.11/charts/common-20.3.6.tgz rename to stable/friendica/14.4.10/charts/common-20.3.6.tgz diff --git a/stable/friendica/14.4.10/charts/mariadb-13.9.8.tgz b/stable/friendica/14.4.10/charts/mariadb-13.9.8.tgz new file mode 100644 index 00000000000..603d73ab549 Binary files /dev/null and b/stable/friendica/14.4.10/charts/mariadb-13.9.8.tgz differ diff --git a/stable/friendica/14.4.10/charts/redis-13.3.7.tgz b/stable/friendica/14.4.10/charts/redis-13.3.7.tgz new file mode 100644 index 00000000000..302b6a96979 Binary files /dev/null and b/stable/friendica/14.4.10/charts/redis-13.3.7.tgz differ diff --git a/stable/friendica/14.4.8/ix_values.yaml b/stable/friendica/14.4.10/ix_values.yaml similarity index 95% rename from stable/friendica/14.4.8/ix_values.yaml rename to stable/friendica/14.4.10/ix_values.yaml index b92aef38f15..aad7dfba1ab 100644 --- a/stable/friendica/14.4.8/ix_values.yaml +++ b/stable/friendica/14.4.10/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: friendica pullPolicy: IfNotPresent - tag: 2024.03@sha256:c824f39ba4fd2da07b0ee78f88e04a334d3d2bc2592433cfba0a9576cab2f43d + tag: 2024.03@sha256:41af9abb027b2254eda8cc3cdadcf55fb3c88bec3b023091d154687406284396 securityContext: container: runAsNonRoot: false diff --git a/stable/friendica/14.4.8/questions.yaml b/stable/friendica/14.4.10/questions.yaml similarity index 100% rename from stable/friendica/14.4.8/questions.yaml rename to stable/friendica/14.4.10/questions.yaml diff --git a/stable/friendica/14.4.8/templates/NOTES.txt b/stable/friendica/14.4.10/templates/NOTES.txt similarity index 100% rename from stable/friendica/14.4.8/templates/NOTES.txt rename to stable/friendica/14.4.10/templates/NOTES.txt diff --git a/stable/friendica/14.4.8/templates/common.yaml b/stable/friendica/14.4.10/templates/common.yaml similarity index 100% rename from stable/friendica/14.4.8/templates/common.yaml rename to stable/friendica/14.4.10/templates/common.yaml diff --git a/stable/friendica/14.4.8/values.yaml b/stable/friendica/14.4.10/values.yaml similarity index 100% rename from stable/friendica/14.4.8/values.yaml rename to stable/friendica/14.4.10/values.yaml diff --git a/stable/friendica/14.4.8/charts/mariadb-13.9.6.tgz b/stable/friendica/14.4.8/charts/mariadb-13.9.6.tgz deleted file mode 100644 index 5979db0312b..00000000000 Binary files a/stable/friendica/14.4.8/charts/mariadb-13.9.6.tgz and /dev/null differ diff --git a/stable/friendica/14.4.8/charts/redis-13.3.5.tgz b/stable/friendica/14.4.8/charts/redis-13.3.5.tgz deleted file mode 100644 index 84ab6e0a86c..00000000000 Binary files a/stable/friendica/14.4.8/charts/redis-13.3.5.tgz and /dev/null differ diff --git a/stable/libremdb/7.10.11/charts/redis-13.3.5.tgz b/stable/libremdb/7.10.11/charts/redis-13.3.5.tgz deleted file mode 100644 index 84ab6e0a86c..00000000000 Binary files a/stable/libremdb/7.10.11/charts/redis-13.3.5.tgz and /dev/null differ diff --git a/stable/libremdb/7.10.11/.helmignore b/stable/libremdb/7.10.13/.helmignore similarity index 100% rename from stable/libremdb/7.10.11/.helmignore rename to stable/libremdb/7.10.13/.helmignore diff --git a/stable/libremdb/7.10.11/CHANGELOG.md b/stable/libremdb/7.10.13/CHANGELOG.md similarity index 94% rename from stable/libremdb/7.10.11/CHANGELOG.md rename to stable/libremdb/7.10.13/CHANGELOG.md index 5affeab09fe..1afdc38ebcd 100644 --- a/stable/libremdb/7.10.11/CHANGELOG.md +++ b/stable/libremdb/7.10.13/CHANGELOG.md @@ -8,12 +8,16 @@ title: Changelog **Important:** -## [libremdb-7.10.11](https://github.com/truecharts/charts/compare/libremdb-7.6.0...libremdb-7.10.11) (2024-04-11) +## [libremdb-7.10.13](https://github.com/truecharts/charts/compare/libremdb-7.6.0...libremdb-7.10.13) (2024-04-11) ### Chore +- update container image quay.io/pussthecatorg/libremdb to latest[@99c4290](https://github.com/99c4290) by renovate ([#20616](https://github.com/truecharts/charts/issues/20616)) + +- update container image redis to v13.3.7[@8c9b71c](https://github.com/8c9b71c) by renovate ([#20566](https://github.com/truecharts/charts/issues/20566)) + - update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) - update container image quay.io/pussthecatorg/libremdb to latest[@5743d13](https://github.com/5743d13) by renovate ([#20598](https://github.com/truecharts/charts/issues/20598)) @@ -93,7 +97,3 @@ title: Changelog - update container image quay.io/pussthecatorg/libremdb to latest[@7bbbf2d](https://github.com/7bbbf2d) by renovate ([#20173](https://github.com/truecharts/charts/issues/20173)) - update container image quay.io/pussthecatorg/libremdb to latest[@2d5ac25](https://github.com/2d5ac25) by renovate ([#20165](https://github.com/truecharts/charts/issues/20165)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@c42bb9b](https://github.com/c42bb9b) by renovate ([#20151](https://github.com/truecharts/charts/issues/20151)) - -- update container image quay.io/pussthecatorg/libremdb to latest[@872dbdd](https://github.com/872dbdd) by renovate ([#20136](https://github.com/truecharts/charts/issues/20136)) diff --git a/stable/libremdb/7.10.11/Chart.yaml b/stable/libremdb/7.10.13/Chart.yaml similarity index 97% rename from stable/libremdb/7.10.11/Chart.yaml rename to stable/libremdb/7.10.13/Chart.yaml index 05c444fe73f..2ac698ea832 100644 --- a/stable/libremdb/7.10.11/Chart.yaml +++ b/stable/libremdb/7.10.13/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: redis - version: 13.3.5 + version: 13.3.7 repository: oci://tccr.io/truecharts condition: redis.enabled alias: "" @@ -43,4 +43,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/libremdb - https://quay.io/pussthecatorg/libremdb type: application -version: 7.10.11 +version: 7.10.13 diff --git a/stable/libremdb/7.10.11/README.md b/stable/libremdb/7.10.13/README.md similarity index 100% rename from stable/libremdb/7.10.11/README.md rename to stable/libremdb/7.10.13/README.md diff --git a/stable/libremdb/7.10.11/app-changelog.md b/stable/libremdb/7.10.13/app-changelog.md similarity index 97% rename from stable/libremdb/7.10.11/app-changelog.md rename to stable/libremdb/7.10.13/app-changelog.md index 21de8528525..7c5684ebc8b 100644 --- a/stable/libremdb/7.10.11/app-changelog.md +++ b/stable/libremdb/7.10.13/app-changelog.md @@ -1,11 +1,15 @@ -## [libremdb-7.10.11](https://github.com/truecharts/charts/compare/libremdb-7.6.0...libremdb-7.10.11) (2024-04-11) +## [libremdb-7.10.13](https://github.com/truecharts/charts/compare/libremdb-7.6.0...libremdb-7.10.13) (2024-04-11) ### Chore +- update container image quay.io/pussthecatorg/libremdb to latest[@99c4290](https://github.com/99c4290) by renovate ([#20616](https://github.com/truecharts/charts/issues/20616)) + +- update container image redis to v13.3.7[@8c9b71c](https://github.com/8c9b71c) by renovate ([#20566](https://github.com/truecharts/charts/issues/20566)) + - update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) - update container image quay.io/pussthecatorg/libremdb to latest[@5743d13](https://github.com/5743d13) by renovate ([#20598](https://github.com/truecharts/charts/issues/20598)) diff --git a/stable/libremdb/7.10.11/app-readme.md b/stable/libremdb/7.10.13/app-readme.md similarity index 100% rename from stable/libremdb/7.10.11/app-readme.md rename to stable/libremdb/7.10.13/app-readme.md diff --git a/stable/monica/12.15.7/charts/common-20.3.6.tgz b/stable/libremdb/7.10.13/charts/common-20.3.6.tgz similarity index 100% rename from stable/monica/12.15.7/charts/common-20.3.6.tgz rename to stable/libremdb/7.10.13/charts/common-20.3.6.tgz diff --git a/stable/libremdb/7.10.13/charts/redis-13.3.7.tgz b/stable/libremdb/7.10.13/charts/redis-13.3.7.tgz new file mode 100644 index 00000000000..302b6a96979 Binary files /dev/null and b/stable/libremdb/7.10.13/charts/redis-13.3.7.tgz differ diff --git a/stable/libremdb/7.10.11/ix_values.yaml b/stable/libremdb/7.10.13/ix_values.yaml similarity index 92% rename from stable/libremdb/7.10.11/ix_values.yaml rename to stable/libremdb/7.10.13/ix_values.yaml index c146f0429f6..ab026587428 100644 --- a/stable/libremdb/7.10.11/ix_values.yaml +++ b/stable/libremdb/7.10.13/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: quay.io/pussthecatorg/libremdb pullPolicy: IfNotPresent - tag: latest@sha256:5743d13ad1f888f775d3fa7f2ec782d7f866e309c4db2808b33840344d9b7167 + tag: latest@sha256:99c4290ff2eadc91dcadb40a9615d860d1b72f78f9df20f40506be432c7a8a74 service: main: ports: diff --git a/stable/libremdb/7.10.11/questions.yaml b/stable/libremdb/7.10.13/questions.yaml similarity index 100% rename from stable/libremdb/7.10.11/questions.yaml rename to stable/libremdb/7.10.13/questions.yaml diff --git a/stable/libremdb/7.10.11/templates/NOTES.txt b/stable/libremdb/7.10.13/templates/NOTES.txt similarity index 100% rename from stable/libremdb/7.10.11/templates/NOTES.txt rename to stable/libremdb/7.10.13/templates/NOTES.txt diff --git a/stable/libremdb/7.10.11/templates/common.yaml b/stable/libremdb/7.10.13/templates/common.yaml similarity index 100% rename from stable/libremdb/7.10.11/templates/common.yaml rename to stable/libremdb/7.10.13/templates/common.yaml diff --git a/stable/libremdb/7.10.11/values.yaml b/stable/libremdb/7.10.13/values.yaml similarity index 100% rename from stable/libremdb/7.10.11/values.yaml rename to stable/libremdb/7.10.13/values.yaml diff --git a/stable/local-ai/9.32.11/.helmignore b/stable/local-ai/9.32.17/.helmignore similarity index 100% rename from stable/local-ai/9.32.11/.helmignore rename to stable/local-ai/9.32.17/.helmignore diff --git a/stable/local-ai/9.32.11/CHANGELOG.md b/stable/local-ai/9.32.17/CHANGELOG.md similarity index 86% rename from stable/local-ai/9.32.11/CHANGELOG.md rename to stable/local-ai/9.32.17/CHANGELOG.md index 03dbabff0d9..dcd1d31d7f9 100644 --- a/stable/local-ai/9.32.11/CHANGELOG.md +++ b/stable/local-ai/9.32.17/CHANGELOG.md @@ -8,12 +8,16 @@ title: Changelog **Important:** -## [local-ai-9.32.11](https://github.com/truecharts/charts/compare/local-ai-9.12.0...local-ai-9.32.11) (2024-04-11) +## [local-ai-9.32.17](https://github.com/truecharts/charts/compare/local-ai-9.12.0...local-ai-9.32.17) (2024-04-11) ### Chore +- update container image docker.io/localai/localai to v2.12.4[@861cffd](https://github.com/861cffd) by renovate ([#20619](https://github.com/truecharts/charts/issues/20619)) + +- update container image docker.io/localai/localai to v2.12.4 by renovate ([#20607](https://github.com/truecharts/charts/issues/20607)) + - update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) - update container image docker.io/localai/localai to v2.12.3[@4fd29a0](https://github.com/4fd29a0) by renovate ([#20540](https://github.com/truecharts/charts/issues/20540)) @@ -61,12 +65,16 @@ title: Changelog - update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) -## [local-ai-9.32.10](https://github.com/truecharts/charts/compare/local-ai-9.12.0...local-ai-9.32.10) (2024-04-11) +## [local-ai-9.32.16](https://github.com/truecharts/charts/compare/local-ai-9.12.0...local-ai-9.32.16) (2024-04-11) ### Chore +- update container image docker.io/localai/localai to v2.12.4 by renovate ([#20607](https://github.com/truecharts/charts/issues/20607)) + +- update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) + - update container image docker.io/localai/localai to v2.12.3[@4fd29a0](https://github.com/4fd29a0) by renovate ([#20540](https://github.com/truecharts/charts/issues/20540)) - update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535)) @@ -89,12 +97,4 @@ title: Changelog - update container image docker.io/localai/localai to v2.11.0[@30e7580](https://github.com/30e7580) by renovate ([#19857](https://github.com/truecharts/charts/issues/19857)) -- update container image docker.io/localai/localai to v2.11.0[@8f708d1](https://github.com/8f708d1) by renovate ([#19852](https://github.com/truecharts/charts/issues/19852)) - -- update container image docker.io/localai/localai to v2.11.0 by renovate ([#19840](https://github.com/truecharts/charts/issues/19840)) - -- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - -- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image docker.io/localai/localai to v2.10.1[@6c7eabe](https://github.com/6c7eabe) by renovate ([#19529](https://github.com/truecharts/charts/issues/19529)) \ No newline at end of file +- update container image docker.io/localai/localai to v2.11.0[@8f708d1](https://github.com/8f708d1) by renovate ([#19852](https://github.com/truecharts/charts/issues/19852)) \ No newline at end of file diff --git a/stable/local-ai/9.32.11/Chart.yaml b/stable/local-ai/9.32.17/Chart.yaml similarity index 94% rename from stable/local-ai/9.32.11/Chart.yaml rename to stable/local-ai/9.32.17/Chart.yaml index 35ec940c8fb..2ef587f6136 100644 --- a/stable/local-ai/9.32.11/Chart.yaml +++ b/stable/local-ai/9.32.17/Chart.yaml @@ -7,7 +7,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 2.12.3 +appVersion: 2.12.4 dependencies: - name: common version: 20.3.6 @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/local-ai.png keywords: - local-ai - ai -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/local-ai - https://hub.docker.com/r/localai/localai type: application -version: 9.32.11 +version: 9.32.17 diff --git a/stable/local-ai/9.32.11/README.md b/stable/local-ai/9.32.17/README.md similarity index 100% rename from stable/local-ai/9.32.11/README.md rename to stable/local-ai/9.32.17/README.md diff --git a/stable/local-ai/9.32.11/app-changelog.md b/stable/local-ai/9.32.17/app-changelog.md similarity index 89% rename from stable/local-ai/9.32.11/app-changelog.md rename to stable/local-ai/9.32.17/app-changelog.md index 37f1a9d5e29..a7d0b92d259 100644 --- a/stable/local-ai/9.32.11/app-changelog.md +++ b/stable/local-ai/9.32.17/app-changelog.md @@ -1,11 +1,15 @@ -## [local-ai-9.32.11](https://github.com/truecharts/charts/compare/local-ai-9.12.0...local-ai-9.32.11) (2024-04-11) +## [local-ai-9.32.17](https://github.com/truecharts/charts/compare/local-ai-9.12.0...local-ai-9.32.17) (2024-04-11) ### Chore +- update container image docker.io/localai/localai to v2.12.4[@861cffd](https://github.com/861cffd) by renovate ([#20619](https://github.com/truecharts/charts/issues/20619)) + +- update container image docker.io/localai/localai to v2.12.4 by renovate ([#20607](https://github.com/truecharts/charts/issues/20607)) + - update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) - update container image docker.io/localai/localai to v2.12.3[@4fd29a0](https://github.com/4fd29a0) by renovate ([#20540](https://github.com/truecharts/charts/issues/20540)) diff --git a/stable/local-ai/9.32.11/app-readme.md b/stable/local-ai/9.32.17/app-readme.md similarity index 100% rename from stable/local-ai/9.32.11/app-readme.md rename to stable/local-ai/9.32.17/app-readme.md diff --git a/stable/n8n/13.17.1/charts/common-20.3.6.tgz b/stable/local-ai/9.32.17/charts/common-20.3.6.tgz similarity index 100% rename from stable/n8n/13.17.1/charts/common-20.3.6.tgz rename to stable/local-ai/9.32.17/charts/common-20.3.6.tgz diff --git a/stable/local-ai/9.32.11/ix_values.yaml b/stable/local-ai/9.32.17/ix_values.yaml similarity index 78% rename from stable/local-ai/9.32.11/ix_values.yaml rename to stable/local-ai/9.32.17/ix_values.yaml index b4a74dcc7b1..7f9275d83cc 100644 --- a/stable/local-ai/9.32.11/ix_values.yaml +++ b/stable/local-ai/9.32.17/ix_values.yaml @@ -1,27 +1,27 @@ image: repository: docker.io/localai/localai pullPolicy: IfNotPresent - tag: v2.12.3@sha256:4fd29a0f995c75c7fe60b2151950c07f20c0144d825473ed5c871d921bf78d6c + tag: v2.12.4@sha256:861cffde46abbbf681b9b4f1c170259732d24b6a90d12e709013fb2d2d5b3b4d ffmpegImage: repository: docker.io/localai/localai pullPolicy: IfNotPresent - tag: v2.12.3-ffmpeg-core@sha256:e8443b179dbe89fc3d942efdc36761884076017f389cd3b7ff999ce6c3aa006d + tag: v2.12.4-ffmpeg-core@sha256:a87d399961b213bffe550dce16e87b3305320b13609e73359b8be7ce44f03a73 cublasCuda12Image: repository: docker.io/localai/localai pullPolicy: IfNotPresent - tag: v2.12.3-cublas-cuda12-core@sha256:80cfca4fd99651a8442bdddca479b20287573c97aeaf803158934b537907ee71 + tag: v2.12.4-cublas-cuda12-core@sha256:58b394bc8cb30bc8131b27f37c145466d867a4bbb6170f928b0c184f880ed38f cublasCuda12FfmpegImage: repository: docker.io/localai/localai pullPolicy: IfNotPresent - tag: v2.12.3-cublas-cuda12-ffmpeg-core@sha256:8fbbbd11d788a18991546fa99007663ccd7dbf19ab9d5784981485af2652df9c + tag: v2.12.4-cublas-cuda12-ffmpeg-core@sha256:03903f874c405d097d6c474a92f79c1a2b91177785d210d21beea97920bd9626 cublasCuda11Image: repository: docker.io/localai/localai pullPolicy: IfNotPresent - tag: v2.12.3-cublas-cuda11-core@sha256:845bf97e7990646991fcfb4d2a4e2941c6f024c78647039e22322bde86a1916a + tag: v2.12.4-cublas-cuda11-core@sha256:afc2d9dba03b16205db3ef1b2a2e21abe9de14db3013f3614e2dd3cd103cfc05 cublasCuda11FfmpegImage: repository: docker.io/localai/localai pullPolicy: IfNotPresent - tag: v2.12.3-cublas-cuda11-ffmpeg-core@sha256:5e1899f5d644242d488dc8dd5b6063b672e903759b1592c268b3d641a83d26db + tag: v2.12.4-cublas-cuda11-ffmpeg-core@sha256:452d8e38bcd40cc379536fa7d3c14a4ef0ec02609384f33b9ea179164f0be828 securityContext: container: runAsNonRoot: false diff --git a/stable/local-ai/9.32.11/questions.yaml b/stable/local-ai/9.32.17/questions.yaml similarity index 100% rename from stable/local-ai/9.32.11/questions.yaml rename to stable/local-ai/9.32.17/questions.yaml diff --git a/stable/local-ai/9.32.11/templates/NOTES.txt b/stable/local-ai/9.32.17/templates/NOTES.txt similarity index 100% rename from stable/local-ai/9.32.11/templates/NOTES.txt rename to stable/local-ai/9.32.17/templates/NOTES.txt diff --git a/stable/local-ai/9.32.11/templates/common.yaml b/stable/local-ai/9.32.17/templates/common.yaml similarity index 100% rename from stable/local-ai/9.32.11/templates/common.yaml rename to stable/local-ai/9.32.17/templates/common.yaml diff --git a/stable/local-ai/9.32.11/values.yaml b/stable/local-ai/9.32.17/values.yaml similarity index 100% rename from stable/local-ai/9.32.11/values.yaml rename to stable/local-ai/9.32.17/values.yaml diff --git a/stable/medusa/10.8.3/charts/common-20.3.5.tgz b/stable/medusa/10.8.3/charts/common-20.3.5.tgz deleted file mode 100644 index beb61ad2e16..00000000000 Binary files a/stable/medusa/10.8.3/charts/common-20.3.5.tgz and /dev/null differ diff --git a/stable/medusa/10.8.3/.helmignore b/stable/medusa/10.8.5/.helmignore similarity index 100% rename from stable/medusa/10.8.3/.helmignore rename to stable/medusa/10.8.5/.helmignore diff --git a/stable/medusa/10.8.3/CHANGELOG.md b/stable/medusa/10.8.5/CHANGELOG.md similarity index 83% rename from stable/medusa/10.8.3/CHANGELOG.md rename to stable/medusa/10.8.5/CHANGELOG.md index 327677627ec..09e6e3014b9 100644 --- a/stable/medusa/10.8.3/CHANGELOG.md +++ b/stable/medusa/10.8.5/CHANGELOG.md @@ -8,12 +8,16 @@ title: Changelog **Important:** -## [medusa-10.8.3](https://github.com/truecharts/charts/compare/medusa-10.6.0...medusa-10.8.3) (2024-04-10) +## [medusa-10.8.5](https://github.com/truecharts/charts/compare/medusa-10.6.0...medusa-10.8.5) (2024-04-11) ### Chore +- update container image ghcr.io/linuxserver/medusa to 1.0.21[@130e102](https://github.com/130e102) by renovate ([#20614](https://github.com/truecharts/charts/issues/20614)) + +- update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) + - update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535)) - update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527)) @@ -43,12 +47,14 @@ title: Changelog - update container image ghcr.io/linuxserver/medusa to 1.0.19[@dbaa681](https://github.com/dbaa681) by renovate ([#19238](https://github.com/truecharts/charts/issues/19238)) -## [medusa-10.8.3](https://github.com/truecharts/charts/compare/medusa-10.6.0...medusa-10.8.3) (2024-04-10) +## [medusa-10.8.4](https://github.com/truecharts/charts/compare/medusa-10.6.0...medusa-10.8.4) (2024-04-11) ### Chore +- update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) + - update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535)) - update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527)) @@ -78,22 +84,16 @@ title: Changelog - update container image ghcr.io/linuxserver/medusa to 1.0.19[@dbaa681](https://github.com/dbaa681) by renovate ([#19238](https://github.com/truecharts/charts/issues/19238)) -## [medusa-10.8.3](https://github.com/truecharts/charts/compare/medusa-10.6.0...medusa-10.8.3) (2024-04-10) +## [medusa-10.8.4](https://github.com/truecharts/charts/compare/medusa-10.6.0...medusa-10.8.4) (2024-04-11) ### Chore +- update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) + - update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535)) - update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527)) - update container image common to v20.3.3[@3876ba5](https://github.com/3876ba5) by renovate ([#20478](https://github.com/truecharts/charts/issues/20478)) - -- update container image common to v20.3.2[@0722ebb](https://github.com/0722ebb) by renovate ([#20334](https://github.com/truecharts/charts/issues/20334)) - -- update container image ghcr.io/linuxserver/medusa to v1.0.21[@73252eb](https://github.com/73252eb) by renovate ([#20196](https://github.com/truecharts/charts/issues/20196)) - -- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) - -- update container image ghcr.io/linuxserver/medusa to v1.0.20[@649c2f1](https://github.com/649c2f1) by renovate ([#19889](https://github.com/truecharts/charts/issues/19889)) diff --git a/stable/medusa/10.8.3/Chart.yaml b/stable/medusa/10.8.5/Chart.yaml similarity index 94% rename from stable/medusa/10.8.3/Chart.yaml rename to stable/medusa/10.8.5/Chart.yaml index 25cd600de0a..63c5ee52510 100644 --- a/stable/medusa/10.8.3/Chart.yaml +++ b/stable/medusa/10.8.5/Chart.yaml @@ -10,7 +10,7 @@ apiVersion: v2 appVersion: 1.0.21 dependencies: - name: common - version: 20.3.5 + version: 20.3.6 repository: oci://tccr.io/truecharts condition: "" alias: "" @@ -27,7 +27,7 @@ keywords: - manager - tv - shows -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -39,4 +39,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/medusa - https://ghcr.io/linuxserver/medusa type: application -version: 10.8.3 +version: 10.8.5 diff --git a/stable/medusa/10.8.3/README.md b/stable/medusa/10.8.5/README.md similarity index 100% rename from stable/medusa/10.8.3/README.md rename to stable/medusa/10.8.5/README.md diff --git a/stable/medusa/10.8.3/app-changelog.md b/stable/medusa/10.8.5/app-changelog.md similarity index 83% rename from stable/medusa/10.8.3/app-changelog.md rename to stable/medusa/10.8.5/app-changelog.md index 93905416a61..d6d09bd8c07 100644 --- a/stable/medusa/10.8.3/app-changelog.md +++ b/stable/medusa/10.8.5/app-changelog.md @@ -1,11 +1,15 @@ -## [medusa-10.8.3](https://github.com/truecharts/charts/compare/medusa-10.6.0...medusa-10.8.3) (2024-04-10) +## [medusa-10.8.5](https://github.com/truecharts/charts/compare/medusa-10.6.0...medusa-10.8.5) (2024-04-11) ### Chore +- update container image ghcr.io/linuxserver/medusa to 1.0.21[@130e102](https://github.com/130e102) by renovate ([#20614](https://github.com/truecharts/charts/issues/20614)) + +- update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) + - update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535)) - update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527)) diff --git a/stable/medusa/10.8.3/app-readme.md b/stable/medusa/10.8.5/app-readme.md similarity index 100% rename from stable/medusa/10.8.3/app-readme.md rename to stable/medusa/10.8.5/app-readme.md diff --git a/stable/rsshub/12.10.10/charts/common-20.3.6.tgz b/stable/medusa/10.8.5/charts/common-20.3.6.tgz similarity index 100% rename from stable/rsshub/12.10.10/charts/common-20.3.6.tgz rename to stable/medusa/10.8.5/charts/common-20.3.6.tgz diff --git a/stable/medusa/10.8.3/ix_values.yaml b/stable/medusa/10.8.5/ix_values.yaml similarity index 82% rename from stable/medusa/10.8.3/ix_values.yaml rename to stable/medusa/10.8.5/ix_values.yaml index f9c3ad5104f..03481cbd2e7 100644 --- a/stable/medusa/10.8.3/ix_values.yaml +++ b/stable/medusa/10.8.5/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/linuxserver/medusa pullPolicy: IfNotPresent - tag: 1.0.21@sha256:73252eb3fc9c1deb18a89833a14cc31003407b5df8405f6821741cf6c6e40666 + tag: 1.0.21@sha256:130e102a07e27188dbb15e91eca7ea88a289750d005bb0aec31505e6467c3845 service: main: ports: diff --git a/stable/medusa/10.8.3/questions.yaml b/stable/medusa/10.8.5/questions.yaml similarity index 100% rename from stable/medusa/10.8.3/questions.yaml rename to stable/medusa/10.8.5/questions.yaml diff --git a/stable/medusa/10.8.3/templates/NOTES.txt b/stable/medusa/10.8.5/templates/NOTES.txt similarity index 100% rename from stable/medusa/10.8.3/templates/NOTES.txt rename to stable/medusa/10.8.5/templates/NOTES.txt diff --git a/stable/medusa/10.8.3/templates/common.yaml b/stable/medusa/10.8.5/templates/common.yaml similarity index 100% rename from stable/medusa/10.8.3/templates/common.yaml rename to stable/medusa/10.8.5/templates/common.yaml diff --git a/stable/medusa/10.8.3/values.yaml b/stable/medusa/10.8.5/values.yaml similarity index 100% rename from stable/medusa/10.8.3/values.yaml rename to stable/medusa/10.8.5/values.yaml diff --git a/stable/metabase/3.9.4/charts/common-20.3.5.tgz b/stable/metabase/3.9.4/charts/common-20.3.5.tgz deleted file mode 100644 index beb61ad2e16..00000000000 Binary files a/stable/metabase/3.9.4/charts/common-20.3.5.tgz and /dev/null differ diff --git a/stable/metabase/3.9.4/.helmignore b/stable/metabase/3.9.6/.helmignore similarity index 100% rename from stable/metabase/3.9.4/.helmignore rename to stable/metabase/3.9.6/.helmignore diff --git a/stable/metabase/3.9.4/CHANGELOG.md b/stable/metabase/3.9.6/CHANGELOG.md similarity index 84% rename from stable/metabase/3.9.4/CHANGELOG.md rename to stable/metabase/3.9.6/CHANGELOG.md index 29c6e129773..41808329ca7 100644 --- a/stable/metabase/3.9.4/CHANGELOG.md +++ b/stable/metabase/3.9.6/CHANGELOG.md @@ -8,12 +8,16 @@ title: Changelog **Important:** -## [metabase-3.9.4](https://github.com/truecharts/charts/compare/metabase-3.6.0...metabase-3.9.4) (2024-04-11) +## [metabase-3.9.6](https://github.com/truecharts/charts/compare/metabase-3.6.0...metabase-3.9.6) (2024-04-11) ### Chore +- update container image metabase/metabase to v0.49.5[@120f65c](https://github.com/120f65c) by renovate ([#20621](https://github.com/truecharts/charts/issues/20621)) + +- update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) + - update container image metabase/metabase to v0.49.4[@95aff9c](https://github.com/95aff9c) by renovate ([#20553](https://github.com/truecharts/charts/issues/20553)) - update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535)) @@ -45,12 +49,14 @@ title: Changelog - update container image metabase/metabase to v0.49.0[@102b6a4](https://github.com/102b6a4) by renovate ([#19346](https://github.com/truecharts/charts/issues/19346)) -## [metabase-3.9.4](https://github.com/truecharts/charts/compare/metabase-3.6.0...metabase-3.9.4) (2024-04-11) +## [metabase-3.9.5](https://github.com/truecharts/charts/compare/metabase-3.6.0...metabase-3.9.5) (2024-04-11) ### Chore +- update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) + - update container image metabase/metabase to v0.49.4[@95aff9c](https://github.com/95aff9c) by renovate ([#20553](https://github.com/truecharts/charts/issues/20553)) - update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535)) @@ -82,18 +88,12 @@ title: Changelog - update container image metabase/metabase to v0.49.0[@102b6a4](https://github.com/102b6a4) by renovate ([#19346](https://github.com/truecharts/charts/issues/19346)) -## [metabase-3.9.4](https://github.com/truecharts/charts/compare/metabase-3.6.0...metabase-3.9.4) (2024-04-11) +## [metabase-3.9.5](https://github.com/truecharts/charts/compare/metabase-3.6.0...metabase-3.9.5) (2024-04-11) ### Chore +- update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) + - update container image metabase/metabase to v0.49.4[@95aff9c](https://github.com/95aff9c) by renovate ([#20553](https://github.com/truecharts/charts/issues/20553)) - -- update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535)) - -- update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527)) - -- update container image common to v20.3.3[@3876ba5](https://github.com/3876ba5) by renovate ([#20478](https://github.com/truecharts/charts/issues/20478)) - -- update container image common to v20.3.2[@0722ebb](https://github.com/0722ebb) by renovate ([#20334](https://github.com/truecharts/charts/issues/20334)) diff --git a/stable/metabase/3.9.4/Chart.yaml b/stable/metabase/3.9.6/Chart.yaml similarity index 92% rename from stable/metabase/3.9.4/Chart.yaml rename to stable/metabase/3.9.6/Chart.yaml index b95bfe08922..b987829c15b 100644 --- a/stable/metabase/3.9.4/Chart.yaml +++ b/stable/metabase/3.9.6/Chart.yaml @@ -7,10 +7,10 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 0.49.4 +appVersion: 0.49.5 dependencies: - name: common - version: 20.3.5 + version: 20.3.6 repository: oci://tccr.io/truecharts condition: "" alias: "" @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/metabase icon: https://truecharts.org/img/hotlink-ok/chart-icons/metabase.png keywords: - metabase -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/metabase - https://hub.docker.com/r/metabase/metabase type: application -version: 3.9.4 +version: 3.9.6 diff --git a/stable/metabase/3.9.4/README.md b/stable/metabase/3.9.6/README.md similarity index 100% rename from stable/metabase/3.9.4/README.md rename to stable/metabase/3.9.6/README.md diff --git a/stable/metabase/3.9.4/app-changelog.md b/stable/metabase/3.9.6/app-changelog.md similarity index 84% rename from stable/metabase/3.9.4/app-changelog.md rename to stable/metabase/3.9.6/app-changelog.md index a6e9922c67b..4fe380efb49 100644 --- a/stable/metabase/3.9.4/app-changelog.md +++ b/stable/metabase/3.9.6/app-changelog.md @@ -1,11 +1,15 @@ -## [metabase-3.9.4](https://github.com/truecharts/charts/compare/metabase-3.6.0...metabase-3.9.4) (2024-04-11) +## [metabase-3.9.6](https://github.com/truecharts/charts/compare/metabase-3.6.0...metabase-3.9.6) (2024-04-11) ### Chore +- update container image metabase/metabase to v0.49.5[@120f65c](https://github.com/120f65c) by renovate ([#20621](https://github.com/truecharts/charts/issues/20621)) + +- update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) + - update container image metabase/metabase to v0.49.4[@95aff9c](https://github.com/95aff9c) by renovate ([#20553](https://github.com/truecharts/charts/issues/20553)) - update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535)) diff --git a/stable/metabase/3.9.4/app-readme.md b/stable/metabase/3.9.6/app-readme.md similarity index 100% rename from stable/metabase/3.9.4/app-readme.md rename to stable/metabase/3.9.6/app-readme.md diff --git a/stable/wordpress/7.15.8/charts/common-20.3.6.tgz b/stable/metabase/3.9.6/charts/common-20.3.6.tgz similarity index 100% rename from stable/wordpress/7.15.8/charts/common-20.3.6.tgz rename to stable/metabase/3.9.6/charts/common-20.3.6.tgz diff --git a/stable/metabase/3.9.4/ix_values.yaml b/stable/metabase/3.9.6/ix_values.yaml similarity index 91% rename from stable/metabase/3.9.4/ix_values.yaml rename to stable/metabase/3.9.6/ix_values.yaml index 84d8d85fc80..c5e3b876a2b 100644 --- a/stable/metabase/3.9.4/ix_values.yaml +++ b/stable/metabase/3.9.6/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: metabase/metabase pullPolicy: IfNotPresent - tag: v0.49.4@sha256:95aff9c15de323f2ac88ec7f503dcf8dad18662fe7939017390f3214bac9be23 + tag: v0.49.5@sha256:120f65cbc5a86537b66ae9a4ea1c26d5ef3e95a10175b0ceed4757f96e6b05e8 service: main: ports: diff --git a/stable/metabase/3.9.4/questions.yaml b/stable/metabase/3.9.6/questions.yaml similarity index 100% rename from stable/metabase/3.9.4/questions.yaml rename to stable/metabase/3.9.6/questions.yaml diff --git a/stable/metabase/3.9.4/templates/NOTES.txt b/stable/metabase/3.9.6/templates/NOTES.txt similarity index 100% rename from stable/metabase/3.9.4/templates/NOTES.txt rename to stable/metabase/3.9.6/templates/NOTES.txt diff --git a/stable/metabase/3.9.4/templates/common.yaml b/stable/metabase/3.9.6/templates/common.yaml similarity index 100% rename from stable/metabase/3.9.4/templates/common.yaml rename to stable/metabase/3.9.6/templates/common.yaml diff --git a/stable/metabase/3.9.4/values.yaml b/stable/metabase/3.9.6/values.yaml similarity index 100% rename from stable/metabase/3.9.4/values.yaml rename to stable/metabase/3.9.6/values.yaml diff --git a/stable/mongo-express/6.10.8/CHANGELOG.md b/stable/mongo-express/6.10.8/CHANGELOG.md index 08ac2b6c5fc..9d571cdeab0 100644 --- a/stable/mongo-express/6.10.8/CHANGELOG.md +++ b/stable/mongo-express/6.10.8/CHANGELOG.md @@ -94,6 +94,6 @@ title: Changelog - update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321)) -## [mongo-express-6.10.7](https://github.com/truecharts/charts/compare/mongo-express-6.7.0...mongo-express-6.10.7) (2024-04-11) +## [mongo-express-6.10.8](https://github.com/truecharts/charts/compare/mongo-express-6.7.0...mongo-express-6.10.8) (2024-04-11) ### Chore diff --git a/stable/monica/12.15.7/charts/mariadb-13.9.6.tgz b/stable/monica/12.15.7/charts/mariadb-13.9.6.tgz deleted file mode 100644 index 5979db0312b..00000000000 Binary files a/stable/monica/12.15.7/charts/mariadb-13.9.6.tgz and /dev/null differ diff --git a/stable/monica/12.15.7/.helmignore b/stable/monica/12.15.9/.helmignore similarity index 100% rename from stable/monica/12.15.7/.helmignore rename to stable/monica/12.15.9/.helmignore diff --git a/stable/monica/12.15.7/CHANGELOG.md b/stable/monica/12.15.9/CHANGELOG.md similarity index 88% rename from stable/monica/12.15.7/CHANGELOG.md rename to stable/monica/12.15.9/CHANGELOG.md index 7e9c9a47a56..89fe2764e03 100644 --- a/stable/monica/12.15.7/CHANGELOG.md +++ b/stable/monica/12.15.9/CHANGELOG.md @@ -8,12 +8,16 @@ title: Changelog **Important:** -## [monica-12.15.7](https://github.com/truecharts/charts/compare/monica-12.9.0...monica-12.15.7) (2024-04-11) +## [monica-12.15.9](https://github.com/truecharts/charts/compare/monica-12.9.0...monica-12.15.9) (2024-04-11) ### Chore +- update container image monica to 4.0.0[@8259aa2](https://github.com/8259aa2) by renovate ([#20471](https://github.com/truecharts/charts/issues/20471)) + +- update container image mariadb to v13.9.8[@ab62124](https://github.com/ab62124) by renovate ([#20563](https://github.com/truecharts/charts/issues/20563)) + - update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) - update container image mariadb to v13.9.6[@04feaf4](https://github.com/04feaf4) by renovate ([#20551](https://github.com/truecharts/charts/issues/20551)) @@ -77,12 +81,14 @@ title: Changelog - update container image monica to 4.0.0[@807b737](https://github.com/807b737) by renovate ([#19276](https://github.com/truecharts/charts/issues/19276)) -## [monica-12.15.7](https://github.com/truecharts/charts/compare/monica-12.9.0...monica-12.15.7) (2024-04-11) +## [monica-12.15.8](https://github.com/truecharts/charts/compare/monica-12.9.0...monica-12.15.8) (2024-04-11) ### Chore +- update container image mariadb to v13.9.8[@ab62124](https://github.com/ab62124) by renovate ([#20563](https://github.com/truecharts/charts/issues/20563)) + - update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) - update container image mariadb to v13.9.6[@04feaf4](https://github.com/04feaf4) by renovate ([#20551](https://github.com/truecharts/charts/issues/20551)) @@ -91,10 +97,4 @@ title: Changelog - update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527)) -- update container image mariadb to v13.9.5[@8b3f2b4](https://github.com/8b3f2b4) by renovate ([#20530](https://github.com/truecharts/charts/issues/20530)) - -- update container image mariadb to v13.9.3[@e022205](https://github.com/e022205) by renovate ([#20494](https://github.com/truecharts/charts/issues/20494)) - -- update container image common to v20.3.3[@3876ba5](https://github.com/3876ba5) by renovate ([#20478](https://github.com/truecharts/charts/issues/20478)) - -- update container image mariadb to v13.9.1[@ff7f195](https://github.com/ff7f195) by renovate ([#20454](https://github.com/truecharts/charts/issues/20454)) \ No newline at end of file +- update container image mariadb to v13.9.5[@8b3f2b4](https://github.com/8b3f2b4) by renovate ([#20530](https://github.com/truecharts/charts/issues/20530)) \ No newline at end of file diff --git a/stable/monica/12.15.7/Chart.yaml b/stable/monica/12.15.9/Chart.yaml similarity index 94% rename from stable/monica/12.15.7/Chart.yaml rename to stable/monica/12.15.9/Chart.yaml index 7392c5f0138..1bd97ae822d 100644 --- a/stable/monica/12.15.7/Chart.yaml +++ b/stable/monica/12.15.9/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: mariadb - version: 13.9.6 + version: 13.9.8 repository: oci://tccr.io/truecharts condition: mariadb.enabled alias: "" @@ -29,7 +29,7 @@ home: https://truecharts.org/charts/stable/monica icon: https://truecharts.org/img/hotlink-ok/chart-icons/monica.png keywords: - crm -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -40,4 +40,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/monica - https://hub.docker.com/_/monica type: application -version: 12.15.7 +version: 12.15.9 diff --git a/stable/monica/12.15.7/README.md b/stable/monica/12.15.9/README.md similarity index 100% rename from stable/monica/12.15.7/README.md rename to stable/monica/12.15.9/README.md diff --git a/stable/monica/12.15.7/app-changelog.md b/stable/monica/12.15.9/app-changelog.md similarity index 92% rename from stable/monica/12.15.7/app-changelog.md rename to stable/monica/12.15.9/app-changelog.md index cc1c699b8ea..44f7053e17c 100644 --- a/stable/monica/12.15.7/app-changelog.md +++ b/stable/monica/12.15.9/app-changelog.md @@ -1,11 +1,15 @@ -## [monica-12.15.7](https://github.com/truecharts/charts/compare/monica-12.9.0...monica-12.15.7) (2024-04-11) +## [monica-12.15.9](https://github.com/truecharts/charts/compare/monica-12.9.0...monica-12.15.9) (2024-04-11) ### Chore +- update container image monica to 4.0.0[@8259aa2](https://github.com/8259aa2) by renovate ([#20471](https://github.com/truecharts/charts/issues/20471)) + +- update container image mariadb to v13.9.8[@ab62124](https://github.com/ab62124) by renovate ([#20563](https://github.com/truecharts/charts/issues/20563)) + - update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) - update container image mariadb to v13.9.6[@04feaf4](https://github.com/04feaf4) by renovate ([#20551](https://github.com/truecharts/charts/issues/20551)) diff --git a/stable/monica/12.15.7/app-readme.md b/stable/monica/12.15.9/app-readme.md similarity index 100% rename from stable/monica/12.15.7/app-readme.md rename to stable/monica/12.15.9/app-readme.md diff --git a/stable/monica/12.15.9/charts/common-20.3.6.tgz b/stable/monica/12.15.9/charts/common-20.3.6.tgz new file mode 100644 index 00000000000..bc6a9c951d6 Binary files /dev/null and b/stable/monica/12.15.9/charts/common-20.3.6.tgz differ diff --git a/stable/monica/12.15.9/charts/mariadb-13.9.8.tgz b/stable/monica/12.15.9/charts/mariadb-13.9.8.tgz new file mode 100644 index 00000000000..603d73ab549 Binary files /dev/null and b/stable/monica/12.15.9/charts/mariadb-13.9.8.tgz differ diff --git a/stable/monica/12.15.7/ix_values.yaml b/stable/monica/12.15.9/ix_values.yaml similarity index 93% rename from stable/monica/12.15.7/ix_values.yaml rename to stable/monica/12.15.9/ix_values.yaml index edca5826082..fa557c52182 100644 --- a/stable/monica/12.15.7/ix_values.yaml +++ b/stable/monica/12.15.9/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: monica - tag: 4.0.0@sha256:807b73771016159e089700ee64c6db53a38fe2b3c0e0ceaa235ba724919d59ee + tag: 4.0.0@sha256:8259aa25b06bdec44215511c6f25fc4d8588e04bd2405e447e94a327b628eb7c pullPolicy: IfNotPresent service: main: diff --git a/stable/monica/12.15.7/questions.yaml b/stable/monica/12.15.9/questions.yaml similarity index 100% rename from stable/monica/12.15.7/questions.yaml rename to stable/monica/12.15.9/questions.yaml diff --git a/stable/monica/12.15.7/templates/NOTES.txt b/stable/monica/12.15.9/templates/NOTES.txt similarity index 100% rename from stable/monica/12.15.7/templates/NOTES.txt rename to stable/monica/12.15.9/templates/NOTES.txt diff --git a/stable/monica/12.15.7/templates/_appkey.tpl b/stable/monica/12.15.9/templates/_appkey.tpl similarity index 100% rename from stable/monica/12.15.7/templates/_appkey.tpl rename to stable/monica/12.15.9/templates/_appkey.tpl diff --git a/stable/monica/12.15.7/templates/common.yaml b/stable/monica/12.15.9/templates/common.yaml similarity index 100% rename from stable/monica/12.15.7/templates/common.yaml rename to stable/monica/12.15.9/templates/common.yaml diff --git a/stable/monica/12.15.7/values.yaml b/stable/monica/12.15.9/values.yaml similarity index 100% rename from stable/monica/12.15.7/values.yaml rename to stable/monica/12.15.9/values.yaml diff --git a/stable/multi-scrobbler/6.8.3/charts/common-20.3.5.tgz b/stable/multi-scrobbler/6.8.3/charts/common-20.3.5.tgz deleted file mode 100644 index beb61ad2e16..00000000000 Binary files a/stable/multi-scrobbler/6.8.3/charts/common-20.3.5.tgz and /dev/null differ diff --git a/stable/multi-scrobbler/6.8.3/.helmignore b/stable/multi-scrobbler/6.8.5/.helmignore similarity index 100% rename from stable/multi-scrobbler/6.8.3/.helmignore rename to stable/multi-scrobbler/6.8.5/.helmignore diff --git a/stable/multi-scrobbler/6.8.3/CHANGELOG.md b/stable/multi-scrobbler/6.8.5/CHANGELOG.md similarity index 83% rename from stable/multi-scrobbler/6.8.3/CHANGELOG.md rename to stable/multi-scrobbler/6.8.5/CHANGELOG.md index a15c538947a..dc8e87290f3 100644 --- a/stable/multi-scrobbler/6.8.3/CHANGELOG.md +++ b/stable/multi-scrobbler/6.8.5/CHANGELOG.md @@ -8,12 +8,16 @@ title: Changelog **Important:** -## [multi-scrobbler-6.8.3](https://github.com/truecharts/charts/compare/multi-scrobbler-6.6.0...multi-scrobbler-6.8.3) (2024-04-10) +## [multi-scrobbler-6.8.5](https://github.com/truecharts/charts/compare/multi-scrobbler-6.6.0...multi-scrobbler-6.8.5) (2024-04-11) ### Chore +- update container image foxxmd/multi-scrobbler to latest[@fe08c85](https://github.com/fe08c85) by renovate ([#20613](https://github.com/truecharts/charts/issues/20613)) + +- update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) + - update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535)) - update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527)) @@ -37,12 +41,14 @@ title: Changelog - update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) -## [multi-scrobbler-6.8.3](https://github.com/truecharts/charts/compare/multi-scrobbler-6.6.0...multi-scrobbler-6.8.3) (2024-04-10) +## [multi-scrobbler-6.8.4](https://github.com/truecharts/charts/compare/multi-scrobbler-6.6.0...multi-scrobbler-6.8.4) (2024-04-11) ### Chore +- update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) + - update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535)) - update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527)) @@ -66,12 +72,14 @@ title: Changelog - update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) -## [multi-scrobbler-6.8.3](https://github.com/truecharts/charts/compare/multi-scrobbler-6.6.0...multi-scrobbler-6.8.3) (2024-04-10) +## [multi-scrobbler-6.8.4](https://github.com/truecharts/charts/compare/multi-scrobbler-6.6.0...multi-scrobbler-6.8.4) (2024-04-11) ### Chore +- update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) + - update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535)) - update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527)) @@ -89,12 +97,3 @@ title: Changelog - update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731)) - update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673)) - -- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) - - -## [multi-scrobbler-6.8.3](https://github.com/truecharts/charts/compare/multi-scrobbler-6.6.0...multi-scrobbler-6.8.3) (2024-04-10) - -### Chore \ No newline at end of file diff --git a/stable/multi-scrobbler/6.8.3/Chart.yaml b/stable/multi-scrobbler/6.8.5/Chart.yaml similarity index 94% rename from stable/multi-scrobbler/6.8.3/Chart.yaml rename to stable/multi-scrobbler/6.8.5/Chart.yaml index 9e2b61ea8c2..e0223a9740f 100644 --- a/stable/multi-scrobbler/6.8.3/Chart.yaml +++ b/stable/multi-scrobbler/6.8.5/Chart.yaml @@ -10,7 +10,7 @@ apiVersion: v2 appVersion: latest dependencies: - name: common - version: 20.3.5 + version: 20.3.6 repository: oci://tccr.io/truecharts condition: "" alias: "" @@ -24,7 +24,7 @@ keywords: - multi-scrobbler - Network-Web - MediaServer-Music -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/multi-scrobbler - https://hub.docker.com/r/foxxmd/multi-scrobbler type: application -version: 6.8.3 +version: 6.8.5 diff --git a/stable/multi-scrobbler/6.8.3/README.md b/stable/multi-scrobbler/6.8.5/README.md similarity index 100% rename from stable/multi-scrobbler/6.8.3/README.md rename to stable/multi-scrobbler/6.8.5/README.md diff --git a/stable/multi-scrobbler/6.8.3/app-changelog.md b/stable/multi-scrobbler/6.8.5/app-changelog.md similarity index 79% rename from stable/multi-scrobbler/6.8.3/app-changelog.md rename to stable/multi-scrobbler/6.8.5/app-changelog.md index e0bc6aee3fd..4f7fc9d1066 100644 --- a/stable/multi-scrobbler/6.8.3/app-changelog.md +++ b/stable/multi-scrobbler/6.8.5/app-changelog.md @@ -1,11 +1,15 @@ -## [multi-scrobbler-6.8.3](https://github.com/truecharts/charts/compare/multi-scrobbler-6.6.0...multi-scrobbler-6.8.3) (2024-04-10) +## [multi-scrobbler-6.8.5](https://github.com/truecharts/charts/compare/multi-scrobbler-6.6.0...multi-scrobbler-6.8.5) (2024-04-11) ### Chore +- update container image foxxmd/multi-scrobbler to latest[@fe08c85](https://github.com/fe08c85) by renovate ([#20613](https://github.com/truecharts/charts/issues/20613)) + +- update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) + - update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535)) - update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527)) diff --git a/stable/multi-scrobbler/6.8.3/app-readme.md b/stable/multi-scrobbler/6.8.5/app-readme.md similarity index 100% rename from stable/multi-scrobbler/6.8.3/app-readme.md rename to stable/multi-scrobbler/6.8.5/app-readme.md diff --git a/stable/multi-scrobbler/6.8.5/charts/common-20.3.6.tgz b/stable/multi-scrobbler/6.8.5/charts/common-20.3.6.tgz new file mode 100644 index 00000000000..bc6a9c951d6 Binary files /dev/null and b/stable/multi-scrobbler/6.8.5/charts/common-20.3.6.tgz differ diff --git a/stable/multi-scrobbler/6.8.3/ix_values.yaml b/stable/multi-scrobbler/6.8.5/ix_values.yaml similarity index 81% rename from stable/multi-scrobbler/6.8.3/ix_values.yaml rename to stable/multi-scrobbler/6.8.5/ix_values.yaml index d011c691b61..94d882922fc 100644 --- a/stable/multi-scrobbler/6.8.3/ix_values.yaml +++ b/stable/multi-scrobbler/6.8.5/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: foxxmd/multi-scrobbler - tag: latest@sha256:80264f26e30416a689dc2044ce3ae4c48cdfe92f33b4645cda03c420d69281b0 + tag: latest@sha256:fe08c85482e056931f6c337df1437dc3c77f43927b463e4781546d2152591a49 pullPolicy: IfNotPresent securityContext: diff --git a/stable/multi-scrobbler/6.8.3/questions.yaml b/stable/multi-scrobbler/6.8.5/questions.yaml similarity index 100% rename from stable/multi-scrobbler/6.8.3/questions.yaml rename to stable/multi-scrobbler/6.8.5/questions.yaml diff --git a/stable/multi-scrobbler/6.8.3/templates/NOTES.txt b/stable/multi-scrobbler/6.8.5/templates/NOTES.txt similarity index 100% rename from stable/multi-scrobbler/6.8.3/templates/NOTES.txt rename to stable/multi-scrobbler/6.8.5/templates/NOTES.txt diff --git a/stable/multi-scrobbler/6.8.3/templates/common.yaml b/stable/multi-scrobbler/6.8.5/templates/common.yaml similarity index 100% rename from stable/multi-scrobbler/6.8.3/templates/common.yaml rename to stable/multi-scrobbler/6.8.5/templates/common.yaml diff --git a/stable/multi-scrobbler/6.8.3/values.yaml b/stable/multi-scrobbler/6.8.5/values.yaml similarity index 100% rename from stable/multi-scrobbler/6.8.3/values.yaml rename to stable/multi-scrobbler/6.8.5/values.yaml diff --git a/stable/n8n/13.17.1/charts/redis-13.3.5.tgz b/stable/n8n/13.17.1/charts/redis-13.3.5.tgz deleted file mode 100644 index 84ab6e0a86c..00000000000 Binary files a/stable/n8n/13.17.1/charts/redis-13.3.5.tgz and /dev/null differ diff --git a/stable/n8n/13.17.1/.helmignore b/stable/n8n/13.17.3/.helmignore similarity index 100% rename from stable/n8n/13.17.1/.helmignore rename to stable/n8n/13.17.3/.helmignore diff --git a/stable/n8n/13.17.1/CHANGELOG.md b/stable/n8n/13.17.3/CHANGELOG.md similarity index 89% rename from stable/n8n/13.17.1/CHANGELOG.md rename to stable/n8n/13.17.3/CHANGELOG.md index d648efc931f..acd1ae69dd5 100644 --- a/stable/n8n/13.17.1/CHANGELOG.md +++ b/stable/n8n/13.17.3/CHANGELOG.md @@ -8,12 +8,16 @@ title: Changelog **Important:** -## [n8n-13.17.1](https://github.com/truecharts/charts/compare/n8n-13.8.0...n8n-13.17.1) (2024-04-11) +## [n8n-13.17.3](https://github.com/truecharts/charts/compare/n8n-13.8.0...n8n-13.17.3) (2024-04-11) ### Chore +- update container image n8nio/n8n to v1.37.1[@97fc373](https://github.com/97fc373) by renovate ([#20622](https://github.com/truecharts/charts/issues/20622)) + +- update container image redis to v13.3.7[@8c9b71c](https://github.com/8c9b71c) by renovate ([#20566](https://github.com/truecharts/charts/issues/20566)) + - update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) - update container image n8nio/n8n to v1.37.0[@3fc8238](https://github.com/3fc8238) by renovate ([#20556](https://github.com/truecharts/charts/issues/20556)) @@ -69,12 +73,14 @@ title: Changelog - update container image n8nio/n8n to v1.32.2[@166ea81](https://github.com/166ea81) by renovate ([#19322](https://github.com/truecharts/charts/issues/19322)) -## [n8n-13.17.1](https://github.com/truecharts/charts/compare/n8n-13.8.0...n8n-13.17.1) (2024-04-11) +## [n8n-13.17.2](https://github.com/truecharts/charts/compare/n8n-13.8.0...n8n-13.17.2) (2024-04-11) ### Chore +- update container image redis to v13.3.7[@8c9b71c](https://github.com/8c9b71c) by renovate ([#20566](https://github.com/truecharts/charts/issues/20566)) + - update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) - update container image n8nio/n8n to v1.37.0[@3fc8238](https://github.com/3fc8238) by renovate ([#20556](https://github.com/truecharts/charts/issues/20556)) @@ -91,10 +97,4 @@ title: Changelog - update container image common to v20.3.3[@3876ba5](https://github.com/3876ba5) by renovate ([#20478](https://github.com/truecharts/charts/issues/20478)) -- update container image redis to v13.3.1[@9b53552](https://github.com/9b53552) by renovate ([#20455](https://github.com/truecharts/charts/issues/20455)) - -- update container image redis to v13.3.0[@66b03ae](https://github.com/66b03ae) by renovate ([#20417](https://github.com/truecharts/charts/issues/20417)) - -- update container image common to v20.3.2[@0722ebb](https://github.com/0722ebb) by renovate ([#20334](https://github.com/truecharts/charts/issues/20334)) - -- update container image n8nio/n8n to v1.36.1[@6815f1d](https://github.com/6815f1d) by renovate ([#20236](https://github.com/truecharts/charts/issues/20236)) \ No newline at end of file +- update container image redis to v13.3.1[@9b53552](https://github.com/9b53552) by renovate ([#20455](https://github.com/truecharts/charts/issues/20455)) \ No newline at end of file diff --git a/stable/n8n/13.17.1/Chart.yaml b/stable/n8n/13.17.3/Chart.yaml similarity index 93% rename from stable/n8n/13.17.1/Chart.yaml rename to stable/n8n/13.17.3/Chart.yaml index d4ce1da0a12..03bd8648aef 100644 --- a/stable/n8n/13.17.1/Chart.yaml +++ b/stable/n8n/13.17.3/Chart.yaml @@ -7,7 +7,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 1.37.0 +appVersion: 1.37.1 dependencies: - name: common version: 20.3.6 @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: redis - version: 13.3.5 + version: 13.3.7 repository: oci://tccr.io/truecharts condition: redis.enabled alias: "" @@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/n8n.png keywords: - workflows - automation -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -42,4 +42,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/n8n - https://hub.docker.com/r/n8nio/n8n type: application -version: 13.17.1 +version: 13.17.3 diff --git a/stable/n8n/13.17.1/LICENSE b/stable/n8n/13.17.3/LICENSE similarity index 100% rename from stable/n8n/13.17.1/LICENSE rename to stable/n8n/13.17.3/LICENSE diff --git a/stable/n8n/13.17.1/README.md b/stable/n8n/13.17.3/README.md similarity index 100% rename from stable/n8n/13.17.1/README.md rename to stable/n8n/13.17.3/README.md diff --git a/stable/n8n/13.17.1/app-changelog.md b/stable/n8n/13.17.3/app-changelog.md similarity index 91% rename from stable/n8n/13.17.1/app-changelog.md rename to stable/n8n/13.17.3/app-changelog.md index c3afd1bd6ea..5e27a358ecd 100644 --- a/stable/n8n/13.17.1/app-changelog.md +++ b/stable/n8n/13.17.3/app-changelog.md @@ -1,11 +1,15 @@ -## [n8n-13.17.1](https://github.com/truecharts/charts/compare/n8n-13.8.0...n8n-13.17.1) (2024-04-11) +## [n8n-13.17.3](https://github.com/truecharts/charts/compare/n8n-13.8.0...n8n-13.17.3) (2024-04-11) ### Chore +- update container image n8nio/n8n to v1.37.1[@97fc373](https://github.com/97fc373) by renovate ([#20622](https://github.com/truecharts/charts/issues/20622)) + +- update container image redis to v13.3.7[@8c9b71c](https://github.com/8c9b71c) by renovate ([#20566](https://github.com/truecharts/charts/issues/20566)) + - update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) - update container image n8nio/n8n to v1.37.0[@3fc8238](https://github.com/3fc8238) by renovate ([#20556](https://github.com/truecharts/charts/issues/20556)) diff --git a/stable/n8n/13.17.1/app-readme.md b/stable/n8n/13.17.3/app-readme.md similarity index 100% rename from stable/n8n/13.17.1/app-readme.md rename to stable/n8n/13.17.3/app-readme.md diff --git a/stable/n8n/13.17.3/charts/common-20.3.6.tgz b/stable/n8n/13.17.3/charts/common-20.3.6.tgz new file mode 100644 index 00000000000..bc6a9c951d6 Binary files /dev/null and b/stable/n8n/13.17.3/charts/common-20.3.6.tgz differ diff --git a/stable/n8n/13.17.3/charts/redis-13.3.7.tgz b/stable/n8n/13.17.3/charts/redis-13.3.7.tgz new file mode 100644 index 00000000000..302b6a96979 Binary files /dev/null and b/stable/n8n/13.17.3/charts/redis-13.3.7.tgz differ diff --git a/stable/n8n/13.17.1/ix_values.yaml b/stable/n8n/13.17.3/ix_values.yaml similarity index 97% rename from stable/n8n/13.17.1/ix_values.yaml rename to stable/n8n/13.17.3/ix_values.yaml index 6828f0a0a94..1ac88aa63ce 100644 --- a/stable/n8n/13.17.1/ix_values.yaml +++ b/stable/n8n/13.17.3/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: n8nio/n8n - tag: 1.37.0@sha256:3fc82383bc6f02e59cfc86018a062b044fe413e3c7c9691e00e440fffdc0c41e + tag: 1.37.1@sha256:97fc3739156f6598f67c28ad42c33bbb87c16688ece4440a96132897d7e79c30 pullPolicy: IfNotPresent timezoneandlocale: {} # N8N_DEFAULT_LOCALE: "en" diff --git a/stable/n8n/13.17.1/questions.yaml b/stable/n8n/13.17.3/questions.yaml similarity index 100% rename from stable/n8n/13.17.1/questions.yaml rename to stable/n8n/13.17.3/questions.yaml diff --git a/stable/n8n/13.17.1/templates/NOTES.txt b/stable/n8n/13.17.3/templates/NOTES.txt similarity index 100% rename from stable/n8n/13.17.1/templates/NOTES.txt rename to stable/n8n/13.17.3/templates/NOTES.txt diff --git a/stable/n8n/13.17.1/templates/_configmap.tpl b/stable/n8n/13.17.3/templates/_configmap.tpl similarity index 100% rename from stable/n8n/13.17.1/templates/_configmap.tpl rename to stable/n8n/13.17.3/templates/_configmap.tpl diff --git a/stable/n8n/13.17.1/templates/common.yaml b/stable/n8n/13.17.3/templates/common.yaml similarity index 100% rename from stable/n8n/13.17.1/templates/common.yaml rename to stable/n8n/13.17.3/templates/common.yaml diff --git a/stable/n8n/13.17.1/values.yaml b/stable/n8n/13.17.3/values.yaml similarity index 100% rename from stable/n8n/13.17.1/values.yaml rename to stable/n8n/13.17.3/values.yaml diff --git a/stable/redmine/11.8.6/charts/common-20.3.5.tgz b/stable/redmine/11.8.6/charts/common-20.3.5.tgz deleted file mode 100644 index beb61ad2e16..00000000000 Binary files a/stable/redmine/11.8.6/charts/common-20.3.5.tgz and /dev/null differ diff --git a/stable/redmine/11.8.6/.helmignore b/stable/redmine/11.8.8/.helmignore similarity index 100% rename from stable/redmine/11.8.6/.helmignore rename to stable/redmine/11.8.8/.helmignore diff --git a/stable/redmine/11.8.6/CHANGELOG.md b/stable/redmine/11.8.8/CHANGELOG.md similarity index 83% rename from stable/redmine/11.8.6/CHANGELOG.md rename to stable/redmine/11.8.8/CHANGELOG.md index 4406ae9833d..f04bc02f5c5 100644 --- a/stable/redmine/11.8.6/CHANGELOG.md +++ b/stable/redmine/11.8.8/CHANGELOG.md @@ -8,12 +8,16 @@ title: Changelog **Important:** -## [redmine-11.8.6](https://github.com/truecharts/charts/compare/redmine-11.6.0...redmine-11.8.6) (2024-04-11) +## [redmine-11.8.8](https://github.com/truecharts/charts/compare/redmine-11.6.0...redmine-11.8.8) (2024-04-11) ### Chore +- update container image redmine to 5.1.2[@59f616b](https://github.com/59f616b) by renovate ([#20618](https://github.com/truecharts/charts/issues/20618)) + +- update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) + - update container image redmine to 5.1.2[@7c2690c](https://github.com/7c2690c) by renovate ([#20579](https://github.com/truecharts/charts/issues/20579)) - update container image redmine to 5.1.2[@d10de45](https://github.com/d10de45) by renovate ([#20558](https://github.com/truecharts/charts/issues/20558)) @@ -45,12 +49,14 @@ title: Changelog - update container image redmine to 5.1.2[@7bba7e9](https://github.com/7bba7e9) by renovate ([#19281](https://github.com/truecharts/charts/issues/19281)) -## [redmine-11.8.6](https://github.com/truecharts/charts/compare/redmine-11.6.0...redmine-11.8.6) (2024-04-11) +## [redmine-11.8.7](https://github.com/truecharts/charts/compare/redmine-11.6.0...redmine-11.8.7) (2024-04-11) ### Chore +- update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) + - update container image redmine to 5.1.2[@7c2690c](https://github.com/7c2690c) by renovate ([#20579](https://github.com/truecharts/charts/issues/20579)) - update container image redmine to 5.1.2[@d10de45](https://github.com/d10de45) by renovate ([#20558](https://github.com/truecharts/charts/issues/20558)) @@ -82,18 +88,12 @@ title: Changelog - update container image redmine to 5.1.2[@7bba7e9](https://github.com/7bba7e9) by renovate ([#19281](https://github.com/truecharts/charts/issues/19281)) -## [redmine-11.8.6](https://github.com/truecharts/charts/compare/redmine-11.6.0...redmine-11.8.6) (2024-04-11) +## [redmine-11.8.7](https://github.com/truecharts/charts/compare/redmine-11.6.0...redmine-11.8.7) (2024-04-11) ### Chore +- update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) + - update container image redmine to 5.1.2[@7c2690c](https://github.com/7c2690c) by renovate ([#20579](https://github.com/truecharts/charts/issues/20579)) - -- update container image redmine to 5.1.2[@d10de45](https://github.com/d10de45) by renovate ([#20558](https://github.com/truecharts/charts/issues/20558)) - -- update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535)) - -- update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527)) - -- update container image redmine to 5.1.2[@edabb7c](https://github.com/edabb7c) by renovate ([#20473](https://github.com/truecharts/charts/issues/20473)) diff --git a/stable/redmine/11.8.6/Chart.yaml b/stable/redmine/11.8.8/Chart.yaml similarity index 96% rename from stable/redmine/11.8.6/Chart.yaml rename to stable/redmine/11.8.8/Chart.yaml index cb95c58bbcf..0c580eddfd7 100644 --- a/stable/redmine/11.8.6/Chart.yaml +++ b/stable/redmine/11.8.8/Chart.yaml @@ -10,7 +10,7 @@ apiVersion: v2 appVersion: 5.1.2 dependencies: - name: common - version: 20.3.5 + version: 20.3.6 repository: oci://tccr.io/truecharts condition: "" alias: "" @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/redmine - https://hub.docker.com/_/redmine type: application -version: 11.8.6 +version: 11.8.8 diff --git a/stable/redmine/11.8.6/README.md b/stable/redmine/11.8.8/README.md similarity index 100% rename from stable/redmine/11.8.6/README.md rename to stable/redmine/11.8.8/README.md diff --git a/stable/redmine/11.8.6/app-changelog.md b/stable/redmine/11.8.8/app-changelog.md similarity index 84% rename from stable/redmine/11.8.6/app-changelog.md rename to stable/redmine/11.8.8/app-changelog.md index a588e173082..77198e6f53c 100644 --- a/stable/redmine/11.8.6/app-changelog.md +++ b/stable/redmine/11.8.8/app-changelog.md @@ -1,11 +1,15 @@ -## [redmine-11.8.6](https://github.com/truecharts/charts/compare/redmine-11.6.0...redmine-11.8.6) (2024-04-11) +## [redmine-11.8.8](https://github.com/truecharts/charts/compare/redmine-11.6.0...redmine-11.8.8) (2024-04-11) ### Chore +- update container image redmine to 5.1.2[@59f616b](https://github.com/59f616b) by renovate ([#20618](https://github.com/truecharts/charts/issues/20618)) + +- update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) + - update container image redmine to 5.1.2[@7c2690c](https://github.com/7c2690c) by renovate ([#20579](https://github.com/truecharts/charts/issues/20579)) - update container image redmine to 5.1.2[@d10de45](https://github.com/d10de45) by renovate ([#20558](https://github.com/truecharts/charts/issues/20558)) diff --git a/stable/redmine/11.8.6/app-readme.md b/stable/redmine/11.8.8/app-readme.md similarity index 100% rename from stable/redmine/11.8.6/app-readme.md rename to stable/redmine/11.8.8/app-readme.md diff --git a/stable/redmine/11.8.8/charts/common-20.3.6.tgz b/stable/redmine/11.8.8/charts/common-20.3.6.tgz new file mode 100644 index 00000000000..bc6a9c951d6 Binary files /dev/null and b/stable/redmine/11.8.8/charts/common-20.3.6.tgz differ diff --git a/stable/redmine/11.8.6/ix_values.yaml b/stable/redmine/11.8.8/ix_values.yaml similarity index 94% rename from stable/redmine/11.8.6/ix_values.yaml rename to stable/redmine/11.8.8/ix_values.yaml index c47401d0e07..71bc040c858 100644 --- a/stable/redmine/11.8.6/ix_values.yaml +++ b/stable/redmine/11.8.8/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: redmine pullPolicy: IfNotPresent - tag: 5.1.2@sha256:7c2690c9592728be62ad8b8d7a85e250d61ed936e8b8daf895fbb3d17b6fb0c6 + tag: 5.1.2@sha256:59f616bbeeab0ef3a1d9372293ae0a64c48f13e771de96490ee58527ef1b69ca redmine: plugins_migrate: true no_db_migrate: false diff --git a/stable/redmine/11.8.6/questions.yaml b/stable/redmine/11.8.8/questions.yaml similarity index 100% rename from stable/redmine/11.8.6/questions.yaml rename to stable/redmine/11.8.8/questions.yaml diff --git a/stable/redmine/11.8.6/templates/NOTES.txt b/stable/redmine/11.8.8/templates/NOTES.txt similarity index 100% rename from stable/redmine/11.8.6/templates/NOTES.txt rename to stable/redmine/11.8.8/templates/NOTES.txt diff --git a/stable/redmine/11.8.6/templates/_secrets.tpl b/stable/redmine/11.8.8/templates/_secrets.tpl similarity index 100% rename from stable/redmine/11.8.6/templates/_secrets.tpl rename to stable/redmine/11.8.8/templates/_secrets.tpl diff --git a/stable/redmine/11.8.6/templates/common.yaml b/stable/redmine/11.8.8/templates/common.yaml similarity index 100% rename from stable/redmine/11.8.6/templates/common.yaml rename to stable/redmine/11.8.8/templates/common.yaml diff --git a/stable/redmine/11.8.6/values.yaml b/stable/redmine/11.8.8/values.yaml similarity index 100% rename from stable/redmine/11.8.6/values.yaml rename to stable/redmine/11.8.8/values.yaml diff --git a/stable/rsshub/12.10.10/charts/redis-13.3.5.tgz b/stable/rsshub/12.10.10/charts/redis-13.3.5.tgz deleted file mode 100644 index 84ab6e0a86c..00000000000 Binary files a/stable/rsshub/12.10.10/charts/redis-13.3.5.tgz and /dev/null differ diff --git a/stable/rsshub/12.10.10/.helmignore b/stable/rsshub/12.10.12/.helmignore similarity index 100% rename from stable/rsshub/12.10.10/.helmignore rename to stable/rsshub/12.10.12/.helmignore diff --git a/stable/rsshub/12.10.10/CHANGELOG.md b/stable/rsshub/12.10.12/CHANGELOG.md similarity index 93% rename from stable/rsshub/12.10.10/CHANGELOG.md rename to stable/rsshub/12.10.12/CHANGELOG.md index 1b0bffbf4cb..7afb12d5dc6 100644 --- a/stable/rsshub/12.10.10/CHANGELOG.md +++ b/stable/rsshub/12.10.12/CHANGELOG.md @@ -8,12 +8,16 @@ title: Changelog **Important:** -## [rsshub-12.10.10](https://github.com/truecharts/charts/compare/rsshub-12.6.0...rsshub-12.10.10) (2024-04-11) +## [rsshub-12.10.12](https://github.com/truecharts/charts/compare/rsshub-12.6.0...rsshub-12.10.12) (2024-04-11) ### Chore +- update container image diygod/rsshub to latest[@baef7a1](https://github.com/baef7a1) by renovate ([#20610](https://github.com/truecharts/charts/issues/20610)) + +- update container image redis to v13.3.7[@8c9b71c](https://github.com/8c9b71c) by renovate ([#20566](https://github.com/truecharts/charts/issues/20566)) + - update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) - update container image diygod/rsshub to latest[@33b97fa](https://github.com/33b97fa) by renovate ([#20594](https://github.com/truecharts/charts/issues/20594)) @@ -93,7 +97,3 @@ title: Changelog - update container image diygod/rsshub to latest[@59fb537](https://github.com/59fb537) by renovate ([#20048](https://github.com/truecharts/charts/issues/20048)) - update container image diygod/rsshub to latest[@bc2a6d2](https://github.com/bc2a6d2) by renovate ([#20015](https://github.com/truecharts/charts/issues/20015)) - -- update container image diygod/rsshub to latest[@ed33916](https://github.com/ed33916) by renovate ([#20003](https://github.com/truecharts/charts/issues/20003)) - -- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876)) diff --git a/stable/rsshub/12.10.10/Chart.yaml b/stable/rsshub/12.10.12/Chart.yaml similarity index 96% rename from stable/rsshub/12.10.10/Chart.yaml rename to stable/rsshub/12.10.12/Chart.yaml index 882079ada1a..f930ca0ece9 100644 --- a/stable/rsshub/12.10.10/Chart.yaml +++ b/stable/rsshub/12.10.12/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: redis - version: 13.3.5 + version: 13.3.7 repository: oci://tccr.io/truecharts condition: redis.enabled alias: "" @@ -40,7 +40,7 @@ sources: - https://docs.rsshub.app/en/install/ - https://github.com/DIYgod/RSSHub - https://github.com/truecharts/charts/tree/master/charts/stable/rsshub - - https://hub.docker.com/r/browserless/chrome - https://hub.docker.com/r/diygod/rsshub + - https://hub.docker.com/r/browserless/chrome type: application -version: 12.10.10 +version: 12.10.12 diff --git a/stable/rsshub/12.10.10/README.md b/stable/rsshub/12.10.12/README.md similarity index 100% rename from stable/rsshub/12.10.10/README.md rename to stable/rsshub/12.10.12/README.md diff --git a/stable/rsshub/12.10.10/app-changelog.md b/stable/rsshub/12.10.12/app-changelog.md similarity index 96% rename from stable/rsshub/12.10.10/app-changelog.md rename to stable/rsshub/12.10.12/app-changelog.md index 515c19401ee..f4a7b3acc98 100644 --- a/stable/rsshub/12.10.10/app-changelog.md +++ b/stable/rsshub/12.10.12/app-changelog.md @@ -1,11 +1,15 @@ -## [rsshub-12.10.10](https://github.com/truecharts/charts/compare/rsshub-12.6.0...rsshub-12.10.10) (2024-04-11) +## [rsshub-12.10.12](https://github.com/truecharts/charts/compare/rsshub-12.6.0...rsshub-12.10.12) (2024-04-11) ### Chore +- update container image diygod/rsshub to latest[@baef7a1](https://github.com/baef7a1) by renovate ([#20610](https://github.com/truecharts/charts/issues/20610)) + +- update container image redis to v13.3.7[@8c9b71c](https://github.com/8c9b71c) by renovate ([#20566](https://github.com/truecharts/charts/issues/20566)) + - update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) - update container image diygod/rsshub to latest[@33b97fa](https://github.com/33b97fa) by renovate ([#20594](https://github.com/truecharts/charts/issues/20594)) diff --git a/stable/rsshub/12.10.10/app-readme.md b/stable/rsshub/12.10.12/app-readme.md similarity index 100% rename from stable/rsshub/12.10.10/app-readme.md rename to stable/rsshub/12.10.12/app-readme.md diff --git a/stable/rsshub/12.10.12/charts/common-20.3.6.tgz b/stable/rsshub/12.10.12/charts/common-20.3.6.tgz new file mode 100644 index 00000000000..bc6a9c951d6 Binary files /dev/null and b/stable/rsshub/12.10.12/charts/common-20.3.6.tgz differ diff --git a/stable/rsshub/12.10.12/charts/redis-13.3.7.tgz b/stable/rsshub/12.10.12/charts/redis-13.3.7.tgz new file mode 100644 index 00000000000..302b6a96979 Binary files /dev/null and b/stable/rsshub/12.10.12/charts/redis-13.3.7.tgz differ diff --git a/stable/rsshub/12.10.10/ix_values.yaml b/stable/rsshub/12.10.12/ix_values.yaml similarity index 95% rename from stable/rsshub/12.10.10/ix_values.yaml rename to stable/rsshub/12.10.12/ix_values.yaml index b98f26504f8..adb0b0ed761 100644 --- a/stable/rsshub/12.10.10/ix_values.yaml +++ b/stable/rsshub/12.10.12/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: diygod/rsshub pullPolicy: IfNotPresent - tag: latest@sha256:33b97fa6123f6b9e1205c15c2a189d82812e54ad07f1207fac6e29d6177fc75a + tag: latest@sha256:baef7a1cfb572b4e9579ac2e609a5f70f5f4561514abea7282f805119de57def browserlessImage: repository: browserless/chrome tag: 1.61.1-chrome-stable@sha256:efac47cfff3830d9a50b27d29f8bbb61949058ae336c823fbe9bd3c0d1debcc8 diff --git a/stable/rsshub/12.10.10/questions.yaml b/stable/rsshub/12.10.12/questions.yaml similarity index 100% rename from stable/rsshub/12.10.10/questions.yaml rename to stable/rsshub/12.10.12/questions.yaml diff --git a/stable/rsshub/12.10.10/templates/NOTES.txt b/stable/rsshub/12.10.12/templates/NOTES.txt similarity index 100% rename from stable/rsshub/12.10.10/templates/NOTES.txt rename to stable/rsshub/12.10.12/templates/NOTES.txt diff --git a/stable/rsshub/12.10.10/templates/common.yaml b/stable/rsshub/12.10.12/templates/common.yaml similarity index 100% rename from stable/rsshub/12.10.10/templates/common.yaml rename to stable/rsshub/12.10.12/templates/common.yaml diff --git a/stable/rsshub/12.10.10/values.yaml b/stable/rsshub/12.10.12/values.yaml similarity index 100% rename from stable/rsshub/12.10.10/values.yaml rename to stable/rsshub/12.10.12/values.yaml diff --git a/stable/wordpress/7.15.8/.helmignore b/stable/wordpress/7.15.10/.helmignore similarity index 100% rename from stable/wordpress/7.15.8/.helmignore rename to stable/wordpress/7.15.10/.helmignore diff --git a/stable/wordpress/7.15.8/CHANGELOG.md b/stable/wordpress/7.15.10/CHANGELOG.md similarity index 93% rename from stable/wordpress/7.15.8/CHANGELOG.md rename to stable/wordpress/7.15.10/CHANGELOG.md index 8696175126e..39ac2eee955 100644 --- a/stable/wordpress/7.15.8/CHANGELOG.md +++ b/stable/wordpress/7.15.10/CHANGELOG.md @@ -8,12 +8,16 @@ title: Changelog **Important:** -## [wordpress-7.15.8](https://github.com/truecharts/charts/compare/wordpress-7.9.0...wordpress-7.15.8) (2024-04-11) +## [wordpress-7.15.10](https://github.com/truecharts/charts/compare/wordpress-7.9.0...wordpress-7.15.10) (2024-04-11) ### Chore +- update container image bitnami/wordpress to 6.5.2[@62cca44](https://github.com/62cca44) by renovate ([#20569](https://github.com/truecharts/charts/issues/20569)) + +- update container image mariadb to v13.9.8[@ab62124](https://github.com/ab62124) by renovate ([#20563](https://github.com/truecharts/charts/issues/20563)) + - update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) - update container image mariadb to v13.9.6[@04feaf4](https://github.com/04feaf4) by renovate ([#20551](https://github.com/truecharts/charts/issues/20551)) @@ -93,7 +97,3 @@ title: Changelog - update container image mariadb to v13.7.0[@dec1ae1](https://github.com/dec1ae1) by renovate ([#19393](https://github.com/truecharts/charts/issues/19393)) - update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19390](https://github.com/truecharts/charts/issues/19390)) - -- update container image mariadb to v13.6.0[@da7a483](https://github.com/da7a483) by renovate ([#19362](https://github.com/truecharts/charts/issues/19362)) - -- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) diff --git a/stable/wordpress/7.15.8/Chart.yaml b/stable/wordpress/7.15.10/Chart.yaml similarity index 94% rename from stable/wordpress/7.15.8/Chart.yaml rename to stable/wordpress/7.15.10/Chart.yaml index d57b86f96d2..5a15e0a2f40 100644 --- a/stable/wordpress/7.15.8/Chart.yaml +++ b/stable/wordpress/7.15.10/Chart.yaml @@ -17,7 +17,7 @@ dependencies: tags: [] import-values: [] - name: mariadb - version: 13.9.6 + version: 13.9.8 repository: oci://tccr.io/truecharts condition: mariadb.enabled alias: "" @@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/wordpress.png keywords: - wordpress - cms -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -41,4 +41,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/wordpress - https://hub.docker.com/r/bitnami/wordpress type: application -version: 7.15.8 +version: 7.15.10 diff --git a/stable/wordpress/7.15.8/README.md b/stable/wordpress/7.15.10/README.md similarity index 100% rename from stable/wordpress/7.15.8/README.md rename to stable/wordpress/7.15.10/README.md diff --git a/stable/wordpress/7.15.8/app-changelog.md b/stable/wordpress/7.15.10/app-changelog.md similarity index 93% rename from stable/wordpress/7.15.8/app-changelog.md rename to stable/wordpress/7.15.10/app-changelog.md index d77b9095991..20bf5aaf10f 100644 --- a/stable/wordpress/7.15.8/app-changelog.md +++ b/stable/wordpress/7.15.10/app-changelog.md @@ -1,11 +1,15 @@ -## [wordpress-7.15.8](https://github.com/truecharts/charts/compare/wordpress-7.9.0...wordpress-7.15.8) (2024-04-11) +## [wordpress-7.15.10](https://github.com/truecharts/charts/compare/wordpress-7.9.0...wordpress-7.15.10) (2024-04-11) ### Chore +- update container image bitnami/wordpress to 6.5.2[@62cca44](https://github.com/62cca44) by renovate ([#20569](https://github.com/truecharts/charts/issues/20569)) + +- update container image mariadb to v13.9.8[@ab62124](https://github.com/ab62124) by renovate ([#20563](https://github.com/truecharts/charts/issues/20563)) + - update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) - update container image mariadb to v13.9.6[@04feaf4](https://github.com/04feaf4) by renovate ([#20551](https://github.com/truecharts/charts/issues/20551)) diff --git a/stable/wordpress/7.15.8/app-readme.md b/stable/wordpress/7.15.10/app-readme.md similarity index 100% rename from stable/wordpress/7.15.8/app-readme.md rename to stable/wordpress/7.15.10/app-readme.md diff --git a/stable/wordpress/7.15.10/charts/common-20.3.6.tgz b/stable/wordpress/7.15.10/charts/common-20.3.6.tgz new file mode 100644 index 00000000000..bc6a9c951d6 Binary files /dev/null and b/stable/wordpress/7.15.10/charts/common-20.3.6.tgz differ diff --git a/stable/wordpress/7.15.10/charts/mariadb-13.9.8.tgz b/stable/wordpress/7.15.10/charts/mariadb-13.9.8.tgz new file mode 100644 index 00000000000..603d73ab549 Binary files /dev/null and b/stable/wordpress/7.15.10/charts/mariadb-13.9.8.tgz differ diff --git a/stable/wordpress/7.15.8/ix_values.yaml b/stable/wordpress/7.15.10/ix_values.yaml similarity index 94% rename from stable/wordpress/7.15.8/ix_values.yaml rename to stable/wordpress/7.15.10/ix_values.yaml index 00817d04e41..10683bd8541 100644 --- a/stable/wordpress/7.15.8/ix_values.yaml +++ b/stable/wordpress/7.15.10/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: bitnami/wordpress pullPolicy: IfNotPresent - tag: 6.5.2@sha256:8e54ad2b1868ff07ead2a76cc8a3e138360fc37da1402174c8a40b7aa025ca13 + tag: 6.5.2@sha256:62cca44bb2ae45aaa9ddabeb1125db69586409d0d4f71d0f4141475f6c58f122 securityContext: container: readOnlyRootFilesystem: false diff --git a/stable/wordpress/7.15.8/questions.yaml b/stable/wordpress/7.15.10/questions.yaml similarity index 100% rename from stable/wordpress/7.15.8/questions.yaml rename to stable/wordpress/7.15.10/questions.yaml diff --git a/stable/wordpress/7.15.8/templates/_env.tpl b/stable/wordpress/7.15.10/templates/_env.tpl similarity index 100% rename from stable/wordpress/7.15.8/templates/_env.tpl rename to stable/wordpress/7.15.10/templates/_env.tpl diff --git a/stable/wordpress/7.15.8/templates/common.yaml b/stable/wordpress/7.15.10/templates/common.yaml similarity index 100% rename from stable/wordpress/7.15.8/templates/common.yaml rename to stable/wordpress/7.15.10/templates/common.yaml diff --git a/stable/wordpress/7.15.8/values.yaml b/stable/wordpress/7.15.10/values.yaml similarity index 100% rename from stable/wordpress/7.15.8/values.yaml rename to stable/wordpress/7.15.10/values.yaml diff --git a/stable/wordpress/7.15.8/charts/mariadb-13.9.6.tgz b/stable/wordpress/7.15.8/charts/mariadb-13.9.6.tgz deleted file mode 100644 index 5979db0312b..00000000000 Binary files a/stable/wordpress/7.15.8/charts/mariadb-13.9.6.tgz and /dev/null differ diff --git a/stable/youtubedl-material/10.10.7/CHANGELOG.md b/stable/youtubedl-material/10.10.7/CHANGELOG.md index 2cc958c4c71..0a776019264 100644 --- a/stable/youtubedl-material/10.10.7/CHANGELOG.md +++ b/stable/youtubedl-material/10.10.7/CHANGELOG.md @@ -90,10 +90,10 @@ title: Changelog - update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321)) -## [youtubedl-material-10.10.6](https://github.com/truecharts/charts/compare/youtubedl-material-10.7.0...youtubedl-material-10.10.6) (2024-04-11) +## [youtubedl-material-10.10.7](https://github.com/truecharts/charts/compare/youtubedl-material-10.7.0...youtubedl-material-10.10.7) (2024-04-11) ### Chore -- update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599)) +- update container image mongodb to v12.8.6[@205f693](https://github.com/205f693) by renovate ([#20565](https://github.com/truecharts/charts/issues/20565))