automation: Update minecraft-image Docker tag to v2024.7.2
This MR contains the following updates:
Package | Update | Change |
---|---|---|
minecraft-image | minor |
2024.5.0 -> 2024.7.2
|
Release Notes
itzg/docker-minecraft-server (minecraft-image)
v2024.7.2
What's Changed
Enhancements
- Updated and Improved install scripts. by @keepittechie in https://github.com/itzg/docker-minecraft-server/pull/3006
- Add itemphysic-lite to global exclude by @ruskington in https://github.com/itzg/docker-minecraft-server/pull/3014
Documentation
- docs: add service annotation patching to example kustomization by @itzg in https://github.com/itzg/docker-minecraft-server/pull/3020
Other Changes
- build: remove pre-installed ubuntu user for consistency by @itzg in https://github.com/itzg/docker-minecraft-server/pull/3016
New Contributors
- @keepittechie made their first contribution in https://github.com/itzg/docker-minecraft-server/pull/3006
- @ruskington made their first contribution in https://github.com/itzg/docker-minecraft-server/pull/3014
Full Changelog: https://github.com/itzg/docker-minecraft-server/compare/2024.7.1...2024.7.2
v2024.7.0
What's Changed
Enhancements
- Update cf-exclude-include.json with Apple Skin, etc by @LeaderbotX400 in https://github.com/itzg/docker-minecraft-server/pull/2932
- modrinth: add support for default excludes/includes by @itzg in https://github.com/itzg/docker-minecraft-server/pull/2937
- cf: add support for modpacks that use NeoForge by @itzg in https://github.com/itzg/docker-minecraft-server/pull/2943
- Add ryoamiclights to CF global excludes by @itzg in https://github.com/itzg/docker-minecraft-server/pull/2948
- More Client-side mods to exclude by @KrosTheProto in https://github.com/itzg/docker-minecraft-server/pull/2967
- modrinth: add default exclusions discovered for prominence 2 by @itzg in https://github.com/itzg/docker-minecraft-server/pull/2982
- cf: check downloads repo before attempting download of mod in modpack by @itzg in https://github.com/itzg/docker-minecraft-server/pull/2985
- mcopy: support basic auth via URL by @itzg in https://github.com/itzg/docker-minecraft-server/pull/2989
Bug Fixes
- neoforge: correctly handle versioning that drops the ".0" by @itzg in https://github.com/itzg/docker-minecraft-server/pull/2935
- add check for absolute directories to world copy script by @hpf3 in https://github.com/itzg/docker-minecraft-server/pull/2939
- Fixed exclusion of no-night-vision-flashing by @itzg in https://github.com/itzg/docker-minecraft-server/pull/2970
- cf: copy files found in downloads repo by @itzg in https://github.com/itzg/docker-minecraft-server/pull/2986
- auto-cf: remove necronomicon from global exclusions by @itzg in https://github.com/itzg/docker-minecraft-server/pull/2991
- Avoid logging userinfo from MODS/PLUGINS URLs by @itzg in https://github.com/itzg/docker-minecraft-server/pull/2993
Documentation
- docs: updating AUTO_CURSEFORGE examples that no longer need /downloads by @itzg in https://github.com/itzg/docker-minecraft-server/pull/2938
- Clarify MODRINTH_ALLOWED_VERSION_TYPE inclusion by @itzg in https://github.com/itzg/docker-minecraft-server/pull/2966
Other Changes
- Updated mod exclusion list by @KrosTheProto in https://github.com/itzg/docker-minecraft-server/pull/2964
- Corrected "Updated mod exclusion list" by @itzg in https://github.com/itzg/docker-minecraft-server/pull/2965
- build: fully remove java17-jdk variant from build by @itzg in https://github.com/itzg/docker-minecraft-server/pull/2904
- Changed foamfix mod name by @bobpattison123 in https://github.com/itzg/docker-minecraft-server/pull/2969
- Remove JEI from exclusion list to fix ATM9 launch issue by @AkashiSN in https://github.com/itzg/docker-minecraft-server/pull/2971
- Add use-proxy support to health extra args by @paradox460 in https://github.com/itzg/docker-minecraft-server/pull/2973
- Update the autopause server listener to be proxy aware by @paradox460 in https://github.com/itzg/docker-minecraft-server/pull/2978
- Optimize startup on versionLessThan function by @felipepasc in https://github.com/itzg/docker-minecraft-server/pull/2979
- Fix typo in reference to REMOVE_OLD_MODS variable by @4Ply in https://github.com/itzg/docker-minecraft-server/pull/2988
New Contributors
- @KrosTheProto made their first contribution in https://github.com/itzg/docker-minecraft-server/pull/2964
- @bobpattison123 made their first contribution in https://github.com/itzg/docker-minecraft-server/pull/2969
- @AkashiSN made their first contribution in https://github.com/itzg/docker-minecraft-server/pull/2971
- @paradox460 made their first contribution in https://github.com/itzg/docker-minecraft-server/pull/2973
- @4Ply made their first contribution in https://github.com/itzg/docker-minecraft-server/pull/2988
Full Changelog: https://github.com/itzg/docker-minecraft-server/compare/2024.6.1...2024.7.0
v2024.6.1
What's Changed
Enhancements
- paper: download default configs to allow for patching by @itzg in https://github.com/itzg/docker-minecraft-server/pull/2883
- cf: verify mod file hashes and re-download to repair by @itzg in https://github.com/itzg/docker-minecraft-server/pull/2884
- Add true-darkness to CF global excludes by @wirytiox in https://github.com/itzg/docker-minecraft-server/pull/2899
- paper: consider release channel when selecting version/build by @itzg in https://github.com/itzg/docker-minecraft-server/pull/2902
Bug Fixes
- Fixed issue of unbound REMOVE_OLD_MODS_EXCLUDE variable when using SPIGET_RESOURCES by @itzg in https://github.com/itzg/docker-minecraft-server/pull/2891
- Disable default configs download until issues resolved by @itzg in https://github.com/itzg/docker-minecraft-server/pull/2895
- Don't log RCON password when DEBUG enabled by @itzg in https://github.com/itzg/docker-minecraft-server/pull/2898
Documentation
- docs: fixed description of BROADCAST_RCON_TO_OPS variable by @itzg in https://github.com/itzg/docker-minecraft-server/pull/2873
- Added note about CurseForge files dependency handling by @itzg in https://github.com/itzg/docker-minecraft-server/pull/2881
- Fixed typo in CF files dependencies section title by @itzg in https://github.com/itzg/docker-minecraft-server/pull/2896
- Added hairpin routing diagram by @itzg in https://github.com/itzg/docker-minecraft-server/pull/2903
- Add a section about class file version 65.0 message by @itzg in https://github.com/itzg/docker-minecraft-server/pull/2906
- Update mods-file example reference by @emmanuel-ferdman in https://github.com/itzg/docker-minecraft-server/pull/2915
- docs: updated to new name of itzg/mc-proxy by @itzg in https://github.com/itzg/docker-minecraft-server/pull/2917
Other Changes
- Add zume to cf-exclude-include.json by @wirytiox in https://github.com/itzg/docker-minecraft-server/pull/2874
- Add SERVER_HOST Environment in mc-monitor command by @felipepasc in https://github.com/itzg/docker-minecraft-server/pull/2875
- build: upgrade tools to Go 1.22.4 by @itzg in https://github.com/itzg/docker-minecraft-server/pull/2885
- Accept yes/no for boolean environment variables by @kdkasad in https://github.com/itzg/docker-minecraft-server/pull/2893
- build: add java21-jdk variant by @itzg in https://github.com/itzg/docker-minecraft-server/pull/2900
New Contributors
- @wirytiox made their first contribution in https://github.com/itzg/docker-minecraft-server/pull/2874
- @felipepasc made their first contribution in https://github.com/itzg/docker-minecraft-server/pull/2875
- @kdkasad made their first contribution in https://github.com/itzg/docker-minecraft-server/pull/2893
- @emmanuel-ferdman made their first contribution in https://github.com/itzg/docker-minecraft-server/pull/2915
Full Changelog: https://github.com/itzg/docker-minecraft-server/compare/2024.6.0...2024.6.1
v2024.6.0
What's Changed
Enhancements
- Enhance CurseForge server packs that use variables.txt by @rubbersteak in https://github.com/itzg/docker-minecraft-server/pull/2867
Bug Fixes
- Fixed internal SPIGOT family mapping by @itzg in https://github.com/itzg/docker-minecraft-server/pull/2839
- cf: allow for trailing slash on CF modpack page URL by @itzg in https://github.com/itzg/docker-minecraft-server/pull/2848
- Remove normalizing to uppercase of LEVEL_TYPE by @itzg in https://github.com/itzg/docker-minecraft-server/pull/2852
Documentation
- docs: added more detail about autopauase rootless usage by @itzg in https://github.com/itzg/docker-minecraft-server/pull/2814
- Remove version from docker compose since it's been deprecated by @MASACR99 in https://github.com/itzg/docker-minecraft-server/pull/2816
- examples: updated bmc4 example by @itzg in https://github.com/itzg/docker-minecraft-server/pull/2822
- docs: add info about DUMP_SERVER_PROPERTIES by @itzg in https://github.com/itzg/docker-minecraft-server/pull/2826
- docs: add compose example of multiline MOTD by @itzg in https://github.com/itzg/docker-minecraft-server/pull/2827
- Added a missing quotation mark by @JuanJesusAlejoSillero in https://github.com/itzg/docker-minecraft-server/pull/2846
- rad2 compose example by @noah1019 in https://github.com/itzg/docker-minecraft-server/pull/2859
- docs: allow for toggling light/dark mode by @itzg in https://github.com/itzg/docker-minecraft-server/pull/2869
Other Changes
- build: upgrade rcon-cli and easy-add by @itzg in https://github.com/itzg/docker-minecraft-server/pull/2831
- build: upgrading git-lfs from packagecloud by @itzg in https://github.com/itzg/docker-minecraft-server/pull/2835
- build: disable java17-openj9 for now by @itzg in https://github.com/itzg/docker-minecraft-server/pull/2849
- build: add back arm64 into java21-alpine multiarch by @itzg in https://github.com/itzg/docker-minecraft-server/pull/2858
New Contributors
- @MASACR99 made their first contribution in https://github.com/itzg/docker-minecraft-server/pull/2816
- @JuanJesusAlejoSillero made their first contribution in https://github.com/itzg/docker-minecraft-server/pull/2846
- @noah1019 made their first contribution in https://github.com/itzg/docker-minecraft-server/pull/2859
- @rubbersteak made their first contribution in https://github.com/itzg/docker-minecraft-server/pull/2867
Full Changelog: https://github.com/itzg/docker-minecraft-server/compare/2024.5.0...2024.6.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot. The local configuration can be found in the local Renovate Bot repository.