Skip to content

Releases: itzg/docker-minecraft-server

2025.5.1

26 May 22:45
67b0074

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

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

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

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

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

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

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

2025.2.0

02 Feb 00:30
26d97c2

Choose a tag to compare

What's Changed

Enhancements

  • cf: gracefully handle invalid modpack manifest file by @itzg in #3237
  • modrinth: added excludes needed for create_plus by @itzg in #3242
  • cf: handle spaces around commas for includes/excludes by @itzg in #3256
  • feat: bump mc-server-runner & add note about bypassing STOP_SERVER_ANNOUNCE_DELAY by @DerRockWolf in #3280
  • update mohist download script to use new API endpoint by @WaveringAna in #3247
  • datapack: allow copying from directory by @Tert0 in #3259
  • Feat: Disabling Mods in Generic Packs by @azunaVT in #3281

Bug Fixes

  • Corrected calculation of Canyon download URL by @itzg in #3226
  • neoforge: grab latest beta even when non-beta release is newer by @itzg in #3227
  • Install tput for colorized logs on alpine images by @itzg in #3229
  • ketting: fixed launcher invocation by @itzg in #3244
  • cf: qualify mapping of excluded slug to mod IDs by @itzg in #3254

Documentation

Other Changes

New Contributors

Full Changelog: 2025.1.0...2025.2.0

2025.1.0

03 Jan 22:44
621bafb

Choose a tag to compare

What's Changed

Enhancements

  • added new exclusions by @EmilyxFox in #3214
  • Cache CF search API calls and better handle CURSEFORGE_FILES rate limit by @itzg in #3215

Bug Fixes

  • Download default spigot.yml for PaperMC to top-level directory by @itzg in #3216

Documentation

  • docs: clarify curseforge listing file and GetBukkit limitation by @itzg in #3205
  • fix vault hunters example by @prabhjot98 in #3213

Other Changes

New Contributors

Full Changelog: 2024.12.1...2025.1.0

2024.12.1

20 Dec 03:33
1f6288e

Choose a tag to compare

What's Changed

Enhancements

Bug Fixes

  • Fixed new FTB installer args and manifest by @itzg in #3176
  • Re-install FTB if manifest is missing by @itzg in #3177
  • Make sure download new version of FTB installer by @itzg in #3186

Documentation

  • Corrected examples link in autopause docs by @itzg in #3188
  • docs: clarified Modrinth support includes plugins and datapacks by @itzg in #3196
  • Clarify Modrinth URL structure in documentation by @mishl-dev in #3197
  • Add example of Craftoria modpack by @JordiBrisbois in #3198

Other Changes

  • Fix syntax error in start-deployPurpur by @itzg in #3178
  • fix: install missing language pack for GraalVM by @Sculas in #3189

New Contributors

Full Changelog: 2024.12.0...2024.12.1