unchama / kube-cluster-on-proxmox

Proxmox環境でサクッと作ってサクっと壊せる高可用性なkubernetesクラスタを作ってみる
MIT License
51 stars 4 forks source link

chore(deps): update dependency itzg/minecraft-server to v2022.8.0 #29

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Update Change
itzg/minecraft-server minor 2022.6.0-java17-alpine -> 2022.8.0-java17-alpine

Release Notes

itzg/docker-minecraft-server ### [`v2022.8.0`](https://togithub.com/itzg/docker-minecraft-server/releases/tag/2022.8.0) [Compare Source](https://togithub.com/itzg/docker-minecraft-server/compare/2022.7.0...2022.8.0) #### What's Changed - Constrain GENERIC_PACK base detection depth by [@​itzg](https://togithub.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/1528](https://togithub.com/itzg/docker-minecraft-server/pull/1528) - Add jarfile options and custom worlds directory path (Multiverse) to docs by [@​skylerspaeth](https://togithub.com/skylerspaeth) in [https://github.com/itzg/docker-minecraft-server/pull/1527](https://togithub.com/itzg/docker-minecraft-server/pull/1527) - docs: Corrected image tag in FTB example by [@​itzg](https://togithub.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/1530](https://togithub.com/itzg/docker-minecraft-server/pull/1530) - Fixed older versions of purpur that were not removed by [@​bensuperpc](https://togithub.com/bensuperpc) in [https://github.com/itzg/docker-minecraft-server/pull/1531](https://togithub.com/itzg/docker-minecraft-server/pull/1531) - CurseForge modpacks use run.sh when present by [@​itzg](https://togithub.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/1534](https://togithub.com/itzg/docker-minecraft-server/pull/1534) - Pin base images to focal until netty epoll support is fixed by [@​itzg](https://togithub.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/1536](https://togithub.com/itzg/docker-minecraft-server/pull/1536) - Provide clearer log when minecraft server process fails by [@​itzg](https://togithub.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/1538](https://togithub.com/itzg/docker-minecraft-server/pull/1538) - For CurseForge, avoid conflicting start script error when run.sh present by [@​itzg](https://togithub.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/1539](https://togithub.com/itzg/docker-minecraft-server/pull/1539) - build: alpine build needed sh not bash by [@​itzg](https://togithub.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/1540](https://togithub.com/itzg/docker-minecraft-server/pull/1540) - misc: Removed 88135 from spiget test by [@​itzg](https://togithub.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/1541](https://togithub.com/itzg/docker-minecraft-server/pull/1541) - Place EULA file into subdir managed by ServerSetup by [@​itzg](https://togithub.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/1543](https://togithub.com/itzg/docker-minecraft-server/pull/1543) #### New Contributors - [@​skylerspaeth](https://togithub.com/skylerspaeth) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/1527](https://togithub.com/itzg/docker-minecraft-server/pull/1527) - [@​bensuperpc](https://togithub.com/bensuperpc) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/1531](https://togithub.com/itzg/docker-minecraft-server/pull/1531) **Full Changelog**: https://github.com/itzg/docker-minecraft-server/compare/2022.7.0...2022.8.0 ### [`v2022.7.0`](https://togithub.com/itzg/docker-minecraft-server/releases/tag/2022.7.0) [Compare Source](https://togithub.com/itzg/docker-minecraft-server/compare/2022.6.0...2022.7.0) #### What's Changed - Fixed running as uid=0 even with UID unset by [@​itzg](https://togithub.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/1475](https://togithub.com/itzg/docker-minecraft-server/pull/1475) - Fix forge using 1.17+ version after downgrade by [@​CDFN](https://togithub.com/CDFN) in [https://github.com/itzg/docker-minecraft-server/pull/1474](https://togithub.com/itzg/docker-minecraft-server/pull/1474) - Updated rcon-cli to support variables cleanup by [@​itzg](https://togithub.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/1476](https://togithub.com/itzg/docker-minecraft-server/pull/1476) - Updated rolling logs config to also be size based by [@​itzg](https://togithub.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/1478](https://togithub.com/itzg/docker-minecraft-server/pull/1478) - Fix alpine incompatibility by [@​CDFN](https://togithub.com/CDFN) in [https://github.com/itzg/docker-minecraft-server/pull/1481](https://togithub.com/itzg/docker-minecraft-server/pull/1481) - Fix PACKWIZ_URL not accepting file:// URIs by [@​darcros](https://togithub.com/darcros) in [https://github.com/itzg/docker-minecraft-server/pull/1488](https://togithub.com/itzg/docker-minecraft-server/pull/1488) - added Loliserver support by [@​Sylensky](https://togithub.com/Sylensky) in [https://github.com/itzg/docker-minecraft-server/pull/1483](https://togithub.com/itzg/docker-minecraft-server/pull/1483) - Avoid brittle testing of Loliserver due to download site by [@​itzg](https://togithub.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/1489](https://togithub.com/itzg/docker-minecraft-server/pull/1489) - Download spiget resources to tempdir under plugins by [@​virtualdxs](https://togithub.com/virtualdxs) in [https://github.com/itzg/docker-minecraft-server/pull/1486](https://togithub.com/itzg/docker-minecraft-server/pull/1486) - Disable forgeapi tests for now by [@​itzg](https://togithub.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/1499](https://togithub.com/itzg/docker-minecraft-server/pull/1499) - Fix invalid -s arg with TYPE=FORGE by [@​itzg](https://togithub.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/1501](https://togithub.com/itzg/docker-minecraft-server/pull/1501) - Fix memory env vars being overridden if set to "" by [@​md5nake](https://togithub.com/md5nake) in [https://github.com/itzg/docker-minecraft-server/pull/1512](https://togithub.com/itzg/docker-minecraft-server/pull/1512) - docs: Embedded table of contents is redundant and makes it hard to see top part of docs by [@​itzg](https://togithub.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/1516](https://togithub.com/itzg/docker-minecraft-server/pull/1516) - Add initial support for Quilt server by [@​fischer-felix](https://togithub.com/fischer-felix) in [https://github.com/itzg/docker-minecraft-server/pull/1514](https://togithub.com/itzg/docker-minecraft-server/pull/1514) - Adding 'run.sh' as a variant for FTBA server types by [@​seanwcom](https://togithub.com/seanwcom) in [https://github.com/itzg/docker-minecraft-server/pull/1521](https://togithub.com/itzg/docker-minecraft-server/pull/1521) - docs: Cleanup RCON_CMDS examples by [@​itzg](https://togithub.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/1526](https://togithub.com/itzg/docker-minecraft-server/pull/1526) #### New Contributors - [@​darcros](https://togithub.com/darcros) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/1488](https://togithub.com/itzg/docker-minecraft-server/pull/1488) - [@​Sylensky](https://togithub.com/Sylensky) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/1483](https://togithub.com/itzg/docker-minecraft-server/pull/1483) - [@​md5nake](https://togithub.com/md5nake) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/1512](https://togithub.com/itzg/docker-minecraft-server/pull/1512) - [@​fischer-felix](https://togithub.com/fischer-felix) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/1514](https://togithub.com/itzg/docker-minecraft-server/pull/1514) - [@​seanwcom](https://togithub.com/seanwcom) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/1521](https://togithub.com/itzg/docker-minecraft-server/pull/1521) **Full Changelog**: https://github.com/itzg/docker-minecraft-server/compare/2022.6.0...2022.7.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.



This PR has been generated by Mend Renovate. View repository job log here.