From d5d352fa6a29627e3de06fdcf15dced290999429 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 12 May 2026 11:01:35 +0200 Subject: [PATCH] =?UTF-8?q?feat(syncthing):=20update=20image=20docker.io/s?= =?UTF-8?q?yncthing/syncthing=202.0.16=20=E2=86=92=202.1.0=20(#48157)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/syncthing/syncthing](https://syncthing.net) ([source](https://redirect.github.com/syncthing/syncthing)) | minor | `4a96139` → `7c60eb0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
syncthing/syncthing (docker.io/syncthing/syncthing) ### [`v2.1.0`](https://redirect.github.com/syncthing/syncthing/releases/tag/v2.1.0) [Compare Source](https://redirect.github.com/syncthing/syncthing/compare/v2.0.16...v2.1.0) #### Major changes in 2.1 - Devices and folders can now be grouped in the GUI by setting the new `group` attribute. - HTTP and HTTPS proxies with support for CONNECT can now be used, in addition to the existing support for SOCKS proxies (the environment variable `all_proxy=https://...`). - Block indexing can be turned off for folders where it's more desirable to optimise for reduced database size and overhead than minimal transfer size (the `blockIndexing` attribute on folder configuration). - GUI login session duration can be configured to be longer or shorter than the default one week, or set to infinitely long. The cookie path can also be adjusted. (The `sessionCookieDurationS` and `sessionCookiePath` attributes in the GUI configuration.) This release is also available as: - APT repository: - Docker image: `docker.io/syncthing/syncthing:2.1.0` or `ghcr.io/syncthing/syncthing:2.1.0` (`{docker,ghcr}.io/syncthing/syncthing:2` to follow just the major version) #### What's Changed ##### Fixes - fix(stdiscosrv): close file descriptor on flush error in write by [@​cuiweixie](https://redirect.github.com/cuiweixie) in [#​10615](https://redirect.github.com/syncthing/syncthing/pull/10615) - fix(gui): disable autocomplete for folder password by [@​bt90](https://redirect.github.com/bt90) in [#​10342](https://redirect.github.com/syncthing/syncthing/pull/10342) - fix(protocol): limit size of incoming request messages by [@​calmh](https://redirect.github.com/calmh) in [#​10629](https://redirect.github.com/syncthing/syncthing/pull/10629) - fix(gui): don't show local device under remote devices (ref [#​10563](https://redirect.github.com/syncthing/syncthing/issues/10563)) by [@​maen-bn](https://redirect.github.com/maen-bn) in [#​10631](https://redirect.github.com/syncthing/syncthing/pull/10631) - fix(gui): order folders alphabetically and ensure local device stays hidden (ref [#​10563](https://redirect.github.com/syncthing/syncthing/issues/10563), ref [#​10631](https://redirect.github.com/syncthing/syncthing/issues/10631)) by [@​maen-bn](https://redirect.github.com/maen-bn) in [#​10637](https://redirect.github.com/syncthing/syncthing/pull/10637) - fix(gui): fallback to folder ID when label is empty in remove dialog by [@​RealCharlesChia](https://redirect.github.com/RealCharlesChia) in [#​10657](https://redirect.github.com/syncthing/syncthing/pull/10657) - fix(gui): fix tabs visually disabled but still clickable during ignore patterns setup (fixes [#​10634](https://redirect.github.com/syncthing/syncthing/issues/10634)) by [@​JRNitre](https://redirect.github.com/JRNitre) in [#​10651](https://redirect.github.com/syncthing/syncthing/pull/10651) - fix(strelaysrv): properly use bind address for outgoing requests (fixes [#​10658](https://redirect.github.com/syncthing/syncthing/issues/10658)) by [@​calmh](https://redirect.github.com/calmh) in [#​10659](https://redirect.github.com/syncthing/syncthing/pull/10659) - fix(stdiscosrv): only read certificate proxy headers with --http by [@​calmh](https://redirect.github.com/calmh) in [#​10674](https://redirect.github.com/syncthing/syncthing/pull/10674) ##### Features - feat(gui, config): support simple folder grouping (fixes [#​2070](https://redirect.github.com/syncthing/syncthing/issues/2070)) by [@​maen-bn](https://redirect.github.com/maen-bn) in [#​10563](https://redirect.github.com/syncthing/syncthing/pull/10563) - feat: make http session cookie path & duration configurable by [@​vvaswani](https://redirect.github.com/vvaswani) in [#​10632](https://redirect.github.com/syncthing/syncthing/pull/10632) - feat(dialer): add HTTP/HTTPS proxy support via CONNECT by [@​luizluca](https://redirect.github.com/luizluca) in [#​10572](https://redirect.github.com/syncthing/syncthing/pull/10572) - feat: make block indexing configurable by [@​calmh](https://redirect.github.com/calmh) in [#​10608](https://redirect.github.com/syncthing/syncthing/pull/10608) ##### Other - chore: remove tracking inode change time by [@​calmh](https://redirect.github.com/calmh) in [#​10579](https://redirect.github.com/syncthing/syncthing/pull/10579) - build(deps): temporarily switch to fork of gateway discovery library (fixes [#​10593](https://redirect.github.com/syncthing/syncthing/issues/10593)) by [@​marbens-arch](https://redirect.github.com/marbens-arch) in [#​10594](https://redirect.github.com/syncthing/syncthing/pull/10594) - build: extract github.ref\_name expression to env mapping by [@​dagecko](https://redirect.github.com/dagecko) in [#​10624](https://redirect.github.com/syncthing/syncthing/pull/10624) - build: pin 20 third-party actions to immutable commit SHAs by [@​dagecko](https://redirect.github.com/dagecko) in [#​10625](https://redirect.github.com/syncthing/syncthing/pull/10625) - build: have dependabot group PRs and use cooldown by [@​calmh](https://redirect.github.com/calmh) in [#​10630](https://redirect.github.com/syncthing/syncthing/pull/10630) - chore: trivial fixes by [@​calmh](https://redirect.github.com/calmh) in [#​10650](https://redirect.github.com/syncthing/syncthing/pull/10650) - chore(model): more efficient tracking of renames during scan by [@​calmh](https://redirect.github.com/calmh) in [#​10653](https://redirect.github.com/syncthing/syncthing/pull/10653) - chore(model): deflake cluster config tests by [@​calmh](https://redirect.github.com/calmh) in [#​10662](https://redirect.github.com/syncthing/syncthing/pull/10662) - chore(model): deflake TestCompletionEmptyGlobal by [@​calmh](https://redirect.github.com/calmh) in [#​10663](https://redirect.github.com/syncthing/syncthing/pull/10663) - chore(scanner): deflake TestStopWalk by [@​calmh](https://redirect.github.com/calmh) in [#​10664](https://redirect.github.com/syncthing/syncthing/pull/10664) - build: parallelise linux builds slightly by [@​calmh](https://redirect.github.com/calmh) in [#​10666](https://redirect.github.com/syncthing/syncthing/pull/10666) - chore(api): deflake TestHTTPLogin on Windows by [@​calmh](https://redirect.github.com/calmh) in [#​10667](https://redirect.github.com/syncthing/syncthing/pull/10667) - chore(api): use ldap package escape functions by [@​calmh](https://redirect.github.com/calmh) in [#​10672](https://redirect.github.com/syncthing/syncthing/pull/10672) - build: only run the periodic build jobs in the syncthing org by [@​calmh](https://redirect.github.com/calmh) in [#​10675](https://redirect.github.com/syncthing/syncthing/pull/10675) - build(deps): update dependencies by [@​calmh](https://redirect.github.com/calmh) in [#​10683](https://redirect.github.com/syncthing/syncthing/pull/10683) - chore(model): slightly improve handling of pulling empty blocks by [@​calmh](https://redirect.github.com/calmh) in [#​10679](https://redirect.github.com/syncthing/syncthing/pull/10679) - chore(gui): upgrade jQuery to 3.7.1 to fix CVE-2020-11022, CVE-2020-11023, CVE-2015-9251 by [@​Umer-Azaz](https://redirect.github.com/Umer-Azaz) in [#​10673](https://redirect.github.com/syncthing/syncthing/pull/10673) - chore(fs): remove unused SymlinksSupported() method by [@​calmh](https://redirect.github.com/calmh) in [#​10684](https://redirect.github.com/syncthing/syncthing/pull/10684) #### New Contributors - [@​cuiweixie](https://redirect.github.com/cuiweixie) made their first contribution in [#​10615](https://redirect.github.com/syncthing/syncthing/pull/10615) - [@​dagecko](https://redirect.github.com/dagecko) made their first contribution in [#​10624](https://redirect.github.com/syncthing/syncthing/pull/10624) - [@​maen-bn](https://redirect.github.com/maen-bn) made their first contribution in [#​10563](https://redirect.github.com/syncthing/syncthing/pull/10563) - [@​RealCharlesChia](https://redirect.github.com/RealCharlesChia) made their first contribution in [#​10657](https://redirect.github.com/syncthing/syncthing/pull/10657) - [@​JRNitre](https://redirect.github.com/JRNitre) made their first contribution in [#​10651](https://redirect.github.com/syncthing/syncthing/pull/10651) - [@​vvaswani](https://redirect.github.com/vvaswani) made their first contribution in [#​10632](https://redirect.github.com/syncthing/syncthing/pull/10632) - [@​luizluca](https://redirect.github.com/luizluca) made their first contribution in [#​10572](https://redirect.github.com/syncthing/syncthing/pull/10572) - [@​Umer-Azaz](https://redirect.github.com/Umer-Azaz) made their first contribution in [#​10673](https://redirect.github.com/syncthing/syncthing/pull/10673) **Full Changelog**:
--- ### Configuration 📅 **Schedule**: (UTC) - 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/syncthing/Chart.yaml | 4 ++-- charts/stable/syncthing/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/syncthing/Chart.yaml b/charts/stable/syncthing/Chart.yaml index a79f255a0ec..685d54c73bb 100644 --- a/charts/stable/syncthing/Chart.yaml +++ b/charts/stable/syncthing/Chart.yaml @@ -9,7 +9,7 @@ annotations: trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 2.0.16 +appVersion: 2.1.0 dependencies: - name: common version: 29.3.4 @@ -36,5 +36,5 @@ sources: - https://hub.docker.com/r/syncthing/syncthing - https://syncthing.net/ type: application -version: 23.3.0 +version: 23.4.0 diff --git a/charts/stable/syncthing/values.yaml b/charts/stable/syncthing/values.yaml index b8cbf3bfd5d..87e2c920e50 100644 --- a/charts/stable/syncthing/values.yaml +++ b/charts/stable/syncthing/values.yaml @@ -2,7 +2,7 @@ image: repository: docker.io/syncthing/syncthing pullPolicy: IfNotPresent - tag: 2.0.16@sha256:4a961394ca471f4e48f31ad2cef50697e502c8799e2e98477a1c3844e0c5bc54 + tag: 2.1.0@sha256:7c60eb0ec887696c8684de88aea2dfe39a7391184b29d33c0aad778c99c7683e workload: main: podSpec: