c73be16a19
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/syncthing/syncthing](https://syncthing.net) ([source](https://redirect.github.com/syncthing/syncthing)) | patch | `7c60eb0` → `775c4aa` | --- > [!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.1`](https://redirect.github.com/syncthing/syncthing/releases/tag/v2.1.1) [Compare Source](https://redirect.github.com/syncthing/syncthing/compare/v2.1.0...v2.1.1) #### 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.1` or `ghcr.io/syncthing/syncthing:2.1.1` (`{docker,ghcr}.io/syncthing/syncthing:2` to follow just the major version) #### What's Changed ##### Fixes - fix(syncthing): properly upgrade via REST when Syncthing is running (fixes [#​10697](https://redirect.github.com/syncthing/syncthing/issues/10697)) by [@​calmh](https://redirect.github.com/calmh) in [#​10699](https://redirect.github.com/syncthing/syncthing/pull/10699) - fix(versioner): ensure user read/write/execute on archived dirs (fixes [#​10532](https://redirect.github.com/syncthing/syncthing/issues/10532)) by [@​calmh](https://redirect.github.com/calmh) in [#​10696](https://redirect.github.com/syncthing/syncthing/pull/10696) - fix(discover): only announce wildcard for TCP punching when listening on wildcard address (fixes [#​10503](https://redirect.github.com/syncthing/syncthing/issues/10503)) by [@​calmh](https://redirect.github.com/calmh) in [#​10691](https://redirect.github.com/syncthing/syncthing/pull/10691) - fix(stcrashreceiver): close source loader responses on errors by [@​mattn](https://redirect.github.com/mattn) in [#​10704](https://redirect.github.com/syncthing/syncthing/pull/10704) - fix(protocol): handle zero-size requests (fixes [#​10709](https://redirect.github.com/syncthing/syncthing/issues/10709)) by [@​calmh](https://redirect.github.com/calmh) in [#​10710](https://redirect.github.com/syncthing/syncthing/pull/10710) ##### Other - build: be explicit about workflow permissions by [@​calmh](https://redirect.github.com/calmh) in [#​10690](https://redirect.github.com/syncthing/syncthing/pull/10690) - chore(syncthing): include runtime context in GC crashes by [@​calmh](https://redirect.github.com/calmh) in [#​10702](https://redirect.github.com/syncthing/syncthing/pull/10702) - build(deps): x/net for govulncheck by [@​calmh](https://redirect.github.com/calmh) in [#​10703](https://redirect.github.com/syncthing/syncthing/pull/10703) - chore: use path/filepath for local file system paths by [@​mattn](https://redirect.github.com/mattn) in [#​10705](https://redirect.github.com/syncthing/syncthing/pull/10705) #### New Contributors - [@​mattn](https://redirect.github.com/mattn) made their first contribution in [#​10704](https://redirect.github.com/syncthing/syncthing/pull/10704) **Full Changelog**: <https://github.com/syncthing/syncthing/compare/v2.1.0...v2.1.1> </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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9zeW5jdGhpbmciLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
51 lines
1.0 KiB
YAML
51 lines
1.0 KiB
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: docker.io/syncthing/syncthing
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.1.1@sha256:775c4aac486263ca8653055bba7d3061799281974b706695e17bc798da3f4e92
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
path: /rest/noauth/health
|
|
readiness:
|
|
path: /rest/noauth/health
|
|
startup:
|
|
path: /rest/noauth/health
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8384
|
|
targetPort: 8384
|
|
listeners:
|
|
enabled: true
|
|
ports:
|
|
tcp:
|
|
enabled: true
|
|
port: 22000
|
|
targetPort: 22000
|
|
listeners-udp:
|
|
enabled: true
|
|
ports:
|
|
udp:
|
|
enabled: true
|
|
port: 22000
|
|
targetPort: 22000
|
|
protocol: udp
|
|
discovery:
|
|
enabled: true
|
|
ports:
|
|
discovery:
|
|
enabled: true
|
|
port: 21027
|
|
targetPort: 21027
|
|
protocol: udp
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/var/syncthing"
|