From b51026034c34467255902ad99e93601cf198429f Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Sat, 26 Oct 2024 16:33:49 +0200 Subject: [PATCH 1/3] charts/sharry/Chart.yaml: appVersion v1.14.0 with a leading 'v', chart version 6.7.0 --- charts/sharry/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/sharry/Chart.yaml b/charts/sharry/Chart.yaml index 5936b03..815fb4a 100644 --- a/charts/sharry/Chart.yaml +++ b/charts/sharry/Chart.yaml @@ -1,9 +1,9 @@ --- apiVersion: v2 -appVersion: 1.14.0 +appVersion: v1.14.0 description: Sharry allows to share files with others in a simple way. It is a self-hosted web application. The basic concept is to upload files and get a url back that can then be shared. name: sharry -version: 6.6.0 +version: 6.7.0 keywords: - file sharing home: https://github.com/johanneskastl/charts/tree/main/charts/sharry @@ -21,4 +21,4 @@ dependencies: annotations: artifacthub.io/changes: |- - kind: changed - description: update appVersion to 1.14.0 + description: fix appVersion to have a leading v From b38c2d7eb0bd32d8d2db52c30f271b9fd3c9a2ed Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Sat, 26 Oct 2024 16:34:33 +0200 Subject: [PATCH 2/3] charts/sharry/README_CHANGELOG.md.gotmpl: appVersion v1.14.0 with a leading 'v', chart version 6.7.0 --- charts/sharry/README_CHANGELOG.md.gotmpl | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/charts/sharry/README_CHANGELOG.md.gotmpl b/charts/sharry/README_CHANGELOG.md.gotmpl index 87ca7d1..63fcf6c 100644 --- a/charts/sharry/README_CHANGELOG.md.gotmpl +++ b/charts/sharry/README_CHANGELOG.md.gotmpl @@ -10,6 +10,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 6.7.0 + +#### Added + +N/A + +#### Changed + +* fix appVersion to have a leading v + ### Version 6.6.0 #### Added From dd017a406d5b5c8d91e5e591144bebff4b9b97af Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Sat, 26 Oct 2024 16:34:48 +0200 Subject: [PATCH 3/3] charts/sharry/README.md: appVersion v1.14.0 with a leading 'v', chart version 6.7.0 --- charts/sharry/README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/charts/sharry/README.md b/charts/sharry/README.md index d0eff18..5a10bba 100644 --- a/charts/sharry/README.md +++ b/charts/sharry/README.md @@ -1,6 +1,6 @@ # sharry -![Version: 6.6.0](https://img.shields.io/badge/Version-6.6.0-informational?style=flat-square) ![AppVersion: 1.14.0](https://img.shields.io/badge/AppVersion-1.14.0-informational?style=flat-square) +![Version: 6.7.0](https://img.shields.io/badge/Version-6.7.0-informational?style=flat-square) ![AppVersion: v1.14.0](https://img.shields.io/badge/AppVersion-v1.14.0-informational?style=flat-square) Sharry allows to share files with others in a simple way. It is a self-hosted web application. The basic concept is to upload files and get a url back that can then be shared. @@ -91,6 +91,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 6.7.0 + +#### Added + +N/A + +#### Changed + +* fix appVersion to have a leading v + ### Version 6.6.0 #### Added