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

chore(deps): update syncthing/syncthing docker tag to v1.28.1 #438

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, 2024

This PR contains the following updates:

Package Update Change
syncthing/syncthing (source) minor 1.23.6 -> 1.28.1

Warning

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


Release Notes

syncthing/syncthing (syncthing/syncthing)

v1.28.1

Compare Source

Bugfixes:

  • #​9400: Folder overlap not detected when using tilde
  • #​9590: WebUI table column widths broken on iPhone 12 Pro Max and wider
  • #​9686: Sync status stays at 'Syncing xx%" when remote device pauses the folder.
  • #​9757: Firefox, dark theme: device ID is hard to read
  • #​9775: Junctions as dirs doesn't work anymore
  • #​9776: Disabled checkbox panels don't respect dark theme
  • #​9783: gui: Address override not respected in fresh default config
  • #​9821: panic: runtime error: index out of range [-1]

Enhancements:

  • #​9725: Ignoring symbolic links when syncing on android as well

v1.28.0

Compare Source

Bugfixes:

  • #​9597: Filenames with extended characters not ignored correctly on macOS
  • #​9668: The Web UI defaults to Filipino on Finnish browsers.
  • #​9670: lib/api: /svc/lang disregards the passed quality values
  • #​9719: Unable to establish/maintain multiple connections due to connection priority error

Enhancements:

  • #​9715: Lower the log level of "already connected to this device" to DEBUG (is: INFO)

v1.27.12

Compare Source

Bugfixes:

  • #​9677: Syncthing v1.27.11 on desktop claims there are Local Additions for all folders from Android v1.27.10

v1.27.11

Compare Source

What's Changed

New Contributors

Full Changelog: syncthing/syncthing@v1.27.10...v1.27.11

v1.27.10

Compare Source

Bugfixes:

  • #​9455: lib/api tests unreliable, failing ~50% of the time on Fedora Linux
  • #​9499: Data race in fakeFS (testing)

v1.27.9

Compare Source

What's Changed

Full Changelog: syncthing/syncthing@v1.27.8...v1.27.9

v1.27.8

Compare Source

Bugfixes:

  • #​9506: gui: Favicon not working in Firefox bookmarks

Enhancements:

  • #​9527: Device connection state metric

v1.27.7

Compare Source

Bugfixes:

  • #​9503: lib/nat: panic: runtime error: index out of range

v1.27.6

Compare Source

Bugfixes:

  • #​9498: Files spookily out of sync in 1.27.5

v1.27.5

Compare Source

Bugfixes:

  • #​9371: Deleting or renaming directories when syncing xattrs or ownership causes empty dir tree to get "put back" by ST
  • #​9407: IndexHandler can get stuck in an undesired loop
  • #​9417: CPU usage increases after folder scans (and hence, over time)
  • #​9469: Better wrapping for device and folder names in sharing lists

Enhancements:

  • #​8972: Open share settings when clicking 'shared with'
  • #​9470: Show encryption status for devices sharing folder

v1.27.4

Compare Source

Bugfixes:

  • #​9369: Panic in ignore matching on invalid UTF-8 from filesystem watcher
  • #​9435: syncthing should be cgroup aware

Enhancements:

  • #​9339: File system watcher should skip ignored directories in more cases
  • #​9357: Set GOMAXPROCS quota aware in Linux containers

Other issues:

  • #​9386: typo in folder_sendrecv.go refrences nonexistent type dbUpdateShourtcutFile
  • #​9389: typo: ComplectionCompletion ?

v1.27.3

Compare Source

Bugfixes:

  • #​9039: Sync from Linux to Mac with ownership - Local additions after rescan
  • #​9241: Versions path does not honor tilde (~) shortcut

Enhancements:

  • #​8616: Add CLI completion
  • #​9151: Add "stay logged in" checkbox to login dialog

Other issues:

  • #​9267: Inconsistent version requirements in lib/build and lib/upgrade
  • #​9313: Different lengths used for short device IDs in UI

v1.27.2

Compare Source

Bugfixes:

  • #​9041: cli subcommand does not use STHOMEDIR env var
  • #​9183: Filesystem watching (kqueue) is enabled … with a lot of files
  • #​9274: Missing lock in DeviceStatistics ("fatal error: concurrent map read and map write")

Enhancements:

Other issues:

v1.27.1

Compare Source

Bugfixes:

  • #​9253: Permission error on folder causes "connection error" dialog when opening folder editor
  • #​9269: panic: nil pointer dereference in (*indexHandlerRegistry).startLocked

