From b3882829d566444bed7fb1f27e935a110d2d929e Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 8 Feb 2025 03:22:36 +0100 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20ghcr.io/drakkan?= =?UTF-8?q?/sftpgo=20v2.6.4=20=E2=86=92=20v2.6.5=20(#31740)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/drakkan/sftpgo](https://redirect.github.com/drakkan/sftpgo) | patch | `9c21aeb` -> `ef91c4f` | --- > [!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
drakkan/sftpgo (ghcr.io/drakkan/sftpgo) ### [`v2.6.5`](https://redirect.github.com/drakkan/sftpgo/releases/tag/v2.6.5) [Compare Source](https://redirect.github.com/drakkan/sftpgo/compare/v2.6.4...v2.6.5) #### New Features - EventManager: added placeholders for year, month, day, hour, minute. - Data provider: added link to upgrade documentation if upgrade fails because version is too old. #### Bug Fixes - rsync: enforce a supported format and limit the allowed options. [CVE-2025-24366](https://redirect.github.com/drakkan/sftpgo/security/advisories/GHSA-vj7w-3m8c-6vpx). Thanks to [@​ateamjkr](https://redirect.github.com/ateamjkr) for reporting. - WebUIs: fix for scrollbar not displaying in navigation sidebar.
--- ### 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/sftpgo/Chart.yaml | 4 ++-- charts/stable/sftpgo/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/sftpgo/Chart.yaml b/charts/stable/sftpgo/Chart.yaml index 3449670f9bc..2bebaa41d14 100644 --- a/charts/stable/sftpgo/Chart.yaml +++ b/charts/stable/sftpgo/Chart.yaml @@ -6,7 +6,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 2.6.4 +appVersion: 2.6.5 dependencies: - name: common version: 25.4.10 @@ -33,4 +33,4 @@ sources: - https://github.com/drakkan/sftpgo - https://github.com/truecharts/charts/tree/master/charts/stable/sftpgo type: application -version: 8.5.1 +version: 8.5.2 diff --git a/charts/stable/sftpgo/values.yaml b/charts/stable/sftpgo/values.yaml index d42481fdef7..3bedcc782f9 100644 --- a/charts/stable/sftpgo/values.yaml +++ b/charts/stable/sftpgo/values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: ghcr.io/drakkan/sftpgo - tag: v2.6.4-plugins@sha256:9c21aeb99be0fe911c426267cb0bf357a2aec77e30ffef77f121713b1b9f87bb + tag: v2.6.5-plugins@sha256:ef91c4f2c28c1621d70a80996e6c659f2d97739fd43cb396eb04673519cbb13a securityContext: container: runAsNonRoot: false