Releases: itzg/docker-minecraft-server
Releases · itzg/docker-minecraft-server
Release list
2026.8.2
What's Changed
Bug Fixes
- Fixed extra appended "s" in STOP_SERVER_DELAY_COMMAND by @harrisonablack in #4242
Full Changelog: 2026.8.1...2026.8.2
2026.8.1
What's Changed
Enhancements
- Remove redundant CF_API_KEY_FILE handling by @Bortlesboat in #4220
- Add warning for missing .gtnh-version file when using SKIP_GTNH_UPDATE_CHECK by @SgtMate in #4230
Bug Fixes
Documentation
- build(deps): bump the patches group in /docs with 2 updates by @dependabot[bot] in #4217
- docs: Add docs for CurseForge regex filename matcher by @harrisonablack in #4223
- Document Java profile names for user management by @ColumbusLabs in #4225
- build(deps): bump the patches group in /docs with 3 updates by @dependabot[bot] in #4224
- Add AutoStopper to related projects by @Criseda in #4231
- Add missing HARDCORE environment variable to variables docs by @eithe in #4239
- build(deps): bump the patches group in /docs with 2 updates by @dependabot[bot] in #4240
Other Changes
- Update dependency itzg/mc-image-helper to v1.64.2 by @renovate[bot] in #4214
- build(deps): bump docker/login-action from 4.5.2 to 4.6.0 in the updates group by @dependabot[bot] in #4216
- Update dependency itzg/mc-image-helper to v1.65.0 by @renovate[bot] in #4215
- Update dependency itzg/easy-add to v0.8.16 by @renovate[bot] in #4219
- Update dependency itzg/mc-image-helper to v1.66.0 by @renovate[bot] in #4222
- Update dependency itzg/mc-monitor to v0.17.1 by @renovate[bot] in #4236
- Update dependency itzg/mc-image-helper to v1.66.1 by @renovate[bot] in #4228
- Update dependency itzg/rcon-cli to v1.7.7 by @renovate[bot] in #4238
- Update dependency itzg/easy-add to v0.8.17 by @renovate[bot] in #4235
New Contributors
- @Bortlesboat made their first contribution in #4220
- @ColumbusLabs made their first contribution in #4225
- @Criseda made their first contribution in #4231
- @Wroud made their first contribution in #4232
- @eithe made their first contribution in #4239
Full Changelog: 2026.8.0...2026.8.1
2026.8.0
What's Changed
Enhancements
Bug Fixes
- Update dependency itzg/mc-image-helper to v1.63.1 by @renovate[bot] in #4189
- Move knockd config out of /tmp by @itzg in #4193
- Use Metalcape knockd by default for java25 by @itzg in #4194
- Fix NanoLimbo port not applying to an existing settings.yml by @OowhitecatoO in #4201
- Ensure debugging starts after loading CF_API_KEY_FILE by @itzg in #4208
Documentation
- build(deps): bump the patches group in /docs with 2 updates by @dependabot[bot] in #4187
- Add daily build options to gtnh example by @SgtMate in #4191
- docs: add seedloaf sponsor by @jasperchess in #4197
- Enhance SECURITY.md with automated scan information by @itzg in #4212
Other Changes
- Update dependency itzg/mc-image-helper to v1.63.0 by @renovate[bot] in #4184
- build(deps): bump actions/stale from 10 to 11 by @dependabot[bot] in #4196
- build(deps): bump docker/login-action from 4.4.0 to 4.5.2 in the updates group by @dependabot[bot] in #4195
- Update dependency itzg/mc-image-helper to v1.63.2 by @renovate[bot] in #4198
- Fix build workflow conditionals that always evaluated true by @OowhitecatoO in #4203
- Update dependency itzg/mc-image-helper to v1.64.0 by @renovate[bot] in #4202
- Fix GraalVM flag selection when USE_MEOWICE_FLAGS is not set by @OowhitecatoO in #4204
- Add SECURITY.md for security policy and reporting by @itzg in #4207
- Restore the GraalVM image variants by @OowhitecatoO in #4205
- Update dependency itzg/mc-monitor to v0.17.0 by @renovate[bot] in #4209
- Enable compact object headers on Java 24+ by @OowhitecatoO in #4211
- Update dependency itzg/mc-image-helper to v1.64.1 by @renovate[bot] in #4213
New Contributors
- @OowhitecatoO made their first contribution in #4201
Full Changelog: 2026.7.2...2026.8.0
2026.7.2
What's Changed
Enhancements
- Added PREFER_IPv6 to simplify Java setup for IPv6 addresses and stack by @itzg in #4181
- Allow for custom SERVER_RUNNER by @itzg in #4182
- SERVER_RUNNER is expanded when exec'ed by @itzg in #4183
Other Changes
- Use mc-image-helper to install vanilla Minecraft. by @jcotton42 in #4165
- Update dependency itzg/mc-image-helper to v1.62.1 by @renovate[bot] in #4180
- Revert "Switch to permissions for auto-release workflow (#4163)" by @itzg in #4185
New Contributors
- @jcotton42 made their first contribution in #4165
Full Changelog: 2026.7.1...2026.7.2
2026.7.1
What's Changed
Enhancements
- Added iproute2 package to provide ip tool by @itzg in #4152
- Use http/1.1 for CurseForge by @itzg in #4155
- CF_API_KEY is now baked in and available by default by @itzg in #4172
- generic-packs: support oci:// references via install-oci-pack by @ChipWolf in #4164
Bug Fixes
Documentation
- build(deps): bump the patches group in /docs with 2 updates by @dependabot[bot] in #4150
- Document troubleshooting of Reactor Netty's HTTP client by @itzg in #4153
- build(deps): bump the patches group in /docs with 2 updates by @dependabot[bot] in #4166
- Corrected the "must" wording for API key with CURSEFORGE_FILES by @itzg in #4174
Other Changes
- Pass GH_TOKEN to containers started during tests by @itzg in #4136
- Refactor deploy gtnh by @SgtMate in #4141
- Fix GTNH versions.json parsing by @davidgaag in #4146
- Update dependency itzg/mc-monitor to v0.16.10 by @renovate[bot] in #4148
- build(deps): bump the updates group with 3 updates by @dependabot[bot] in #4149
- Added: riscv64 support by @Opvolger in #4144
- Update dependency itzg/mc-image-helper to v1.61.2 by @renovate[bot] in #4154
- Use GLIBC 2.34 compatible knockd for Java 17 images and older by @itzg in #4158
- Update dependency itzg/restify to v1.7.17 by @renovate[bot] in #4162
- Update dependency itzg/mc-server-runner to v1.15.1 by @renovate[bot] in #4161
- Update dependency itzg/mc-monitor to v0.16.11 by @renovate[bot] in #4160
- Update dependency itzg/easy-add to v0.8.15 by @renovate[bot] in #4159
- Switch to permissions for auto-release workflow by @itzg in #4163
- Update dependency itzg/mc-image-helper to v1.61.3 by @renovate[bot] in #4168
- Update dependency itzg/mc-image-helper to v1.61.4 by @renovate[bot] in #4171
- Notify on PR merged by @itzg in #4173
- Only trigger auto release for non-forked by @itzg in #4178
- Enhance workflow conditionals for forked repositories and notifications by @itzg in #4179
New Contributors
- @davidgaag made their first contribution in #4146
- @Opvolger made their first contribution in #4144
Full Changelog: 2026.7.0...2026.7.1
2026.7.0
What's Changed
Enhancements
- Add purpur support for ServerLibraryCleaner by @harrisonablack in #4133
Bug Fixes
- Handle non-specific file types in start-utils extraction logic by @itzg in #4121
- GTNH: allow for spaces in GTNH_PACK_VERSION by @itzg in #4132
- paper: Fix boolean flag always return true by @harrisonablack in #4134
- packwiz: re-load LOAD_ENV_FROM_FILE after the installer runs by @ChipWolf in #4137
Documentation
- build(deps): bump the patches group in /docs with 4 updates by @dependabot[bot] in #4127
- build(deps): bump pymdown-extensions from 10.21.3 to 11.0 in /docs by @dependabot[bot] in #4128
- Add example for loading mods from a local directory by @samuelstanley0101 in #4138
- build(deps): bump click from 8.4.1 to 8.4.2 in /docs in the patches group by @dependabot[bot] in #4143
Other Changes
- Improved and refactored sponsor labeler workflow by @itzg in #4123
- build(deps): bump docker/build-push-action from 6 to 7 by @dependabot[bot] in #4124
- Update dependency itzg/mc-monitor to v0.16.8 by @renovate[bot] in #4142
New Contributors
- @samuelstanley0101 made their first contribution in #4138
Full Changelog: 2026.6.1...2026.7.0
2026.6.1
What's Changed
Enhancements
- Improve get gtnh download path by @SgtMate in #4101
- Added: STOP_SERVER_DELAY_COMMAND by @jameswagnerjr in #4109
- Add jattach utility by @itzg in #4114
Documentation
- build(deps): bump the patches group in /docs with 2 updates by @dependabot[bot] in #4100
- examples: podman quadlet example by @lethedata in #4099
Other Changes
- Update dependency itzg/mc-image-helper to v1.60.2 by @renovate[bot] in #4102
- Update dependency itzg/rcon-cli to v1.7.6 by @renovate[bot] in #4103
- Update dependency itzg/mc-server-runner to v1.14.8 by @renovate[bot] in #4107
- Update dependency itzg/restify to v1.7.15 by @renovate[bot] in #4108
- Update dependency itzg/mc-monitor to v0.16.7 by @renovate[bot] in #4106
- Update dependency itzg/easy-add to v0.8.14 by @renovate[bot] in #4105
- Update dependency itzg/mc-server-runner to v1.15.0 by @renovate[bot] in #4110
- Update dependency itzg/mc-image-helper to v1.61.0 by @renovate[bot] in #4111
- Update dependency itzg/restify to v1.7.16 by @renovate[bot] in #4112
- Update dependency itzg/mc-image-helper to v1.61.1 by @renovate[bot] in #4118
- Add github workflow to label issues/prs authored by sponsor by @itzg in #4120
New Contributors
- @jameswagnerjr made their first contribution in #4109
Full Changelog: 2026.6.0...2026.6.1
2026.6.0
What's Changed
Bug Fixes
Documentation
- Note ANSI-C Quoting bash in MOTD by @lethedata in #4085
- build(deps): bump platformdirs from 4.9.6 to 4.10.0 in /docs in the patches group by @dependabot[bot] in #4094
Other Changes
- Update dependency itzg/mc-image-helper to v1.60.1 by @renovate[bot] in #4088
- build(deps): bump the updates group with 2 updates by @dependabot[bot] in #4095
- fix(exclude): exclude ImmersiveDamageIndicators from server mods by @LinkIsGrim in #4080
New Contributors
- @lethedata made their first contribution in #4085
- @LinkIsGrim made their first contribution in #4080
Full Changelog: 2026.5.4...2026.6.0
2026.5.4
What's Changed
Bug Fixes
Documentation
- build(deps): bump the patches group across 1 directory with 2 updates by @dependabot[bot] in #4073
Other Changes
- Update dependency itzg/mc-monitor to v0.16.6 by @renovate[bot] in #4082
- build(deps): bump the updates group with 4 updates by @dependabot[bot] in #4083
Full Changelog: 2026.5.3...2026.5.4
2026.5.3
What's Changed
Enhancements
Documentation
- build(deps): bump zensical from 0.0.40 to 0.0.41 in /docs in the patches group by @dependabot[bot] in #4057
- examples: fix invalid data volume for vanilla-tweaks by @itzg in #4064
- build(deps): bump pymdown-extensions from 10.21.2 to 10.21.3 in /docs by @dependabot[bot] in #4072
- Specify .mrpack extension for local mrpack files by @roziscoding in #4079
Other Changes
- Update dependency itzg/mc-image-helper to v1.57.4 by @renovate[bot] in #4054
- Update dependency itzg/easy-add to v0.8.12 by @renovate[bot] in #4055
- build(deps): Bump mc-image-helper java8 to 1.51.2 by @harrisonablack in #4056
- Adjust labels for docs in dependabot.yml by @itzg in #4041
- Update dependency itzg/mc-server-runner to v1.14.6 by @renovate[bot] in #4035
- Update dependency itzg/mc-image-helper to v1.58.0 by @renovate[bot] in #4059
- Update java8 builds to 1.51.3-java8 by @itzg in #4060
- Update dependency itzg/mc-monitor to v0.16.3 by @renovate[bot] in #4063
- Update dependency itzg/mc-monitor to v0.16.4 by @renovate[bot] in #4065
- Update dependency itzg/rcon-cli to v1.7.5 by @renovate[bot] in #4066
- feat: Server library cleanup on paper install by @harrisonablack in #4046
- Update dependency itzg/restify to v1.7.14 by @renovate[bot] in #4070
- Update dependency itzg/mc-server-runner to v1.14.7 by @renovate[bot] in #4069
- Update dependency itzg/easy-add to v0.8.13 by @renovate[bot] in #4067
- Update dependency itzg/mc-monitor to v0.16.5 by @renovate[bot] in #4071
- Update dependency itzg/mc-image-helper to v1.59.1 by @renovate[bot] in #4076
- Pin java11 and java16 to java8 branch of mc-image-helper by @itzg in #4077
New Contributors
- @harrisonablack made their first contribution in #4056
- @roziscoding made their first contribution in #4079
Full Changelog: 2026.5.2...2026.5.3