Skip to content

Releases: itzg/docker-minecraft-server

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

2023.6.4

23 Jun 19:05
0bcd72c
Compare
Choose a tag to compare

What's Changed

Other Changes

  • build: use raw instead of match for stable tag metadata by @itzg in #2251

Full Changelog: 2023.6.3...2023.6.4

2023.6.3

23 Jun 18:20
ae46cd3
Compare
Choose a tag to compare

What's Changed

Enhancements

New Contributors

Full Changelog: 2023.6.2...2023.6.3

2023.6.2

23 Jun 17:44
56d68a6
Compare
Choose a tag to compare

What's Changed

Enhancements

  • Switch Quilt and Purpur to image helper by @itzg in #2229
  • auto_cf: allow explicit inclusions to override default exclusions by @itzg in #2240
  • modrinth: reduce API pressure with initial bulk get of projects by @itzg in #2243
  • Provide stable image tag that tracks latest repo tag by @itzg in #2248

Bug Fixes

  • Fix up-to-date handling of MODS/PLUGINS/MODS_FILE by @itzg in #2234
  • Ensure VERSION is resolved from existing Fabric install by @itzg in #2235
  • Reconcile VERSION for TYPE=CURSEFORGE by @itzg in #2237

Documentation

  • docs: tighten up wording in auto-pause section by @itzg in #2241

Full Changelog: 2023.6.1...2023.6.2

2023.6.1

17 Jun 16:29
55fb21c
Compare
Choose a tag to compare

What's Changed

Enhancements

  • Clearer differentiation of mod platforms and types by @itzg in #2179
  • Improved handling of MODS and PLUGINS lists using mcopy by @itzg in #2197
  • For backward compatibility, allow MODS to list plugins for those server types by @itzg in #2200
  • Use mc-image-helper for Purpur by @itzg in #2215

Bug Fixes

  • Switch to mc-image-helper for installing Paper/Folia by @itzg in #2211

Documentation

  • Fixed example Geyser compose file by @itzg in #2198
  • Corrected broken links in types and mods by @itzg in #2199
  • Add ENFORCE_SECURE_PROFILE to docs table by @itzg in #2205
  • Sort "other server property mappings" by @itzg in #2206
  • docs: fixed building page formatting and added base image info by @itzg in #2210
  • docs: updated development notes to use jwebserver by @itzg in #2212
  • docs: add docker compose usage to intro by @itzg in #2223

Other Changes

  • Changed rcon password references from "minecraft" to randomly generated by @NexusNovaz in #2186
  • Fix server types link. by @florisbrunet in #2217
  • Update start-deployPaper by @nctiggy in #2216
  • docs: corrected base image use in docs by @itzg in #2220
  • docs: add full working example tutorial in misc/deployment/ with link in intro by @rela-v in #2225

New Contributors

Full Changelog: 2023.4.1...2023.6.1

2023.4.1

06 Jun 00:43
07fc81a
Compare
Choose a tag to compare

What's Changed

Other Changes

New Contributors

Full Changelog: 2023.4.0...2023.4.1

2023.4.0

02 Jun 15:29
ccb971d
Compare
Choose a tag to compare

What's Changed

Enhancements

  • By default, generate random RCON password at startup by @itzg in #2071
  • Add JSON5 support for patch files by @itzg in #2105
  • autocf: add support for specifying a downloads repo by @itzg in #2106
  • autocf: allow manifest JSON to be provided by @itzg in #2111
  • Add webp package for dynmap support by @itzg in #2113
  • Corrected webp package name for OracleLinux by @itzg in #2114
  • Added support for Modrinth modpacks as a server type by @itzg in #2128
  • Updated Modrinth modpacks to use VERSION and support id, name, or number for project version by @itzg in #2130
  • Support Quilt mod loader for Modrinth modpacks by @itzg in #2132
  • Added default auto-cf exclusions for MC Eternal by @itzg in #2143
  • Include Log4jPatcher by @FlorianFreudiger in #2148

Bug Fixes

  • autocf: use VERSION resolved from modpack by @itzg in #2072
  • forge: support 1.11.2 installer ID format by @itzg in #2076
  • autocf: avoid extra parallelism while resolving modpack content by @itzg in #2083
  • Probably quote content passed to mc-send-to-console by @itzg in #2093
  • modrinth: ensure non-required dependency doesn't mask explicit project request by @itzg in #2094
  • autocf: remove usage of old parallel downloads option by @itzg in #2095
  • auto-cf: handle download repo files with + for spaces by @itzg in #2146

Documentation

  • docs: added filebrowser sidecar example by @itzg in #2110
  • Clarify mods and plugins Modrinth support by @itzg in #2135
  • docs: re-home mkdocs sources within this repo by @itzg in #2149
  • docs: prep for readthedocs import by @itzg in #2150
  • docs: collapse deprecated sections by @itzg in #2151
  • docs: add RTD badge by @itzg in #2152
  • docs: corrected site/repo URLs in mkdocs config by @itzg in #2153
  • docs: mkdocs cleanup and caught up with latest README changes by @itzg in #2155
  • docs: add doc site banner and fix corrupted image files by @itzg in #2156
  • docs: clarify bind mounts for Podman also by @itzg in #2157
  • docs: don't use EssentialsX as Spiget example by @itzg in #2167
  • docs: info for plugins that can't download via Spiget by @itzg in #2168

Other Changes

New Contributors

Full Changelog: 2023.3.0...2023.4.0

2023.3.0

07 Apr 17:21
8987d2c
Compare
Choose a tag to compare

What's Changed

Enhancements

  • autocf: improve error message when modpack file is missing manifest by @itzg in #2015
  • autocf: allow for exclude/include file and list by @itzg in #2019
  • autocf: switch to official CurseForge API, but needs CF_API_KEY by @itzg in #2043
  • With AUTO_CURSEFORGE handle modpacks not allowed for distribution by author by @itzg in #2059

Bug Fixes

  • Verify java compatibility for AUTO_CURSEFORGE by @itzg in #2005
  • Allow for latest Forge version to be behind vanilla version by @itzg in #2006
  • Extract versions from provided Forge installer by @itzg in #2012
  • Fixing Modrinth projects support for non-Forge by @itzg in #2016
  • autocf: fixed issue where exclude file alone was ignored by @itzg in #2024
  • forge: support version discovery of 1.5, 1.7 installer by @itzg in #2032
  • autocf: ensure modpack query is not cached too much by @itzg in #2040
  • autocf: determine mod file availability from downloadUrl by @itzg in #2046
  • Downloads handle content disposition filename with RFC 2047 encoding by @itzg in #2057
  • Redacts sensitive headers from debugs like with AUTO_CURSEFORGE by @itzg in #2058

Documentation

  • autocf: adjusted excludes for valhesia-5 by @itzg in #2018
  • added information on the escaping of $ in the CF API Key by @camalot in #2050
  • added docs to use env file by @camalot in #2054
  • Tweak level of new docs link by @itzg in #2063

Other Changes

  • Use modified knockd to set a cooldown on port 19132 by @Metalcape in #2003
  • Correcting and extending vanillatweaks example by @ytterx in #2013
  • Fix autopause not working in java8 by @Metalcape in #2025
  • Fix curl usage for knockd install by @itzg in #2027
  • Adding rootless autopause instructions to the readme. by @jmighion in #2030
  • Update CF_API_KEY example for docker run by @itzg in #2060
  • Update readme for docs by @camalot in #2061
  • Disabling packwiz test since maven.packwiz.infra.link unresolvable by @itzg in #2065

New Contributors

Full Changelog: 2023.2.0...2023.3.0