From 424b98d4a53b4ee96210af721db3007bb168d2e6 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 22 Jan 2024 18:38:30 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/ipfs/9.1.9/app-changelog.md | 9 --------- stable/ipfs/{9.1.9 => 9.2.0}/CHANGELOG.md | 18 +++++++++--------- stable/ipfs/{9.1.9 => 9.2.0}/Chart.yaml | 4 ++-- stable/ipfs/{9.1.9 => 9.2.0}/README.md | 0 stable/ipfs/9.2.0/app-changelog.md | 9 +++++++++ stable/ipfs/{9.1.9 => 9.2.0}/app-readme.md | 0 .../charts/common-17.2.28.tgz | Bin stable/ipfs/{9.1.9 => 9.2.0}/ix_values.yaml | 2 +- stable/ipfs/{9.1.9 => 9.2.0}/questions.yaml | 0 .../ipfs/{9.1.9 => 9.2.0}/templates/NOTES.txt | 0 .../{9.1.9 => 9.2.0}/templates/common.yaml | 0 stable/ipfs/{9.1.9 => 9.2.0}/values.yaml | 0 12 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/ipfs/9.1.9/app-changelog.md rename stable/ipfs/{9.1.9 => 9.2.0}/CHANGELOG.md (87%) rename stable/ipfs/{9.1.9 => 9.2.0}/Chart.yaml (96%) rename stable/ipfs/{9.1.9 => 9.2.0}/README.md (100%) create mode 100644 stable/ipfs/9.2.0/app-changelog.md rename stable/ipfs/{9.1.9 => 9.2.0}/app-readme.md (100%) rename stable/ipfs/{9.1.9 => 9.2.0}/charts/common-17.2.28.tgz (100%) rename stable/ipfs/{9.1.9 => 9.2.0}/ix_values.yaml (93%) rename stable/ipfs/{9.1.9 => 9.2.0}/questions.yaml (100%) rename stable/ipfs/{9.1.9 => 9.2.0}/templates/NOTES.txt (100%) rename stable/ipfs/{9.1.9 => 9.2.0}/templates/common.yaml (100%) rename stable/ipfs/{9.1.9 => 9.2.0}/values.yaml (100%) diff --git a/stable/ipfs/9.1.9/app-changelog.md b/stable/ipfs/9.1.9/app-changelog.md deleted file mode 100644 index 571ffa27e5..0000000000 --- a/stable/ipfs/9.1.9/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [ipfs-9.1.9](https://github.com/truecharts/charts/compare/ipfs-9.1.8...ipfs-9.1.9) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) \ No newline at end of file diff --git a/stable/ipfs/9.1.9/CHANGELOG.md b/stable/ipfs/9.2.0/CHANGELOG.md similarity index 87% rename from stable/ipfs/9.1.9/CHANGELOG.md rename to stable/ipfs/9.2.0/CHANGELOG.md index 0a58df3db2..3e5de08f9e 100644 --- a/stable/ipfs/9.1.9/CHANGELOG.md +++ b/stable/ipfs/9.2.0/CHANGELOG.md @@ -7,6 +7,15 @@ title: Changelog +## [ipfs-9.2.0](https://github.com/truecharts/charts/compare/ipfs-9.1.9...ipfs-9.2.0) (2024-01-22) + +### Chore + + + +- update container image ipfs/kubo to v0.26.0[@cba0b2f](https://github.com/cba0b2f) by renovate ([#17519](https://github.com/truecharts/charts/issues/17519)) + + ## [ipfs-9.1.9](https://github.com/truecharts/charts/compare/ipfs-9.1.8...ipfs-9.1.9) (2024-01-21) ### Chore @@ -88,12 +97,3 @@ title: Changelog ### Chore - - -- bump all charts for OCI test push - -- move everything to consume OCI-hosted common-chart dependency - -- update container image common to v17.2.18[@085ba3c](https://github.com/085ba3c) by renovate ([#16732](https://github.com/truecharts/charts/issues/16732)) - -- standardize ./img references ([#16704](https://github.com/truecharts/charts/issues/16704)) diff --git a/stable/ipfs/9.1.9/Chart.yaml b/stable/ipfs/9.2.0/Chart.yaml similarity index 96% rename from stable/ipfs/9.1.9/Chart.yaml rename to stable/ipfs/9.2.0/Chart.yaml index f3fb3be822..0b23f3673a 100644 --- a/stable/ipfs/9.1.9/Chart.yaml +++ b/stable/ipfs/9.2.0/Chart.yaml @@ -7,7 +7,7 @@ annotations: truecharts.org/min_helm_version: "3.12" truecharts.org/train: stable apiVersion: v2 -appVersion: 0.25.0 +appVersion: 0.26.0 dependencies: - name: common version: 17.2.28 @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ipfs - https://hub.docker.com/r/ipfs/kubo type: application -version: 9.1.9 +version: 9.2.0 diff --git a/stable/ipfs/9.1.9/README.md b/stable/ipfs/9.2.0/README.md similarity index 100% rename from stable/ipfs/9.1.9/README.md rename to stable/ipfs/9.2.0/README.md diff --git a/stable/ipfs/9.2.0/app-changelog.md b/stable/ipfs/9.2.0/app-changelog.md new file mode 100644 index 0000000000..bcbee835b9 --- /dev/null +++ b/stable/ipfs/9.2.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ipfs-9.2.0](https://github.com/truecharts/charts/compare/ipfs-9.1.9...ipfs-9.2.0) (2024-01-22) + +### Chore + + + +- update container image ipfs/kubo to v0.26.0[@cba0b2f](https://github.com/cba0b2f) by renovate ([#17519](https://github.com/truecharts/charts/issues/17519)) \ No newline at end of file diff --git a/stable/ipfs/9.1.9/app-readme.md b/stable/ipfs/9.2.0/app-readme.md similarity index 100% rename from stable/ipfs/9.1.9/app-readme.md rename to stable/ipfs/9.2.0/app-readme.md diff --git a/stable/ipfs/9.1.9/charts/common-17.2.28.tgz b/stable/ipfs/9.2.0/charts/common-17.2.28.tgz similarity index 100% rename from stable/ipfs/9.1.9/charts/common-17.2.28.tgz rename to stable/ipfs/9.2.0/charts/common-17.2.28.tgz diff --git a/stable/ipfs/9.1.9/ix_values.yaml b/stable/ipfs/9.2.0/ix_values.yaml similarity index 93% rename from stable/ipfs/9.1.9/ix_values.yaml rename to stable/ipfs/9.2.0/ix_values.yaml index b028c1989e..8390ae4652 100644 --- a/stable/ipfs/9.1.9/ix_values.yaml +++ b/stable/ipfs/9.2.0/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: ipfs/kubo pullPolicy: IfNotPresent - tag: v0.25.0@sha256:9d917826eb669276040efb39cf6c68ae7463356a8e216eb13b278de00aa126be + tag: v0.26.0@sha256:cba0b2fd91f91aa43c4980cfc6ef6c092d7419801382e5d8cc300585319c097f service: main: ports: diff --git a/stable/ipfs/9.1.9/questions.yaml b/stable/ipfs/9.2.0/questions.yaml similarity index 100% rename from stable/ipfs/9.1.9/questions.yaml rename to stable/ipfs/9.2.0/questions.yaml diff --git a/stable/ipfs/9.1.9/templates/NOTES.txt b/stable/ipfs/9.2.0/templates/NOTES.txt similarity index 100% rename from stable/ipfs/9.1.9/templates/NOTES.txt rename to stable/ipfs/9.2.0/templates/NOTES.txt diff --git a/stable/ipfs/9.1.9/templates/common.yaml b/stable/ipfs/9.2.0/templates/common.yaml similarity index 100% rename from stable/ipfs/9.1.9/templates/common.yaml rename to stable/ipfs/9.2.0/templates/common.yaml diff --git a/stable/ipfs/9.1.9/values.yaml b/stable/ipfs/9.2.0/values.yaml similarity index 100% rename from stable/ipfs/9.1.9/values.yaml rename to stable/ipfs/9.2.0/values.yaml