[syncthing] Syncthing version bump (#922)

* feat: update syncthing container version

* fix: cleanup formatting

* fix: add missing change to changelog

Signed-off-by: claughinghouse <claughinghouse@users.noreply.github.com>

* feat: update syncthing container version

* fix: cleanup formatting

* fix: add missing change to changelog

Signed-off-by: claughinghouse <claughinghouse@users.noreply.github.com>

* fix: move changes to template instead of readme directly

Signed-off-by: claughinghouse <claughinghouse@users.noreply.github.com>
This commit is contained in:
claughinghouse 2021-05-23 05:05:25 -04:00 committed by GitHub
parent b29c1ba744
commit 0771e20f09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 39 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -143,3 +143,4 @@ helm install {{ template "chart.name" . }} {{ template "custom.helm.path" . }} -
{{ template "custom.support" . }}
{{ template "helm-docs.versionFooter" . }}
{{ "" }}

View File

@ -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 -}}

View File

@ -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