Skip to content

Commit

Permalink
Merge pull request #153 from johanneskastl/20240325_syncthing_1.18.6
Browse files Browse the repository at this point in the history
20240325 syncthing 1.18.6
  • Loading branch information
johanneskastl authored Mar 25, 2024
2 parents 160624f + 5f26327 commit 57014fa
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 9 deletions.
8 changes: 4 additions & 4 deletions charts/syncthing/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
apiVersion: v2
appVersion: 1.18.2
appVersion: 1.18.6
description: Open Source Continuous File Synchronization
name: syncthing
version: 4.0.2
version: 4.0.7
kubeVersion: ">=1.16.0-0"
keywords:
- syncthing
Expand All @@ -19,8 +19,8 @@ maintainers:
dependencies:
- name: common
repository: https://johanneskastl.github.io/helm-charts/
version: 5.0.0
version: 5.0.5
annotations:
artifacthub.io/changes: |-
- kind: changed
description: generate README with helm-docs
description: update dependency for 'common' chart
47 changes: 42 additions & 5 deletions charts/syncthing/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syncthing

![Version: 4.0.2](https://img.shields.io/badge/Version-4.0.2-informational?style=flat-square) ![AppVersion: 1.18.2](https://img.shields.io/badge/AppVersion-1.18.2-informational?style=flat-square)
![Version: 4.0.7](https://img.shields.io/badge/Version-4.0.7-informational?style=flat-square) ![AppVersion: 1.18.6](https://img.shields.io/badge/AppVersion-1.18.6-informational?style=flat-square)

Open Source Continuous File Synchronization

Expand All @@ -21,7 +21,7 @@ Kubernetes: `>=1.16.0-0`

| Repository | Name | Version |
|------------|------|---------|
| https://johanneskastl.github.io/helm-charts/ | common | 5.0.0 |
| https://johanneskastl.github.io/helm-charts/ | common | 5.0.5 |

## TL;DR

Expand Down Expand Up @@ -92,6 +92,46 @@ 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.0.6

#### Added

N/A

#### Changed

* update appVersion to 1.18.6

### Version 4.0.5

#### Added

N/A

#### Changed

* update appVersion to 1.18.5

### Version 4.0.4

#### Added

N/A

#### Changed

* update appVersion to 1.18.4

### Version 4.0.3

#### Added

N/A

#### Changed

* update appVersion to 1.18.3

### Version 4.0.2

#### Added
Expand Down Expand Up @@ -137,6 +177,3 @@ N/A
## Support

Open an [issue](https://github.com/johanneskastl/helm-charts/issues/).

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v0.1.1](https://github.com/k8s-at-home/helm-docs/releases/v0.1.1)
50 changes: 50 additions & 0 deletions charts/syncthing/README_CHANGELOG.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,56 @@ 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.0.7

#### Added

N/A

#### Changed

* update dependency for 'common' chart

### Version 4.0.6

#### Added

N/A

#### Changed

* update appVersion to 1.18.6

### Version 4.0.5

#### Added

N/A

#### Changed

* update appVersion to 1.18.5

### Version 4.0.4

#### Added

N/A

#### Changed

* update appVersion to 1.18.4

### Version 4.0.3

#### Added

N/A

#### Changed

* update appVersion to 1.18.3

### Version 4.0.2

#### Added
Expand Down

0 comments on commit 57014fa

Please sign in to comment.