Releases: itzg/docker-minecraft-server
Releases · itzg/docker-minecraft-server
2025.8.1
What's Changed
Enhancements
- Forge promotions and maven repo URLs are configurable by @itzg in #3587
- Limit/config concurrent downloads for CF and Modrinth by @itzg in #3596
- Pass proxy properties via MC_IMAGE_HELPER_OPTS by @itzg in #3601
- Populate MODPACK_NAME and MODPACK_VERSION from FTB modpacks by @itzg in #3602
- Analyze CF_API_KEY key when auth failures by @itzg in #3604
Bug Fixes
- Fixed HTTP proxy handling for operations using mc-image-helper by @itzg in #3598
- Fixed noise with picking up JAVA_TOOL_OPTIONS by @itzg in #3599
- Fixed VERSION_FROM_MODRINTH_PROJECTS when a project has a shorter list by @itzg in #3605
Documentation
- Added skyfactory 4 example and excluding waila-stages by @itzg in #3586
- Add clarifying information for CurseForge API keys by @EmilyxFox in #3594
Other Changes
- build(deps): bump docker/metadata-action from 5.7.0 to 5.8.0 in the updates group by @dependabot[bot] in #3589
Full Changelog: 2025.8.0...2025.8.1
2025.8.0
What's Changed
Enhancements
- Use Paper's Fill v3 download API by @itzg in #3519
- cf: retry file downloads on premature close error by @itzg in #3528
- cf: retry file download when Netty channel/timeout exceptions by @itzg in #3529
- build: add back java11 for 1.16.5 by @itzg in #3530
- Add back java16 variant for Paper 1.16.5 by @itzg in #3531
- Add particle effects to CF global excludes by @itzg in #3532
- Quieter Paper/Bukkit default configs downloading by @itzg in #3535
- Excluding BetterGrassify and Distration Free Recipes by @itzg in #3544
- Switch PAPER_CONFIG_DEFAULTS_REPO to https://github.com/Shonz1/minecraft-default-configs by @itzg in #3541
- fabric: add option to force reinstall by @itzg in #3559
- cf: exclude fastquit by @itzg in #3555
- modrinth: prioritize target loader when resolving project versions by @itzg in #3570
- Add VERSION_FROM_MODRINTH_PROJECTS by @itzg in #3580
Bug Fixes
- When using a custom server, allow specifying MODRINTH_LOADER with MODRINTH_PROJECTS by @itzg in #3527
Documentation
- Note native auto-pause support by @itzg in #3520
- Clarified docker attach usage for compose vs non-compose by @itzg in #3521
- Adjusted wording and example for generator settings by @itzg in #3522
- Added packwiz example by @itzg in #3523
- Move page about building image out of contributing section by @itzg in #3538
- Add a MOTD example with placeholders by @itzg in #3540
- docs: fix incorrect Minecraft version link by @mykokhehiehieh in #3549
- Docs: fix env var for enabling query by @gkeeth in #3552
- Upgrade dev mkdocs to Python 3.11 by @itzg in #3569
Other Changes
- Add GuideME to exclude list by @caitlynrw in #3534
- build(deps): bump mkdocs-material from 9.6.14 to 9.6.15 in /docs in the patches group by @dependabot[bot] in #3542
- Revert "Add GuideME to exclude list" by @itzg in #3546
- Add support for
accepts-transfers
andrate-limit
server properties by @fewwan in #3550 - Fix pufferfish url script by @MacKey-255 in #3553
- cf + modrinth: exclude config-menus-forge & welcome-screen by @Bobrokus in #3561
- update NanoLimbo repository name by @Navio1430 in #3564
- build(deps): bump the patches group in /docs with 2 updates by @dependabot[bot] in #3572
- Update Forge promotions URL by @itzg in #3584
New Contributors
- @caitlynrw made their first contribution in #3534
- @mykokhehiehieh made their first contribution in #3549
- @fewwan made their first contribution in #3550
- @gkeeth made their first contribution in #3552
- @MacKey-255 made their first contribution in #3553
- @Bobrokus made their first contribution in #3561
- @Navio1430 made their first contribution in #3564
Full Changelog: 2025.6.1...2025.8.0
2025.6.2
What's Changed
Enhancements
- Bump mc-image-helper version and add docs for new Modrinth projects file support by @fireph in #3506
Bug Fixes
- Fix Spigot/Bukkit downloads by @itzg in #3500
- Fixed handling of results output when using custom paper URL by @itzg in #3501
Documentation
Other Changes
New Contributors
Full Changelog: 2025.6.0...2025.6.2
2025.6.1
What's Changed
Enhancements
- Bump mc-image-helper version and add docs for new Modrinth projects file support by @fireph in #3506
Bug Fixes
- Fix Spigot/Bukkit downloads by @itzg in #3500
- Fixed handling of results output when using custom paper URL by @itzg in #3501
Documentation
Other Changes
New Contributors
Full Changelog: 2025.6.0...2025.6.1
2025.6.0
What's Changed
Enhancements
- Remove all use of sudoers file by @itzg in #3477
- Upgrade mc-image-helper to tweak file download logic by @itzg in #3469
- With patching, support comments in JSON and adding to arrays by @itzg in #3486
- build: pin mc-image-helper version for Java 8 by @itzg in #3491
Bug Fixes
- Use allow json comments option for patching by @itzg in #3494
- Fix ARM64 Crash with Meowice flags by @kingcavespider1 in #3498
Documentation
Other Changes
- No longer need to run knockd with sudo by @jasperchess in #3472
- Start work on Leaf support by @gothickitty93 in #3470
- Updated start-configuration by @gothickitty93 in #3479
- Add support for youer and banner by @kingcavespider1 in #3484
- Bump mc-helper ver in dockerfile by @gothickitty93 in #3488
- File suffix support for CF_API_KEY by @byroncollins in #3489
- Added arclight and nanolimbo types and Meowice flags by @kingcavespider1 in #3485
New Contributors
- @jasperchess made their first contribution in #3472
- @gothickitty93 made their first contribution in #3470
- @kingcavespider1 made their first contribution in #3484
- @byroncollins made their first contribution in #3489
Full Changelog: 2025.5.1...2025.6.0
2025.5.1
What's Changed
Enhancements
Bug Fixes
- mohist: use https://api.mohistmc.com download API by @itzg in #3464
Documentation
Full Changelog: 2025.5.0...2025.5.1
2025.5.0
What's Changed
Enhancements
- Use /data/tmp for WORLD zip preparation by @itzg in #3322
- Add to global excludes the ones needed for Craftoria by @itzg in #3440
Bug Fixes
Documentation
Other Changes
- Ignoring
particular
by @enzofrnt in #3437 - Add smithing-template-viewer to cf-exclude-include.json by @kman3107 in #3438
- Added Beyond Depth's client mods to the cf-exclude-include.json by @Dragonvi1 in #3448
- Added forceInclude for particular-reforged since it's MC 1.20.1 by @Dragonvi1 in #3450
New Contributors
- @enzofrnt made their first contribution in #3437
- @kman3107 made their first contribution in #3438
- @XHawk87 made their first contribution in #3439
- @Dragonvi1 made their first contribution in #3448
Full Changelog: 2025.4.2...2025.5.0
2025.4.2
2025.4.1
What's Changed
Enhancements
- fabric: retry loader version lookup by @itzg in #3394
- build: add image info properties by @itzg in #3400
- fabric: accept shared-fetch/netty arguments by @itzg in #3411
- Add Java 24 image variants by @itzg in #3420
- Corrected build entries for Java 24 by @itzg in #3421
Documentation
- docs: added info about image labels by @itzg in #3398
- docs: fix formatting for image labels list by @itzg in #3399
- docs: add a note about downloading fabric-api by @itzg in #3401
- add resources key to docker compose jvm options by @T0biii in #3404
Other Changes
- fixed logic to not compare the VERSION number when VERSION is set to … by @jairgs in #3389
- Add support of CF_API_KEY_FILE environment variable by @MaxLevs in #3396
- Revert "Add support of CF_API_KEY_FILE environment variable" by @itzg in #3402
- deps: upgrade tools to Go 1.24.2 by @itzg in #3412
New Contributors
- @jairgs made their first contribution in #3389
- @MaxLevs made their first contribution in #3396
- @T0biii made their first contribution in #3404
Full Changelog: 2025.4.0...2025.4.1
2025.4.0
What's Changed
Enhancements
- Exclude compass-coords globally from cf and mr, client side mod by @harkin in #3361
- Add AUTOPAUSE_STATUS_RETRY_LIMIT and AUTOPAUSE_STATUS_RETRY_INTERVAL by @itzg in #3365
- Support multiple values for COPY_PLUGINS_SRC, COPY_MODS_SRC, and COPY_CONFIG_SRC by @itzg in #3377
Bug Fixes
Documentation
- Lazymc - Update misc examples with non-deprecated method of managing lazymc by @joesturge in #3360
- docs: clarify that ICON can be a container path by @itzg in #3371
- Add Docker logo to badges by @itzg in #3375
- docs: show example of MODRINTH_PROJECTS with version number by @itzg in #3378
- docs: updated bmc4 example to v34.5 by @itzg in #3382
- docs: clarify Fabric docs TYPE usage by @itzg in #3387
New Contributors
Full Changelog: 2025.3.0...2025.4.0