fix(container): update image docker.io/syncthing/syncthing ( 2.1.2 ➔ 2.1.3 ) - #1285
Merged
Merged
Conversation
Contributor
Author
--- kubernetes/apps/selfhosted/syncthing/app Kustomization: selfhosted/syncthing HelmRelease: selfhosted/syncthing
+++ kubernetes/apps/selfhosted/syncthing/app Kustomization: selfhosted/syncthing HelmRelease: selfhosted/syncthing
@@ -43,13 +43,13 @@
STDEFAULTFOLDER: /var/syncthing/data
STGUIADDRESS: 0.0.0.0:8384
STHOMEDIR: /var/syncthing/config
TZ: America/New_York
image:
repository: docker.io/syncthing/syncthing
- tag: 2.1.2
+ tag: 2.1.3
probes:
liveness:
custom: true
enabled: true
spec:
failureThreshold: 3 |
Contributor
Author
--- HelmRelease: selfhosted/syncthing Deployment: selfhosted/syncthing
+++ HelmRelease: selfhosted/syncthing Deployment: selfhosted/syncthing
@@ -47,13 +47,13 @@
- name: STGUIADDRESS
value: 0.0.0.0:8384
- name: STHOMEDIR
value: /var/syncthing/config
- name: TZ
value: America/New_York
- image: docker.io/syncthing/syncthing:2.1.2
+ image: docker.io/syncthing/syncthing:2.1.3
livenessProbe:
failureThreshold: 3
httpGet:
path: /rest/noauth/health
port: 8384
initialDelaySeconds: 10 |
mortyops
Bot
force-pushed
the
renovate/docker.io-syncthing-syncthing-2.x
branch
from
August 9, 2026 20:27
b45a442 to
2c6199d
Compare
…2.1.3 ) | datasource | package | from | to | | ---------- | ----------------------------- | ----- | ----- | | docker | docker.io/syncthing/syncthing | 2.1.2 | 2.1.3 |
mortyops
Bot
force-pushed
the
renovate/docker.io-syncthing-syncthing-2.x
branch
from
August 10, 2026 01:21
2c6199d to
54fef49
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.1.2→2.1.3Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
syncthing/syncthing (docker.io/syncthing/syncthing)
v2.1.3Compare Source
Major changes in 2.1
Devices and folders can now be grouped in the GUI by setting the new
groupattribute.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
blockIndexingattribute 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
sessionCookieDurationSandsessionCookiePathattributes in the GUI configuration.)
This release is also available as:
APT repository: https://apt.syncthing.net/
Docker image:
docker.io/syncthing/syncthing:2.1.3orghcr.io/syncthing/syncthing:2.1.3(
{docker,ghcr}.io/syncthing/syncthing:2to follow just the major version)What's Changed
Fixes
Other
New Contributors
Full Changelog: syncthing/syncthing@v2.1.2...v2.1.3
Configuration
📅 Schedule: (in timezone America/New_York)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate CLI.