From 0771e20f091da613585e8ee1d0dbc21453920876 Mon Sep 17 00:00:00 2001 From: claughinghouse Date: Sun, 23 May 2021 05:05:25 -0400 Subject: [PATCH] [syncthing] Syncthing version bump (#922) * feat: update syncthing container version * fix: cleanup formatting * fix: add missing change to changelog Signed-off-by: claughinghouse * feat: update syncthing container version * fix: cleanup formatting * fix: add missing change to changelog Signed-off-by: claughinghouse * fix: move changes to template instead of readme directly Signed-off-by: claughinghouse --- charts/stable/syncthing/Chart.yaml | 4 ++-- charts/stable/syncthing/README.md | 22 ++++++++++++++++--- charts/stable/syncthing/README.md.gotmpl | 1 + .../syncthing/README_CHANGELOG.md.gotmpl | 16 ++++++++++++++ charts/stable/syncthing/values.yaml | 3 +-- 5 files changed, 39 insertions(+), 7 deletions(-) diff --git a/charts/stable/syncthing/Chart.yaml b/charts/stable/syncthing/Chart.yaml index 692131dd..30d20bfd 100644 --- a/charts/stable/syncthing/Chart.yaml +++ b/charts/stable/syncthing/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: 1.15.1 +appVersion: 1.16.1 description: Open Source Continuous File Synchronization name: syncthing -version: 1.2.0 +version: 1.3.0 kubeVersion: ">=1.16.0-0" keywords: - syncthing diff --git a/charts/stable/syncthing/README.md b/charts/stable/syncthing/README.md index 677f1ab5..e5777fac 100644 --- a/charts/stable/syncthing/README.md +++ b/charts/stable/syncthing/README.md @@ -1,6 +1,6 @@ # syncthing -![Version: 1.1.2](https://img.shields.io/badge/Version-1.1.2-informational?style=flat-square) ![AppVersion: 1.15.1](https://img.shields.io/badge/AppVersion-1.15.1-informational?style=flat-square) +![Version: 1.3.0](https://img.shields.io/badge/Version-1.3.0-informational?style=flat-square) ![AppVersion: 1.16.1](https://img.shields.io/badge/AppVersion-1.16.1-informational?style=flat-square) Open Source Continuous File Synchronization @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 2.3.1 | +| https://library-charts.k8s-at-home.com | common | 2.5.0 | ## TL;DR @@ -78,7 +78,7 @@ N/A |-----|------|---------|-------------| | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"syncthing/syncthing"` | | -| image.tag | string | `"1.15.1"` | | +| image.tag | string | `"1.16.1"` | | | ingress.enabled | bool | `false` | | | persistence.data.emptyDir.enabled | bool | `false` | | | persistence.data.enabled | bool | `false` | | @@ -108,6 +108,21 @@ All notable changes to this application Helm chart will be documented in this fi 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). +### [1.3.0] + +#### Added + +- N/A + +#### Changed + +- Updated syncthing container image version to `v1.16.1`. +- Updated common chart dependency to `2.5.0`. + +#### Removed + +- N/A + ### [1.1.2] #### Added @@ -136,6 +151,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - N/A +[1.3.0]: #1.3.0 [1.1.2]: #1.1.2 [1.0.0]: #1.0.0 diff --git a/charts/stable/syncthing/README.md.gotmpl b/charts/stable/syncthing/README.md.gotmpl index c21f99b3..358abe31 100644 --- a/charts/stable/syncthing/README.md.gotmpl +++ b/charts/stable/syncthing/README.md.gotmpl @@ -143,3 +143,4 @@ helm install {{ template "chart.name" . }} {{ template "custom.helm.path" . }} - {{ template "custom.support" . }} {{ template "helm-docs.versionFooter" . }} +{{ "" }} diff --git a/charts/stable/syncthing/README_CHANGELOG.md.gotmpl b/charts/stable/syncthing/README_CHANGELOG.md.gotmpl index bcaf8dbc..542b203d 100644 --- a/charts/stable/syncthing/README_CHANGELOG.md.gotmpl +++ b/charts/stable/syncthing/README_CHANGELOG.md.gotmpl @@ -9,6 +9,21 @@ All notable changes to this application Helm chart will be documented in this fi 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). +### [1.3.0] + +#### Added + +- N/A + +#### Changed + +- Updated syncthing container image version to `v1.16.1`. +- Updated common chart dependency to `2.5.0`. + +#### Removed + +- N/A + ### [1.1.2] #### Added @@ -37,6 +52,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - N/A +[1.3.0]: #1.3.0 [1.1.2]: #1.1.2 [1.0.0]: #1.0.0 {{- end -}} diff --git a/charts/stable/syncthing/values.yaml b/charts/stable/syncthing/values.yaml index 09856eec..4277f863 100644 --- a/charts/stable/syncthing/values.yaml +++ b/charts/stable/syncthing/values.yaml @@ -8,7 +8,7 @@ image: repository: syncthing/syncthing pullPolicy: IfNotPresent - tag: 1.15.1 + tag: 1.16.1 strategy: type: Recreate @@ -36,7 +36,6 @@ service: targetPort: 21027 externalTrafficPolicy: Local - ingress: enabled: false