From b677773fe7cb06213fb507e76acf03f500af07f0 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Fri, 20 Oct 2023 20:40:52 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/filebot/5.0.1/app-changelog.md | 9 --------- stable/filebot/{5.0.1 => 5.0.2}/CHANGELOG.md | 18 +++++++++--------- stable/filebot/{5.0.1 => 5.0.2}/Chart.yaml | 4 ++-- stable/filebot/{5.0.1 => 5.0.2}/README.md | 0 stable/filebot/5.0.2/app-changelog.md | 9 +++++++++ stable/filebot/{5.0.1 => 5.0.2}/app-readme.md | 0 .../{5.0.1 => 5.0.2}/charts/common-14.0.9.tgz | Bin .../filebot/{5.0.1 => 5.0.2}/ix_values.yaml | 2 +- .../filebot/{5.0.1 => 5.0.2}/questions.yaml | 0 .../{5.0.1 => 5.0.2}/templates/NOTES.txt | 0 .../{5.0.1 => 5.0.2}/templates/common.yaml | 0 stable/filebot/{5.0.1 => 5.0.2}/values.yaml | 0 12 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/filebot/5.0.1/app-changelog.md rename stable/filebot/{5.0.1 => 5.0.2}/CHANGELOG.md (90%) rename stable/filebot/{5.0.1 => 5.0.2}/Chart.yaml (95%) rename stable/filebot/{5.0.1 => 5.0.2}/README.md (100%) create mode 100644 stable/filebot/5.0.2/app-changelog.md rename stable/filebot/{5.0.1 => 5.0.2}/app-readme.md (100%) rename stable/filebot/{5.0.1 => 5.0.2}/charts/common-14.0.9.tgz (100%) rename stable/filebot/{5.0.1 => 5.0.2}/ix_values.yaml (97%) rename stable/filebot/{5.0.1 => 5.0.2}/questions.yaml (100%) rename stable/filebot/{5.0.1 => 5.0.2}/templates/NOTES.txt (100%) rename stable/filebot/{5.0.1 => 5.0.2}/templates/common.yaml (100%) rename stable/filebot/{5.0.1 => 5.0.2}/values.yaml (100%) diff --git a/stable/filebot/5.0.1/app-changelog.md b/stable/filebot/5.0.1/app-changelog.md deleted file mode 100644 index 3d82e0d4df..0000000000 --- a/stable/filebot/5.0.1/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [filebot-5.0.1](https://github.com/truecharts/charts/compare/filebot-5.0.0...filebot-5.0.1) (2023-10-07) - -### Chore - -- update helm general non-major ([#13386](https://github.com/truecharts/charts/issues/13386)) - - \ No newline at end of file diff --git a/stable/filebot/5.0.1/CHANGELOG.md b/stable/filebot/5.0.2/CHANGELOG.md similarity index 90% rename from stable/filebot/5.0.1/CHANGELOG.md rename to stable/filebot/5.0.2/CHANGELOG.md index 24c7cfc3e2..53e9a0600b 100644 --- a/stable/filebot/5.0.1/CHANGELOG.md +++ b/stable/filebot/5.0.2/CHANGELOG.md @@ -4,6 +4,15 @@ +## [filebot-5.0.2](https://github.com/truecharts/charts/compare/filebot-5.0.1...filebot-5.0.2) (2023-10-20) + +### Chore + +- update container image tccr.io/truecharts/filebot to v23.10.1 ([#13829](https://github.com/truecharts/charts/issues/13829)) + + + + ## [filebot-5.0.1](https://github.com/truecharts/charts/compare/filebot-5.0.0...filebot-5.0.1) (2023-10-07) ### Chore @@ -88,12 +97,3 @@ - update helm general non-major ([#9393](https://github.com/truecharts/charts/issues/9393)) - ### Feat - -- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203)) - - - - -## [filebot-4.0.10](https://github.com/truecharts/charts/compare/filebot-4.0.9...filebot-4.0.10) (2023-05-27) - diff --git a/stable/filebot/5.0.1/Chart.yaml b/stable/filebot/5.0.2/Chart.yaml similarity index 95% rename from stable/filebot/5.0.1/Chart.yaml rename to stable/filebot/5.0.2/Chart.yaml index 62bc0dc9f9..df2884efaf 100644 --- a/stable/filebot/5.0.1/Chart.yaml +++ b/stable/filebot/5.0.2/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "23.06.1" +appVersion: "23.10.1" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/filebot - https://github.com/jlesage/docker-filebot type: application -version: 5.0.1 +version: 5.0.2 annotations: truecharts.org/catagories: | - media diff --git a/stable/filebot/5.0.1/README.md b/stable/filebot/5.0.2/README.md similarity index 100% rename from stable/filebot/5.0.1/README.md rename to stable/filebot/5.0.2/README.md diff --git a/stable/filebot/5.0.2/app-changelog.md b/stable/filebot/5.0.2/app-changelog.md new file mode 100644 index 0000000000..7a8801cb0e --- /dev/null +++ b/stable/filebot/5.0.2/app-changelog.md @@ -0,0 +1,9 @@ + + +## [filebot-5.0.2](https://github.com/truecharts/charts/compare/filebot-5.0.1...filebot-5.0.2) (2023-10-20) + +### Chore + +- update container image tccr.io/truecharts/filebot to v23.10.1 ([#13829](https://github.com/truecharts/charts/issues/13829)) + + \ No newline at end of file diff --git a/stable/filebot/5.0.1/app-readme.md b/stable/filebot/5.0.2/app-readme.md similarity index 100% rename from stable/filebot/5.0.1/app-readme.md rename to stable/filebot/5.0.2/app-readme.md diff --git a/stable/filebot/5.0.1/charts/common-14.0.9.tgz b/stable/filebot/5.0.2/charts/common-14.0.9.tgz similarity index 100% rename from stable/filebot/5.0.1/charts/common-14.0.9.tgz rename to stable/filebot/5.0.2/charts/common-14.0.9.tgz diff --git a/stable/filebot/5.0.1/ix_values.yaml b/stable/filebot/5.0.2/ix_values.yaml similarity index 97% rename from stable/filebot/5.0.1/ix_values.yaml rename to stable/filebot/5.0.2/ix_values.yaml index 99feb66df3..a6f07d4262 100644 --- a/stable/filebot/5.0.1/ix_values.yaml +++ b/stable/filebot/5.0.2/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/filebot - tag: v23.06.1@sha256:ffaf2dcfe30ae29fce7a721d42938eab4c629343e466694d44f3f97329b8fc9f + tag: v23.10.1@sha256:383349f12f3d3c66625592a705574a84b3c0ed0920f8c7932c0640422930d7e9 pullPolicy: IfNotPresent securityContext: diff --git a/stable/filebot/5.0.1/questions.yaml b/stable/filebot/5.0.2/questions.yaml similarity index 100% rename from stable/filebot/5.0.1/questions.yaml rename to stable/filebot/5.0.2/questions.yaml diff --git a/stable/filebot/5.0.1/templates/NOTES.txt b/stable/filebot/5.0.2/templates/NOTES.txt similarity index 100% rename from stable/filebot/5.0.1/templates/NOTES.txt rename to stable/filebot/5.0.2/templates/NOTES.txt diff --git a/stable/filebot/5.0.1/templates/common.yaml b/stable/filebot/5.0.2/templates/common.yaml similarity index 100% rename from stable/filebot/5.0.1/templates/common.yaml rename to stable/filebot/5.0.2/templates/common.yaml diff --git a/stable/filebot/5.0.1/values.yaml b/stable/filebot/5.0.2/values.yaml similarity index 100% rename from stable/filebot/5.0.1/values.yaml rename to stable/filebot/5.0.2/values.yaml