From fb33b0875507a2b5fa84c14f81fd2c4aab7d0fb1 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sat, 13 Jan 2024 13:19:06 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/satisfactory/8.1.6/app-changelog.md | 9 --------- .../{8.1.6 => 8.1.7}/CHANGELOG.md | 18 +++++++++--------- .../satisfactory/{8.1.6 => 8.1.7}/Chart.yaml | 4 ++-- .../satisfactory/{8.1.6 => 8.1.7}/README.md | 0 stable/satisfactory/8.1.7/app-changelog.md | 9 +++++++++ .../{8.1.6 => 8.1.7}/app-readme.md | 0 .../charts/common-17.2.22.tgz | Bin .../{8.1.6 => 8.1.7}/ix_values.yaml | 0 .../{8.1.6 => 8.1.7}/questions.yaml | 2 +- .../{8.1.6 => 8.1.7}/templates/NOTES.txt | 0 .../{8.1.6 => 8.1.7}/templates/common.yaml | 0 .../satisfactory/{8.1.6 => 8.1.7}/values.yaml | 0 12 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/satisfactory/8.1.6/app-changelog.md rename stable/satisfactory/{8.1.6 => 8.1.7}/CHANGELOG.md (88%) rename stable/satisfactory/{8.1.6 => 8.1.7}/Chart.yaml (98%) rename stable/satisfactory/{8.1.6 => 8.1.7}/README.md (100%) create mode 100644 stable/satisfactory/8.1.7/app-changelog.md rename stable/satisfactory/{8.1.6 => 8.1.7}/app-readme.md (100%) rename stable/satisfactory/{8.1.6 => 8.1.7}/charts/common-17.2.22.tgz (100%) rename stable/satisfactory/{8.1.6 => 8.1.7}/ix_values.yaml (100%) rename stable/satisfactory/{8.1.6 => 8.1.7}/questions.yaml (99%) rename stable/satisfactory/{8.1.6 => 8.1.7}/templates/NOTES.txt (100%) rename stable/satisfactory/{8.1.6 => 8.1.7}/templates/common.yaml (100%) rename stable/satisfactory/{8.1.6 => 8.1.7}/values.yaml (100%) diff --git a/stable/satisfactory/8.1.6/app-changelog.md b/stable/satisfactory/8.1.6/app-changelog.md deleted file mode 100644 index 74d6be25e48..00000000000 --- a/stable/satisfactory/8.1.6/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [satisfactory-8.1.6](https://github.com/truecharts/charts/compare/satisfactory-8.1.5...satisfactory-8.1.6) (2024-01-09) - -### Chore - - - -- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) \ No newline at end of file diff --git a/stable/satisfactory/8.1.6/CHANGELOG.md b/stable/satisfactory/8.1.7/CHANGELOG.md similarity index 88% rename from stable/satisfactory/8.1.6/CHANGELOG.md rename to stable/satisfactory/8.1.7/CHANGELOG.md index 3fe753cfd15..7ca6ea163db 100644 --- a/stable/satisfactory/8.1.6/CHANGELOG.md +++ b/stable/satisfactory/8.1.7/CHANGELOG.md @@ -7,6 +7,15 @@ title: Changelog +## [satisfactory-8.1.7](https://github.com/truecharts/charts/compare/satisfactory-8.1.6...satisfactory-8.1.7) (2024-01-13) + +### Fix + + + +- fix wrong variable name for query port ([#17091](https://github.com/truecharts/charts/issues/17091)) + + ## [satisfactory-8.1.6](https://github.com/truecharts/charts/compare/satisfactory-8.1.5...satisfactory-8.1.6) (2024-01-09) ### Chore @@ -88,12 +97,3 @@ title: Changelog - update helm chart common to 17.1.0 by renovate ([#16532](https://github.com/truecharts/charts/issues/16532)) -## [satisfactory-7.0.11](https://github.com/truecharts/charts/compare/satisfactory-7.0.10...satisfactory-7.0.11) (2023-12-24) - -### Chore - -- update helm general non-major by renovate ([#16384](https://github.com/truecharts/charts/issues/16384)) - -## [satisfactory-7.0.10](https://github.com/truecharts/charts/compare/satisfactory-7.0.9...satisfactory-7.0.10) (2023-12-24) - -### Chore diff --git a/stable/satisfactory/8.1.6/Chart.yaml b/stable/satisfactory/8.1.7/Chart.yaml similarity index 98% rename from stable/satisfactory/8.1.6/Chart.yaml rename to stable/satisfactory/8.1.7/Chart.yaml index b5304e08118..e2aa5214cd3 100644 --- a/stable/satisfactory/8.1.6/Chart.yaml +++ b/stable/satisfactory/8.1.7/Chart.yaml @@ -1,16 +1,16 @@ kubeVersion: ">=1.24.0-0" apiVersion: v2 name: satisfactory -version: 8.1.6 +version: 8.1.7 appVersion: 1.6.1 description: Satisfactory Dedicated Server home: https://truecharts.org/charts/stable/satisfactory icon: https://truecharts.org/img/hotlink-ok/chart-icons/satisfactory.png deprecated: false sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/satisfactory - https://hub.docker.com/r/wolveix/satisfactory-server - https://github.com/wolveix/satisfactory-server - - https://github.com/truecharts/charts/tree/master/charts/stable/satisfactory maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/satisfactory/8.1.6/README.md b/stable/satisfactory/8.1.7/README.md similarity index 100% rename from stable/satisfactory/8.1.6/README.md rename to stable/satisfactory/8.1.7/README.md diff --git a/stable/satisfactory/8.1.7/app-changelog.md b/stable/satisfactory/8.1.7/app-changelog.md new file mode 100644 index 00000000000..72533bd63f5 --- /dev/null +++ b/stable/satisfactory/8.1.7/app-changelog.md @@ -0,0 +1,9 @@ + + +## [satisfactory-8.1.7](https://github.com/truecharts/charts/compare/satisfactory-8.1.6...satisfactory-8.1.7) (2024-01-13) + +### Fix + + + +- fix wrong variable name for query port ([#17091](https://github.com/truecharts/charts/issues/17091)) \ No newline at end of file diff --git a/stable/satisfactory/8.1.6/app-readme.md b/stable/satisfactory/8.1.7/app-readme.md similarity index 100% rename from stable/satisfactory/8.1.6/app-readme.md rename to stable/satisfactory/8.1.7/app-readme.md diff --git a/stable/satisfactory/8.1.6/charts/common-17.2.22.tgz b/stable/satisfactory/8.1.7/charts/common-17.2.22.tgz similarity index 100% rename from stable/satisfactory/8.1.6/charts/common-17.2.22.tgz rename to stable/satisfactory/8.1.7/charts/common-17.2.22.tgz diff --git a/stable/satisfactory/8.1.6/ix_values.yaml b/stable/satisfactory/8.1.7/ix_values.yaml similarity index 100% rename from stable/satisfactory/8.1.6/ix_values.yaml rename to stable/satisfactory/8.1.7/ix_values.yaml diff --git a/stable/satisfactory/8.1.6/questions.yaml b/stable/satisfactory/8.1.7/questions.yaml similarity index 99% rename from stable/satisfactory/8.1.6/questions.yaml rename to stable/satisfactory/8.1.7/questions.yaml index f8439f369e8..6204f3b16ba 100644 --- a/stable/satisfactory/8.1.6/questions.yaml +++ b/stable/satisfactory/8.1.7/questions.yaml @@ -471,7 +471,7 @@ questions: additional_attrs: true type: dict attrs: - - variable: main + - variable: query label: "Query Service Port Configuration" schema: additional_attrs: true diff --git a/stable/satisfactory/8.1.6/templates/NOTES.txt b/stable/satisfactory/8.1.7/templates/NOTES.txt similarity index 100% rename from stable/satisfactory/8.1.6/templates/NOTES.txt rename to stable/satisfactory/8.1.7/templates/NOTES.txt diff --git a/stable/satisfactory/8.1.6/templates/common.yaml b/stable/satisfactory/8.1.7/templates/common.yaml similarity index 100% rename from stable/satisfactory/8.1.6/templates/common.yaml rename to stable/satisfactory/8.1.7/templates/common.yaml diff --git a/stable/satisfactory/8.1.6/values.yaml b/stable/satisfactory/8.1.7/values.yaml similarity index 100% rename from stable/satisfactory/8.1.6/values.yaml rename to stable/satisfactory/8.1.7/values.yaml