Skip to content

Releases: itzg/docker-minecraft-server

2023.12.0

02 Dec 21:00
2507028
Compare
Choose a tag to compare

What's Changed

Enhancements

  • Stream file downloads to avoid 2GB limit by @itzg in #2493
  • Provide support for patching TOML files by @itzg in #2512
  • Move DEBUG_MEMORY output to beginning of init by @itzg in #2519

Bug Fixes

  • Process rcon password as regular user by @itzg in #2511
  • Fix issue when setting ENABLE_RCON=false by @itzg in #2513
  • modrinth: report error when no matching modpack version is available by @itzg in #2520

Documentation

  • docs: clarify that CurseForge files correspond to versions of that mod/plugin by @itzg in #2505
  • docs: clarify server properties intro by @itzg in #2507
  • docs: add example for Auto CurseForge manual downloads by @itzg in #2517

Other Changes

  • For Auto CurseForge etc, increase default connection pool acquire timeout by @itzg in #2497

Full Changelog: 2023.11.1...2023.12.0

2023.11.1

14 Nov 14:10
92947c9
Compare
Choose a tag to compare

What's Changed

Enhancements

  • auto-cf: exclude embeddium by default by @itzg in #2472
  • Provide option to escape unicode in server.properties by @itzg in #2479
  • Escape unicode in server.properties by default when less than 1.20 by @itzg in #2480
  • Process placeholders in server properties values by @itzg in #2484
  • Retain declared version for placeholder usage by @itzg in #2486

Bug Fixes

  • Gracefully handle corrupt/invalid auto-install manifest files by @itzg in #2476
  • Allow pre-escaping unicode in server.properties by @itzg in #2483

Documentation

  • docs: clarify placeholder intro by @itzg in #2488
  • docs: document JMX_PORT by @itzg in #2489
  • docs: clarify the resolved value for %VAR% by @itzg in #2490

Full Changelog: 2023.11.0...2023.11.1

2023.11.0

06 Nov 20:06
Compare
Choose a tag to compare

What's Changed

Enhancements

  • Added support for NeoForge by @itzg in #2408
  • Allow for custom server properties by @itzg in #2414
  • Added image variant for GraalVM Java 21 by @itzg in #2415
  • Sanitize mod file subpath in Modrinth modpacks by @itzg in #2429
  • Ensure server.properties is processed as UTF-8 by @itzg in #2437
  • auto-cf: for manual downloads, provide file page by @itzg in #2444
  • auto-cf: support excluding files from overrides by @itzg in #2456

Bug Fixes

  • autopause: allow for DEBUG to be enabled by @itzg in #2418
  • Resolve Modrinth projects for Quilt specifically by @itzg in #2427
  • MOTD no longer needs to be pre-normalized by @itzg in #2434
  • misc: Corrected utils import for start-setupRbac by @itzg in #2436
  • Fail startup if server properties processing fails by @itzg in #2460

Documentation

  • docs: clarify multi-line MOTD by @itzg in #2441
  • docs: link to wiki from difficulty config by @itzg in #2449

Other Changes

  • build: fixing variant listing for java21-graalvm by @itzg in #2416
  • docs: refine deployment chapters and add section about Shulker by @jeremylvln in #2454
  • (server-properties): by @ItsKezzer in #2457
  • build: upgrade easy-add built with Go 1.20.10 by @itzg in #2462
  • build: java21 and java21-alpine images by @itzg in #2464

New Contributors

Full Changelog: 2023.10.1...2023.11.0

2023.10.1

03 Oct 14:01
d5e315b
Compare
Choose a tag to compare

What's Changed

Enhancements

  • modrinth: support plugin lookups that are compatible with selected loader by @itzg in #2372
  • modrinth: provide dependencies download options by @itzg in #2375
  • Properly resolve latest file URLs from bukkit by @itzg in #2402

Documentation

  • docs: note the apparent death of getbukkit by @itzg in #2377
  • docs: remove note about getbukkit being down by @itzg in #2382
  • docs: added examples page, starting with Geyser by @itzg in #2404

Other Changes

New Contributors

Full Changelog: 2023.9.1...2023.10.1

2023.9.1

05 Sep 15:30
dc149ea
Compare
Choose a tag to compare

What's Changed

Enhancements

  • Improve whitelist/ops handling with caching, UUID, and offline support by @itzg in #2342
  • modrinth: allow installer to ignore missing files by @itzg in #2352

Bug Fixes

  • Fixed copying of OPS_FILE and WHITELIST_FILE by @itzg in #2346
  • modrinth: ensure requested loader for modpack is optional by @itzg in #2347
  • modrinth: resolve issue with null versionId in manifest by @itzg in #2349
  • Corrected use of VERSION when building Bukkit from source by @itzg in #2341
  • Support skipping existing whitelist/ops files and restore as default by @itzg in #2358
  • Removing chmod g+w at start to tighten security by @itzg in #2363

Documentation

  • docs: clarified FORGE_VERSION usage by @itzg in #2348
  • docs: clarified path for zip file modpack by @itzg in #2361

Other Changes

New Contributors

Full Changelog: 2023.8.3...2023.9.1

2023.8.3

16 Aug 14:27
316b79b
Compare
Choose a tag to compare

What's Changed

Enhancements

  • modrinth: rename input to MODRINTH_MODPACK by @itzg in #2334

Other Changes

New Contributors

Full Changelog: 2023.8.2...2023.8.3

2023.8.2

12 Aug 15:07
1cc0c8a
Compare
Choose a tag to compare

What's Changed

Enhancements

Bug Fixes

  • Set mc-monitor timeout less than health check timeout by @itzg in #2326
  • modrinth: resolve "only DEFLATED entries can have EXT" by @itzg in #2332

Documentation

  • docs: clarify stop grace period given announce delay by @itzg in #2325

Other Changes

  • build: skip some of the setuponly tests by default by @itzg in #2327

Full Changelog: 2023.8.1...2023.8.2

2023.8.1

06 Aug 20:13
3ffcbb3
Compare
Choose a tag to compare

What's Changed

Enhancements

  • ftb: added FTB_FORCE_REINSTALL by @itzg in #2305
  • auto-cf: updated API parsing for NeoForge mod loader type by @itzg in #2308

Bug Fixes

  • Corrected REMOVE_OLD_MODS to process file-wise by @itzg in #2317

Full Changelog: 2023.7.1...2023.8.1

2023.7.1

27 Jul 13:08
cb6b793
Compare
Choose a tag to compare

What's Changed

Enhancements

  • Update cf-exclude-include.json by @LeaderbotX400 in #2271
  • Allow REPLACE_ENV_VARIABLE_PREFIX to be an empty string by @itzg in #2278
  • auto-cf: stop startup with info when manual mod downloads are needed by @itzg in #2286
  • auto-cf: clarify why some mods need to be manually downloaded by @itzg in #2288

Bug Fixes

  • Corrected VERSION resolution with FTBA mod platform/type by @itzg in #2274
  • Use CXF compatible with Java 8 by @itzg in #2277
  • Allow blank REPLACE_ENV_VARIABLE_PREFIX when processing in-place files by @itzg in #2285
  • Include SPIGET_RESOURCES support for hybrid server types by @itzg in #2292

Documentation

Other Changes

  • misc: add FABRIC to error message with expected types by @itzg in #2272
  • Added auto-cf excludes for BMC1 Fabric by @itzg in #2280
  • typo by @sja in #2296

New Contributors

  • @sja made their first contribution in #2296

Full Changelog: 2023.7.0...2023.7.1

2023.7.0

05 Jul 14:36
7f4cf0f
Compare
Choose a tag to compare

What's Changed

Enhancements

  • Added CUSTOM_JAR_EXEC by @itzg in #2253
  • Update rcon-cli to remove config file loading message by @itzg in #2258
  • auto_cf: write mods needing manual download to file by @itzg in #2263

Bug Fixes

  • Ensure datapacks cleanup doesn't remove vanillatweaks by @itzg in #2262
  • Remove .mc-health.env when not needed by @itzg in #2267

Documentation

Other Changes

New Contributors

Full Changelog: 2023.6.4...2023.7.0