fix(minecraft-bedrock): update image ghcr.io/itzg/minecraft-bedrock-server 2026.6.1 → 2026.6.2 (#49570)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/itzg/minecraft-bedrock-server](https://redirect.github.com/itzg/docker-minecraft-bedrock-server) | patch | `35e2cc7` → `8e045b7` | --- > [!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 <details> <summary>itzg/docker-minecraft-bedrock-server (ghcr.io/itzg/minecraft-bedrock-server)</summary> ### [`v2026.6.2`](https://redirect.github.com/itzg/docker-minecraft-bedrock-server/releases/tag/2026.6.2) [Compare Source](https://redirect.github.com/itzg/docker-minecraft-bedrock-server/compare/2026.6.1...2026.6.2) <!-- Release notes generated using configuration in .github/release.yml at 612fb2479ecefb8f827f292c78c150d679e91164 --> #### What's Changed ##### Other Changes - Wire optional graceful announce-before-stop into the entrypoint by [@​morrissimo](https://redirect.github.com/morrissimo) in [#​651](https://redirect.github.com/itzg/docker-minecraft-bedrock-server/pull/651) #### New Contributors - [@​morrissimo](https://redirect.github.com/morrissimo) made their first contribution in [#​651](https://redirect.github.com/itzg/docker-minecraft-bedrock-server/pull/651) **Full Changelog**: <https://github.com/itzg/docker-minecraft-bedrock-server/compare/2026.6.1...2026.6.2> </details> --- ### 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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9taW5lY3JhZnQtYmVkcm9jayIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2026.6.1
|
||||
appVersion: 2026.6.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.6.0
|
||||
@@ -35,5 +35,5 @@ sources:
|
||||
- https://github.com/itzg/docker-minecraft-server
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/minecraft-bedrock
|
||||
type: application
|
||||
version: 14.8.0
|
||||
version: 14.8.1
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# yaml-language-server: $schema=./values.schema.json
|
||||
image:
|
||||
repository: ghcr.io/itzg/minecraft-bedrock-server
|
||||
tag: 2026.6.1@sha256:35e2cc7de2009b247c850d7c88415b2bc7d1559a690232927a447031d3b381c1
|
||||
tag: 2026.6.2@sha256:8e045b7b3a4d43ad70459356874a262fd63e2f2ce82d5b0c9e5e956233e9d771
|
||||
pullPolicy: Always
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user