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 [@​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**: <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-->
41 lines
1.1 KiB
YAML
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
|
|
|