Skip to content

Releases: itzg/docker-minecraft-server

2025.6.2

28 Jun 23:40
8c04dfd
Compare
Choose a tag to compare

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

  • Updated notes diagram for docker run to compose by @itzg in #3507

Other Changes

New Contributors

Full Changelog: 2025.6.0...2025.6.2

2025.6.1

24 Jun 23:44
8c04dfd
Compare
Choose a tag to compare

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

  • Updated notes diagram for docker run to compose by @itzg in #3507

Other Changes

New Contributors

Full Changelog: 2025.6.0...2025.6.1

2025.6.0

11 Jun 18:20
446db80
Compare
Choose a tag to compare

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

Documentation

Other Changes

New Contributors

Full Changelog: 2025.5.1...2025.6.0

2025.5.1

26 May 22:45
67b0074
Compare
Choose a tag to compare

What's Changed

Enhancements

  • build: introduce stable-{variant} image tags by @itzg in #3468

Bug Fixes

Documentation

  • examples: increase memory for ftba example by @itzg in #3467

Full Changelog: 2025.5.0...2025.5.1

2025.5.0

24 May 13:23
1370f58
Compare
Choose a tag to compare

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

  • cf: fix missing comma in cf-exclude-include.json by @itzg in #3449

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

Full Changelog: 2025.4.2...2025.5.0

2025.4.2

30 Apr 15:06
ae4756f
Compare
Choose a tag to compare

What's Changed

Enhancements

  • Upgrade mc-image-helper to 1.41.8 by @itzg in #3429

Bug Fixes

  • Revert (for now) the feature to limit concurrent modpack file downloads by @itzg in #3430
  • Change auto_curseforge test to use CF_PAGE_URL by @itzg in #3431

Full Changelog: 2025.4.1...2025.4.2

2025.4.1

30 Apr 13:12
c0f1a7e
Compare
Choose a tag to compare

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

Full Changelog: 2025.4.0...2025.4.1

2025.4.0

02 Apr 13:19
dedf8bc
Compare
Choose a tag to compare

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

2025.3.0

11 Mar 23:00
f22d291
Compare
Choose a tag to compare

What's Changed

Enhancements

  • Added USES_PLUGINS to allows /plugins use with hybrid mods by @itzg in #3320
  • fabric: skip web API access when all versions match installed by @itzg in #3332
  • rcon-cli upgraded to support command history by @itzg in #3354

Bug Fixes

Documentation

  • Clarify CF_API_KEY setup in examples by @itzg in #3321
  • Add specific file version header for auto-curseforge by @itzg in #3342
  • Update auto-curseforge docs wording around version pinning. by @gregops in #3344
  • examples: moved fabric into its own directory by @itzg in #3353

Other Changes

New Contributors

Full Changelog: 2025.2.1...2025.3.0

2025.2.1

16 Feb 19:06
b1128db
Compare
Choose a tag to compare

What's Changed

Enhancements

Bug Fixes

  • Remove deprecated flag from mc-image-helper command in start-setupRbac by @augustabt in #3289

Other Changes

  • deps: upgrade Go-based tools to resolve vulnerabilities by @itzg in #3292
  • build: add Java 23 variants by @itzg in #3297
  • build: upgrade tools to Go 1.23.6 by @itzg in #3305

New Contributors

Full Changelog: 2025.2.0...2025.2.1