Other issues:

  • #​9274: Missing lock in DeviceStatistics ("fatal error: concurrent map read and map write")

v1.27.0

Compare Source

Bugfixes:

  • #​9179: spurious log file in $XDG_CONFIG_HOME
  • #​9189: Discovery Returns IP
  • #​9208: Display error in 1.26 with login screen

Enhancements:

  • #​9178: Default config (state) dir on Unixes should be ~/.local/state/syncthing ($XDG_STATE_HOME/syncthing)
  • #​9200: Login form: login button should have an id attribute

v1.26.1

Compare Source

Bugfixes:

  • #​9208: Display error in 1.26 with login screen

v1.26.0

Compare Source

Bugfixes:

  • #​9072: Omitting %s from LDAP search filter results in corrupt search filter
  • #​9106: Posting config with invalid versioner type causes panic
  • #​9120: Deduplicated files on Windows aren't treated as regular files any more (Go 1.21)
  • #​9133: Syncthing Docker container fails to start if underlying filesystem doesn't support chown
  • #​9143: traefik no longer url escape X-Forwarded-Tls-Client-Cert header
  • #​9149: Favicon is stuck in notify state

Enhancements:

  • #​4137: Use a real login screen + sessions instead of HTTP basic auth

v1.25.0

Compare Source

Bugfixes:

  • #​8274: Usage report transport type is wrong for QUIC
  • #​8482: Discovery server keeps duplicate entries
  • #​9019: Web GUI loses config changes when doing multiple modifications (e.g. on slow hardware or remotely)
  • #​9112: panic: counter cannot decrease in value
  • #​9123: Hashed passwords via API are hashed again

Enhancements:

  • #​141: Use multiple simultaneous TCP connections
  • #​5607: Move footer links to header

v1.24.0

Compare Source

Bugfixes:

  • #​8965: v1.23.6 introduces untrusted sharing regression

Enhancements:

  • #​5175: Record more performance metrics
  • #​7456: Announce IPv6 ULA
  • #​7973: Restore versions file filter should be case insensitive
  • #​8767: Check interface for FlagRunning

Other issues:

  • #​9021: panic: bug: ClusterConfig called on closed or nonexistent connection
  • #​9034: Build with Go 1.21 out of the box

v1.23.7

Compare Source

Bugfixes:

  • #​6597: setLowPriority should not increase process priority when already lower (in Windows)
  • #​7698: ursrv: unrealistic uptime data, likely due to unset RTC (1970-01-01)
  • #​8958: Extended attribute filter editor should be enabled when "send extended attributes" is checked
  • #​8967: Shared With list ends with comma on 1 device
  • #​9001: relaysrv crash after some weeks of operation

Enhancements:

  • #​8890: Do not autoexpand tilde sign (~) to an absolute home directory path
  • #​8957: Add environment variables for --home, --conf, and --data
  • #​8968: Error for Windows invalid file names should indicate the invalid character or name part

Other issues:

  • #​8973: 1.23.6 docker image no longer available for linux/arm/v7
  • #​8983: Integrate govulncheck

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

Copy link

thomas/melonade-backup-syncthing StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "syncthing"
-            image: "syncthing/syncthing:1.23.6@sha256:88d6c8516d27876f6dacf7b9b544075d70e0d42480a2e85ec4dbb313764cc1e6"
+            image: "syncthing/syncthing:1.27.2@sha256:72d4569a11371e1eac4aa9351f7e07c6ff96f384e59e96dce9458e3a7bbd3627"
           }
         ]
       }
     }
   }
 }

thomas/breakfast-backup-syncthing StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "syncthing"
-            image: "syncthing/syncthing:1.23.6@sha256:88d6c8516d27876f6dacf7b9b544075d70e0d42480a2e85ec4dbb313764cc1e6"
+            image: "syncthing/syncthing:1.27.2@sha256:72d4569a11371e1eac4aa9351f7e07c6ff96f384e59e96dce9458e3a7bbd3627"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/syncthing-syncthing-1.x branch from fc29004 to 60711dc Compare January 29, 2024 18:13
Copy link

thomas/melonade-backup-syncthing StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "syncthing"
-            image: "syncthing/syncthing:1.23.6@sha256:88d6c8516d27876f6dacf7b9b544075d70e0d42480a2e85ec4dbb313764cc1e6"
+            image: "syncthing/syncthing:1.27.2@sha256:72d4569a11371e1eac4aa9351f7e07c6ff96f384e59e96dce9458e3a7bbd3627"
           }
         ]
       }
     }
   }
 }

