Skip to content

Commit

Permalink
Merge pull request #206 from johanneskastl/20240813_syncthing_v1.27.10
Browse files Browse the repository at this point in the history
20240813 syncthing v1.27.10
  • Loading branch information
johanneskastl authored Aug 13, 2024
2 parents 5bded71 + 189166c commit f36eac9
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
6 changes: 3 additions & 3 deletions charts/syncthing/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
apiVersion: v2
appVersion: 1.27.9
appVersion: 1.27.10
description: Open Source Continuous File Synchronization
name: syncthing
version: 4.9.9
version: 4.9.10
kubeVersion: ">=1.16.0-0"
keywords:
- syncthing
Expand All @@ -23,4 +23,4 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: update appVersion to 1.27.9
description: update appVersion to 1.27.10
12 changes: 11 additions & 1 deletion charts/syncthing/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syncthing

![Version: 4.9.9](https://img.shields.io/badge/Version-4.9.9-informational?style=flat-square) ![AppVersion: 1.27.9](https://img.shields.io/badge/AppVersion-1.27.9-informational?style=flat-square)
![Version: 4.9.10](https://img.shields.io/badge/Version-4.9.10-informational?style=flat-square) ![AppVersion: 1.27.10](https://img.shields.io/badge/AppVersion-1.27.10-informational?style=flat-square)

Open Source Continuous File Synchronization

Expand Down Expand Up @@ -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.9.10

#### Added

N/A

#### Changed

* update appVersion to 1.27.10

### Version 4.9.9

#### Added
Expand Down
10 changes: 10 additions & 0 deletions charts/syncthing/README_CHANGELOG.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.10

#### Added

N/A

#### Changed

* update appVersion to 1.27.10

### Version 4.9.9

#### Added
Expand Down

0 comments on commit f36eac9

Please sign in to comment.