From a9d0af5fcd0f3b67fced35a52071b2d959f7d38e Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 15 Nov 2024 21:40:00 +0100 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20ghcr.io/drakkan?= =?UTF-8?q?/sftpgo=20v2.6.2=20=E2=86=92=20v2.6.3=20(#29427)?= 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 | `f1426b7` -> `9715609` | --- > [!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.3`](https://redirect.github.com/drakkan/sftpgo/releases/tag/v2.6.3) [Compare Source](https://redirect.github.com/drakkan/sftpgo/compare/v2.6.2...v2.6.3) #### New features - EventManager: system commands are disabled by default and an allow list has been added to explicitly define which ones are allowed. - EventManager: add `{{EscapedVirtualPath}}` placeholder. - EventManager: add `{{DateTime}}` placeholder. #### Bug Fixes - WebAdmin: check CSRF header when deleting blocked hosts in the same way we already do for all other state-changing endpoints. - WebAdmin: correctly display multiple active connections for the same session. - WebClient: improve readability of upload progress. - Plugins: fix passing additional environment variables. #### Backward incompatible changes If you rely on EventManager to execute system commands, you should add the commands to the allowed list like this: `SFTPGO_COMMON__EVENT_MANAGER__ENABLED_COMMANDS="/bin/command1,/usr/bin/command2"` The following admin permissions have been removed: - manage_admins - manage_apikeys - manage_system - retention_checks - manage_event_rules - manage_roles - manage_ip_lists Now you need to add the `*` permission to replace the removed granular permissions because the removed permissions allow actions that should only be allowed to super administrators. For example, you can define an administrator with the `manage_system` permission and not with the `manage_admins` or `manage_user` permission, but the `manage_system` permission allows you to restore a backup and then create users and administrators. There is no point in having separate, overlapping permissions.
--- ### 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 9e116312db4..851bed192bb 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.2 +appVersion: 2.6.3 dependencies: - name: common version: 25.1.7 @@ -33,4 +33,4 @@ sources: - https://github.com/drakkan/sftpgo - https://github.com/truecharts/charts/tree/master/charts/stable/sftpgo type: application -version: 8.2.2 +version: 8.2.3 diff --git a/charts/stable/sftpgo/values.yaml b/charts/stable/sftpgo/values.yaml index 318ae97bf19..2ae955f4938 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.2-plugins@sha256:f1426b79fb243a43fd3dcc739cf2c9560f9f56bbe280a75a44968ce41aceb1ea + tag: v2.6.3-plugins@sha256:97156096b03e708284ef6d3192c397eda7371e79d07fb46d6bdf168d0cb74be7 securityContext: container: runAsNonRoot: false