thomas/breakfast-backup-syncthing StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "syncthing"
-            image: "syncthing/syncthing:1.23.6@sha256:88d6c8516d27876f6dacf7b9b544075d70e0d42480a2e85ec4dbb313764cc1e6"
+            image: "syncthing/syncthing:1.27.2@sha256:72d4569a11371e1eac4aa9351f7e07c6ff96f384e59e96dce9458e3a7bbd3627"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/syncthing-syncthing-1.x branch from 60711dc to c3c1c02 Compare February 6, 2024 09:07
@renovate renovate bot changed the title chore(deps): update syncthing/syncthing docker tag to v1.27.2 chore(deps): update syncthing/syncthing docker tag to v1.27.3 Feb 6, 2024
Copy link

github-actions bot commented Feb 6, 2024

thomas/melonade-backup-syncthing StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "syncthing"
-            image: "syncthing/syncthing:1.23.6@sha256:88d6c8516d27876f6dacf7b9b544075d70e0d42480a2e85ec4dbb313764cc1e6"
+            image: "syncthing/syncthing:1.27.3@sha256:d5efcb04179e1dfec229f335603c3acc1965159d7e7d6f55687a845ab758e2d6"
           }
         ]
       }
     }
   }
 }

thomas/breakfast-backup-syncthing StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "syncthing"
-            image: "syncthing/syncthing:1.23.6@sha256:88d6c8516d27876f6dacf7b9b544075d70e0d42480a2e85ec4dbb313764cc1e6"
+            image: "syncthing/syncthing:1.27.3@sha256:d5efcb04179e1dfec229f335603c3acc1965159d7e7d6f55687a845ab758e2d6"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/syncthing-syncthing-1.x branch from c3c1c02 to 2490104 Compare February 17, 2024 18:31
Copy link

thomas/melonade-backup-syncthing StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "syncthing"
-            image: "syncthing/syncthing:1.23.6@sha256:88d6c8516d27876f6dacf7b9b544075d70e0d42480a2e85ec4dbb313764cc1e6"
+            image: "syncthing/syncthing:1.27.3@sha256:d5efcb04179e1dfec229f335603c3acc1965159d7e7d6f55687a845ab758e2d6"
           }
         ]
       }
     }
   }
 }

thomas/breakfast-backup-syncthing StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "syncthing"
-            image: "syncthing/syncthing:1.23.6@sha256:88d6c8516d27876f6dacf7b9b544075d70e0d42480a2e85ec4dbb313764cc1e6"
+            image: "syncthing/syncthing:1.27.3@sha256:d5efcb04179e1dfec229f335603c3acc1965159d7e7d6f55687a845ab758e2d6"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/syncthing-syncthing-1.x branch from 2490104 to 4489f4a Compare March 1, 2024 19:33
Copy link

github-actions bot commented Mar 1, 2024

thomas/melonade-backup-syncthing StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "syncthing"
-            image: "syncthing/syncthing:1.23.6@sha256:88d6c8516d27876f6dacf7b9b544075d70e0d42480a2e85ec4dbb313764cc1e6"
+            image: "syncthing/syncthing:1.27.3@sha256:d5efcb04179e1dfec229f335603c3acc1965159d7e7d6f55687a845ab758e2d6"
           }
         ]
       }
     }
   }
 }

thomas/breakfast-backup-syncthing StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "syncthing"
-            image: "syncthing/syncthing:1.23.6@sha256:88d6c8516d27876f6dacf7b9b544075d70e0d42480a2e85ec4dbb313764cc1e6"
+            image: "syncthing/syncthing:1.27.3@sha256:d5efcb04179e1dfec229f335603c3acc1965159d7e7d6f55687a845ab758e2d6"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/syncthing-syncthing-1.x branch from 4489f4a to d5a4b30 Compare March 4, 2024 10:38
@renovate renovate bot changed the title chore(deps): update syncthing/syncthing docker tag to v1.27.3 chore(deps): update syncthing/syncthing docker tag to v1.27.4 Mar 4, 2024
Copy link

github-actions bot commented Mar 4, 2024

thomas/melonade-backup-syncthing StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "syncthing"
-            image: "syncthing/syncthing:1.23.6@sha256:88d6c8516d27876f6dacf7b9b544075d70e0d42480a2e85ec4dbb313764cc1e6"
+            image: "syncthing/syncthing:1.27.4@sha256:4d4d44bf19bace6c0949067fd83d288871ddb49ae9b023092d9885ee9e231d48"
           }
         ]
       }
     }
   }
 }

