chore(deps): update container image syncthing/syncthing to v1.27.5@5414b27 by renovate (#20130)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [syncthing/syncthing](https://syncthing.net) ([source](https://togithub.com/syncthing/syncthing)) | patch | `1.27.4` -> `1.27.5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>syncthing/syncthing (syncthing/syncthing)</summary> ### [`v1.27.5`](https://togithub.com/syncthing/syncthing/releases/tag/v1.27.5) [Compare Source](https://togithub.com/syncthing/syncthing/compare/v1.27.4...v1.27.5) Bugfixes: - [#​9371](https://togithub.com/syncthing/syncthing/issues/9371): Deleting or renaming directories when syncing xattrs or ownership causes empty dir tree to get "put back" by ST - [#​9407](https://togithub.com/syncthing/syncthing/issues/9407): IndexHandler can get stuck in an undesired loop - [#​9417](https://togithub.com/syncthing/syncthing/issues/9417): CPU usage increases after folder scans (and hence, over time) - [#​9469](https://togithub.com/syncthing/syncthing/issues/9469): Better wrapping for device and folder names in sharing lists Enhancements: - [#​8972](https://togithub.com/syncthing/syncthing/issues/8972): Open share settings when clicking 'shared with' - [#​9470](https://togithub.com/syncthing/syncthing/issues/9470): Show encryption status for devices sharing folder </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzkuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI3OS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
@@ -7,7 +7,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.27.4
|
||||
appVersion: 1.27.5
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 20.2.10
|
||||
@@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/syncthing
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/syncthing.png
|
||||
keywords:
|
||||
- syncthing
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
@@ -34,4 +34,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/syncthing
|
||||
- https://hub.docker.com/r/syncthing/syncthing
|
||||
type: application
|
||||
version: 18.7.5
|
||||
version: 18.7.6
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: syncthing/syncthing
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.27.4@sha256:4d4d44bf19bace6c0949067fd83d288871ddb49ae9b023092d9885ee9e231d48
|
||||
tag: 1.27.5@sha256:5414b278a8c57debc81f5e4976d0b93d92eb2ffb0820261e48763e545dec090a
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
|
||||
Reference in New Issue
Block a user