diff --git a/stable/minecraft-bedrock/5.0.1/app-changelog.md b/stable/minecraft-bedrock/5.0.1/app-changelog.md deleted file mode 100644 index 8e6826dff0..0000000000 --- a/stable/minecraft-bedrock/5.0.1/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [minecraft-bedrock-5.0.1](https://github.com/truecharts/charts/compare/minecraft-bedrock-5.0.0...minecraft-bedrock-5.0.1) (2023-08-31) - -### Chore - -- update container image tccr.io/truecharts/minecraft-bedrock to v2023.8.1 ([#12097](https://github.com/truecharts/charts/issues/12097)) - - \ No newline at end of file diff --git a/stable/minecraft-bedrock/5.0.1/CHANGELOG.md b/stable/minecraft-bedrock/5.0.2/CHANGELOG.md similarity index 94% rename from stable/minecraft-bedrock/5.0.1/CHANGELOG.md rename to stable/minecraft-bedrock/5.0.2/CHANGELOG.md index 8c6a4a09c7..343b51730d 100644 --- a/stable/minecraft-bedrock/5.0.1/CHANGELOG.md +++ b/stable/minecraft-bedrock/5.0.2/CHANGELOG.md @@ -4,6 +4,11 @@ +## [minecraft-bedrock-5.0.2](https://github.com/truecharts/charts/compare/minecraft-bedrock-5.0.1...minecraft-bedrock-5.0.2) (2023-09-03) + + + + ## [minecraft-bedrock-5.0.1](https://github.com/truecharts/charts/compare/minecraft-bedrock-5.0.0...minecraft-bedrock-5.0.1) (2023-08-31) ### Chore @@ -92,8 +97,3 @@ ### Chore - update helm general non-major ([#9393](https://github.com/truecharts/charts/issues/9393)) - - - - -## [minecraft-bedrock-4.0.17](https://github.com/truecharts/charts/compare/minecraft-bedrock-4.0.16...minecraft-bedrock-4.0.17) (2023-05-27) diff --git a/stable/minecraft-bedrock/5.0.1/Chart.yaml b/stable/minecraft-bedrock/5.0.2/Chart.yaml similarity index 98% rename from stable/minecraft-bedrock/5.0.1/Chart.yaml rename to stable/minecraft-bedrock/5.0.2/Chart.yaml index 9c054bbcf7..7afb828a36 100644 --- a/stable/minecraft-bedrock/5.0.1/Chart.yaml +++ b/stable/minecraft-bedrock/5.0.2/Chart.yaml @@ -20,7 +20,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-bedrock - https://github.com/itzg/docker-minecraft-server type: application -version: 5.0.1 +version: 5.0.2 annotations: truecharts.org/catagories: | - games diff --git a/stable/minecraft-bedrock/5.0.1/README.md b/stable/minecraft-bedrock/5.0.2/README.md similarity index 100% rename from stable/minecraft-bedrock/5.0.1/README.md rename to stable/minecraft-bedrock/5.0.2/README.md diff --git a/stable/minecraft-bedrock/5.0.2/app-changelog.md b/stable/minecraft-bedrock/5.0.2/app-changelog.md new file mode 100644 index 0000000000..48af4655b0 --- /dev/null +++ b/stable/minecraft-bedrock/5.0.2/app-changelog.md @@ -0,0 +1,4 @@ + + +## [minecraft-bedrock-5.0.2](https://github.com/truecharts/charts/compare/minecraft-bedrock-5.0.1...minecraft-bedrock-5.0.2) (2023-09-03) + diff --git a/stable/minecraft-bedrock/5.0.1/app-readme.md b/stable/minecraft-bedrock/5.0.2/app-readme.md similarity index 100% rename from stable/minecraft-bedrock/5.0.1/app-readme.md rename to stable/minecraft-bedrock/5.0.2/app-readme.md diff --git a/stable/minecraft-bedrock/5.0.1/charts/common-14.0.1.tgz b/stable/minecraft-bedrock/5.0.2/charts/common-14.0.1.tgz similarity index 100% rename from stable/minecraft-bedrock/5.0.1/charts/common-14.0.1.tgz rename to stable/minecraft-bedrock/5.0.2/charts/common-14.0.1.tgz diff --git a/stable/minecraft-bedrock/5.0.1/ix_values.yaml b/stable/minecraft-bedrock/5.0.2/ix_values.yaml similarity index 96% rename from stable/minecraft-bedrock/5.0.1/ix_values.yaml rename to stable/minecraft-bedrock/5.0.2/ix_values.yaml index 134b7c46c8..c74023435c 100644 --- a/stable/minecraft-bedrock/5.0.1/ix_values.yaml +++ b/stable/minecraft-bedrock/5.0.2/ix_values.yaml @@ -31,7 +31,8 @@ workload: startup: enabled: false env: - EULA: "TRUE" + EULA: true + ENABLE_LAN_VISIBILITY: false VERSION: "LATEST" SERVER_NAME: "TrueCharts Dedicated Server!" SERVER_PORT: "{{ .Values.service.main.ports.main.port }}" diff --git a/stable/minecraft-bedrock/5.0.1/questions.yaml b/stable/minecraft-bedrock/5.0.2/questions.yaml similarity index 99% rename from stable/minecraft-bedrock/5.0.1/questions.yaml rename to stable/minecraft-bedrock/5.0.2/questions.yaml index d7a97ea744..e47c29fd3b 100644 --- a/stable/minecraft-bedrock/5.0.1/questions.yaml +++ b/stable/minecraft-bedrock/5.0.2/questions.yaml @@ -94,7 +94,6 @@ questions: type: dict attrs: - - variable: env group: "App Configuration" label: "Image Environment" @@ -102,6 +101,17 @@ questions: additional_attrs: true type: dict attrs: + - variable: EULA + label: Minecraft Eula + schema: + type: boolean + required: true + default: false + - variable: ENABLE_LAN_VISIBILITY + label: Enable Lan Visibility + schema: + type: boolean + default: false - variable: VERSION label: "Minecraft version" description: "Options: LATEST, PREVIOUS or version number" @@ -281,6 +291,7 @@ questions: schema: type: boolean default: false + - variable: envList label: Extra Environment Variables description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." diff --git a/stable/minecraft-bedrock/5.0.1/templates/NOTES.txt b/stable/minecraft-bedrock/5.0.2/templates/NOTES.txt similarity index 100% rename from stable/minecraft-bedrock/5.0.1/templates/NOTES.txt rename to stable/minecraft-bedrock/5.0.2/templates/NOTES.txt diff --git a/stable/minecraft-bedrock/5.0.1/templates/common.yaml b/stable/minecraft-bedrock/5.0.2/templates/common.yaml similarity index 100% rename from stable/minecraft-bedrock/5.0.1/templates/common.yaml rename to stable/minecraft-bedrock/5.0.2/templates/common.yaml diff --git a/stable/minecraft-bedrock/5.0.1/values.yaml b/stable/minecraft-bedrock/5.0.2/values.yaml similarity index 100% rename from stable/minecraft-bedrock/5.0.1/values.yaml rename to stable/minecraft-bedrock/5.0.2/values.yaml