thomas/breakfast-backup-syncthing StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "syncthing"
-            image: "syncthing/syncthing:1.23.6@sha256:88d6c8516d27876f6dacf7b9b544075d70e0d42480a2e85ec4dbb313764cc1e6"
+            image: "syncthing/syncthing:1.27.4@sha256:4d4d44bf19bace6c0949067fd83d288871ddb49ae9b023092d9885ee9e231d48"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/syncthing-syncthing-1.x branch from d5a4b30 to e19b9ab Compare April 2, 2024 07:37
@renovate renovate bot changed the title chore(deps): update syncthing/syncthing docker tag to v1.27.4 chore(deps): update syncthing/syncthing docker tag to v1.27.5 Apr 2, 2024
Copy link

github-actions bot commented Apr 2, 2024

thomas/melonade-backup-syncthing StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "syncthing"
-            image: "syncthing/syncthing:1.23.6@sha256:88d6c8516d27876f6dacf7b9b544075d70e0d42480a2e85ec4dbb313764cc1e6"
+            image: "syncthing/syncthing:1.27.5@sha256:5414b278a8c57debc81f5e4976d0b93d92eb2ffb0820261e48763e545dec090a"
           }
         ]
       }
     }
   }
 }

thomas/breakfast-backup-syncthing StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "syncthing"
-            image: "syncthing/syncthing:1.23.6@sha256:88d6c8516d27876f6dacf7b9b544075d70e0d42480a2e85ec4dbb313764cc1e6"
+            image: "syncthing/syncthing:1.27.5@sha256:5414b278a8c57debc81f5e4976d0b93d92eb2ffb0820261e48763e545dec090a"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/syncthing-syncthing-1.x branch from e19b9ab to 0609b6f Compare April 9, 2024 07:48
@renovate renovate bot changed the title chore(deps): update syncthing/syncthing docker tag to v1.27.5 chore(deps): update syncthing/syncthing docker tag to v1.27.6 Apr 9, 2024
Copy link

github-actions bot commented Apr 9, 2024

thomas/melonade-backup-syncthing StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "syncthing"
-            image: "syncthing/syncthing:1.23.6@sha256:88d6c8516d27876f6dacf7b9b544075d70e0d42480a2e85ec4dbb313764cc1e6"
+            image: "syncthing/syncthing:1.27.6@sha256:cb224f14adc72cae9e5d08672c34d1793b226a8db09ed7f83cf3fc01da50f6f9"
           }
         ]
       }
     }
   }
 }

thomas/breakfast-backup-syncthing StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "syncthing"
-            image: "syncthing/syncthing:1.23.6@sha256:88d6c8516d27876f6dacf7b9b544075d70e0d42480a2e85ec4dbb313764cc1e6"
+            image: "syncthing/syncthing:1.27.6@sha256:cb224f14adc72cae9e5d08672c34d1793b226a8db09ed7f83cf3fc01da50f6f9"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/syncthing-syncthing-1.x branch from 0609b6f to dcb21f1 Compare May 8, 2024 07:46
@renovate renovate bot changed the title chore(deps): update syncthing/syncthing docker tag to v1.27.6 chore(deps): update syncthing/syncthing docker tag to v1.27.7 May 8, 2024
Copy link

github-actions bot commented May 8, 2024

thomas/melonade-backup-syncthing StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "syncthing"
-            image: "syncthing/syncthing:1.23.6@sha256:88d6c8516d27876f6dacf7b9b544075d70e0d42480a2e85ec4dbb313764cc1e6"
+            image: "syncthing/syncthing:1.27.7@sha256:22dc697050895cc0a3be38670e750e6737ff5d6542abf1d6118806919bd0c040"
           }
         ]
       }
     }
   }
 }

thomas/breakfast-backup-syncthing StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "syncthing"
-            image: "syncthing/syncthing:1.23.6@sha256:88d6c8516d27876f6dacf7b9b544075d70e0d42480a2e85ec4dbb313764cc1e6"
+            image: "syncthing/syncthing:1.27.7@sha256:22dc697050895cc0a3be38670e750e6737ff5d6542abf1d6118806919bd0c040"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/syncthing-syncthing-1.x branch from dcb21f1 to dab87e8 Compare June 4, 2024 15:22
@renovate renovate bot changed the title chore(deps): update syncthing/syncthing docker tag to v1.27.7 chore(deps): update syncthing/syncthing docker tag to v1.27.8 Jun 4, 2024
Copy link

