From a878136e7bbd76263ff98985cea50cb2459bfacd Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Mon, 6 Jan 2025 10:20:06 +0100 Subject: [PATCH 1/5] charts/syncthing/Chart.yaml: appVersion 1.29.0, chart version 4.11.0 --- charts/syncthing/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/syncthing/Chart.yaml b/charts/syncthing/Chart.yaml index 03e9cea..1e571e3 100644 --- a/charts/syncthing/Chart.yaml +++ b/charts/syncthing/Chart.yaml @@ -1,9 +1,9 @@ --- apiVersion: v2 -appVersion: 1.28.1 +appVersion: 1.29.0 description: Open Source Continuous File Synchronization name: syncthing -version: 4.10.1 +version: 4.11.0 kubeVersion: ">=1.16.0-0" keywords: - syncthing @@ -23,4 +23,4 @@ dependencies: annotations: artifacthub.io/changes: |- - kind: changed - description: update appVersion to 1.28.1 + description: update appVersion to 1.29.0 From 4726deb1d9b3163fad98a648c9ee885e231d3369 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Mon, 6 Jan 2025 10:20:13 +0100 Subject: [PATCH 2/5] charts/syncthing/README_CHANGELOG.md.gotmpl: appVersion 1.29.0, chart version 4.11.0 --- charts/syncthing/README_CHANGELOG.md.gotmpl | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/charts/syncthing/README_CHANGELOG.md.gotmpl b/charts/syncthing/README_CHANGELOG.md.gotmpl index 5211a5e..e6766c3 100644 --- a/charts/syncthing/README_CHANGELOG.md.gotmpl +++ b/charts/syncthing/README_CHANGELOG.md.gotmpl @@ -6,6 +6,16 @@ All notable changes to this Helm chart will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### Version 4.11.0 + +#### Added + +N/A + +#### Changed + +* update appVersion to 1.29.0 + ### Version 4.10.1 #### Added From 2722213353ef4425aaadb733d4694613c66475be Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Mon, 6 Jan 2025 10:20:20 +0100 Subject: [PATCH 3/5] charts/syncthing/README.md: appVersion 1.29.0, chart version 4.11.0 --- charts/syncthing/README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/charts/syncthing/README.md b/charts/syncthing/README.md index 7c90013..e6a6e52 100644 --- a/charts/syncthing/README.md +++ b/charts/syncthing/README.md @@ -1,6 +1,6 @@ # syncthing -![Version: 4.10.1](https://img.shields.io/badge/Version-4.10.1-informational?style=flat-square) ![AppVersion: 1.28.1](https://img.shields.io/badge/AppVersion-1.28.1-informational?style=flat-square) +![Version: 4.11.0](https://img.shields.io/badge/Version-4.11.0-informational?style=flat-square) ![AppVersion: 1.29.0](https://img.shields.io/badge/AppVersion-1.29.0-informational?style=flat-square) Open Source Continuous File Synchronization @@ -92,6 +92,16 @@ All notable changes to this Helm chart will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### Version 4.11.0 + +#### Added + +N/A + +#### Changed + +* update appVersion to 1.29.0 + ### Version 4.10.1 #### Added From f474ceca528b87c9c5a98897dd6f0b9d2bef7ecd Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Mon, 6 Jan 2025 10:21:28 +0100 Subject: [PATCH 4/5] charts/syncthing/values.yaml: explicitly add docker.io to the image repository --- charts/syncthing/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/syncthing/values.yaml b/charts/syncthing/values.yaml index 0ffc5e9..20f3ef5 100644 --- a/charts/syncthing/values.yaml +++ b/charts/syncthing/values.yaml @@ -7,7 +7,7 @@ image: # -- image repository - repository: syncthing/syncthing + repository: docker.io/syncthing/syncthing # -- image tag # @default -- chart.appVersion tag: From f86781f8e0dd65e81edfbda116691ea32af73fa4 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Mon, 6 Jan 2025 10:23:16 +0100 Subject: [PATCH 5/5] charts/syncthing/Chart.yaml: comment on 'missing' leading v in appVersion --- charts/syncthing/Chart.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/syncthing/Chart.yaml b/charts/syncthing/Chart.yaml index 1e571e3..8d03dd6 100644 --- a/charts/syncthing/Chart.yaml +++ b/charts/syncthing/Chart.yaml @@ -1,5 +1,7 @@ --- apiVersion: v2 +# no leading v on the appVersion +# in contrast to the tags in GitHub appVersion: 1.29.0 description: Open Source Continuous File Synchronization name: syncthing