ae30f3a46e
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/syncthing/syncthing](https://syncthing.net) ([source](https://redirect.github.com/syncthing/syncthing)) | minor | `dde2305` -> `74eeedb` | --- > [!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>syncthing/syncthing (docker.io/syncthing/syncthing)</summary> ### [`v1.30.0`](https://redirect.github.com/syncthing/syncthing/releases/tag/v1.30.0) [Compare Source](https://redirect.github.com/syncthing/syncthing/compare/v1.29.7...v1.30.0) #### Syncthing 2 is coming Syncthing version 1.x will soon be replaced by Syncthing version 2.x. Version 2 brings a new database format and various cleanups, but remains protocol compatible with Syncthing 1. More detailed information about Syncthing 2 can be found in the release notes at https://github.com/syncthing/syncthing/releases. This release is also available as: - APT repository: https://apt.syncthing.net/ - Docker image: `docker.io/syncthing/syncthing:1.30.0` or `ghcr.io/syncthing/syncthing:1.30.0` (`{docker,ghcr}.io/syncthing/syncthing:1` to follow just the major version) #### What's Changed ##### Fixes - fix(protocol): avoid deadlock with concurrent connection start and close by [@​calmh](https://redirect.github.com/calmh) in [https://github.com/syncthing/syncthing/pull/10140](https://redirect.github.com/syncthing/syncthing/pull/10140) - fix(syncthing): avoid writing panic log to nil fd by [@​ardevd](https://redirect.github.com/ardevd) in [https://github.com/syncthing/syncthing/pull/10154](https://redirect.github.com/syncthing/syncthing/pull/10154) ##### Features - feat(config): expose folder and device info as metrics (fixes [#​9519](https://redirect.github.com/syncthing/syncthing/issues/9519)) by [@​calmh](https://redirect.github.com/calmh) in [https://github.com/syncthing/syncthing/pull/10148](https://redirect.github.com/syncthing/syncthing/pull/10148) ##### Other - build: properly propagate build tags to Debian build by [@​calmh](https://redirect.github.com/calmh) in [https://github.com/syncthing/syncthing/pull/10144](https://redirect.github.com/syncthing/syncthing/pull/10144) - chore(protocol): don't start connection routines a second time by [@​imsodin](https://redirect.github.com/imsodin) in [https://github.com/syncthing/syncthing/pull/10146](https://redirect.github.com/syncthing/syncthing/pull/10146) - chore(protocol): only allow enc. password changes on cluster config by [@​imsodin](https://redirect.github.com/imsodin) in [https://github.com/syncthing/syncthing/pull/10145](https://redirect.github.com/syncthing/syncthing/pull/10145) **Full Changelog**: https://github.com/syncthing/syncthing/compare/v1.29.7...v1.30.0 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
50 lines
1005 B
YAML
50 lines
1005 B
YAML
image:
|
|
repository: docker.io/syncthing/syncthing
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.30.0@sha256:74eeedb08d4912763055594f8bd98bfc039f3bc504b6cd2c2adc8294111c1251
|
|
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"
|