From 6014a04b7c93d348faa96ff45f8c09215f2669d7 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 20 Jun 2026 18:50:46 +0200 Subject: [PATCH] =?UTF-8?q?fix(minecraft-bedrock):=20update=20image=20dock?= =?UTF-8?q?er.io/itzg/minecraft-bedrock-server=202026.6.0=20=E2=86=92=2020?= =?UTF-8?q?26.6.1=20(#49285)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/itzg/minecraft-bedrock-server](https://redirect.github.com/itzg/docker-minecraft-bedrock-server) | patch | `2847bb6` → `35e2cc7` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
itzg/docker-minecraft-bedrock-server (docker.io/itzg/minecraft-bedrock-server) ### [`v2026.6.1`](https://redirect.github.com/itzg/docker-minecraft-bedrock-server/releases/tag/2026.6.1) [Compare Source](https://redirect.github.com/itzg/docker-minecraft-bedrock-server/compare/2026.6.0...2026.6.1) #### What's Changed ##### Other Changes - Update dependency itzg/mc-server-runner to v1.14.8 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​647](https://redirect.github.com/itzg/docker-minecraft-bedrock-server/pull/647) - Update dependency itzg/mc-monitor to v0.16.7 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​646](https://redirect.github.com/itzg/docker-minecraft-bedrock-server/pull/646) - Update dependency itzg/easy-add to v0.8.14 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​645](https://redirect.github.com/itzg/docker-minecraft-bedrock-server/pull/645) - Update dependency itzg/mc-server-runner to v1.15.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​648](https://redirect.github.com/itzg/docker-minecraft-bedrock-server/pull/648) **Full Changelog**:
--- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> --- charts/stable/minecraft-bedrock/Chart.yaml | 4 ++-- charts/stable/minecraft-bedrock/values.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/stable/minecraft-bedrock/Chart.yaml b/charts/stable/minecraft-bedrock/Chart.yaml index 58a702bdb7b..d280213d8ea 100644 --- a/charts/stable/minecraft-bedrock/Chart.yaml +++ b/charts/stable/minecraft-bedrock/Chart.yaml @@ -9,7 +9,7 @@ annotations: trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 2026.6.0 +appVersion: 2026.6.1 dependencies: - name: common version: 29.5.3 @@ -35,5 +35,5 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/minecraft-bedrock - https://hub.docker.com/r/itzg/minecraft-bedrock-server type: application -version: 14.7.0 +version: 14.7.1 diff --git a/charts/stable/minecraft-bedrock/values.yaml b/charts/stable/minecraft-bedrock/values.yaml index 24efc3f528d..acfa88650ec 100644 --- a/charts/stable/minecraft-bedrock/values.yaml +++ b/charts/stable/minecraft-bedrock/values.yaml @@ -1,7 +1,7 @@ # yaml-language-server: $schema=./values.schema.json image: - repository: docker.io/itzg/minecraft-bedrock-server - tag: 2026.6.0@sha256:2847bb60a884afe54d6731dde32698743c5d794b3f6a9785b80d0fdcd7a7d824 + repository: ghcr.io/itzg/minecraft-bedrock-server + tag: 2026.6.1@sha256:35e2cc7de2009b247c850d7c88415b2bc7d1559a690232927a447031d3b381c1 pullPolicy: Always service: main: @@ -55,7 +55,7 @@ workload: periodSeconds: 60 env: EULA: true - ENABLE_LAN_VISIBILITY: false + ENABLE_LAN_VISIBILITY: true VERSION: "LATEST" SERVER_NAME: "TrueCharts Dedicated Server!" SERVER_PORT: "{{ .Values.service.main.ports.main.port }}"