From 940d7262f021c328e0e9a58eedb2cb9fefe625b6 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 23 Jan 2026 03:35:50 +0100 Subject: [PATCH] =?UTF-8?q?feat(crafty-4):=20update=20image=20registry.git?= =?UTF-8?q?lab.com/crafty-controller/crafty-4=204.7.0=20=E2=86=92=204.8.0?= =?UTF-8?q?=20(#43998)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 | `ea02e5d` -> `5f291aa` | --- > [!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
crafty-controller/crafty-4 (registry.gitlab.com/crafty-controller/crafty-4) ### [`v4.8.0`](https://gitlab.com/crafty-controller/crafty-4/blob/HEAD/CHANGELOG.md#----480---20260122) [Compare Source](https://gitlab.com/crafty-controller/crafty-4/compare/v4.7.0...v4.8.0) ##### New features - Passkey Authentication Support ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/952)) ##### Bug fixes - Fix crash on startup due to big bucket cache refresh ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/941)) - Fix issue where files would incorrectly be classified as not able to be opened by missing mimetypes ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/944)) - Fix issue where filter list size would change during iteration causing the program to halt silently ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/944)) - \[`CVE-2026-0963`] Security: Add `validate_traversal` calls to `ServerFilesOperationHandler` ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/951)) - Remove HTML encoding on files return ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/943)) - \[`CVE-2026-0805`] Security: Snapshot Backup Traversal ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/937)) - Catch backup dispatch errors crashing command\_watcher ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/955)) ##### Tweaks - Change the way MFA warning is displayed on front end ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/953)) - Allow middle mouse new tab and `ctrl + click` new tab ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/945)) - Add permission error to exceptions for can\_open\_files ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/957)) ##### Regressions - Remove local file imports ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/936))

--- ### 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. --- - [ ] 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). --- charts/stable/crafty-4/Chart.yaml | 4 ++-- charts/stable/crafty-4/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/crafty-4/Chart.yaml b/charts/stable/crafty-4/Chart.yaml index 94f34456f1c..862a53c9220 100644 --- a/charts/stable/crafty-4/Chart.yaml +++ b/charts/stable/crafty-4/Chart.yaml @@ -11,7 +11,7 @@ annotations: truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 -appVersion: 4.7.0 +appVersion: 4.8.0 dependencies: - name: common version: 28.29.30 @@ -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.16.6 +version: 10.17.0 diff --git a/charts/stable/crafty-4/values.yaml b/charts/stable/crafty-4/values.yaml index fe0814b8024..8138403f372 100644 --- a/charts/stable/crafty-4/values.yaml +++ b/charts/stable/crafty-4/values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: registry.gitlab.com/crafty-controller/crafty-4 - tag: 4.7.0@sha256:ea02e5def93e9d2d40ac3014639dd9b640834b320d1e676b5d94076d23938726 + tag: 4.8.0@sha256:5f291aa0224af84cd914ea3f9a84bd45b092bc8e25aeff58ff6bdad1cb78100a securityContext: container: readOnlyRootFilesystem: false