chore(helm): update image registry.gitlab.com/crafty-controller/crafty-4 4.4.7 → 4.4.8 (#35444)

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)) | patch |
`ceac7a0` -> `76f5e9f` |

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.4.8`](https://gitlab.com/crafty-controller/crafty-4/blob/HEAD/CHANGELOG.md#----448---20250517)

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

##### Refactor

- Refactor backups for efficiency and in-place backup restores ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/815))
- Refactor self-signed cert creation from `OpenSSL.crypto.X509` to
`pyca/cryptography`'s X.509 APIs ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/833))
- Refactor 'config.json' tab to include settings sections ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/841))

##### New features

- Add TOTP to allow for added authentication security ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/818)
|
[!838](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/838)
|
[!841](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/841))

##### Bug fixes

- Bump cryptography for CVE-2024-12797 ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/833))
- Fix problematic MOTDs on bedrock servers breaking stats collection
([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/831))
- Fix caching issue on upload imports ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/836))
- Fix server-name not showing after CSS refactor ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/832))
- Fix overall player count on dashboard after CSS refactor ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/829))
- Fix ignored names being ignored on all unzips and not just server
updates ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/830))
- Fix unzipping archive with db_stats would cause system crash ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/839))
- Remove stats scheduling when monitored server is offline ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/842))
- Force user logout when account is disabled ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/847))

##### Tweaks

- Add neoforge support in server builder ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/843))
- Add lightweight health check endpoint ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/848))
<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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
TrueCharts Bot
2025-05-18 13:46:58 +00:00
committed by GitHub
parent 49d2697e97
commit 832a4b8f9e
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ annotations:
truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable
apiVersion: v2
appVersion: 4.4.7
appVersion: 4.4.8
dependencies:
- name: common
version: 25.4.10
@@ -37,5 +37,5 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/crafty-4
- https://gitlab.com/crafty-controller/crafty-4
type: application
version: 9.5.1
version: 9.5.2
+1 -1
View File
@@ -1,7 +1,7 @@
image:
pullPolicy: IfNotPresent
repository: registry.gitlab.com/crafty-controller/crafty-4
tag: 4.4.7@sha256:ceac7a071d5d9986709b24e1cff8bab121a801ed6011ac1b993463b4c524583d
tag: 4.4.8@sha256:76f5e9fc0d2346b18ef6e2629f82d6014c91c0542106c034f50308ac96fc0d69
securityContext:
container:
readOnlyRootFilesystem: false