Skip to content

Commit

Permalink
feat(container)!: Update image itzg/minecraft-server to v2025 (#1183)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server)
| major | `2024.12.1-java21` -> `2025.1.0-java21` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>itzg/docker-minecraft-server (itzg/minecraft-server)</summary>

###
[`v2025.1.0`](https://redirect.github.com/itzg/docker-minecraft-server/releases/tag/2025.1.0)

[Compare
Source](https://redirect.github.com/itzg/docker-minecraft-server/compare/2024.12.1...2025.1.0)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

##### What's Changed

##### Enhancements

- added new exclusions by
[@&#8203;EmilyxFox](https://redirect.github.com/EmilyxFox) in
[https://github.com/itzg/docker-minecraft-server/pull/3214](https://redirect.github.com/itzg/docker-minecraft-server/pull/3214)
- Cache CF search API calls and better handle CURSEFORGE_FILES rate
limit by [@&#8203;itzg](https://redirect.github.com/itzg) in
[https://github.com/itzg/docker-minecraft-server/pull/3215](https://redirect.github.com/itzg/docker-minecraft-server/pull/3215)

##### Bug Fixes

- Download default spigot.yml for PaperMC to top-level directory by
[@&#8203;itzg](https://redirect.github.com/itzg) in
[https://github.com/itzg/docker-minecraft-server/pull/3216](https://redirect.github.com/itzg/docker-minecraft-server/pull/3216)

##### Documentation

- docs: clarify curseforge listing file and GetBukkit limitation by
[@&#8203;itzg](https://redirect.github.com/itzg) in
[https://github.com/itzg/docker-minecraft-server/pull/3205](https://redirect.github.com/itzg/docker-minecraft-server/pull/3205)
- fix vault hunters example by
[@&#8203;prabhjot98](https://redirect.github.com/prabhjot98) in
[https://github.com/itzg/docker-minecraft-server/pull/3213](https://redirect.github.com/itzg/docker-minecraft-server/pull/3213)

##### Other Changes

- Add an Example of Setting Up GregTech: New Horizons by
[@&#8203;elizabethlfransen](https://redirect.github.com/elizabethlfransen)
in
[https://github.com/itzg/docker-minecraft-server/pull/3212](https://redirect.github.com/itzg/docker-minecraft-server/pull/3212)
- Download `paper.yml` and `bukkit.yml` by
[@&#8203;Krymonota](https://redirect.github.com/Krymonota) in
[https://github.com/itzg/docker-minecraft-server/pull/3217](https://redirect.github.com/itzg/docker-minecraft-server/pull/3217)

##### New Contributors

-
[@&#8203;elizabethlfransen](https://redirect.github.com/elizabethlfransen)
made their first contribution in
[https://github.com/itzg/docker-minecraft-server/pull/3212](https://redirect.github.com/itzg/docker-minecraft-server/pull/3212)
- [@&#8203;prabhjot98](https://redirect.github.com/prabhjot98) made
their first contribution in
[https://github.com/itzg/docker-minecraft-server/pull/3213](https://redirect.github.com/itzg/docker-minecraft-server/pull/3213)
- [@&#8203;Krymonota](https://redirect.github.com/Krymonota) made their
first contribution in
[https://github.com/itzg/docker-minecraft-server/pull/3217](https://redirect.github.com/itzg/docker-minecraft-server/pull/3217)

**Full Changelog**:
itzg/docker-minecraft-server@2024.12.1...2025.1.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:eyJjcmVhdGVkSW5WZXIiOiIzOS45MC4zIiwidXBkYXRlZEluVmVyIjoiMzkuOTAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9tYWpvciJdfQ==-->
  • Loading branch information
spiceratops authored Jan 4, 2025
2 parents 5b01f20 + bd24296 commit 9f07756
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
secret.reloader.stakater.com/reload: &secret minecraft-secret
image:
repository: itzg/minecraft-server
tag: 2024.12.1-java21
tag: 2025.1.0-java21
resources:
requests:
cpu: 600m
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/gaming/minecraft/creative/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
secret.reloader.stakater.com/reload: &secret minecraft-secret
image:
repository: itzg/minecraft-server
tag: 2024.12.1-java21
tag: 2025.1.0-java21
resources:
requests:
cpu: 600m
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/gaming/minecraft/survival/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
secret.reloader.stakater.com/reload: &secret minecraft-secret
image:
repository: itzg/minecraft-server
tag: 2024.12.1-java21
tag: 2025.1.0-java21
resources:
requests:
cpu: 600m
Expand Down

0 comments on commit 9f07756

Please sign in to comment.