From d44aacedc3be2d158645e877fcc9c350c70b7d8a Mon Sep 17 00:00:00 2001 From: Tesshu Flower Date: Mon, 13 Jan 2025 09:20:44 -0500 Subject: [PATCH] Update changelog & Chart.yml for syncthing v1.29.2 Signed-off-by: Tesshu Flower --- CHANGELOG.md | 2 +- helm/volsync/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4da95f18b..2ae2d1eb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Syncthing updated to v1.29.0 +- Syncthing updated to v1.29.2 - kube-rbac-proxy image configurable in helm chart values - mover scripts updated to use sync -f to only sync the target filesystem at the end of mover tasks diff --git a/helm/volsync/Chart.yaml b/helm/volsync/Chart.yaml index e1ec8159c..aed546a31 100644 --- a/helm/volsync/Chart.yaml +++ b/helm/volsync/Chart.yaml @@ -25,7 +25,7 @@ annotations: # https://artifacthub.io/docs/topics/annotations/helm/ # Kinds: added, changed, deprecated, removed, fixed, and security artifacthub.io/changes: | - kind: changed - description: Syncthing updated to v1.29.0 + description: Syncthing updated to v1.29.2 - kind: changed description: kube-rbac-proxy image configurable in helm chart values - kind: changed