Files
truecharts/charts/stable/sftpgo
TrueCharts BotandGitHub d20987aaaf chore(helm): update image ghcr.io/drakkan/sftpgo v2.6.6 → v2.7.0 (#41031)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/drakkan/sftpgo](https://redirect.github.com/drakkan/sftpgo) |
minor | `722c6cf` -> `f31c63e` |

---

> [!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.7.0`](https://redirect.github.com/drakkan/sftpgo/releases/tag/v2.7.0)

[Compare
Source](https://redirect.github.com/drakkan/sftpgo/compare/v2.6.6...v2.7.0)

#### v2.7.0

##### New Features

- SFTPD: Added support for Post-Quantum Traditional Hybrid Key Exchange
through the newly added algorithm `mlkem768x25519-sha256`.
- JWT: replace jwtauth/jwx with lightweight wrapper around go-jose.
Implementing our own wrapper simplifies the codebase and improves
maintainability. Moreover, go-jose depends only on the standard library,
resulting in a leaner dependency that still meets all our requirements.
- WebUI: add French and German translations.
- Public shares: show disclaimer on login page.
- Enable setting password change requirements in user templates.
- DataProvider: preserve the initial sort order for related resources
(such as folders and groups), improving compatibility and predictability
when managing them with Terraform.
- Various internal refactoring, bug fixes, and minor improvements.

##### Bug Fixes

- OIDC: allow login if the password method is disabled.
- OIDC: ensure token username adheres to configured naming conventions.

##### Backward incompatible changes

- Removed Git support. Hosting Git repositories over SSH falls outside
the intended scope of a file transfer solution, and the use of external
commands introduces unnecessary security risks by increasing the attack
surface. For example, a user could upload a Git repository containing
custom hooks to their SFTPGo folder; when they push to the repository, a
Git pre-receive hook shell script would be executed with the privileges
of the `sftpgo` user. Thanks to
[@&#8203;hyperreality](https://redirect.github.com/hyperreality) for the
detailed report.
- Removed rsync support. In the previous versions, `rsync` was executed
as an external command, which means we have no insight into or control
over what it actually does. From a security perspective, this is far
from ideal. To be clear, there's nothing inherently wrong with `rsync`
itself. However, if we were to support it properly within SFTPGo, we
would need to implement the low-level protocol internally rather than
relying on launching an external process. This would ensure it works
seamlessly with any storage backend, just as SFTP does, for example. We
recommend using one of the many alternatives that rely on the SFTP
protocol, such as `rclone`.
- Remove startsubsys command: SFTPGo is not designed to be used as an
OpenSSH subsystem: many features do not work correctly in subsystem
mode. The functionality was added after a user request in the `pkg/sftp`
repository to demonstrate that it was feasible using `pkg/sftp`, not for
actual practical use.
- Removed legacy data retention REST API, use the EventManager instead.

##### Windows binaries

Starting with this release, Windows binaries for SFTPGo will no longer
be signed.
Over the past year, we’ve been using Azure Trusted Signing to obtain a
personal code signing certificate. Unfortunately, due to changes in
Azure’s policies, renewing that certificate is no longer possible.

For this release, I manually downloaded and signed the Windows installer
generated via GitHub Actions using a new company certificate, which
required offline signing. However, the binaries included in the
installer are not individually signed.

Since manually downloading and signing each new installer is not a
sustainable process, future Windows releases may be distributed without
code signing.

We understand that signed binaries can make installation easier and
build trust, and we’ll keep evaluating possible solutions for automated
and transparent signing in the future.

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-10-23 21:37:18 +00:00
..
2025-10-12 11:43:43 +02:00

title
title
README

General Info

For more information about this Chart, please check the docs on the TrueCharts website

This chart is not maintained by the upstream project and any issues with the chart should be raised here

Installation

Helm-Chart installation

To install TrueCharts Helm charts using Helm, you can use our OCI Repository.

helm install mychart oci://oci.trueforge.org/truecharts/sftpgo

For more information on how to install TrueCharts Helm charts, checkout the instructions on the website

Chart Specific Guides and information

All our charts have dedicated documentation pages. The documentation for this chart can be found here: https://trueforge.org/truecharts/stable/sftpgo

Configuration Options

To view the chart specific options, please view Values.yaml included in the chart. The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/sftpgo/values.yaml

All our Charts use a shared "common" library chart that contains most of the templating and options. For the complete overview of all available options, please checkout the documentation for them on the common docs on our website

For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml

Support


Sponsor TrueCharts

TrueCharts can only exist due to the incredible effort of our staff. Please consider making a donation or contributing back to the project any way you can!

All Rights Reserved - The TrueCharts Project