Releases: itzg/docker-minecraft-bedrock-server
Releases · itzg/docker-minecraft-bedrock-server
2024.11.0
What's Changed
Enhancements
- Fix: eliminated hardcoded URL for custom versions by @thedhruvn in #468
New Contributors
- @thedhruvn made their first contribution in #468
Full Changelog: 2024.10.0...2024.11.0
2024.10.0
What's Changed
Documentation
- Fixed formatting of docs for env vars that map to server properties by @itzg in #417
- Corrected VERSION choices to matched maintained code by @itzg in #422
- Fix #326: Document that IPv6 is required by Mojang by @josephdpurcell in #456
Other Changes
- documentation: for addon install, no need to touch known_valid_known_packs.json by @breakersun in #423
- Upgrade image tools by @itzg in #431
- Add Warning about end of line sequence by @smell-of-curry in #433
- Added & re-ordered all Property Definitions to match current standards & Contributing Warning by @smell-of-curry in #434
- README.md Community Solutions list update by @joanroig in #450
- build: upgraded easy-add and mc-monitor by @itzg in #453
- build: upgrade restify, mc-server-runner by @itzg in #454
- build: upgrade entrypoint-demoter by @itzg in #455
- Maintain directory structure on backup by @othorp in #457
- Included user agent for download by @jacokok in #459
New Contributors
- @breakersun made their first contribution in #423
- @smell-of-curry made their first contribution in #433
- @joanroig made their first contribution in #450
- @josephdpurcell made their first contribution in #456
- @othorp made their first contribution in #457
- @jacokok made their first contribution in #459
Full Changelog: 2024.5.0...2024.10.0
2024.9.0
What's Changed
Documentation
- Fixed formatting of docs for env vars that map to server properties by @itzg in #417
- Corrected VERSION choices to matched maintained code by @itzg in #422
- Fix #326: Document that IPv6 is required by Mojang by @josephdpurcell in #456
Other Changes
- documentation: for addon install, no need to touch known_valid_known_packs.json by @breakersun in #423
- Upgrade image tools by @itzg in #431
- Add Warning about end of line sequence by @smell-of-curry in #433
- Added & re-ordered all Property Definitions to match current standards & Contributing Warning by @smell-of-curry in #434
- README.md Community Solutions list update by @joanroig in #450
- build: upgraded easy-add and mc-monitor by @itzg in #453
- build: upgrade restify, mc-server-runner by @itzg in #454
- build: upgrade entrypoint-demoter by @itzg in #455
- Maintain directory structure on backup by @othorp in #457
- Included user agent for download by @jacokok in #459
New Contributors
- @breakersun made their first contribution in #423
- @smell-of-curry made their first contribution in #433
- @joanroig made their first contribution in #450
- @josephdpurcell made their first contribution in #456
- @othorp made their first contribution in #457
- @jacokok made their first contribution in #459
Full Changelog: 2024.5.0...2024.9.0
2024.5.0
What's Changed
Bug Fixes
Documentation
- Corrected server properties wiki link by @joeskeen in #412
- docs: use host directory for data volume in default example by @itzg in #414
Other Changes
- Ssh remote console by @Kaiede in #388
- Update to latest mc-server-runner by @Kaiede in #399
- build: upgraded restify and mc-server-runner by @itzg in #409
- Enchancement: Added msa-gamertags-only, disable-custom-skins, op-permission-level and more. by @ReallyFatYoshi in #415
New Contributors
- @Kaiede made their first contribution in #388
- @joeskeen made their first contribution in #412
- @ReallyFatYoshi made their first contribution in #415
Full Changelog: 2024.1.0...2024.5.0
2024.1.0
What's Changed
Bug Fixes
Other Changes
- Update Minecraft Wiki links to new domain by @Spongecade in #354
- Add Timezone to Container Specific Section by @BaksiLi in #357
- Updates to Allow/White List handling by @drardin in #359
- fixes issues with moving out existing resource packs to backup folder by @bb-Ricardo in #362
- build: upgrade tools to Go 1.20 based by @itzg in #363
- improves bedrock-entry.sh to pass shellcheck by @bb-Ricardo in #365
- handle username and XUID for ALLOW_LIST_USERS by @chrisw-dev in #367
- build: upgrade easy-add for Go 1.20.10 by @itzg in #368
- fix: wrong workflow name by @GregTCLTK in #371
- build: upgrade easy-add and mc-monitor by @itzg in #376
- build: upgrade entrypoint-demoter to Go 1.21.4 by @itzg in #377
- Updated README.md permissions env by @couryrr in #385
New Contributors
- @Spongecade made their first contribution in #354
- @BaksiLi made their first contribution in #357
- @drardin made their first contribution in #359
- @bb-Ricardo made their first contribution in #362
- @chrisw-dev made their first contribution in #367
- @GregTCLTK made their first contribution in #371
- @couryrr made their first contribution in #385
Full Changelog: 2023.8.1...2024.1.0
2023.8.1
What's Changed
Documentation
Other Changes
- Update bedrock-entry.sh to clean up old settings by @brendonthiede in #346
New Contributors
- @brendonthiede made their first contribution in #346
Full Changelog: 2023.7.1...2023.8.1
2023.7.1
What's Changed
Enhancements
- Added support for enable-lan-visibility property by @itzg in #288
- Bundle send-command script by @itzg in #296
- Include HTTP request timeout in restify by @itzg in #301
- Added support for preview versions by @itzg in #302
- Add multi-architecture image build by @itzg in #314
Bug Fixes
- Fix send-command to work on arm64 by @itzg in #328
- Format allowlist.json exactly like command does by @itzg in #337
- Only remove allowlist.json when ALLOW_LIST_USERS is set to empty string by @itzg in #338
- Ensure whitelist.json not present when using allow list by @itzg in #341
Documentation
Other Changes
- feat: added mapping for server-authoritative-block-breaking by @itzg in #213
- docs: add example compose file with host mount by @itzg in #215
- add option to change compression settings by @bwdutton in #224
- Add mc-send-to-console support by @itzg in #228
- Shift PREVIOUS to 1.18.33.02, pre-The Wild Update by @itzg in #246
- Added mapping for emit-server-telemetry property by @itzg in #250
- Download bedrock zip into temp directory under /data by @itzg in #251
- Temp directory is configurable but defaults to /tmp by @itzg in #252
- Don't condition allowlist creation on existence. by @stuckj in #267
- Adding TheTinkerDad's macvlan tutorial to README by @ajma in #290
- Arm64 support by @sandym in #291
- Fixes GPG issues with box64-deps for ARM64 by @michbeck100 in #313
- Bump restify to 1.6.2 by @itzg in #321
New Contributors
- @bwdutton made their first contribution in #224
- @stuckj made their first contribution in #267
- @ajma made their first contribution in #290
- @sandym made their first contribution in #291
- @michbeck100 made their first contribution in #313
Full Changelog: 2022.1.0...2023.7.1
2022.1.0
What's Changed
- Add ability to pick version 1.13 by @aesy in #14
- Add server port config environment variable by @mcjon3z in #17
- Include 1.14 support by @michaelpetik in #18
- Update to latest 1.14.x version. by @achton in #21
- Add mc-monitor to docker image by @foleymic in #39
- Correct kubernetes example by @foleymic in #45
- Adding example backup and restore to/from AWS S3 by @flickerfly in #61
- Moves configuration in k8s example to a ConfigMap by @flickerfly in #62
- Clear /var/lib/apt/lists/* by @jgmoss in #65
- Refresh docs on version download by @DazWorrall in #68
- Added bedrock v 1.16 by @hansenms in #69
- Named volume example by @LuisEnMarroquin in #70
- Update bedrock-entry.sh to overwrite all existing game files except config files by @aivins in #73
- Add GitHub workflows by @itzg in #81
- Added Server Authoritative Environment Settings by @ronnierap in #89
- Update bedrock-entry.sh by @vcaboara in #94
- updating bedrock script to write whitelist by @hyperbolic2346 in #101
- Fixing WHITELIST to WHITE_LIST by @jacoknapp in #104
- Adding permissions.json creation to bedrock server startup by @hyperbolic2346 in #102
- Updating whitelist environment variable by @hyperbolic2346 in #105
- Create AzureBedrockServer.ps1 by @pepepaco in #107
- Issues with downloading new server version - suggested fix by @potomato in #126
- Updated authoritative movement value definitions by @jasonwynn10 in #137
- k8s: Enable tty/stdin by @yuanying in #154
- Bump docker/metadata-action from 3.3.0 to 3.4.0 by @dependabot in #158
- Bump docker/metadata-action from 3.4.0 to 3.4.1 by @dependabot in #167
- Bump docker/metadata-action from 3.4.1 to 3.5.0 by @dependabot in #177
- Update README.md by @Patchoulino in #185
- Bump docker/metadata-action from 3.5.0 to 3.6.0 by @dependabot in #193
- Bump docker/metadata-action from 3.6.0 to 3.6.1 by @dependabot in #198
- Bump docker/metadata-action from 3.6.1 to 3.6.2 by @dependabot in #200
- add version 1.17, also as previous option by @danil625 in #211
New Contributors
- @aesy made their first contribution in #14
- @mcjon3z made their first contribution in #17
- @michaelpetik made their first contribution in #18
- @achton made their first contribution in #21
- @foleymic made their first contribution in #39
- @flickerfly made their first contribution in #61
- @jgmoss made their first contribution in #65
- @DazWorrall made their first contribution in #68
- @hansenms made their first contribution in #69
- @LuisEnMarroquin made their first contribution in #70
- @aivins made their first contribution in #73
- @itzg made their first contribution in #81
- @ronnierap made their first contribution in #89
- @vcaboara made their first contribution in #94
- @hyperbolic2346 made their first contribution in #101
- @jacoknapp made their first contribution in #104
- @pepepaco made their first contribution in #107
- @potomato made their first contribution in #126
- @jasonwynn10 made their first contribution in #137
- @yuanying made their first contribution in #154
- @dependabot made their first contribution in #158
- @Patchoulino made their first contribution in #185
- @danil625 made their first contribution in #211
Full Changelog: 2019090...2022.1.0