fix(container): update image syncthing/syncthing ( 2.1.1 ➔ 2.1.2 ) - #3248
Open
renovate[bot] wants to merge 1 commit into
Open
fix(container): update image syncthing/syncthing ( 2.1.1 ➔ 2.1.2 )#3248renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
qgr1-cluster-0 - kustomization--- k8s/base/media/syncthing Kustomization: flux-system/media-syncthing HelmRelease: media/syncthing
+++ k8s/base/media/syncthing Kustomization: flux-system/media-syncthing HelmRelease: media/syncthing
@@ -45,13 +45,13 @@
env:
PGID: '1000'
PUID: '1000'
TZ: America/New_York
image:
repository: syncthing/syncthing
- tag: 2.1.1
+ tag: 2.1.2
probes:
liveness:
custom: true
enabled: true
spec:
failureThreshold: 3 |
qgr1-cluster-0 - helmrelease--- HelmRelease: media/syncthing StatefulSet: media/syncthing
+++ HelmRelease: media/syncthing StatefulSet: media/syncthing
@@ -50,13 +50,13 @@
- name: PGID
value: '1000'
- name: PUID
value: '1000'
- name: TZ
value: America/New_York
- image: syncthing/syncthing:2.1.1
+ image: syncthing/syncthing:2.1.2
livenessProbe:
failureThreshold: 3
httpGet:
path: /rest/noauth/health
port: 8384
initialDelaySeconds: 0 |
renovate
Bot
force-pushed
the
renovate/syncthing-syncthing-2.x
branch
from
July 20, 2026 21:51
5287f93 to
0bf3546
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.1→2.1.2Release Notes
syncthing/syncthing (syncthing/syncthing)
v2.1.2Compare 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.2orghcr.io/syncthing/syncthing:2.1.2(
{docker,ghcr}.io/syncthing/syncthing:2to follow just the major version)What's Changed
Fixes
Other
New Contributors
Full Changelog: syncthing/syncthing@v2.1.1...v2.1.2
Configuration
📅 Schedule: (in timezone America/New_York)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.