Skip to content

Commit

Permalink
Merge pull request #260 from johanneskastl/20250106_syncthing_v1.29.0
Browse files Browse the repository at this point in the history
20250106 syncthing v1.29.0
  • Loading branch information
johanneskastl authored Jan 6, 2025
2 parents 519bda6 + f86781f commit c331a3d
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 5 deletions.
8 changes: 5 additions & 3 deletions charts/syncthing/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
---
apiVersion: v2
appVersion: 1.28.1
# 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
version: 4.10.1
version: 4.11.0
kubeVersion: ">=1.16.0-0"
keywords:
- syncthing
Expand All @@ -23,4 +25,4 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: update appVersion to 1.28.1
description: update appVersion to 1.29.0
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.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

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.11.0

#### Added

N/A

#### Changed

* update appVersion to 1.29.0

### Version 4.10.1

#### 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.11.0

#### Added

N/A

#### Changed

* update appVersion to 1.29.0

### Version 4.10.1

#### Added
Expand Down
2 changes: 1 addition & 1 deletion charts/syncthing/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

image:
# -- image repository
repository: syncthing/syncthing
repository: docker.io/syncthing/syncthing
# -- image tag
# @default -- chart.appVersion
tag:
Expand Down

0 comments on commit c331a3d

Please sign in to comment.