chore(deps): update container image syncthing/syncthing to v1.27.2@72d4569 by renovate (#16727)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [syncthing/syncthing](https://syncthing.net) ([source](https://togithub.com/syncthing/syncthing)) | patch | `1.27.1` -> `1.27.2` | --- > [!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.2`](https://togithub.com/syncthing/syncthing/releases/tag/v1.27.2) [Compare Source](https://togithub.com/syncthing/syncthing/compare/v1.27.1...v1.27.2) Bugfixes: - [#​9041](https://togithub.com/syncthing/syncthing/issues/9041): cli subcommand does not use STHOMEDIR env var - [#​9183](https://togithub.com/syncthing/syncthing/issues/9183): Filesystem watching (kqueue) is enabled … with a lot of files - [#​9274](https://togithub.com/syncthing/syncthing/issues/9274): Missing lock in DeviceStatistics ("fatal error: concurrent map read and map write") Enhancements: - [#​7406](https://togithub.com/syncthing/syncthing/issues/7406): Add UPnP support for IPv6 Other issues: - [#​9247](https://togithub.com/syncthing/syncthing/issues/9247): Embed binary releases signing key as a file instead of hardcoding a string - [#​9287](https://togithub.com/syncthing/syncthing/issues/9287): quic-go v0.40.1 (CVE-2023-49295) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjExNi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
@@ -1,37 +1,37 @@
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: syncthing
|
||||
version: 17.1.5
|
||||
appVersion: 1.27.1
|
||||
version: 17.1.6
|
||||
appVersion: 1.27.2
|
||||
description: P2P file synchronization application
|
||||
home: https://truecharts.org/charts/stable/syncthing
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/syncthing.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/syncthing/syncthing
|
||||
- https://syncthing.net/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/syncthing
|
||||
- https://hub.docker.com/r/syncthing/syncthing
|
||||
- https://hub.docker.com/r/syncthing/syncthing
|
||||
- https://github.com/syncthing/syncthing
|
||||
- https://syncthing.net/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/syncthing
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- syncthing
|
||||
- syncthing
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: media
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: media
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
type: application
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: syncthing/syncthing
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.27.1@sha256:cf8d5db6f1a306f7e9126e4300e8d4ca0de9653e0124a862e7f5bed285d650ad
|
||||
tag: 1.27.2@sha256:72d4569a11371e1eac4aa9351f7e07c6ff96f384e59e96dce9458e3a7bbd3627
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
|
||||
Reference in New Issue
Block a user