github-actions bot commented Jun 4, 2024

thomas/melonade-backup-syncthing StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "syncthing"
-            image: "syncthing/syncthing:1.23.6@sha256:88d6c8516d27876f6dacf7b9b544075d70e0d42480a2e85ec4dbb313764cc1e6"
+            image: "syncthing/syncthing:1.27.8@sha256:c1fdac67e9a5dd4fa0388b240bbaf387dddb2909466923a721d66463b76fba39"
           }
         ]
       }
     }
   }
 }

thomas/breakfast-backup-syncthing StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "syncthing"
-            image: "syncthing/syncthing:1.23.6@sha256:88d6c8516d27876f6dacf7b9b544075d70e0d42480a2e85ec4dbb313764cc1e6"
+            image: "syncthing/syncthing:1.27.8@sha256:c1fdac67e9a5dd4fa0388b240bbaf387dddb2909466923a721d66463b76fba39"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/syncthing-syncthing-1.x branch from dab87e8 to dcf574e Compare July 2, 2024 12:09
@renovate renovate bot changed the title chore(deps): update syncthing/syncthing docker tag to v1.27.8 chore(deps): update syncthing/syncthing docker tag to v1.27.9 Jul 2, 2024
Copy link

github-actions bot commented Jul 2, 2024

thomas/melonade-backup-syncthing StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "syncthing"
-            image: "syncthing/syncthing:1.23.6@sha256:88d6c8516d27876f6dacf7b9b544075d70e0d42480a2e85ec4dbb313764cc1e6"
+            image: "syncthing/syncthing:1.27.9@sha256:9f16c4aaf678add90a85bd53e324bfbb57d1e704e6a07b54c446e4a67e590dbf"
           }
         ]
       }
     }
   }
 }

thomas/breakfast-backup-syncthing StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "syncthing"
-            image: "syncthing/syncthing:1.23.6@sha256:88d6c8516d27876f6dacf7b9b544075d70e0d42480a2e85ec4dbb313764cc1e6"
+            image: "syncthing/syncthing:1.27.9@sha256:9f16c4aaf678add90a85bd53e324bfbb57d1e704e6a07b54c446e4a67e590dbf"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/syncthing-syncthing-1.x branch from dcf574e to 2ba29b3 Compare August 6, 2024 09:01
@renovate renovate bot changed the title chore(deps): update syncthing/syncthing docker tag to v1.27.9 chore(deps): update syncthing/syncthing docker tag to v1.27.10 Aug 6, 2024
Copy link

github-actions bot commented Aug 6, 2024

thomas/melonade-backup-syncthing StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "syncthing"
-            image: "syncthing/syncthing:1.23.6@sha256:88d6c8516d27876f6dacf7b9b544075d70e0d42480a2e85ec4dbb313764cc1e6"
+            image: "syncthing/syncthing:1.27.10@sha256:311f1e1d9fe6e4237ad690726e2af8c3c8a9cb03e4dbc0583c9307e32324e5b9"
           }
         ]
       }
     }
   }
 }

thomas/breakfast-backup-syncthing StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "syncthing"
-            image: "syncthing/syncthing:1.23.6@sha256:88d6c8516d27876f6dacf7b9b544075d70e0d42480a2e85ec4dbb313764cc1e6"
+            image: "syncthing/syncthing:1.27.10@sha256:311f1e1d9fe6e4237ad690726e2af8c3c8a9cb03e4dbc0583c9307e32324e5b9"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/syncthing-syncthing-1.x branch from 2ba29b3 to cae7083 Compare September 3, 2024 11:19
@renovate renovate bot changed the title chore(deps): update syncthing/syncthing docker tag to v1.27.10 chore(deps): update syncthing/syncthing docker tag to v1.27.11 Sep 3, 2024
Copy link

github-actions bot commented Sep 3, 2024

thomas/melonade-backup-syncthing StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "syncthing"
-            image: "syncthing/syncthing:1.23.6@sha256:88d6c8516d27876f6dacf7b9b544075d70e0d42480a2e85ec4dbb313764cc1e6"
+            image: "syncthing/syncthing:1.27.11@sha256:4ced94de2ac200921fb35ad6d01f1109f568981a12fc7666861700ab6ea70f0a"
           }
         ]
       }
     }
   }
 }

thomas/breakfast-backup-syncthing StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "syncthing"
-            image: "syncthing/syncthing:1.23.6@sha256:88d6c8516d27876f6dacf7b9b544075d70e0d42480a2e85ec4dbb313764cc1e6"
+            image: "syncthing/syncthing:1.27.11@sha256:4ced94de2ac200921fb35ad6d01f1109f568981a12fc7666861700ab6ea70f0a"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/syncthing-syncthing-1.x branch from cae7083 to 7906187 Compare September 6, 2024 09:57
@renovate renovate bot changed the title chore(deps): update syncthing/syncthing docker tag to v1.27.11 chore(deps): update syncthing/syncthing docker tag to v1.27.12 Sep 6, 2024
Copy link

github-actions bot commented Sep 6, 2024

thomas/melonade-backup-syncthing StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "syncthing"
-            image: "syncthing/syncthing:1.23.6@sha256:88d6c8516d27876f6dacf7b9b544075d70e0d42480a2e85ec4dbb313764cc1e6"
+            image: "syncthing/syncthing:1.27.12@sha256:5fb5438b300a430f0636b60924939defb84f965b15ad7ae16acf5a2ac9c9e5c3"
           }
         ]
       }
     }
   }
 }

thomas/breakfast-backup-syncthing StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "syncthing"
-            image: "syncthing/syncthing:1.23.6@sha256:88d6c8516d27876f6dacf7b9b544075d70e0d42480a2e85ec4dbb313764cc1e6"
+            image: "syncthing/syncthing:1.27.12@sha256:5fb5438b300a430f0636b60924939defb84f965b15ad7ae16acf5a2ac9c9e5c3"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/syncthing-syncthing-1.x branch from 7906187 to 2aa219f Compare October 16, 2024 11:28
@renovate renovate bot changed the title chore(deps): update syncthing/syncthing docker tag to v1.27.12 chore(deps): update syncthing/syncthing docker tag to v1.28.0 Oct 16, 2024
Copy link

thomas/melonade-backup-syncthing StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "syncthing"
-            image: "syncthing/syncthing:1.23.6@sha256:88d6c8516d27876f6dacf7b9b544075d70e0d42480a2e85ec4dbb313764cc1e6"
+            image: "syncthing/syncthing:1.28.0@sha256:30b6a53436527edf31d791361d14b1f5119cc6882dbcf07822b618ee7a74e115"
           }
         ]
       }
     }
   }
 }

thomas/breakfast-backup-syncthing StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "syncthing"
-            image: "syncthing/syncthing:1.23.6@sha256:88d6c8516d27876f6dacf7b9b544075d70e0d42480a2e85ec4dbb313764cc1e6"
+            image: "syncthing/syncthing:1.28.0@sha256:30b6a53436527edf31d791361d14b1f5119cc6882dbcf07822b618ee7a74e115"
           }
         ]
       }
     }
   }
 }

@renovate renovate bot force-pushed the renovate/syncthing-syncthing-1.x branch from 2aa219f to 8370755 Compare December 3, 2024 18:03
@renovate renovate bot changed the title chore(deps): update syncthing/syncthing docker tag to v1.28.0 chore(deps): update syncthing/syncthing docker tag to v1.28.1 Dec 3, 2024
Copy link

github-actions bot commented Dec 3, 2024

thomas/melonade-backup-syncthing StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "syncthing"
-            image: "syncthing/syncthing:1.23.6@sha256:88d6c8516d27876f6dacf7b9b544075d70e0d42480a2e85ec4dbb313764cc1e6"
+            image: "syncthing/syncthing:1.28.1@sha256:289b4ca86d77e4938d3e0af7d11f5c0a0fb786e469d5f697c25ab0f9e1f29f34"
           }
         ]
       }
     }
   }
 }

thomas/breakfast-backup-syncthing StatefulSet (apps/v1) ${\color{green}+1}$ ${\color{red}-1}$

 {
   apiVersion: "apps/v1"
   kind: "StatefulSet"
   spec: {
     template: {
       spec: {
         containers: [
           {
             name: "syncthing"
-            image: "syncthing/syncthing:1.23.6@sha256:88d6c8516d27876f6dacf7b9b544075d70e0d42480a2e85ec4dbb313764cc1e6"
+            image: "syncthing/syncthing:1.28.1@sha256:289b4ca86d77e4938d3e0af7d11f5c0a0fb786e469d5f697c25ab0f9e1f29f34"
           }
         ]
       }
     }
   }
 }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants