feat(crafty-4): update image registry.gitlab.com/crafty-controller/crafty-4 4.8.0 → 4.9.0 (#44088)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[registry.gitlab.com/crafty-controller/crafty-4](https://craftycontrol.com/)
([source](https://gitlab.com/crafty-controller/crafty-4)) | minor |
`5f291aa` -> `ea04b6c` |

---

> [!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>crafty-controller/crafty-4
(registry.gitlab.com/crafty-controller/crafty-4)</summary>

###
[`v4.9.0`](https://gitlab.com/crafty-controller/crafty-4/blob/HEAD/CHANGELOG.md#----490---20260124)

[Compare
Source](https://gitlab.com/crafty-controller/crafty-4/compare/v4.8.0...v4.9.0)

##### New features

- Add Support For Hytale Servers ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/954))

##### Bug fixes

- Add error data to servers running global dir ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/961))
- Fix bug where directories could not be selected ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/960))
- Add try except to unzip extract to avoid failure over missing files
([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/959))

##### Tweaks

- Add Java 25 support to Docker image ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/948))
<br><br>

</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 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvY3JhZnR5LTQiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
This commit is contained in:
TrueCharts Bot
2026-01-25 04:31:23 +01:00
committed by GitHub
parent 60d6ba5463
commit 24316ec39c
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ annotations:
truecharts.org/min_kubernetes_version: 1.24.0
truecharts.org/train: stable
apiVersion: v2
appVersion: 4.8.0
appVersion: 4.9.0
dependencies:
- name: common
version: 28.29.36
@@ -39,5 +39,5 @@ sources:
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/crafty-4
- https://gitlab.com/crafty-controller/crafty-4
type: application
version: 10.17.2
version: 10.18.0

View File

@@ -1,7 +1,7 @@
image:
pullPolicy: IfNotPresent
repository: registry.gitlab.com/crafty-controller/crafty-4
tag: 4.8.0@sha256:5f291aa0224af84cd914ea3f9a84bd45b092bc8e25aeff58ff6bdad1cb78100a
tag: 4.9.0@sha256:ea04b6c57716c48f80039f7837417bde722b8fecaba2826846076f77675ab395
securityContext:
container:
readOnlyRootFilesystem: false