Skip to content

fix(container): update image docker.io/syncthing/syncthing ( 2.1.2 ➔ 2.1.3 ) - #1285

Merged
mortyops[bot] merged 1 commit into
mainfrom
renovate/docker.io-syncthing-syncthing-2.x
Aug 10, 2026
Merged

fix(container): update image docker.io/syncthing/syncthing ( 2.1.2 ➔ 2.1.3 )#1285
mortyops[bot] merged 1 commit into
mainfrom
renovate/docker.io-syncthing-syncthing-2.x

Conversation

@mortyops

@mortyops mortyops Bot commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
docker.io/syncthing/syncthing (source) patch 2.1.22.1.3

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

syncthing/syncthing (docker.io/syncthing/syncthing)

v2.1.3

Compare Source

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.3 or ghcr.io/syncthing/syncthing:2.1.3
    ({docker,ghcr}.io/syncthing/syncthing:2 to 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)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

@mortyops

mortyops Bot commented Aug 9, 2026

Copy link
Copy Markdown
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

@mortyops

mortyops Bot commented Aug 9, 2026

Copy link
Copy Markdown
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
mortyops Bot force-pushed the renovate/docker.io-syncthing-syncthing-2.x branch from b45a442 to 2c6199d Compare August 9, 2026 20:27
…2.1.3 )

| datasource | package                       | from  | to    |
| ---------- | ----------------------------- | ----- | ----- |
| docker     | docker.io/syncthing/syncthing | 2.1.2 | 2.1.3 |
@mortyops
mortyops Bot force-pushed the renovate/docker.io-syncthing-syncthing-2.x branch from 2c6199d to 54fef49 Compare August 10, 2026 01:21
@mortyops
mortyops Bot merged commit c3aa20a into main Aug 10, 2026
12 checks passed
@mortyops
mortyops Bot deleted the renovate/docker.io-syncthing-syncthing-2.x branch August 10, 2026 05:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants