Releases: itzg/docker-minecraft-server
Releases · itzg/docker-minecraft-server
2026.1.3
What's Changed
Bug Fixes
Documentation
- Fix minor typos in GTNH docs by @Neutronlul in #3872
- Avoid confusion about server properties supportability by @itzg in #3875
- docs: add autoscaling documentation and examples for mc-router integration by @Lenart12 in #3826
- Clarify scope of LOG_LEVEL by @itzg in #3878
New Contributors
- @Neutronlul made their first contribution in #3872
- @Lenart12 made their first contribution in #3826
Full Changelog: 2026.1.2...2026.1.3
2026.1.2
What's Changed
Bug Fixes
- Leverage ENABLE_ROLLING_LOGS as default for GENERATE_LOG4J2_CONFIG by @itzg in #3860
- Default Folia channel to stable rather than experimental by @itzg in #3861
- Ensure FTBA uses image's java by @itzg in #3867
Other Changes
- Add mekalus to cf-exclude-include.json by @DVerdeV in #3862
- build(deps): bump pathspec from 0.12.1 to 1.0.3 in /docs by @dependabot[bot] in #3865
- build(deps): bump pymdown-extensions from 10.19.1 to 10.20 in /docs in the patches group by @dependabot[bot] in #3864
New Contributors
Full Changelog: 2026.1.1...2026.1.2
2026.1.1
What's Changed
Bug Fixes
Documentation
- Docs: cleanup copyright year and contributing by @EmilyxFox in #3855
Other Changes
- build(deps): bump the patches group across 1 directory with 2 updates by @dependabot[bot] in #3825
- Move docs to zensical by @EmilyxFox in #3852
Full Changelog: 2026.1.0...2026.1.1
2026.1.0
What's Changed
Bug Fixes
Documentation
- Document SSH console and RCON password secrets file by @EmilyxFox in #3843
Other Changes
- Add 'ctm' to forceIncludes for ftb-stoneblock-4 by @kman3107 in #3840
- Globally exclude crash-assistant mod by @gorfey in #3839
- Add NEOFORGE to invalid type message by @sornii in #3842
- Bump latest/stable image variant to java25 by @itzg in #3845
New Contributors
Full Changelog: 2025.12.1...2026.1.0
2025.12.1
What's Changed
Enhancements
- Enable native access for quieter Java 25+ use of mc-image-helper by @itzg in #3814
- Set JVM enable-native-access for Java 17+ by @itzg in #3819
- New logger configuration by @tekikaito in #3813
- Decommission EXEC_DIRECTLY by @tekikaito in #3837
- add environment variable for WebsocketConsole arg by @EmilyxFox in #3835
Documentation
- Fix alignment of annotations on shell command on commands docs page by @tibtiq in #3805
- docs: add specific version examples for new version schema by @EmilyxFox in #3809
- feat/docs: add notes to GraalVM images by @NoaHimesaka1873 in #3816
- Fixed volume definition in docker-compose by @MarcTroll in #3830
Other Changes
- Update log4j2.xml to use full timestamp format in PatternLayout by @tekikaito in #3806
- build(deps): bump the updates group across 1 directory with 2 updates by @dependabot[bot] in #3820
- fix websocket console path by @EmilyxFox in #3834
New Contributors
- @tibtiq made their first contribution in #3805
- @tekikaito made their first contribution in #3806
- @MarcTroll made their first contribution in #3830
Full Changelog: 2025.12.0...2025.12.1
2025.12.0
What's Changed
Enhancements
- Integrate gtnh mod 2 by @SgtMate in #3727
- Implement jvm mem percentage by @SgtMate in #3747
- forceIncludes particular-reforged for ftb-stoneblock-4 by @kman3107 in #3753
- Add 'status-effect-bars-reforged' to global excludes by @kman3107 in #3752
- Removed catserver and updated magma download by @SgtMate in #3751
- forge and neoforge: skip lookup if exact request matches installed version by @itzg in #3756
- Exclude cull-less-leaves and mining-speed-tooltips by @itzg in #3766
- Allow custom modloader versions for auto curseforge by @SavePointSam in #3759
- Bump mc-server-runner & document websocket API by @EmilyxFox in #3789
Bug Fixes
- auto-cf: fix issue with unknown FileStatus values by @itzg in #3736
- Corrected version comparison to determine mc-health mode to use pre-1.7 by @itzg in #3745
- Exclude Netty http3 to ensure Alpine musl support by @itzg in #3765
- gtnh: support grabbing extra mods by @itzg in #3788
Documentation
- Updated example snippets for CF_PAGE_URL and CF_SLUG by @itzg in #3740
- Corrected the examples for JVM_OPTS by @itzg in #3746
- Adding inline example of USES_PLUGINS with Cardboard by @itzg in #3779
- update docs copyright notice year by @EmilyxFox in #3794
Other Changes
- add pull policy to examples in docs by @EmilyxFox in #3739
- build(deps): bump mkdocs-material from 9.6.22 to 9.6.23 in /docs in the patches group by @dependabot[bot] in #3742
- File globbing for Ignore Missing Files by @JackHicks02 in #3744
- build(deps): bump the updates group with 2 updates by @dependabot[bot] in #3755
- deps: upgrade tools to Go 1.25.3 by @itzg in #3741
- Add support for health check for pre-1.3 versions by @k4rnaj1k in #3758
- fix(graalvm): update to Oracle Linux 9 to fix glibc compat issues by @AlexTMjugador in #3761
- fix(tests): ensure Nginx is fully spun up before starting MC container by @AlexTMjugador in #3763
- fix(graalvm): update to Oracle Linux 10 to fix file command mimetype issues by @AlexTMjugador in #3764
- build(deps): bump mkdocs-material from 9.6.23 to 9.7.0 in /docs in the patches group by @dependabot[bot] in #3772
- Add java25-jdk image variant by @itzg in #3778
- build(deps): bump actions/checkout from 5.0.0 to 6.0.0 by @dependabot[bot] in #3771
- build(deps): bump docker/metadata-action from 5.9.0 to 5.10.0 in the updates group by @dependabot[bot] in #3784
- CF_EXCLUDE_ALL_MODS by @JackHicks02 in #3793
- Add auto-release workflow configuration by @itzg in #3800
- Do not overwrite existing NanoLimbo settings.yml by @akippnn in #3799
- Use PAT for auto releaser runs by @itzg in #3801
New Contributors
- @JackHicks02 made their first contribution in #3744
- @k4rnaj1k made their first contribution in #3758
- @AlexTMjugador made their first contribution in #3761
- @SavePointSam made their first contribution in #3759
- @akippnn made their first contribution in #3799
Full Changelog: 2025.10.5...2025.12.0
2025.10.5
What's Changed
Enhancements
- Allow embedded comments in newline-comma lists by @itzg in #3705
- Generalize DOWNLOAD_EXTRA_CONFIGS into APPLY_EXTRA_FILES by @itzg in #3710
- Improve variable naming with MODRINTH_MODPACK_VERSION_TYPE and MODRINTH_PROJECTS_DEFAULT_VERSION_TYPE by @itzg in #3716
Bug Fixes
Documentation
- docs: removing setupmc linkage pending sponsorship arrangement by @itzg in #3706
- Revert "docs: removing setupmc linkage pending sponsorship arrangement" by @itzg in #3707
- examples: add bentobox example using DOWNLOAD_EXTRA_CONFIGS by @itzg in #3708
- Update GTNH example to use Java 25 by @BerkeBat in #3715
- Documented the loader prefix option for MODRINTH_PROJECTS by @itzg in #3720
- Document that MODRINTH_PROJECTS version ID can override game/loader check by @itzg in #3721
Other Changes
- add
management-server-allowed-originsfrom 25w42a by @EmilyxFox in #3711 - build: install latest gosu from published image by @itzg in #3717
- build(deps): bump mkdocs-material from 9.6.21 to 9.6.22 in /docs in the patches group by @dependabot[bot] in #3724
New Contributors
Full Changelog: 2025.10.2...2025.10.5
2025.10.2
What's Changed
Enhancements
- paper: now applies channel and resolves stable by default by @itzg in #3692
- Add colorwheel and colorwheel-patcher to default excludes by @itzg in #3696
Bug Fixes
- Fix script import path for RCON_CMDS_* by @itzg in #3695
- neoforge: handle new version ordering by @itzg in #3703
Other Changes
- build(deps): bump mkdocs-material from 9.6.20 to 9.6.21 in /docs in the patches group by @dependabot[bot] in #3698
- build(deps): bump docker/login-action from 3.5.0 to 3.6.0 in the updates group by @dependabot[bot] in #3697
Full Changelog: 2025.10.1...2025.10.2
2025.10.1
2025.10.0
What's Changed
Enhancements
- fetch: download specific file to adjacent temp by @itzg in #3653
- Improve local development by @itzg in #3661
- Add /start shim for containers using old entrypoint by @itzg in #3663
- Support selecting Paper "pre" versions by @itzg in #3664
- Add "ok menu" and "particle rain" to default excludes by @itzg in #3674
- Added java25 images, deprecated java24 by @itzg in #3675
- implementing DOWNLOAD_EXTRA_CONFIGS by @Crafter-Y in #3679
Bug Fixes
- Corrected retrieval of NanoLimbo release file by @itzg in #3662
- Fix autostop-daemon.sh path in start-autostop by @itzg in #3670
Documentation
Other Changes
- build(deps): bump actions/stale from 9 to 10 by @dependabot[bot] in #3649
- build(deps): bump mkdocs-material from 9.6.18 to 9.6.19 in /docs in the patches group by @dependabot[bot] in #3650
- add new server properties added in 25w37a by @EmilyxFox in #3651
- More management server properties docs by @EmilyxFox in #3657
- fix: update autopause-fcns.sh path by @iofq in #3666
- Should fix USE_MEOWICE_FLAGS by @kingcavespider1 in #3660
- build(deps): bump the patches group in /docs with 2 updates by @dependabot[bot] in #3671
- deps: upgrade mc-server-runner 1.13.4 for CVE fixes by @itzg in #3678
New Contributors
- @iofq made their first contribution in #3666
- @Crafter-Y made their first contribution in #3679
Full Changelog: 2025.9.2...2025.10.0