Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(container): update image docker.io/syncthing/syncthing to v1.29.2 #1408

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 11, 2025

This PR contains the following updates:

Package Update Change
docker.io/syncthing/syncthing (source) minor 1.28.1 -> 1.29.2

Release Notes

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

v1.29.2

Compare Source

v1.29.2

Bugfixes:

  • #​9913: panic: string field contains invalid UTF-8 [recovered]

v1.29.1

Compare Source

v1.29.1

Bugfixes:

  • #​9904: The browse API response has changed as of Syncthing v1.29.0
  • #​9906: Deadlocks randomly, occasionally
  • #​9907: The response of "pending" APIs has changed as of Syncthing v1.29.0
  • #​9909: Login into UI (Browser) not working anymore

v1.29.0

Compare Source

v1.29.0

Bugfixes:

  • #​9855: GUI address unix socket broken
  • #​9872: When socket files are in a folder that needs to be synced on linux, some files were not synced until the socket files were removed
  • #​9875: Clarify log message for ignored folders

Other issues:

  • #​9870: Fails with Go 1.24: runtime go1.24rc1 not found in compat.yaml

Configuration

📅 Schedule: Branch creation - "on saturday" (UTC), Automerge - At any time (no schedule defined).

🚦 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 this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

@github-actions github-actions bot added the area/kubernetes Changes made in the kubernetes directory label Jan 11, 2025
Copy link

github-actions bot commented Jan 11, 2025

--- kubernetes/apps/default/syncthing/app Kustomization: flux-system/syncthing HelmRelease: default/syncthing

+++ kubernetes/apps/default/syncthing/app Kustomization: flux-system/syncthing HelmRelease: default/syncthing

@@ -32,13 +32,13 @@

         annotations:
           reloader.stakater.com/auto: 'true'
         containers:
           app:
             image:
               repository: docker.io/syncthing/syncthing
-              tag: 1.28.1
+              tag: 1.29.2
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
             resources:

Copy link

github-actions bot commented Jan 11, 2025

--- HelmRelease: default/syncthing Deployment: default/syncthing

+++ HelmRelease: default/syncthing Deployment: default/syncthing

@@ -37,13 +37,13 @@

         runAsUser: 1000
       hostIPC: false
       hostNetwork: false
       hostPID: false
       dnsPolicy: ClusterFirst
       containers:
-      - image: docker.io/syncthing/syncthing:1.28.1
+      - image: docker.io/syncthing/syncthing:1.29.2
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 8384

@renovate renovate bot force-pushed the renovate/docker.io-syncthing-syncthing-1.x branch from a1dbf82 to cb6a870 Compare January 12, 2025 16:17
@renovate renovate bot changed the title feat(container): update image docker.io/syncthing/syncthing to v1.29.1 feat(container): update image docker.io/syncthing/syncthing to v1.29.2 Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory renovate/container type/minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants