chore(helm): update image docker.io/itzg/minecraft-bedrock-server 2025.5.0 → 2025.6.0 (#36423)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/itzg/minecraft-bedrock-server](https://redirect.github.com/itzg/docker-minecraft-bedrock-server) | minor | `263acc4` -> `2b02fb2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>itzg/docker-minecraft-bedrock-server (docker.io/itzg/minecraft-bedrock-server)</summary> ### [`v2025.6.0`](https://redirect.github.com/itzg/docker-minecraft-bedrock-server/releases/tag/2025.6.0) [Compare Source](https://redirect.github.com/itzg/docker-minecraft-bedrock-server/compare/2025.5.0...2025.6.0) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed ##### Bug Fixes - Leave behavior packs in place during upgrade by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-bedrock-server/pull/522](https://redirect.github.com/itzg/docker-minecraft-bedrock-server/pull/522) - Fixed preview version lookup by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-bedrock-server/pull/527](https://redirect.github.com/itzg/docker-minecraft-bedrock-server/pull/527) - Restored support for downloading specific versions by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-bedrock-server/pull/528](https://redirect.github.com/itzg/docker-minecraft-bedrock-server/pull/528) ##### Other Changes - Install jemalloc2 for arm64 image by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-bedrock-server/pull/517](https://redirect.github.com/itzg/docker-minecraft-bedrock-server/pull/517) - Add DIRECT_DOWNLOAD_URL environment variable by [@​meek2100](https://redirect.github.com/meek2100) in [https://github.com/itzg/docker-minecraft-bedrock-server/pull/523](https://redirect.github.com/itzg/docker-minecraft-bedrock-server/pull/523) - Update bedrock-entry.sh, fix `data-platform` missing error by [@​robzr](https://redirect.github.com/robzr) in [https://github.com/itzg/docker-minecraft-bedrock-server/pull/525](https://redirect.github.com/itzg/docker-minecraft-bedrock-server/pull/525) #### New Contributors - [@​meek2100](https://redirect.github.com/meek2100) made their first contribution in [https://github.com/itzg/docker-minecraft-bedrock-server/pull/523](https://redirect.github.com/itzg/docker-minecraft-bedrock-server/pull/523) - [@​robzr](https://redirect.github.com/robzr) made their first contribution in [https://github.com/itzg/docker-minecraft-bedrock-server/pull/525](https://redirect.github.com/itzg/docker-minecraft-bedrock-server/pull/525) **Full Changelog**: https://github.com/itzg/docker-minecraft-bedrock-server/compare/2025.5.0...2025.6.0 </details> --- ### Configuration 📅 **Schedule**: 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2025.5.0
|
||||
appVersion: 2025.6.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -35,5 +35,5 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-bedrock
|
||||
- https://hub.docker.com/r/itzg/minecraft-bedrock-server
|
||||
type: application
|
||||
version: 11.1.0
|
||||
version: 11.2.0
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/itzg/minecraft-bedrock-server
|
||||
tag: 2025.5.0@sha256:263acc4a01c01adc76fedf92934f125144a93eab8f8550c85015348386c6bfa2
|
||||
tag: 2025.6.0@sha256:2b02fb234a4d1dc968b0207d7fb024bf9afee52c3b0823b26e1713e32faa51e0
|
||||
pullPolicy: Always
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user