Files
truecharts/charts/stable/syncthing/Chart.yaml
T
TrueCharts BotandGitHub d5d352fa6a feat(syncthing): update image docker.io/syncthing/syncthing 2.0.16 → 2.1.0 (#48157)
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

<details>
<summary>syncthing/syncthing (docker.io/syncthing/syncthing)</summary>

###
[`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: <https://apt.syncthing.net/>

- 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
[@&#8203;cuiweixie](https://redirect.github.com/cuiweixie) in
[#&#8203;10615](https://redirect.github.com/syncthing/syncthing/pull/10615)
- fix(gui): disable autocomplete for folder password by
[@&#8203;bt90](https://redirect.github.com/bt90) in
[#&#8203;10342](https://redirect.github.com/syncthing/syncthing/pull/10342)
- fix(protocol): limit size of incoming request messages by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[#&#8203;10629](https://redirect.github.com/syncthing/syncthing/pull/10629)
- fix(gui): don't show local device under remote devices (ref
[#&#8203;10563](https://redirect.github.com/syncthing/syncthing/issues/10563))
by [@&#8203;maen-bn](https://redirect.github.com/maen-bn) in
[#&#8203;10631](https://redirect.github.com/syncthing/syncthing/pull/10631)
- fix(gui): order folders alphabetically and ensure local device stays
hidden (ref
[#&#8203;10563](https://redirect.github.com/syncthing/syncthing/issues/10563),
ref
[#&#8203;10631](https://redirect.github.com/syncthing/syncthing/issues/10631))
by [@&#8203;maen-bn](https://redirect.github.com/maen-bn) in
[#&#8203;10637](https://redirect.github.com/syncthing/syncthing/pull/10637)
- fix(gui): fallback to folder ID when label is empty in remove dialog
by
[@&#8203;RealCharlesChia](https://redirect.github.com/RealCharlesChia)
in
[#&#8203;10657](https://redirect.github.com/syncthing/syncthing/pull/10657)
- fix(gui): fix tabs visually disabled but still clickable during ignore
patterns setup (fixes
[#&#8203;10634](https://redirect.github.com/syncthing/syncthing/issues/10634))
by [@&#8203;JRNitre](https://redirect.github.com/JRNitre) in
[#&#8203;10651](https://redirect.github.com/syncthing/syncthing/pull/10651)
- fix(strelaysrv): properly use bind address for outgoing requests
(fixes
[#&#8203;10658](https://redirect.github.com/syncthing/syncthing/issues/10658))
by [@&#8203;calmh](https://redirect.github.com/calmh) in
[#&#8203;10659](https://redirect.github.com/syncthing/syncthing/pull/10659)
- fix(stdiscosrv): only read certificate proxy headers with --http by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[#&#8203;10674](https://redirect.github.com/syncthing/syncthing/pull/10674)

##### Features

- feat(gui, config): support simple folder grouping (fixes
[#&#8203;2070](https://redirect.github.com/syncthing/syncthing/issues/2070))
by [@&#8203;maen-bn](https://redirect.github.com/maen-bn) in
[#&#8203;10563](https://redirect.github.com/syncthing/syncthing/pull/10563)
- feat: make http session cookie path & duration configurable by
[@&#8203;vvaswani](https://redirect.github.com/vvaswani) in
[#&#8203;10632](https://redirect.github.com/syncthing/syncthing/pull/10632)
- feat(dialer): add HTTP/HTTPS proxy support via CONNECT by
[@&#8203;luizluca](https://redirect.github.com/luizluca) in
[#&#8203;10572](https://redirect.github.com/syncthing/syncthing/pull/10572)
- feat: make block indexing configurable by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[#&#8203;10608](https://redirect.github.com/syncthing/syncthing/pull/10608)

##### Other

- chore: remove tracking inode change time by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[#&#8203;10579](https://redirect.github.com/syncthing/syncthing/pull/10579)
- build(deps): temporarily switch to fork of gateway discovery library
(fixes
[#&#8203;10593](https://redirect.github.com/syncthing/syncthing/issues/10593))
by [@&#8203;marbens-arch](https://redirect.github.com/marbens-arch) in
[#&#8203;10594](https://redirect.github.com/syncthing/syncthing/pull/10594)
- build: extract github.ref\_name expression to env mapping by
[@&#8203;dagecko](https://redirect.github.com/dagecko) in
[#&#8203;10624](https://redirect.github.com/syncthing/syncthing/pull/10624)
- build: pin 20 third-party actions to immutable commit SHAs by
[@&#8203;dagecko](https://redirect.github.com/dagecko) in
[#&#8203;10625](https://redirect.github.com/syncthing/syncthing/pull/10625)
- build: have dependabot group PRs and use cooldown by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[#&#8203;10630](https://redirect.github.com/syncthing/syncthing/pull/10630)
- chore: trivial fixes by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[#&#8203;10650](https://redirect.github.com/syncthing/syncthing/pull/10650)
- chore(model): more efficient tracking of renames during scan by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[#&#8203;10653](https://redirect.github.com/syncthing/syncthing/pull/10653)
- chore(model): deflake cluster config tests by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[#&#8203;10662](https://redirect.github.com/syncthing/syncthing/pull/10662)
- chore(model): deflake TestCompletionEmptyGlobal by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[#&#8203;10663](https://redirect.github.com/syncthing/syncthing/pull/10663)
- chore(scanner): deflake TestStopWalk by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[#&#8203;10664](https://redirect.github.com/syncthing/syncthing/pull/10664)
- build: parallelise linux builds slightly by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[#&#8203;10666](https://redirect.github.com/syncthing/syncthing/pull/10666)
- chore(api): deflake TestHTTPLogin on Windows by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[#&#8203;10667](https://redirect.github.com/syncthing/syncthing/pull/10667)
- chore(api): use ldap package escape functions by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[#&#8203;10672](https://redirect.github.com/syncthing/syncthing/pull/10672)
- build: only run the periodic build jobs in the syncthing org by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[#&#8203;10675](https://redirect.github.com/syncthing/syncthing/pull/10675)
- build(deps): update dependencies by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[#&#8203;10683](https://redirect.github.com/syncthing/syncthing/pull/10683)
- chore(model): slightly improve handling of pulling empty blocks by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[#&#8203;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
[@&#8203;Umer-Azaz](https://redirect.github.com/Umer-Azaz) in
[#&#8203;10673](https://redirect.github.com/syncthing/syncthing/pull/10673)
- chore(fs): remove unused SymlinksSupported() method by
[@&#8203;calmh](https://redirect.github.com/calmh) in
[#&#8203;10684](https://redirect.github.com/syncthing/syncthing/pull/10684)

#### New Contributors

- [@&#8203;cuiweixie](https://redirect.github.com/cuiweixie) made their
first contribution in
[#&#8203;10615](https://redirect.github.com/syncthing/syncthing/pull/10615)
- [@&#8203;dagecko](https://redirect.github.com/dagecko) made their
first contribution in
[#&#8203;10624](https://redirect.github.com/syncthing/syncthing/pull/10624)
- [@&#8203;maen-bn](https://redirect.github.com/maen-bn) made their
first contribution in
[#&#8203;10563](https://redirect.github.com/syncthing/syncthing/pull/10563)
- [@&#8203;RealCharlesChia](https://redirect.github.com/RealCharlesChia)
made their first contribution in
[#&#8203;10657](https://redirect.github.com/syncthing/syncthing/pull/10657)
- [@&#8203;JRNitre](https://redirect.github.com/JRNitre) made their
first contribution in
[#&#8203;10651](https://redirect.github.com/syncthing/syncthing/pull/10651)
- [@&#8203;vvaswani](https://redirect.github.com/vvaswani) made their
first contribution in
[#&#8203;10632](https://redirect.github.com/syncthing/syncthing/pull/10632)
- [@&#8203;luizluca](https://redirect.github.com/luizluca) made their
first contribution in
[#&#8203;10572](https://redirect.github.com/syncthing/syncthing/pull/10572)
- [@&#8203;Umer-Azaz](https://redirect.github.com/Umer-Azaz) made their
first contribution in
[#&#8203;10673](https://redirect.github.com/syncthing/syncthing/pull/10673)

**Full Changelog**:
<https://github.com/syncthing/syncthing/compare/v2.0.16...v2.1.0>

</details>

---

### 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.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9zeW5jdGhpbmciLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2026-05-12 11:01:35 +02:00

41 lines
1.1 KiB
YAML

annotations:
artifacthub.io/links: |-
- name: support
url: https://discord.com/invite/tVsPTHWTtr
truecharts.org/train: stable
trueforge.org/category: media
trueforge.org/max_helm_version: "4.1"
trueforge.org/max_kubernetes_version: 1.35.0
trueforge.org/min_helm_version: "3.14"
trueforge.org/train: stable
apiVersion: v2
appVersion: 2.1.0
dependencies:
- name: common
version: 29.3.4
repository: oci://oci.trueforge.org/truecharts
condition: ""
alias: ""
tags: []
import-values: []
deprecated: false
description: P2P file synchronization application
home: https://truecharts.org/charts/stable/syncthing
icon: https://truecharts.org/img/hotlink-ok/chart-icons/syncthing.webp
keywords:
- syncthing
kubeVersion: '>=1.33.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: syncthing
sources:
- https://github.com/syncthing/syncthing
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/syncthing
- https://hub.docker.com/r/syncthing/syncthing
- https://syncthing.net/
type: application
version: 23.4.0