From 71a6c08ada07cbe7399402145c9e7cb963cc4488 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Thu, 1 Dec 2022 22:18:10 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/filezilla/6.0.4/CHANGELOG.md | 99 ------------------ stable/filezilla/6.0.4/app-changelog.md | 4 - stable/filezilla/6.0.5/CHANGELOG.md | 99 ++++++++++++++++++ stable/filezilla/{6.0.4 => 6.0.5}/Chart.yaml | 2 +- stable/filezilla/{6.0.4 => 6.0.5}/README.md | 0 stable/filezilla/6.0.5/app-changelog.md | 9 ++ .../filezilla/{6.0.4 => 6.0.5}/app-readme.md | 0 .../{6.0.4 => 6.0.5}/charts/common-11.0.4.tgz | Bin .../filezilla/{6.0.4 => 6.0.5}/ix_values.yaml | 2 +- .../filezilla/{6.0.4 => 6.0.5}/questions.yaml | 0 .../{6.0.4 => 6.0.5}/templates/common.yaml | 0 stable/filezilla/{6.0.4 => 6.0.5}/values.yaml | 0 12 files changed, 110 insertions(+), 105 deletions(-) delete mode 100644 stable/filezilla/6.0.4/CHANGELOG.md delete mode 100644 stable/filezilla/6.0.4/app-changelog.md create mode 100644 stable/filezilla/6.0.5/CHANGELOG.md rename stable/filezilla/{6.0.4 => 6.0.5}/Chart.yaml (98%) rename stable/filezilla/{6.0.4 => 6.0.5}/README.md (100%) create mode 100644 stable/filezilla/6.0.5/app-changelog.md rename stable/filezilla/{6.0.4 => 6.0.5}/app-readme.md (100%) rename stable/filezilla/{6.0.4 => 6.0.5}/charts/common-11.0.4.tgz (100%) rename stable/filezilla/{6.0.4 => 6.0.5}/ix_values.yaml (82%) rename stable/filezilla/{6.0.4 => 6.0.5}/questions.yaml (100%) rename stable/filezilla/{6.0.4 => 6.0.5}/templates/common.yaml (100%) rename stable/filezilla/{6.0.4 => 6.0.5}/values.yaml (100%) diff --git a/stable/filezilla/6.0.4/CHANGELOG.md b/stable/filezilla/6.0.4/CHANGELOG.md deleted file mode 100644 index 165707579d..0000000000 --- a/stable/filezilla/6.0.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -**Important:** -*for the complete changelog, please refer to the website* - - - - -## [filezilla-5.0.0](https://github.com/truecharts/charts/compare/filezilla-4.0.55...filezilla-5.0.0) (2022-11-10) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Major Change to GUI - - update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342)) - - update helm general non-major ([#4349](https://github.com/truecharts/charts/issues/4349)) - - update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329)) - - - - -## [filezilla-4.0.58](https://github.com/truecharts/charts/compare/filezilla-4.0.55...filezilla-4.0.58) (2022-11-08) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342)) - - update helm general non-major ([#4349](https://github.com/truecharts/charts/issues/4349)) - - update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329)) - - - - -## [filezilla-4.0.57](https://github.com/truecharts/charts/compare/filezilla-4.0.55...filezilla-4.0.57) (2022-11-08) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342)) - - update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329)) - - - - -## [filezilla-4.0.57](https://github.com/truecharts/charts/compare/filezilla-4.0.55...filezilla-4.0.57) (2022-11-08) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342)) - - update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329)) - - - - -## [filezilla-4.0.57](https://github.com/truecharts/charts/compare/filezilla-4.0.55...filezilla-4.0.57) (2022-11-08) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342)) - - update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329)) - - - - -## [filezilla-4.0.56](https://github.com/truecharts/charts/compare/filezilla-4.0.55...filezilla-4.0.56) (2022-11-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329)) - - - - -## [filezilla-4.0.56](https://github.com/truecharts/charts/compare/filezilla-4.0.55...filezilla-4.0.56) (2022-11-06) - -### Chore - diff --git a/stable/filezilla/6.0.4/app-changelog.md b/stable/filezilla/6.0.4/app-changelog.md deleted file mode 100644 index 348aa86fb8..0000000000 --- a/stable/filezilla/6.0.4/app-changelog.md +++ /dev/null @@ -1,4 +0,0 @@ - - -## [filezilla-6.0.4](https://github.com/truecharts/charts/compare/filezilla-6.0.3...filezilla-6.0.4) (2022-11-30) - diff --git a/stable/filezilla/6.0.5/CHANGELOG.md b/stable/filezilla/6.0.5/CHANGELOG.md new file mode 100644 index 0000000000..810443a941 --- /dev/null +++ b/stable/filezilla/6.0.5/CHANGELOG.md @@ -0,0 +1,99 @@ +**Important:** +*for the complete changelog, please refer to the website* + + + + +## [filezilla-6.0.5](https://github.com/truecharts/charts/compare/filezilla-6.0.4...filezilla-6.0.5) (2022-12-01) + +### Chore + +- update container image tccr.io/truecharts/filezilla to 3.59.0 ([#5069](https://github.com/truecharts/charts/issues/5069)) + + + + +## [filezilla-6.0.4](https://github.com/truecharts/charts/compare/filezilla-6.0.3...filezilla-6.0.4) (2022-11-30) + + + + +## [filezilla-6.0.4](https://github.com/truecharts/charts/compare/filezilla-6.0.3...filezilla-6.0.4) (2022-11-30) + + + + +## [filezilla-6.0.4](https://github.com/truecharts/charts/compare/filezilla-6.0.3...filezilla-6.0.4) (2022-11-30) + + + + +## [filezilla-6.0.4](https://github.com/truecharts/charts/compare/filezilla-6.0.3...filezilla-6.0.4) (2022-11-30) + + + + +## [filezilla-6.0.4](https://github.com/truecharts/charts/compare/filezilla-6.0.3...filezilla-6.0.4) (2022-11-30) + + + + +## [filezilla-6.0.4](https://github.com/truecharts/charts/compare/filezilla-6.0.3...filezilla-6.0.4) (2022-11-30) + + + + +## [filezilla-6.0.4](https://github.com/truecharts/charts/compare/filezilla-6.0.3...filezilla-6.0.4) (2022-11-30) + + + + +## [filezilla-6.0.4](https://github.com/truecharts/charts/compare/filezilla-6.0.3...filezilla-6.0.4) (2022-11-30) + + + + +## [filezilla-6.0.4](https://github.com/truecharts/charts/compare/filezilla-6.0.3...filezilla-6.0.4) (2022-11-30) + + + + +## [filezilla-6.0.4](https://github.com/truecharts/charts/compare/filezilla-6.0.3...filezilla-6.0.4) (2022-11-30) + + + + +## [filezilla-6.0.3](https://github.com/truecharts/charts/compare/filezilla-6.0.2...filezilla-6.0.3) (2022-11-25) + +### Chore + +- update container image tccr.io/truecharts/filezilla to 3.59.0 ([#4812](https://github.com/truecharts/charts/issues/4812)) + + + + +## [filezilla-6.0.2](https://github.com/truecharts/charts/compare/filezilla-6.0.1...filezilla-6.0.2) (2022-11-17) + +### Chore + +- update container image tccr.io/truecharts/filezilla to 3.59.0 ([#4549](https://github.com/truecharts/charts/issues/4549)) + + + + +## [filezilla-6.0.1](https://github.com/truecharts/charts/compare/filezilla-6.0.0...filezilla-6.0.1) (2022-11-15) + +### Chore + +- update helm general non-major ([#4463](https://github.com/truecharts/charts/issues/4463)) + + + + +## [filezilla-6.0.1](https://github.com/truecharts/charts/compare/filezilla-6.0.0...filezilla-6.0.1) (2022-11-15) + +### Chore + +- update helm general non-major ([#4463](https://github.com/truecharts/charts/issues/4463)) + + diff --git a/stable/filezilla/6.0.4/Chart.yaml b/stable/filezilla/6.0.5/Chart.yaml similarity index 98% rename from stable/filezilla/6.0.4/Chart.yaml rename to stable/filezilla/6.0.5/Chart.yaml index e7de84199a..4ba878c850 100644 --- a/stable/filezilla/6.0.4/Chart.yaml +++ b/stable/filezilla/6.0.5/Chart.yaml @@ -24,7 +24,7 @@ sources: - https://filezilla-project.org/ - https://github.com/linuxserver/docker-filezilla type: application -version: 6.0.4 +version: 6.0.5 annotations: truecharts.org/catagories: | - media diff --git a/stable/filezilla/6.0.4/README.md b/stable/filezilla/6.0.5/README.md similarity index 100% rename from stable/filezilla/6.0.4/README.md rename to stable/filezilla/6.0.5/README.md diff --git a/stable/filezilla/6.0.5/app-changelog.md b/stable/filezilla/6.0.5/app-changelog.md new file mode 100644 index 0000000000..6d92e24496 --- /dev/null +++ b/stable/filezilla/6.0.5/app-changelog.md @@ -0,0 +1,9 @@ + + +## [filezilla-6.0.5](https://github.com/truecharts/charts/compare/filezilla-6.0.4...filezilla-6.0.5) (2022-12-01) + +### Chore + +- update container image tccr.io/truecharts/filezilla to 3.59.0 ([#5069](https://github.com/truecharts/charts/issues/5069)) + + \ No newline at end of file diff --git a/stable/filezilla/6.0.4/app-readme.md b/stable/filezilla/6.0.5/app-readme.md similarity index 100% rename from stable/filezilla/6.0.4/app-readme.md rename to stable/filezilla/6.0.5/app-readme.md diff --git a/stable/filezilla/6.0.4/charts/common-11.0.4.tgz b/stable/filezilla/6.0.5/charts/common-11.0.4.tgz similarity index 100% rename from stable/filezilla/6.0.4/charts/common-11.0.4.tgz rename to stable/filezilla/6.0.5/charts/common-11.0.4.tgz diff --git a/stable/filezilla/6.0.4/ix_values.yaml b/stable/filezilla/6.0.5/ix_values.yaml similarity index 82% rename from stable/filezilla/6.0.4/ix_values.yaml rename to stable/filezilla/6.0.5/ix_values.yaml index b1cb51e6f1..a16505d4dc 100644 --- a/stable/filezilla/6.0.4/ix_values.yaml +++ b/stable/filezilla/6.0.5/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/filezilla pullPolicy: IfNotPresent - tag: 3.59.0@sha256:1c413a376e45a582a8ff3055fa57cffff007200bd638cc325dbb58f660f6e148 + tag: 3.59.0@sha256:87ac7b1beb488f2c7aa986f9c5e43602b7bef8824754153d7f7366fe3829613f securityContext: readOnlyRootFilesystem: false diff --git a/stable/filezilla/6.0.4/questions.yaml b/stable/filezilla/6.0.5/questions.yaml similarity index 100% rename from stable/filezilla/6.0.4/questions.yaml rename to stable/filezilla/6.0.5/questions.yaml diff --git a/stable/filezilla/6.0.4/templates/common.yaml b/stable/filezilla/6.0.5/templates/common.yaml similarity index 100% rename from stable/filezilla/6.0.4/templates/common.yaml rename to stable/filezilla/6.0.5/templates/common.yaml diff --git a/stable/filezilla/6.0.4/values.yaml b/stable/filezilla/6.0.5/values.yaml similarity index 100% rename from stable/filezilla/6.0.4/values.yaml rename to stable/filezilla/6.0.5/values.yaml