chore(helm): update image ghcr.io/drakkan/sftpgo v2.6.2 → v2.6.3 (#29427)
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 <details> <summary>drakkan/sftpgo (ghcr.io/drakkan/sftpgo)</summary> ### [`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. </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user