Update registry.gitlab.com/crafty-controller/crafty-4 Docker tag to v4.10.7 #667

Open
renovate wants to merge 1 commit from renovate/registry.gitlab.com-crafty-controller-crafty-4-4.x into main
Member

This PR contains the following updates:

Package Update Change
registry.gitlab.com/crafty-controller/crafty-4 (source) patch 4.10.44.10.7

Release Notes

crafty-controller/crafty-4 (registry.gitlab.com/crafty-controller/crafty-4)

v4.10.7

Compare Source

Bug fixes
  • Fix python 3.13+ specific notation to add support back for 3.10-12 (Merge Request)
  • Fix Bedrock server creation and updates due to static FileHelpers.ssl_file_get() call (Merge Request)
  • Fix Java server updates due to static FileHelpers.ssl_file_get() call (Merge Request)
  • Fix modded server installs failing on non-windows environments (Merge Request)
  • Fix Hytale server creation hanging on "Importing..." (Merge Request)
  • Fix CPU pinned at 100% after terminal buffer changes (Merge Request)

v4.10.6

Compare Source

Bug fixes

v4.10.5

Compare Source

Refactor
New features
Bug fixes
  • Fix general users not being able to edit themselves (Merge Request)
  • Improve upload progress bar consistency (Merge Request)
  • Improve terminal performance for noizy servers (Merge Request)
  • Allow users to access terminal buffer without log perms (Merge Request)
  • Fix headers for remote requests agents (Merge Request)
  • Fix command watcher thread crash when sending command to offline server (Merge Request)
  • Fix permission checkbox behavior during horizontal scroll (Merge Request)
  • Fix server control nav not collapsing to dropdown on small screens (Merge Request)
  • Rework Validate Read Perms to Fail-Shut by Default (Merge Request)
Tweaks
  • Bump cryptography for CVE-2026-26007 (Merge Request)
  • Fallback code block to automatically parse Java Versions on Arch Linux (Merge Request)
  • Show total system RAM in dashboard memory tooltip (Merge Request)
  • Add busy timeout to sqlite connections (Merge Request)
  • Use exception instead of error in exception handlers (Merge Request)


Configuration

📅 Schedule: (UTC)

  • 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

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 | `4.10.4` → `4.10.7` | --- ### Release Notes <details> <summary>crafty-controller/crafty-4 (registry.gitlab.com/crafty-controller/crafty-4)</summary> ### [`v4.10.7`](https://gitlab.com/crafty-controller/crafty-4/blob/HEAD/CHANGELOG.md#----4107---20260616) [Compare Source](https://gitlab.com/crafty-controller/crafty-4/compare/v4.10.6...v4.10.7) ##### Bug fixes - Fix python `3.13+` specific notation to add support back for `3.10-12` ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/1043)) - Fix Bedrock server creation and updates due to static `FileHelpers.ssl_file_get()` call ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/1044)) - Fix Java server updates due to static `FileHelpers.ssl_file_get()` call ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/1044)) - Fix modded server installs failing on non-windows environments ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/1047)) - Fix Hytale server creation hanging on "Importing..." ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/1041)) - Fix CPU pinned at 100% after terminal buffer changes ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/1045)) <br><br> ### [`v4.10.6`](https://gitlab.com/crafty-controller/crafty-4/blob/HEAD/CHANGELOG.md#----4106---20260615) [Compare Source](https://gitlab.com/crafty-controller/crafty-4/compare/v4.10.5...v4.10.6) ##### Bug fixes - Readd packaging to requirements ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/1042)) <br><br> ### [`v4.10.5`](https://gitlab.com/crafty-controller/crafty-4/blob/HEAD/CHANGELOG.md#----4105---20260615) [Compare Source](https://gitlab.com/crafty-controller/crafty-4/compare/v4.10.4...v4.10.5) ##### Refactor - Sonar refactor: server.py ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/1003) | [Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/1024)) - Sonar refactor: File Helpers ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/1015)) - Refactor repeated broadcast logic into new Websocket Manager function ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/1032)) ##### New features - Add API method to list backup files ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/1014)) - Add "Stop All Servers" button ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/1001)) ##### Bug fixes - Fix general users not being able to edit themselves ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/1016)) - Improve upload progress bar consistency ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/1023)) - Improve terminal performance for noizy servers ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/1022)) - Allow users to access terminal buffer without log perms ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/869)) - Fix headers for remote requests agents ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/1019)) - Fix command watcher thread crash when sending command to offline server ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/1026)) - Fix permission checkbox behavior during horizontal scroll ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/1030)) - Fix server control nav not collapsing to dropdown on small screens ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/1031)) - Rework Validate Read Perms to Fail-Shut by Default ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/1040)) ##### Tweaks - Bump cryptography for CVE-2026-26007 ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/1017)) - Fallback code block to automatically parse Java Versions on Arch Linux ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/845)) - Show total system RAM in dashboard memory tooltip ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/1034)) - Add busy timeout to sqlite connections ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/1028)) - Use exception instead of error in exception handlers ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/1038)) <br><br> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMjAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIyMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate force-pushed renovate/registry.gitlab.com-crafty-controller-crafty-4-4.x from 0ad7f867d8 to e3ce0d777d 2026-06-17 00:04:57 +00:00 Compare
renovate changed title from Update registry.gitlab.com/crafty-controller/crafty-4 Docker tag to v4.10.6 to Update registry.gitlab.com/crafty-controller/crafty-4 Docker tag to v4.10.7 2026-06-17 00:05:02 +00:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/registry.gitlab.com-crafty-controller-crafty-4-4.x:renovate/registry.gitlab.com-crafty-controller-crafty-4-4.x
git switch renovate/registry.gitlab.com-crafty-controller-crafty-4-4.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/registry.gitlab.com-crafty-controller-crafty-4-4.x
git switch renovate/registry.gitlab.com-crafty-controller-crafty-4-4.x
git rebase main
git switch main
git merge --ff-only renovate/registry.gitlab.com-crafty-controller-crafty-4-4.x
git switch renovate/registry.gitlab.com-crafty-controller-crafty-4-4.x
git rebase main
git switch main
git merge --no-ff renovate/registry.gitlab.com-crafty-controller-crafty-4-4.x
git switch main
git merge --squash renovate/registry.gitlab.com-crafty-controller-crafty-4-4.x
git switch main
git merge --ff-only renovate/registry.gitlab.com-crafty-controller-crafty-4-4.x
git switch main
git merge renovate/registry.gitlab.com-crafty-controller-crafty-4-4.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
siesta-cat/k8s!667
No description provided.