e7a327bf3da8df2ea7ebf301117f513cbbff8113
550 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
d9eb4a96dd |
chore(charts): explicitly reference docker.io (#28025)
**Description** This ensures docker.io is explicitly referenced as a container source, instead of relying on container-engine defaults **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning - [ ] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):` or `chore(chart-name):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ |
||
|
|
cc5db43bf5 |
chore(helm): update image itzg/minecraft-server 2024.10.1 → 2024.10.2 (#27991)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | patch | `32f5ecc` -> `48fa0f5` | | [itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | patch | `f1dc386` -> `5ffa3a4` | | [itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | patch | `98f4c77` -> `46863b4` | | [itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | patch | `8f59c74` -> `55aba15` | | [itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | patch | `36da1fa` -> `64a5293` | | [itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | patch | `c782346` -> `1cc2b74` | | [itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | patch | `ee92812` -> `db3ccc7` | | [itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | patch | `ad1d082` -> `f603d1c` | | [itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | patch | `734c2b7` -> `c49022d` | | [itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | patch | `85a2c2d` -> `8bd119f` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>itzg/docker-minecraft-server (itzg/minecraft-server)</summary> ### [`v2024.10.2`](https://redirect.github.com/itzg/docker-minecraft-server/releases/tag/2024.10.2) [Compare Source](https://redirect.github.com/itzg/docker-minecraft-server/compare/2024.10.1...2024.10.2) <!-- Release notes generated using configuration in .github/release.yml at master --> ##### What's Changed ##### Enhancements - curseforge: cache get mod info and file API calls to disk by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3102](https://redirect.github.com/itzg/docker-minecraft-server/pull/3102) - Add SKIP_CHOWN_DATA to skip the "Changing ownership of /data" by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3103](https://redirect.github.com/itzg/docker-minecraft-server/pull/3103) - cf: default API cache TTL to 2 days and allow config by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3107](https://redirect.github.com/itzg/docker-minecraft-server/pull/3107) ##### Bug Fixes - cf: gracefully handle corrupted API cache index by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3110](https://redirect.github.com/itzg/docker-minecraft-server/pull/3110) ##### Documentation - chore(docs): note add mod var for auto_curseforge use by [@​ChipWolf](https://redirect.github.com/ChipWolf) in [https://github.com/itzg/docker-minecraft-server/pull/3111](https://redirect.github.com/itzg/docker-minecraft-server/pull/3111) ##### Other Changes - refactoring a little bit some test script files by [@​IronMine](https://redirect.github.com/IronMine) in [https://github.com/itzg/docker-minecraft-server/pull/3100](https://redirect.github.com/itzg/docker-minecraft-server/pull/3100) - Fix mc-send-to-console running with uid=0(root) by [@​GiriNeko](https://redirect.github.com/GiriNeko) in [https://github.com/itzg/docker-minecraft-server/pull/3106](https://redirect.github.com/itzg/docker-minecraft-server/pull/3106) ##### New Contributors - [@​IronMine](https://redirect.github.com/IronMine) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/3100](https://redirect.github.com/itzg/docker-minecraft-server/pull/3100) - [@​GiriNeko](https://redirect.github.com/GiriNeko) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/3106](https://redirect.github.com/itzg/docker-minecraft-server/pull/3106) **Full Changelog**: https://github.com/itzg/docker-minecraft-server/compare/2024.10.1...2024.10.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2ZsdXgiLCJyZW5vdmF0ZS93ZWJzaXRlIiwidHlwZS9wYXRjaCJdfQ==--> |
||
|
|
37bd2b67d5 |
chore(helm): update chart common 25.0.0 → 25.1.0 by renovate (#27948)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common](https://truecharts.org/charts/library/common) ([source](https://ghcr.io/cloudnative-pg/postgis)) | minor | `25.0.0` -> `25.1.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL21pbm9yIl19--> |
||
|
|
d3247a0994 |
chore(container): update image itzg/minecraft-server to v2024 by renovate (#27711)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | minor | `3651718` -> `32f5ecc` | | [itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | minor | `5066dea` -> `f1dc386` | | [itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | minor | `2d0dab4` -> `98f4c77` | | [itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | minor | `adc511e` -> `8f59c74` | | [itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | minor | `f5ff149` -> `36da1fa` | | [itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | minor | `201f19e` -> `c782346` | | [itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | minor | `10dad62` -> `ee92812` | | [itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | minor | `aa06626` -> `ad1d082` | | [itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | minor | `497249e` -> `734c2b7` | | [itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | minor | `1ff4745` -> `85a2c2d` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>itzg/docker-minecraft-server (itzg/minecraft-server)</summary> ### [`v2024.10.1`](https://redirect.github.com/itzg/docker-minecraft-server/releases/tag/2024.10.1) [Compare Source](https://redirect.github.com/itzg/docker-minecraft-server/compare/2024.10.0...2024.10.1) <!-- Release notes generated using configuration in .github/release.yml at master --> ##### What's Changed ##### Enhancements - For FTBA support extra mods with Modrinth/CurseForge by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3092](https://redirect.github.com/itzg/docker-minecraft-server/pull/3092) - modrinth: support datapack retrieval by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3096](https://redirect.github.com/itzg/docker-minecraft-server/pull/3096) ##### Documentation - examples: updated BMC4 for v32.5 by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3091](https://redirect.github.com/itzg/docker-minecraft-server/pull/3091) ##### Other Changes - build: deprecating java8-alpine (for now) by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3094](https://redirect.github.com/itzg/docker-minecraft-server/pull/3094) **Full Changelog**: https://github.com/itzg/docker-minecraft-server/compare/2024.10.0...2024.10.1 ### [`v2024.10.0`](https://redirect.github.com/itzg/docker-minecraft-server/releases/tag/2024.10.0) [Compare Source](https://redirect.github.com/itzg/docker-minecraft-server/compare/2024.9.0...2024.10.0) <!-- Release notes generated using configuration in .github/release.yml at master --> ##### What's Changed ##### Enhancements - auto-cf: support three-part modloader IDs by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3081](https://redirect.github.com/itzg/docker-minecraft-server/pull/3081) ##### Documentation - docs: removed duplicated RCON_CMDS variable by [@​omarx11](https://redirect.github.com/omarx11) in [https://github.com/itzg/docker-minecraft-server/pull/3072](https://redirect.github.com/itzg/docker-minecraft-server/pull/3072) ##### Other Changes - build: accept build args for extra packages to install by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3060](https://redirect.github.com/itzg/docker-minecraft-server/pull/3060) - Bump mc-monitor version by [@​md5nake](https://redirect.github.com/md5nake) in [https://github.com/itzg/docker-minecraft-server/pull/3061](https://redirect.github.com/itzg/docker-minecraft-server/pull/3061) - build: upgraded easy-add and mc-monitor by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3066](https://redirect.github.com/itzg/docker-minecraft-server/pull/3066) - build: upgraded restify, rcon-cli, mc-server-runner by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3067](https://redirect.github.com/itzg/docker-minecraft-server/pull/3067) - Add PAPER_CONFIG_REPO as alias for defaults repo variable by [@​Alpha018](https://redirect.github.com/Alpha018) in [https://github.com/itzg/docker-minecraft-server/pull/3076](https://redirect.github.com/itzg/docker-minecraft-server/pull/3076) ##### New Contributors - [@​omarx11](https://redirect.github.com/omarx11) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/3072](https://redirect.github.com/itzg/docker-minecraft-server/pull/3072) - [@​Alpha018](https://redirect.github.com/Alpha018) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/3076](https://redirect.github.com/itzg/docker-minecraft-server/pull/3076) **Full Changelog**: https://github.com/itzg/docker-minecraft-server/compare/2024.9.0...2024.10.0 ### [`v2024.9.0`](https://redirect.github.com/itzg/docker-minecraft-server/releases/tag/2024.9.0) [Compare Source](https://redirect.github.com/itzg/docker-minecraft-server/compare/2024.7.2...2024.9.0) <!-- Release notes generated using configuration in .github/release.yml at master --> ##### What's Changed ##### Enhancements - Added support for FOLIA_CHANNEL by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3029](https://redirect.github.com/itzg/docker-minecraft-server/pull/3029) - Added client mod exclusions for modpack "Hardrock Terrafirmacraft" by [@​lucaperl](https://redirect.github.com/lucaperl) in [https://github.com/itzg/docker-minecraft-server/pull/3028](https://redirect.github.com/itzg/docker-minecraft-server/pull/3028) - Add just-zoom (jar: justzoom) to global exclude by [@​EmilyxFox](https://redirect.github.com/EmilyxFox) in [https://github.com/itzg/docker-minecraft-server/pull/3032](https://redirect.github.com/itzg/docker-minecraft-server/pull/3032) - New server properties by [@​EmilyxFox](https://redirect.github.com/EmilyxFox) in [https://github.com/itzg/docker-minecraft-server/pull/3034](https://redirect.github.com/itzg/docker-minecraft-server/pull/3034) - Default EXISTING_OPS_FILE and EXISTING_WHITELIST_FILE to MERGE by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3038](https://redirect.github.com/itzg/docker-minecraft-server/pull/3038) - cf-files: improve the logging of missing dependencies especially optional ones by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3044](https://redirect.github.com/itzg/docker-minecraft-server/pull/3044) - modrinth: improve logging of non-applicable versions by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3053](https://redirect.github.com/itzg/docker-minecraft-server/pull/3053) ##### Bug Fixes - Default EXISTING_OPS_FILE and EXISTING_WHITELIST_FILE to SYNC_FILE_MERGE_LIST by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3042](https://redirect.github.com/itzg/docker-minecraft-server/pull/3042) ##### Documentation - docs: updated with example on how to setup lazymc with minecraft container by [@​joesturge](https://redirect.github.com/joesturge) in [https://github.com/itzg/docker-minecraft-server/pull/3017](https://redirect.github.com/itzg/docker-minecraft-server/pull/3017) - Ketting removed GithubPackages by [@​C0D3-M4513R](https://redirect.github.com/C0D3-M4513R) in [https://github.com/itzg/docker-minecraft-server/pull/3027](https://redirect.github.com/itzg/docker-minecraft-server/pull/3027) - docs: remove leftover debugs in bmc4 example by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3037](https://redirect.github.com/itzg/docker-minecraft-server/pull/3037) - Simple Voice Chat examples by [@​EmilyxFox](https://redirect.github.com/EmilyxFox) in [https://github.com/itzg/docker-minecraft-server/pull/3057](https://redirect.github.com/itzg/docker-minecraft-server/pull/3057) ##### Other Changes - Added hide-online-players server property by [@​EmilyxFox](https://redirect.github.com/EmilyxFox) in [https://github.com/itzg/docker-minecraft-server/pull/3026](https://redirect.github.com/itzg/docker-minecraft-server/pull/3026) - add new server property in 24w33a by [@​EmilyxFox](https://redirect.github.com/EmilyxFox) in [https://github.com/itzg/docker-minecraft-server/pull/3043](https://redirect.github.com/itzg/docker-minecraft-server/pull/3043) - Healthcheck interval is now 60s with start interval 5s by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3058](https://redirect.github.com/itzg/docker-minecraft-server/pull/3058) ##### New Contributors - [@​joesturge](https://redirect.github.com/joesturge) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/3017](https://redirect.github.com/itzg/docker-minecraft-server/pull/3017) - [@​EmilyxFox](https://redirect.github.com/EmilyxFox) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/3026](https://redirect.github.com/itzg/docker-minecraft-server/pull/3026) - [@​lucaperl](https://redirect.github.com/lucaperl) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/3028](https://redirect.github.com/itzg/docker-minecraft-server/pull/3028) **Full Changelog**: https://github.com/itzg/docker-minecraft-server/compare/2024.7.2...2024.9.0 ### [`v2024.7.2`](https://redirect.github.com/itzg/docker-minecraft-server/releases/tag/2024.7.2) [Compare Source](https://redirect.github.com/itzg/docker-minecraft-server/compare/2024.7.0...2024.7.2) <!-- Release notes generated using configuration in .github/release.yml at master --> ##### What's Changed ##### Enhancements - Updated and Improved install scripts. by [@​keepittechie](https://redirect.github.com/keepittechie) in [https://github.com/itzg/docker-minecraft-server/pull/3006](https://redirect.github.com/itzg/docker-minecraft-server/pull/3006) - Add itemphysic-lite to global exclude by [@​ruskington](https://redirect.github.com/ruskington) in [https://github.com/itzg/docker-minecraft-server/pull/3014](https://redirect.github.com/itzg/docker-minecraft-server/pull/3014) ##### Documentation - docs: add service annotation patching to example kustomization by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3020](https://redirect.github.com/itzg/docker-minecraft-server/pull/3020) ##### Other Changes - build: remove pre-installed ubuntu user for consistency by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3016](https://redirect.github.com/itzg/docker-minecraft-server/pull/3016) ##### New Contributors - [@​keepittechie](https://redirect.github.com/keepittechie) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/3006](https://redirect.github.com/itzg/docker-minecraft-server/pull/3006) - [@​ruskington](https://redirect.github.com/ruskington) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/3014](https://redirect.github.com/itzg/docker-minecraft-server/pull/3014) **Full Changelog**: https://github.com/itzg/docker-minecraft-server/compare/2024.7.1...2024.7.2 ### [`v2024.7.0`](https://redirect.github.com/itzg/docker-minecraft-server/releases/tag/2024.7.0) [Compare Source](https://redirect.github.com/itzg/docker-minecraft-server/compare/2024.6.1...2024.7.0) <!-- Release notes generated using configuration in .github/release.yml at master --> ##### What's Changed ##### Enhancements - Update cf-exclude-include.json with Apple Skin, etc by [@​LeaderbotX400](https://redirect.github.com/LeaderbotX400) in [https://github.com/itzg/docker-minecraft-server/pull/2932](https://redirect.github.com/itzg/docker-minecraft-server/pull/2932) - modrinth: add support for default excludes/includes by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2937](https://redirect.github.com/itzg/docker-minecraft-server/pull/2937) - cf: add support for modpacks that use NeoForge by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2943](https://redirect.github.com/itzg/docker-minecraft-server/pull/2943) - Add ryoamiclights to CF global excludes by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2948](https://redirect.github.com/itzg/docker-minecraft-server/pull/2948) - More Client-side mods to exclude by [@​KrosTheProto](https://redirect.github.com/KrosTheProto) in [https://github.com/itzg/docker-minecraft-server/pull/2967](https://redirect.github.com/itzg/docker-minecraft-server/pull/2967) - modrinth: add default exclusions discovered for prominence 2 by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2982](https://redirect.github.com/itzg/docker-minecraft-server/pull/2982) - cf: check downloads repo before attempting download of mod in modpack by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2985](https://redirect.github.com/itzg/docker-minecraft-server/pull/2985) - mcopy: support basic auth via URL by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2989](https://redirect.github.com/itzg/docker-minecraft-server/pull/2989) ##### Bug Fixes - neoforge: correctly handle versioning that drops the ".0" by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2935](https://redirect.github.com/itzg/docker-minecraft-server/pull/2935) - add check for absolute directories to world copy script by [@​hpf3](https://redirect.github.com/hpf3) in [https://github.com/itzg/docker-minecraft-server/pull/2939](https://redirect.github.com/itzg/docker-minecraft-server/pull/2939) - Fixed exclusion of no-night-vision-flashing by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2970](https://redirect.github.com/itzg/docker-minecraft-server/pull/2970) - cf: copy files found in downloads repo by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2986](https://redirect.github.com/itzg/docker-minecraft-server/pull/2986) - auto-cf: remove necronomicon from global exclusions by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2991](https://redirect.github.com/itzg/docker-minecraft-server/pull/2991) - Avoid logging userinfo from MODS/PLUGINS URLs by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2993](https://redirect.github.com/itzg/docker-minecraft-server/pull/2993) ##### Documentation - docs: updating AUTO_CURSEFORGE examples that no longer need /downloads by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2938](https://redirect.github.com/itzg/docker-minecraft-server/pull/2938) - Clarify MODRINTH_ALLOWED_VERSION_TYPE inclusion by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2966](https://redirect.github.com/itzg/docker-minecraft-server/pull/2966) ##### Other Changes - Updated mod exclusion list by [@​KrosTheProto](https://redirect.github.com/KrosTheProto) in [https://github.com/itzg/docker-minecraft-server/pull/2964](https://redirect.github.com/itzg/docker-minecraft-server/pull/2964) - Corrected "Updated mod exclusion list" by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2965](https://redirect.github.com/itzg/docker-minecraft-server/pull/2965) - build: fully remove java17-jdk variant from build by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2904](https://redirect.github.com/itzg/docker-minecraft-server/pull/2904) - Changed foamfix mod name by [@​bobpattison123](https://redirect.github.com/bobpattison123) in [https://github.com/itzg/docker-minecraft-server/pull/2969](https://redirect.github.com/itzg/docker-minecraft-server/pull/2969) - Remove JEI from exclusion list to fix ATM9 launch issue by [@​AkashiSN](https://redirect.github.com/AkashiSN) in [https://github.com/itzg/docker-minecraft-server/pull/2971](https://redirect.github.com/itzg/docker-minecraft-server/pull/2971) - Add use-proxy support to health extra args by [@​paradox460](https://redirect.github.com/paradox460) in [https://github.com/itzg/docker-minecraft-server/pull/2973](https://redirect.github.com/itzg/docker-minecraft-server/pull/2973) - Update the autopause server listener to be proxy aware by [@​paradox460](https://redirect.github.com/paradox460) in [https://github.com/itzg/docker-minecraft-server/pull/2978](https://redirect.github.com/itzg/docker-minecraft-server/pull/2978) - Optimize startup on versionLessThan function by [@​felipepasc](https://redirect.github.com/felipepasc) in [https://github.com/itzg/docker-minecraft-server/pull/2979](https://redirect.github.com/itzg/docker-minecraft-server/pull/2979) - Fix typo in reference to REMOVE_OLD_MODS variable by [@​4Ply](https://redirect.github.com/4Ply) in [https://github.com/itzg/docker-minecraft-server/pull/2988](https://redirect.github.com/itzg/docker-minecraft-server/pull/2988) ##### New Contributors - [@​KrosTheProto](https://redirect.github.com/KrosTheProto) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/2964](https://redirect.github.com/itzg/docker-minecraft-server/pull/2964) - [@​bobpattison123](https://redirect.github.com/bobpattison123) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/2969](https://redirect.github.com/itzg/docker-minecraft-server/pull/2969) - [@​AkashiSN](https://redirect.github.com/AkashiSN) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/2971](https://redirect.github.com/itzg/docker-minecraft-server/pull/2971) - [@​paradox460](https://redirect.github.com/paradox460) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/2973](https://redirect.github.com/itzg/docker-minecraft-server/pull/2973) - [@​4Ply](https://redirect.github.com/4Ply) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/2988](https://redirect.github.com/itzg/docker-minecraft-server/pull/2988) **Full Changelog**: https://github.com/itzg/docker-minecraft-server/compare/2024.6.1...2024.7.0 ### [`v2024.6.1`](https://redirect.github.com/itzg/docker-minecraft-server/releases/tag/2024.6.1) [Compare Source](https://redirect.github.com/itzg/docker-minecraft-server/compare/2024.6.0...2024.6.1) <!-- Release notes generated using configuration in .github/release.yml at master --> ##### What's Changed ##### Enhancements - paper: download default configs to allow for patching by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2883](https://redirect.github.com/itzg/docker-minecraft-server/pull/2883) - cf: verify mod file hashes and re-download to repair by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2884](https://redirect.github.com/itzg/docker-minecraft-server/pull/2884) - Add true-darkness to CF global excludes by [@​wirytiox](https://redirect.github.com/wirytiox) in [https://github.com/itzg/docker-minecraft-server/pull/2899](https://redirect.github.com/itzg/docker-minecraft-server/pull/2899) - paper: consider release channel when selecting version/build by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2902](https://redirect.github.com/itzg/docker-minecraft-server/pull/2902) ##### Bug Fixes - Fixed issue of unbound REMOVE_OLD_MODS_EXCLUDE variable when using SPIGET_RESOURCES by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2891](https://redirect.github.com/itzg/docker-minecraft-server/pull/2891) - Disable default configs download until issues resolved by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2895](https://redirect.github.com/itzg/docker-minecraft-server/pull/2895) - Don't log RCON password when DEBUG enabled by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2898](https://redirect.github.com/itzg/docker-minecraft-server/pull/2898) ##### Documentation - docs: fixed description of BROADCAST_RCON_TO_OPS variable by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2873](https://redirect.github.com/itzg/docker-minecraft-server/pull/2873) - Added note about CurseForge files dependency handling by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2881](https://redirect.github.com/itzg/docker-minecraft-server/pull/2881) - Fixed typo in CF files dependencies section title by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2896](https://redirect.github.com/itzg/docker-minecraft-server/pull/2896) - Added hairpin routing diagram by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2903](https://redirect.github.com/itzg/docker-minecraft-server/pull/2903) - Add a section about class file version 65.0 message by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2906](https://redirect.github.com/itzg/docker-minecraft-server/pull/2906) - Update mods-file example reference by [@​emmanuel-ferdman](https://redirect.github.com/emmanuel-ferdman) in [https://github.com/itzg/docker-minecraft-server/pull/2915](https://redirect.github.com/itzg/docker-minecraft-server/pull/2915) - docs: updated to new name of itzg/mc-proxy by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2917](https://redirect.github.com/itzg/docker-minecraft-server/pull/2917) ##### Other Changes - Add zume to cf-exclude-include.json by [@​wirytiox](https://redirect.github.com/wirytiox) in [https://github.com/itzg/docker-minecraft-server/pull/2874](https://redirect.github.com/itzg/docker-minecraft-server/pull/2874) - Add SERVER_HOST Environment in mc-monitor command by [@​felipepasc](https://redirect.github.com/felipepasc) in [https://github.com/itzg/docker-minecraft-server/pull/2875](https://redirect.github.com/itzg/docker-minecraft-server/pull/2875) - build: upgrade tools to Go 1.22.4 by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2885](https://redirect.github.com/itzg/docker-minecraft-server/pull/2885) - Accept yes/no for boolean environment variables by [@​kdkasad](https://redirect.github.com/kdkasad) in [https://github.com/itzg/docker-minecraft-server/pull/2893](https://redirect.github.com/itzg/docker-minecraft-server/pull/2893) - build: add java21-jdk variant by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2900](https://redirect.github.com/itzg/docker-minecraft-server/pull/2900) ##### New Contributors - [@​wirytiox](https://redirect.github.com/wirytiox) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/2874](https://redirect.github.com/itzg/docker-minecraft-server/pull/2874) - [@​felipepasc](https://redirect.github.com/felipepasc) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/2875](https://redirect.github.com/itzg/docker-minecraft-server/pull/2875) - [@​kdkasad](https://redirect.github.com/kdkasad) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/2893](https://redirect.github.com/itzg/docker-minecraft-server/pull/2893) - [@​emmanuel-ferdman](https://redirect.github.com/emmanuel-ferdman) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/2915](https://redirect.github.com/itzg/docker-minecraft-server/pull/2915) **Full Changelog**: https://github.com/itzg/docker-minecraft-server/compare/2024.6.0...2024.6.1 ### [`v2024.6.0`](https://redirect.github.com/itzg/docker-minecraft-server/releases/tag/2024.6.0) [Compare Source](https://redirect.github.com/itzg/docker-minecraft-server/compare/2024.5.0...2024.6.0) <!-- Release notes generated using configuration in .github/release.yml at master --> ##### What's Changed ##### Enhancements - Enhance CurseForge server packs that use variables.txt by [@​rubbersteak](https://redirect.github.com/rubbersteak) in [https://github.com/itzg/docker-minecraft-server/pull/2867](https://redirect.github.com/itzg/docker-minecraft-server/pull/2867) ##### Bug Fixes - Fixed internal SPIGOT family mapping by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2839](https://redirect.github.com/itzg/docker-minecraft-server/pull/2839) - cf: allow for trailing slash on CF modpack page URL by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2848](https://redirect.github.com/itzg/docker-minecraft-server/pull/2848) - Remove normalizing to uppercase of LEVEL_TYPE by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2852](https://redirect.github.com/itzg/docker-minecraft-server/pull/2852) ##### Documentation - docs: added more detail about autopauase rootless usage by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2814](https://redirect.github.com/itzg/docker-minecraft-server/pull/2814) - Remove version from docker compose since it's been deprecated by [@​MASACR99](https://redirect.github.com/MASACR99) in [https://github.com/itzg/docker-minecraft-server/pull/2816](https://redirect.github.com/itzg/docker-minecraft-server/pull/2816) - examples: updated bmc4 example by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2822](https://redirect.github.com/itzg/docker-minecraft-server/pull/2822) - docs: add info about DUMP_SERVER_PROPERTIES by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2826](https://redirect.github.com/itzg/docker-minecraft-server/pull/2826) - docs: add compose example of multiline MOTD by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2827](https://redirect.github.com/itzg/docker-minecraft-server/pull/2827) - Added a missing quotation mark by [@​JuanJesusAlejoSillero](https://redirect.github.com/JuanJesusAlejoSillero) in [https://github.com/itzg/docker-minecraft-server/pull/2846](https://redirect.github.com/itzg/docker-minecraft-server/pull/2846) - rad2 compose example by [@​noah1019](https://redirect.github.com/noah1019) in [https://github.com/itzg/docker-minecraft-server/pull/2859](https://redirect.github.com/itzg/docker-minecraft-server/pull/2859) - docs: allow for toggling light/dark mode by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2869](https://redirect.github.com/itzg/docker-minecraft-server/pull/2869) ##### Other Changes - build: upgrade rcon-cli and easy-add by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2831](https://redirect.github.com/itzg/docker-minecraft-server/pull/2831) - build: upgrading git-lfs from packagecloud by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2835](https://redirect.github.com/itzg/docker-minecraft-server/pull/2835) - build: disable java17-openj9 for now by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2849](https://redirect.github.com/itzg/docker-minecraft-server/pull/2849) - build: add back arm64 into java21-alpine multiarch by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2858](https://redirect.github.com/itzg/docker-minecraft-server/pull/2858) ##### New Contributors - [@​MASACR99](https://redirect.github.com/MASACR99) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/2816](https://redirect.github.com/itzg/docker-minecraft-server/pull/2816) - [@​JuanJesusAlejoSillero](https://redirect.github.com/JuanJesusAlejoSillero) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/2846](https://redirect.github.com/itzg/docker-minecraft-server/pull/2846) - [@​noah1019](https://redirect.github.com/noah1019) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/2859](https://redirect.github.com/itzg/docker-minecraft-server/pull/2859) - [@​rubbersteak](https://redirect.github.com/rubbersteak) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/2867](https://redirect.github.com/itzg/docker-minecraft-server/pull/2867) **Full Changelog**: https://github.com/itzg/docker-minecraft-server/compare/2024.5.0...2024.6.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjQuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
af53e376ab |
chore(container): update image itzg/minecraft-server to v2024 by renovate (#27712)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | minor | `1ce8915` -> `2c43fce` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>itzg/docker-minecraft-server (itzg/minecraft-server)</summary> ### [`v2024.6.1`](https://redirect.github.com/itzg/docker-minecraft-server/releases/tag/2024.6.1) [Compare Source](https://redirect.github.com/itzg/docker-minecraft-server/compare/2024.6.0...2024.6.1) <!-- Release notes generated using configuration in .github/release.yml at master --> ##### What's Changed ##### Enhancements - paper: download default configs to allow for patching by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2883](https://redirect.github.com/itzg/docker-minecraft-server/pull/2883) - cf: verify mod file hashes and re-download to repair by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2884](https://redirect.github.com/itzg/docker-minecraft-server/pull/2884) - Add true-darkness to CF global excludes by [@​wirytiox](https://redirect.github.com/wirytiox) in [https://github.com/itzg/docker-minecraft-server/pull/2899](https://redirect.github.com/itzg/docker-minecraft-server/pull/2899) - paper: consider release channel when selecting version/build by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2902](https://redirect.github.com/itzg/docker-minecraft-server/pull/2902) ##### Bug Fixes - Fixed issue of unbound REMOVE_OLD_MODS_EXCLUDE variable when using SPIGET_RESOURCES by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2891](https://redirect.github.com/itzg/docker-minecraft-server/pull/2891) - Disable default configs download until issues resolved by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2895](https://redirect.github.com/itzg/docker-minecraft-server/pull/2895) - Don't log RCON password when DEBUG enabled by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2898](https://redirect.github.com/itzg/docker-minecraft-server/pull/2898) ##### Documentation - docs: fixed description of BROADCAST_RCON_TO_OPS variable by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2873](https://redirect.github.com/itzg/docker-minecraft-server/pull/2873) - Added note about CurseForge files dependency handling by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2881](https://redirect.github.com/itzg/docker-minecraft-server/pull/2881) - Fixed typo in CF files dependencies section title by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2896](https://redirect.github.com/itzg/docker-minecraft-server/pull/2896) - Added hairpin routing diagram by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2903](https://redirect.github.com/itzg/docker-minecraft-server/pull/2903) - Add a section about class file version 65.0 message by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2906](https://redirect.github.com/itzg/docker-minecraft-server/pull/2906) - Update mods-file example reference by [@​emmanuel-ferdman](https://redirect.github.com/emmanuel-ferdman) in [https://github.com/itzg/docker-minecraft-server/pull/2915](https://redirect.github.com/itzg/docker-minecraft-server/pull/2915) - docs: updated to new name of itzg/mc-proxy by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2917](https://redirect.github.com/itzg/docker-minecraft-server/pull/2917) ##### Other Changes - Add zume to cf-exclude-include.json by [@​wirytiox](https://redirect.github.com/wirytiox) in [https://github.com/itzg/docker-minecraft-server/pull/2874](https://redirect.github.com/itzg/docker-minecraft-server/pull/2874) - Add SERVER_HOST Environment in mc-monitor command by [@​felipepasc](https://redirect.github.com/felipepasc) in [https://github.com/itzg/docker-minecraft-server/pull/2875](https://redirect.github.com/itzg/docker-minecraft-server/pull/2875) - build: upgrade tools to Go 1.22.4 by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2885](https://redirect.github.com/itzg/docker-minecraft-server/pull/2885) - Accept yes/no for boolean environment variables by [@​kdkasad](https://redirect.github.com/kdkasad) in [https://github.com/itzg/docker-minecraft-server/pull/2893](https://redirect.github.com/itzg/docker-minecraft-server/pull/2893) - build: add java21-jdk variant by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2900](https://redirect.github.com/itzg/docker-minecraft-server/pull/2900) ##### New Contributors - [@​wirytiox](https://redirect.github.com/wirytiox) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/2874](https://redirect.github.com/itzg/docker-minecraft-server/pull/2874) - [@​felipepasc](https://redirect.github.com/felipepasc) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/2875](https://redirect.github.com/itzg/docker-minecraft-server/pull/2875) - [@​kdkasad](https://redirect.github.com/kdkasad) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/2893](https://redirect.github.com/itzg/docker-minecraft-server/pull/2893) - [@​emmanuel-ferdman](https://redirect.github.com/emmanuel-ferdman) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/2915](https://redirect.github.com/itzg/docker-minecraft-server/pull/2915) **Full Changelog**: https://github.com/itzg/docker-minecraft-server/compare/2024.6.0...2024.6.1 ### [`v2024.6.0`](https://redirect.github.com/itzg/docker-minecraft-server/releases/tag/2024.6.0) [Compare Source](https://redirect.github.com/itzg/docker-minecraft-server/compare/2024.5.0...2024.6.0) <!-- Release notes generated using configuration in .github/release.yml at master --> ##### What's Changed ##### Enhancements - Enhance CurseForge server packs that use variables.txt by [@​rubbersteak](https://redirect.github.com/rubbersteak) in [https://github.com/itzg/docker-minecraft-server/pull/2867](https://redirect.github.com/itzg/docker-minecraft-server/pull/2867) ##### Bug Fixes - Fixed internal SPIGOT family mapping by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2839](https://redirect.github.com/itzg/docker-minecraft-server/pull/2839) - cf: allow for trailing slash on CF modpack page URL by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2848](https://redirect.github.com/itzg/docker-minecraft-server/pull/2848) - Remove normalizing to uppercase of LEVEL_TYPE by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2852](https://redirect.github.com/itzg/docker-minecraft-server/pull/2852) ##### Documentation - docs: added more detail about autopauase rootless usage by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2814](https://redirect.github.com/itzg/docker-minecraft-server/pull/2814) - Remove version from docker compose since it's been deprecated by [@​MASACR99](https://redirect.github.com/MASACR99) in [https://github.com/itzg/docker-minecraft-server/pull/2816](https://redirect.github.com/itzg/docker-minecraft-server/pull/2816) - examples: updated bmc4 example by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2822](https://redirect.github.com/itzg/docker-minecraft-server/pull/2822) - docs: add info about DUMP_SERVER_PROPERTIES by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2826](https://redirect.github.com/itzg/docker-minecraft-server/pull/2826) - docs: add compose example of multiline MOTD by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2827](https://redirect.github.com/itzg/docker-minecraft-server/pull/2827) - Added a missing quotation mark by [@​JuanJesusAlejoSillero](https://redirect.github.com/JuanJesusAlejoSillero) in [https://github.com/itzg/docker-minecraft-server/pull/2846](https://redirect.github.com/itzg/docker-minecraft-server/pull/2846) - rad2 compose example by [@​noah1019](https://redirect.github.com/noah1019) in [https://github.com/itzg/docker-minecraft-server/pull/2859](https://redirect.github.com/itzg/docker-minecraft-server/pull/2859) - docs: allow for toggling light/dark mode by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2869](https://redirect.github.com/itzg/docker-minecraft-server/pull/2869) ##### Other Changes - build: upgrade rcon-cli and easy-add by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2831](https://redirect.github.com/itzg/docker-minecraft-server/pull/2831) - build: upgrading git-lfs from packagecloud by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2835](https://redirect.github.com/itzg/docker-minecraft-server/pull/2835) - build: disable java17-openj9 for now by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2849](https://redirect.github.com/itzg/docker-minecraft-server/pull/2849) - build: add back arm64 into java21-alpine multiarch by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2858](https://redirect.github.com/itzg/docker-minecraft-server/pull/2858) ##### New Contributors - [@​MASACR99](https://redirect.github.com/MASACR99) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/2816](https://redirect.github.com/itzg/docker-minecraft-server/pull/2816) - [@​JuanJesusAlejoSillero](https://redirect.github.com/JuanJesusAlejoSillero) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/2846](https://redirect.github.com/itzg/docker-minecraft-server/pull/2846) - [@​noah1019](https://redirect.github.com/noah1019) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/2859](https://redirect.github.com/itzg/docker-minecraft-server/pull/2859) - [@​rubbersteak](https://redirect.github.com/rubbersteak) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/2867](https://redirect.github.com/itzg/docker-minecraft-server/pull/2867) **Full Changelog**: https://github.com/itzg/docker-minecraft-server/compare/2024.5.0...2024.6.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjQuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
026bfc2fcb |
chore(container): update image itzg/minecraft-server to v2024 by renovate (#27713)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | minor | `33f4791` -> `ee8505b` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>itzg/docker-minecraft-server (itzg/minecraft-server)</summary> ### [`v2024.9.0`](https://redirect.github.com/itzg/docker-minecraft-server/releases/tag/2024.9.0) [Compare Source](https://redirect.github.com/itzg/docker-minecraft-server/compare/2024.7.2...2024.9.0) <!-- Release notes generated using configuration in .github/release.yml at master --> ##### What's Changed ##### Enhancements - Added support for FOLIA_CHANNEL by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3029](https://redirect.github.com/itzg/docker-minecraft-server/pull/3029) - Added client mod exclusions for modpack "Hardrock Terrafirmacraft" by [@​lucaperl](https://redirect.github.com/lucaperl) in [https://github.com/itzg/docker-minecraft-server/pull/3028](https://redirect.github.com/itzg/docker-minecraft-server/pull/3028) - Add just-zoom (jar: justzoom) to global exclude by [@​EmilyxFox](https://redirect.github.com/EmilyxFox) in [https://github.com/itzg/docker-minecraft-server/pull/3032](https://redirect.github.com/itzg/docker-minecraft-server/pull/3032) - New server properties by [@​EmilyxFox](https://redirect.github.com/EmilyxFox) in [https://github.com/itzg/docker-minecraft-server/pull/3034](https://redirect.github.com/itzg/docker-minecraft-server/pull/3034) - Default EXISTING_OPS_FILE and EXISTING_WHITELIST_FILE to MERGE by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3038](https://redirect.github.com/itzg/docker-minecraft-server/pull/3038) - cf-files: improve the logging of missing dependencies especially optional ones by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3044](https://redirect.github.com/itzg/docker-minecraft-server/pull/3044) - modrinth: improve logging of non-applicable versions by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3053](https://redirect.github.com/itzg/docker-minecraft-server/pull/3053) ##### Bug Fixes - Default EXISTING_OPS_FILE and EXISTING_WHITELIST_FILE to SYNC_FILE_MERGE_LIST by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3042](https://redirect.github.com/itzg/docker-minecraft-server/pull/3042) ##### Documentation - docs: updated with example on how to setup lazymc with minecraft container by [@​joesturge](https://redirect.github.com/joesturge) in [https://github.com/itzg/docker-minecraft-server/pull/3017](https://redirect.github.com/itzg/docker-minecraft-server/pull/3017) - Ketting removed GithubPackages by [@​C0D3-M4513R](https://redirect.github.com/C0D3-M4513R) in [https://github.com/itzg/docker-minecraft-server/pull/3027](https://redirect.github.com/itzg/docker-minecraft-server/pull/3027) - docs: remove leftover debugs in bmc4 example by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3037](https://redirect.github.com/itzg/docker-minecraft-server/pull/3037) - Simple Voice Chat examples by [@​EmilyxFox](https://redirect.github.com/EmilyxFox) in [https://github.com/itzg/docker-minecraft-server/pull/3057](https://redirect.github.com/itzg/docker-minecraft-server/pull/3057) ##### Other Changes - Added hide-online-players server property by [@​EmilyxFox](https://redirect.github.com/EmilyxFox) in [https://github.com/itzg/docker-minecraft-server/pull/3026](https://redirect.github.com/itzg/docker-minecraft-server/pull/3026) - add new server property in 24w33a by [@​EmilyxFox](https://redirect.github.com/EmilyxFox) in [https://github.com/itzg/docker-minecraft-server/pull/3043](https://redirect.github.com/itzg/docker-minecraft-server/pull/3043) - Healthcheck interval is now 60s with start interval 5s by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3058](https://redirect.github.com/itzg/docker-minecraft-server/pull/3058) ##### New Contributors - [@​joesturge](https://redirect.github.com/joesturge) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/3017](https://redirect.github.com/itzg/docker-minecraft-server/pull/3017) - [@​EmilyxFox](https://redirect.github.com/EmilyxFox) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/3026](https://redirect.github.com/itzg/docker-minecraft-server/pull/3026) - [@​lucaperl](https://redirect.github.com/lucaperl) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/3028](https://redirect.github.com/itzg/docker-minecraft-server/pull/3028) **Full Changelog**: https://github.com/itzg/docker-minecraft-server/compare/2024.7.2...2024.9.0 ### [`v2024.7.2`](https://redirect.github.com/itzg/docker-minecraft-server/releases/tag/2024.7.2) [Compare Source](https://redirect.github.com/itzg/docker-minecraft-server/compare/2024.7.0...2024.7.2) <!-- Release notes generated using configuration in .github/release.yml at master --> ##### What's Changed ##### Enhancements - Updated and Improved install scripts. by [@​keepittechie](https://redirect.github.com/keepittechie) in [https://github.com/itzg/docker-minecraft-server/pull/3006](https://redirect.github.com/itzg/docker-minecraft-server/pull/3006) - Add itemphysic-lite to global exclude by [@​ruskington](https://redirect.github.com/ruskington) in [https://github.com/itzg/docker-minecraft-server/pull/3014](https://redirect.github.com/itzg/docker-minecraft-server/pull/3014) ##### Documentation - docs: add service annotation patching to example kustomization by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3020](https://redirect.github.com/itzg/docker-minecraft-server/pull/3020) ##### Other Changes - build: remove pre-installed ubuntu user for consistency by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3016](https://redirect.github.com/itzg/docker-minecraft-server/pull/3016) ##### New Contributors - [@​keepittechie](https://redirect.github.com/keepittechie) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/3006](https://redirect.github.com/itzg/docker-minecraft-server/pull/3006) - [@​ruskington](https://redirect.github.com/ruskington) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/3014](https://redirect.github.com/itzg/docker-minecraft-server/pull/3014) **Full Changelog**: https://github.com/itzg/docker-minecraft-server/compare/2024.7.1...2024.7.2 ### [`v2024.7.0`](https://redirect.github.com/itzg/docker-minecraft-server/releases/tag/2024.7.0) [Compare Source](https://redirect.github.com/itzg/docker-minecraft-server/compare/2024.6.1...2024.7.0) <!-- Release notes generated using configuration in .github/release.yml at master --> ##### What's Changed ##### Enhancements - Update cf-exclude-include.json with Apple Skin, etc by [@​LeaderbotX400](https://redirect.github.com/LeaderbotX400) in [https://github.com/itzg/docker-minecraft-server/pull/2932](https://redirect.github.com/itzg/docker-minecraft-server/pull/2932) - modrinth: add support for default excludes/includes by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2937](https://redirect.github.com/itzg/docker-minecraft-server/pull/2937) - cf: add support for modpacks that use NeoForge by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2943](https://redirect.github.com/itzg/docker-minecraft-server/pull/2943) - Add ryoamiclights to CF global excludes by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2948](https://redirect.github.com/itzg/docker-minecraft-server/pull/2948) - More Client-side mods to exclude by [@​KrosTheProto](https://redirect.github.com/KrosTheProto) in [https://github.com/itzg/docker-minecraft-server/pull/2967](https://redirect.github.com/itzg/docker-minecraft-server/pull/2967) - modrinth: add default exclusions discovered for prominence 2 by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2982](https://redirect.github.com/itzg/docker-minecraft-server/pull/2982) - cf: check downloads repo before attempting download of mod in modpack by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2985](https://redirect.github.com/itzg/docker-minecraft-server/pull/2985) - mcopy: support basic auth via URL by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2989](https://redirect.github.com/itzg/docker-minecraft-server/pull/2989) ##### Bug Fixes - neoforge: correctly handle versioning that drops the ".0" by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2935](https://redirect.github.com/itzg/docker-minecraft-server/pull/2935) - add check for absolute directories to world copy script by [@​hpf3](https://redirect.github.com/hpf3) in [https://github.com/itzg/docker-minecraft-server/pull/2939](https://redirect.github.com/itzg/docker-minecraft-server/pull/2939) - Fixed exclusion of no-night-vision-flashing by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2970](https://redirect.github.com/itzg/docker-minecraft-server/pull/2970) - cf: copy files found in downloads repo by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2986](https://redirect.github.com/itzg/docker-minecraft-server/pull/2986) - auto-cf: remove necronomicon from global exclusions by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2991](https://redirect.github.com/itzg/docker-minecraft-server/pull/2991) - Avoid logging userinfo from MODS/PLUGINS URLs by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2993](https://redirect.github.com/itzg/docker-minecraft-server/pull/2993) ##### Documentation - docs: updating AUTO_CURSEFORGE examples that no longer need /downloads by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2938](https://redirect.github.com/itzg/docker-minecraft-server/pull/2938) - Clarify MODRINTH_ALLOWED_VERSION_TYPE inclusion by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2966](https://redirect.github.com/itzg/docker-minecraft-server/pull/2966) ##### Other Changes - Updated mod exclusion list by [@​KrosTheProto](https://redirect.github.com/KrosTheProto) in [https://github.com/itzg/docker-minecraft-server/pull/2964](https://redirect.github.com/itzg/docker-minecraft-server/pull/2964) - Corrected "Updated mod exclusion list" by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2965](https://redirect.github.com/itzg/docker-minecraft-server/pull/2965) - build: fully remove java17-jdk variant from build by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2904](https://redirect.github.com/itzg/docker-minecraft-server/pull/2904) - Changed foamfix mod name by [@​bobpattison123](https://redirect.github.com/bobpattison123) in [https://github.com/itzg/docker-minecraft-server/pull/2969](https://redirect.github.com/itzg/docker-minecraft-server/pull/2969) - Remove JEI from exclusion list to fix ATM9 launch issue by [@​AkashiSN](https://redirect.github.com/AkashiSN) in [https://github.com/itzg/docker-minecraft-server/pull/2971](https://redirect.github.com/itzg/docker-minecraft-server/pull/2971) - Add use-proxy support to health extra args by [@​paradox460](https://redirect.github.com/paradox460) in [https://github.com/itzg/docker-minecraft-server/pull/2973](https://redirect.github.com/itzg/docker-minecraft-server/pull/2973) - Update the autopause server listener to be proxy aware by [@​paradox460](https://redirect.github.com/paradox460) in [https://github.com/itzg/docker-minecraft-server/pull/2978](https://redirect.github.com/itzg/docker-minecraft-server/pull/2978) - Optimize startup on versionLessThan function by [@​felipepasc](https://redirect.github.com/felipepasc) in [https://github.com/itzg/docker-minecraft-server/pull/2979](https://redirect.github.com/itzg/docker-minecraft-server/pull/2979) - Fix typo in reference to REMOVE_OLD_MODS variable by [@​4Ply](https://redirect.github.com/4Ply) in [https://github.com/itzg/docker-minecraft-server/pull/2988](https://redirect.github.com/itzg/docker-minecraft-server/pull/2988) ##### New Contributors - [@​KrosTheProto](https://redirect.github.com/KrosTheProto) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/2964](https://redirect.github.com/itzg/docker-minecraft-server/pull/2964) - [@​bobpattison123](https://redirect.github.com/bobpattison123) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/2969](https://redirect.github.com/itzg/docker-minecraft-server/pull/2969) - [@​AkashiSN](https://redirect.github.com/AkashiSN) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/2971](https://redirect.github.com/itzg/docker-minecraft-server/pull/2971) - [@​paradox460](https://redirect.github.com/paradox460) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/2973](https://redirect.github.com/itzg/docker-minecraft-server/pull/2973) - [@​4Ply](https://redirect.github.com/4Ply) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/2988](https://redirect.github.com/itzg/docker-minecraft-server/pull/2988) **Full Changelog**: https://github.com/itzg/docker-minecraft-server/compare/2024.6.1...2024.7.0 ### [`v2024.6.1`](https://redirect.github.com/itzg/docker-minecraft-server/releases/tag/2024.6.1) [Compare Source](https://redirect.github.com/itzg/docker-minecraft-server/compare/2024.6.0...2024.6.1) <!-- Release notes generated using configuration in .github/release.yml at master --> ##### What's Changed ##### Enhancements - paper: download default configs to allow for patching by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2883](https://redirect.github.com/itzg/docker-minecraft-server/pull/2883) - cf: verify mod file hashes and re-download to repair by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2884](https://redirect.github.com/itzg/docker-minecraft-server/pull/2884) - Add true-darkness to CF global excludes by [@​wirytiox](https://redirect.github.com/wirytiox) in [https://github.com/itzg/docker-minecraft-server/pull/2899](https://redirect.github.com/itzg/docker-minecraft-server/pull/2899) - paper: consider release channel when selecting version/build by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2902](https://redirect.github.com/itzg/docker-minecraft-server/pull/2902) ##### Bug Fixes - Fixed issue of unbound REMOVE_OLD_MODS_EXCLUDE variable when using SPIGET_RESOURCES by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2891](https://redirect.github.com/itzg/docker-minecraft-server/pull/2891) - Disable default configs download until issues resolved by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2895](https://redirect.github.com/itzg/docker-minecraft-server/pull/2895) - Don't log RCON password when DEBUG enabled by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2898](https://redirect.github.com/itzg/docker-minecraft-server/pull/2898) ##### Documentation - docs: fixed description of BROADCAST_RCON_TO_OPS variable by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2873](https://redirect.github.com/itzg/docker-minecraft-server/pull/2873) - Added note about CurseForge files dependency handling by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2881](https://redirect.github.com/itzg/docker-minecraft-server/pull/2881) - Fixed typo in CF files dependencies section title by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2896](https://redirect.github.com/itzg/docker-minecraft-server/pull/2896) - Added hairpin routing diagram by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2903](https://redirect.github.com/itzg/docker-minecraft-server/pull/2903) - Add a section about class file version 65.0 message by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2906](https://redirect.github.com/itzg/docker-minecraft-server/pull/2906) - Update mods-file example reference by [@​emmanuel-ferdman](https://redirect.github.com/emmanuel-ferdman) in [https://github.com/itzg/docker-minecraft-server/pull/2915](https://redirect.github.com/itzg/docker-minecraft-server/pull/2915) - docs: updated to new name of itzg/mc-proxy by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2917](https://redirect.github.com/itzg/docker-minecraft-server/pull/2917) ##### Other Changes - Add zume to cf-exclude-include.json by [@​wirytiox](https://redirect.github.com/wirytiox) in [https://github.com/itzg/docker-minecraft-server/pull/2874](https://redirect.github.com/itzg/docker-minecraft-server/pull/2874) - Add SERVER_HOST Environment in mc-monitor command by [@​felipepasc](https://redirect.github.com/felipepasc) in [https://github.com/itzg/docker-minecraft-server/pull/2875](https://redirect.github.com/itzg/docker-minecraft-server/pull/2875) - build: upgrade tools to Go 1.22.4 by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2885](https://redirect.github.com/itzg/docker-minecraft-server/pull/2885) - Accept yes/no for boolean environment variables by [@​kdkasad](https://redirect.github.com/kdkasad) in [https://github.com/itzg/docker-minecraft-server/pull/2893](https://redirect.github.com/itzg/docker-minecraft-server/pull/2893) - build: add java21-jdk variant by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2900](https://redirect.github.com/itzg/docker-minecraft-server/pull/2900) ##### New Contributors - [@​wirytiox](https://redirect.github.com/wirytiox) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/2874](https://redirect.github.com/itzg/docker-minecraft-server/pull/2874) - [@​felipepasc](https://redirect.github.com/felipepasc) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/2875](https://redirect.github.com/itzg/docker-minecraft-server/pull/2875) - [@​kdkasad](https://redirect.github.com/kdkasad) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/2893](https://redirect.github.com/itzg/docker-minecraft-server/pull/2893) - [@​emmanuel-ferdman](https://redirect.github.com/emmanuel-ferdman) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/2915](https://redirect.github.com/itzg/docker-minecraft-server/pull/2915) **Full Changelog**: https://github.com/itzg/docker-minecraft-server/compare/2024.6.0...2024.6.1 ### [`v2024.6.0`](https://redirect.github.com/itzg/docker-minecraft-server/releases/tag/2024.6.0) [Compare Source](https://redirect.github.com/itzg/docker-minecraft-server/compare/2024.5.0...2024.6.0) <!-- Release notes generated using configuration in .github/release.yml at master --> ##### What's Changed ##### Enhancements - Enhance CurseForge server packs that use variables.txt by [@​rubbersteak](https://redirect.github.com/rubbersteak) in [https://github.com/itzg/docker-minecraft-server/pull/2867](https://redirect.github.com/itzg/docker-minecraft-server/pull/2867) ##### Bug Fixes - Fixed internal SPIGOT family mapping by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2839](https://redirect.github.com/itzg/docker-minecraft-server/pull/2839) - cf: allow for trailing slash on CF modpack page URL by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2848](https://redirect.github.com/itzg/docker-minecraft-server/pull/2848) - Remove normalizing to uppercase of LEVEL_TYPE by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2852](https://redirect.github.com/itzg/docker-minecraft-server/pull/2852) ##### Documentation - docs: added more detail about autopauase rootless usage by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2814](https://redirect.github.com/itzg/docker-minecraft-server/pull/2814) - Remove version from docker compose since it's been deprecated by [@​MASACR99](https://redirect.github.com/MASACR99) in [https://github.com/itzg/docker-minecraft-server/pull/2816](https://redirect.github.com/itzg/docker-minecraft-server/pull/2816) - examples: updated bmc4 example by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2822](https://redirect.github.com/itzg/docker-minecraft-server/pull/2822) - docs: add info about DUMP_SERVER_PROPERTIES by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2826](https://redirect.github.com/itzg/docker-minecraft-server/pull/2826) - docs: add compose example of multiline MOTD by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2827](https://redirect.github.com/itzg/docker-minecraft-server/pull/2827) - Added a missing quotation mark by [@​JuanJesusAlejoSillero](https://redirect.github.com/JuanJesusAlejoSillero) in [https://github.com/itzg/docker-minecraft-server/pull/2846](https://redirect.github.com/itzg/docker-minecraft-server/pull/2846) - rad2 compose example by [@​noah1019](https://redirect.github.com/noah1019) in [https://github.com/itzg/docker-minecraft-server/pull/2859](https://redirect.github.com/itzg/docker-minecraft-server/pull/2859) - docs: allow for toggling light/dark mode by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2869](https://redirect.github.com/itzg/docker-minecraft-server/pull/2869) ##### Other Changes - build: upgrade rcon-cli and easy-add by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2831](https://redirect.github.com/itzg/docker-minecraft-server/pull/2831) - build: upgrading git-lfs from packagecloud by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2835](https://redirect.github.com/itzg/docker-minecraft-server/pull/2835) - build: disable java17-openj9 for now by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2849](https://redirect.github.com/itzg/docker-minecraft-server/pull/2849) - build: add back arm64 into java21-alpine multiarch by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/2858](https://redirect.github.com/itzg/docker-minecraft-server/pull/2858) ##### New Contributors - [@​MASACR99](https://redirect.github.com/MASACR99) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/2816](https://redirect.github.com/itzg/docker-minecraft-server/pull/2816) - [@​JuanJesusAlejoSillero](https://redirect.github.com/JuanJesusAlejoSillero) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/2846](https://redirect.github.com/itzg/docker-minecraft-server/pull/2846) - [@​noah1019](https://redirect.github.com/noah1019) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/2859](https://redirect.github.com/itzg/docker-minecraft-server/pull/2859) - [@​rubbersteak](https://redirect.github.com/rubbersteak) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/2867](https://redirect.github.com/itzg/docker-minecraft-server/pull/2867) **Full Changelog**: https://github.com/itzg/docker-minecraft-server/compare/2024.5.0...2024.6.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjQuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
d1abf80d18 |
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
6479095334 |
chore(deps): update container image common to v25.0.0@6c13a11 by renovate (#26977)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common](https://redirect.github.com/truecharts/apps/tree/master/charts/common) ([source](https://redirect.github.com/truecharts/apps)) | major | `24.1.16` -> `25.0.0` | | [common](https://redirect.github.com/truecharts/apps/tree/master/charts/common) ([source](https://redirect.github.com/truecharts/apps)) | major | `24.1.19` -> `25.0.0` | | [common](https://redirect.github.com/truecharts/apps/tree/master/charts/common) ([source](https://redirect.github.com/truecharts/apps)) | major | `24.1.18` -> `25.0.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEwNi4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9tYWpvciJdfQ==--> Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl> Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl> |
||
|
|
2623bd1f66 |
chore(deps): update container image itzg/mc-backup to latest@b40aebf by renovate (#27067)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | itzg/mc-backup | digest | `fbab303` -> `b40aebf` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMDEuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEwMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
e315702728 |
chore(deps): update container image itzg/mc-backup to latest@fbab303 by renovate (#26698)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | itzg/mc-backup | digest | `5ecd2cb` -> `fbab303` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45MS4yIiwidXBkYXRlZEluVmVyIjoiMzguOTEuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
3fc10f588f |
chore(deps): update container image common to v24.1.16@ea19f8a by renovate (#26428)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common](https://redirect.github.com/truecharts/apps/tree/master/charts/common) ([source](https://redirect.github.com/truecharts/apps)) | patch | `24.1.15` -> `24.1.16` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled because a matching PR was automerged previously. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
5fca841356 |
chore(deps): update container image common to v24.1.15@0763087 by renovate (#26098)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common](https://redirect.github.com/truecharts/apps/tree/master/charts/common) ([source](https://redirect.github.com/truecharts/apps)) | patch | `24.1.14` -> `24.1.15` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43Mi4wIiwidXBkYXRlZEluVmVyIjoiMzguNzIuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl> Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl> |
||
|
|
7f5c638c42 |
chore(deps): update container image common to v24.1.14@d84223d by renovate (#25511)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/apps)) | patch | `24.1.5` -> `24.1.14` | | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/apps)) | patch | `24.1.10` -> `24.1.14` | | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/apps)) | patch | `24.1.7` -> `24.1.14` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled because a matching PR was automerged previously. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41Mi4yIiwidXBkYXRlZEluVmVyIjoiMzguNTIuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com> Co-authored-by: alfi0812 <43101280+alfi0812@users.noreply.github.com> Co-authored-by: kqmaverick <kqmaverick@gmail.com> |
||
|
|
8ba5031d50 |
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
bdd9b21097 | fix(minecraft-java): correct bugged mcbackup toggle | ||
|
|
5d70d8e523 | fix(minecraft-java): fix container mistake | ||
|
|
1a09e6bffd | feat(minecraft-java): move mc-backup to sidecar container and restructure config options | ||
|
|
f13dba86df |
chore(deps): update container image itzg/mc-backup to latest@5ecd2cb by renovate (#25629)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | itzg/mc-backup | digest | `45be03e` -> `5ecd2cb` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguNTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
926fcb01b1 | chore(deps): update container image itzg/mc-backup to latest@45be03e by renovate (#24784) | ||
|
|
d2602cb810 |
chore(deps): update container image itzg/mc-backup to latest@d86cb74 by renovate (#24750)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | itzg/mc-backup | digest | `b45d85e` -> `d86cb74` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xOC4xMiIsInVwZGF0ZWRJblZlciI6IjM4LjE4LjEyIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
f7037ba326 | chore(deps): update container image itzg/mc-backup to latest@b45d85e by renovate (#23961) | ||
|
|
9c6cf1b50b |
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
54ae87acc3 |
chore(deps): update container image common to v24.1.5@80d8ad4 by renovate (#23765)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/apps)) | patch | `24.1.2` -> `24.1.5` | | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/apps)) | patch | `24.1.3` -> `24.1.5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
50e1a9c7fd |
chore(deps): update container image itzg/mc-backup to latest@44c34ea by renovate (#23787)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | itzg/mc-backup | digest | `31704cf` -> `44c34ea` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
9dfc98c4e0 |
chore(deps): update container image common to v24.1.2@b2bbd35 by renovate (#23691)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/apps)) | patch | `24.1.1` -> `24.1.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled because a matching PR was automerged previously. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl> Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl> |
||
|
|
5e190a7662 |
chore(deps): update container image common to v24.1.1@b724c5c by renovate (#23513)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/apps)) | patch | `24.1.0` -> `24.1.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> --------- Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com> Co-authored-by: alfi0812 <43101280+alfi0812@users.noreply.github.com> |
||
|
|
12e15264a7 |
chore(deps): update container image itzg/mc-backup to latest@31704cf by renovate (#23508)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | itzg/mc-backup | digest | `e02dd0c` -> `31704cf` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
285ab520d4 |
chore(deps): update container image common to v24.1.0@b4ac4b1 by renovate (#23459)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/apps)) | minor | `24.0.6` -> `24.1.0` | | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/apps)) | minor | `24.0.8` -> `24.1.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl> Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl> |
||
|
|
2d471e587d |
chore(chart.yaml): remove scale support annotation (#23134)
**Description** <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning - [ ] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):` or `chore(chart-name):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ |
||
|
|
b79d3fce6d |
chore(deps): update container image common to v24.0.6@5cd15b8 by renovate (#23138)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/apps)) | patch | `24.0.1` -> `24.0.6` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTkuOCIsInVwZGF0ZWRJblZlciI6IjM3LjQwOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl> Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl> |
||
|
|
e05f83781b |
chore(deps): update container image itzg/mc-backup to latest@e02dd0c by renovate (#23269)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | itzg/mc-backup | digest | `0635947` -> `e02dd0c` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MDYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjQwNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
6a5d0ec00d |
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
6562794ee8 |
chore(deps): update container image common to v24.0.1@cbdb720 by renovate (#23037)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/apps)) | patch | `24.0.0` -> `24.0.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> |
||
|
|
8a1e318996 |
chore(deps): update container image itzg/mc-backup to latest@0635947 by renovate (#23115)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | itzg/mc-backup | digest | `9dd26ec` -> `0635947` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTkuNiIsInVwZGF0ZWRJblZlciI6IjM3LjM5OS42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
c633867be5 |
chore(deps): update container image common to v24.0.0@4765f19 by renovate (#22759)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/apps)) | major | `23.0.11` -> `24.0.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9tYWpvciJdfQ==--> --------- Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl> Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl> |
||
|
|
f522aadebb |
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
3869f37947 |
chore(deps): update container image common to v23.0.11@11fa61c by renovate (#22748)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/apps)) | patch | `23.0.10` -> `23.0.11` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
ca008eb2af |
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
4357b533a9 |
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
a646b2379f |
chore: remove all remaining remnants of SCALE compatibility (#22613)
**Description** SCALE Apps are officially deprecated, this removes the last portions of it **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning - [ ] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):` or `chore(chart-name):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ |
||
|
|
b6d52dcb82 |
fix(minecraft-java): Fix Minecraft Backup (#22587)
**Description** <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> ⚒️ Fixes https://github.com/truecharts/charts/issues/20831 **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ I increased versions for any altered app according to semantic versioning - [x] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):` or `chore(chart-name):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ |
||
|
|
bcb2168944 |
chore(deps): update container image common to v23.0.10@46ba38c by renovate (#22564)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/apps)) | patch | `23.0.9` -> `23.0.10` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODEuMyIsInVwZGF0ZWRJblZlciI6IjM3LjM4MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
096b7b44ad |
chore(deps): update container image common to v23.0.9@91ed868 by renovate (#22539)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/apps)) | patch | `23.0.8` -> `23.0.9` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled because a matching PR was automerged previously. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzkuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM3OS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
e50357a154 |
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
529340b757 |
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
12caf3ece0 |
chore(deps): update container image itzg/mc-backup to latest@9dd26ec by renovate (#22438)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | itzg/mc-backup | digest | `0c00907` -> `9dd26ec` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuNCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
6328fd0cba |
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
6d3e4f9e14 |
chore(deps): update container image itzg/mc-backup to latest@0c00907 by renovate (#21532)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | itzg/mc-backup | digest | `db4562d` -> `0c00907` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> --------- Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com> Co-authored-by: alfi0812 <43101280+alfi0812@users.noreply.github.com> |
||
|
|
17721ae247 |
fix(minecraft-java): Add Folia to server types (#22332)
**Description** This change adds Folia as a server type for the Minecraft-java Chart. **⚙️ Type of change** - [X] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** Manually created a custom Chart with the TYPE variable set to FOLIA **✔️ Checklist:** - [X] ⚖️ My code follows the style guidelines of this project - [X] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [X] ⚠️ My changes generate no new warnings - [] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [X] ⬆️ I increased versions for any altered app according to semantic versioning - [X] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):` or `chore(chart-name):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --------- Signed-off-by: Jens Wolvers <13272708+JWolvers@users.noreply.github.com> |
||
|
|
bbcc969f0e |
chore(deps): update container image common to v23.0.8@9e7419b by renovate (#22277)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/apps)) | patch | `23.0.7` -> `23.0.8` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled because a matching PR was automerged previously. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguOCIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |