chore(helm): update image docker.io/syncthing/syncthing 1.28.1 → 1.29.1 (#30775)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/syncthing/syncthing](https://syncthing.net) ([source](https://redirect.github.com/syncthing/syncthing)) | minor | `289b4ca` -> `982cac0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>syncthing/syncthing (docker.io/syncthing/syncthing)</summary> ### [`v1.29.1`](https://redirect.github.com/syncthing/syncthing/releases/tag/v1.29.1) [Compare Source](https://redirect.github.com/syncthing/syncthing/compare/v1.29.0...v1.29.1) v1.29.1 Bugfixes: - [#​9904](https://redirect.github.com/syncthing/syncthing/issues/9904): The browse API response has changed as of Syncthing v1.29.0 - [#​9906](https://redirect.github.com/syncthing/syncthing/issues/9906): Deadlocks randomly, occasionally - [#​9907](https://redirect.github.com/syncthing/syncthing/issues/9907): The response of "pending" APIs has changed as of Syncthing v1.29.0 - [#​9909](https://redirect.github.com/syncthing/syncthing/issues/9909): Login into UI (Browser) not working anymore ### [`v1.29.0`](https://redirect.github.com/syncthing/syncthing/releases/tag/v1.29.0) [Compare Source](https://redirect.github.com/syncthing/syncthing/compare/v1.28.1...v1.29.0) v1.29.0 Bugfixes: - [#​9855](https://redirect.github.com/syncthing/syncthing/issues/9855): GUI address unix socket broken - [#​9872](https://redirect.github.com/syncthing/syncthing/issues/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](https://redirect.github.com/syncthing/syncthing/issues/9875): Clarify log message for ignored folders Other issues: - [#​9870](https://redirect.github.com/syncthing/syncthing/issues/9870): Fails with Go 1.24: runtime go1.24rc1 not found in compat.yaml </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.28.1
|
||||
appVersion: 1.29.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.3.1
|
||||
@@ -33,4 +33,4 @@ sources:
|
||||
- https://hub.docker.com/r/syncthing/syncthing
|
||||
- https://syncthing.net/
|
||||
type: application
|
||||
version: 20.5.0
|
||||
version: 20.6.0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/syncthing/syncthing
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.28.1@sha256:289b4ca86d77e4938d3e0af7d11f5c0a0fb786e469d5f697c25ab0f9e1f29f34
|
||||
tag: 1.29.1@sha256:982cac030eecabfd6e6ce293e14b282fb9a89704a101e5456bfb7b4b7ba037a1
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
|
||||
Reference in New Issue
Block a user