Skip to content

Releases: itzg/docker-minecraft-server

2022.6.0

11 Apr 23:12
cf1dd9f
Compare
Choose a tag to compare

What's Changed

  • Update README.md - Fix Typo by @nickmartin1ee7 in #1442
  • Fix for lower sub version with a higher ID number by @shotah in #1451
  • Add hint that SPONGEVANILLA requires VERSION to README (#1452) by @vorburger in #1453
  • Fixed version comparisons when using SPONGEVANILLA by @itzg in #1455
  • Correct spiget handling of jars that contain jars by @itzg in #1462
  • Corrected autopause's resume to work with alpine images by @itzg in #1464
  • Allow ICON to reference a local file by @itzg in #1466
  • Corrected default of UID/GID via start script by @itzg in #1471

New Contributors

Full Changelog: 2022.5.0...2022.6.0

2022.5.0

22 Mar 18:27
7c85f09
Compare
Choose a tag to compare

What's Changed

  • use user instead of group in sudoers file by @Oekn5w in #1367
  • Removing unused ttf-dejavu package by @itzg in #1362
  • Fix PATH for annoying docker providers by @itzg in #1371
  • Pin java8-multiarch to 8u312 due to Forge by @itzg in #1383
  • Changing builds to JRE, and moving Java8 to pinned version for forge by @shotah in #1382
  • ForgeAPI: Random failure fix by @shotah in #1384
  • docs: updated info to find FTB identifiers by @itzg in #1386
  • docs: added "Related Projects" section by @itzg in #1387
  • Restored error handling when missing vanilla version by @itzg in #1389
  • New RCON commands feature by @shotah in #1391
  • RCON: Adding on last disconnect by @shotah in #1395
  • Fixed missing export, fixed run order, added real world working example by @shotah in #1397
  • added variables for pufferfish, also added setup only test by @shotah in #1399
  • Pufferfish: Remove regex processing by @bram-pkg in #1402
  • ci: adjusted pufferfish test by @itzg in #1403
  • Provide better debug logs with mc-image-helper get by @itzg in #1404
  • adding major version for pufferfish by @shotah in #1405
  • Re-fixed pufferfish tests by @itzg in #1406
  • Verify content type when downloading SPIGET_RESOURCES entry by @itzg in #1413
  • mc-send-to-console skips user change when non-root by @itzg in #1419
  • When ICON is GIF, extract only first frame by @itzg in #1420
  • Determine SPIGET file type from API by @itzg in #1427
  • fixing readme example for Vt by @shotah in #1430
  • Silence content type error for external spiget resources by @itzg in #1431
  • Use file content to detect spiget resource type by @itzg in #1432

Full Changelog: 2022.4.1...2022.5.0

2022.4.1

14 Feb 00:20
5d68a57
Compare
Choose a tag to compare

What's Changed

  • Added a syntax example for JVM_OPTS by @Daschi1 in #1359
  • Added procps to alpine image to resolve autopause compatibility by @itzg in #1361

New Contributors

Full Changelog: 2022.4.0...2022.4.1

2022.4.0

12 Feb 03:19
179bb26
Compare
Choose a tag to compare

What's Changed

  • Adding support for crafting tweaks and resource packs by @shotah in #1336
  • Support Spigot-style and vanilla-style world zips, for any server type by @wlritchi in #1305
  • Only skip up-to-date files with MODS and MODS_FILE by @itzg in #1338
  • Distro aware checksum by @Megasware128 in #1345
  • Add GameType filter, and add ForgeAPI Verify Files to validate Mod Downloads by @shotah in #1337
  • Adding notifications for on close, reopen, and delete by @shotah in #1355
  • Migrate Fabric server to launcher method by @Stealthii in #1351
  • build: add alpine support to matrix builds by @itzg in #1349

Full Changelog: 2022.3.0...2022.4.0

2022.3.0

06 Feb 04:52
Compare
Choose a tag to compare

What's Changed

  • feat: add option to include timestamp with init logs by @itzg in #1332
  • feat: added SKIP_GENERIC_PACK_UPDATE_CHECK and FORCE_GENERIC_PACK_UPDATE by @itzg in #1333

Full Changelog: 2022.2.0...2022.3.0

2022.2.0

03 Feb 04:15
Compare
Choose a tag to compare

What's Changed

  • fix(limbo): convert MOTD to JSON chat format by @itzg in #1259
  • fix(forge): improved tracking and use of Forge run.sh by @itzg in #1264
  • fix: Set default MOTD if unset by @drewburr in #1265
  • Docs: Flare flags by @Jawa-Juice in #1270
  • fix(purpur): apply log4j mitigations specific to Purpur by @itzg in #1280
  • Adding forge api calls for project ids by @shotah in #1275
  • ci: Reference branch and html URL from completed workflow in discord workflow by @itzg in #1292
  • fix: changed packwiz url to reflect new repo address by @Micah-Nailima in #1293
  • Update Airplane download URL, clarify version support by @Jawa-Juice in #1296
  • feat: support WORLD files in compressed tar format by @itzg in #1297
  • Fix loading world from compressed tar archives by @wlritchi in #1304
  • Refactored ops and whitelist processing into its own file by @itzg in #1306
  • Adding version pinning and dependency download. by @shotah in #1308
  • build: switch to matrix builds for Debian based variant builds by @itzg in #1313
  • fix: speedup generic pack update check by @itzg in #1317
  • Use Log4J2 JVM flag when configuration file download fails by @ThisIsAreku in #1316
  • fix: bumped mc-image-helper to 1.16.3 to use specific user agent by @itzg in #1320
  • feat: added prefix/suffix support for GENERIC_PACKS by @itzg in #1321

New Contributors

Full Changelog: 2022.1.0...2022.2.0

2022.2.0-rc1

29 Jan 04:22
Compare
Choose a tag to compare
2022.2.0-rc1 Pre-release
Pre-release
Just exit container when PATH is mismatched

2022.1.1

07 Jan 04:16
Compare
Choose a tag to compare

What's Changed

  • build: provide option to push image for a PR by @itzg in #1221
  • Fix script not deleting old version files when upgrading by @Megasware128 in #1230
  • Add note about mc-status under autopause section by @CDFN in #1224
  • Support downloading CurseForge modpack when USE_MODPACK_START_SCRIPT is false by @Megasware128 in #1229
  • fix[purpur]: use mc-image-helper for robust Purpur build lookup by @itzg in #1242
  • Adding Vanilla Tweaks Options by @shotah in #1246
  • fix: ensured GENERIC_PACKS are re-applied with REMOVE_OLD_MODS by @itzg in #1257
  • Add Pufferfish support by @bram-pkg in #1255

New Contributors

Full Changelog: 2021.27.0...2022.1.1

2021.27.0

23 Dec 22:10
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2021.26.0...2021.27.0

2021.26.0

14 Dec 03:30
Compare
Choose a tag to compare

What's Changed

  • fix: qualify Fabric server jar by installer version by @itzg in #1193
  • docs: Removed docker-compose-paper.yml since it was out of date by @itzg in #1195
  • build(deps): bump actions/stale from 4.0.0 to 4.1.0 by @dependabot in #1196
  • fix fabric not downloading/downgrading server jar (#1192) by @StoneLabs in #1197
  • Created new template for docker-compose-paper.yml by @woeisme in #1198
  • Remove Airplane 1.16 as unsupported by @Jawa-Juice in #1199

New Contributors

Full Changelog: 2021.25.0...2021.26.0