diff --git a/charts/vaultwarden/Chart.yaml b/charts/vaultwarden/Chart.yaml index 65c237d8..ca309e28 100644 --- a/charts/vaultwarden/Chart.yaml +++ b/charts/vaultwarden/Chart.yaml @@ -1,9 +1,9 @@ --- apiVersion: v2 -appVersion: 1.25.2 +appVersion: 1.26.0 description: Vaultwarden is a Bitwarden compatible server in Rust name: vaultwarden -version: 6.0.2 +version: 6.1.0 kubeVersion: ">=1.16.0-0" keywords: - Vaultwarden @@ -18,7 +18,7 @@ maintainers: dependencies: - name: common repository: https://johanneskastl.github.io/helm-charts/ - version: 5.0.0 + version: 5.0.5 - name: mariadb version: 11.0.14 repository: https://charts.bitnami.com/bitnami @@ -30,4 +30,4 @@ dependencies: annotations: artifacthub.io/changes: |- - kind: changed - description: generate README with helm-docs + description: update appVersion to 1.26.0 diff --git a/charts/vaultwarden/README.md b/charts/vaultwarden/README.md index 7345ce9a..9fc6fbbd 100644 --- a/charts/vaultwarden/README.md +++ b/charts/vaultwarden/README.md @@ -1,6 +1,6 @@ # vaultwarden -![Version: 6.0.2](https://img.shields.io/badge/Version-6.0.2-informational?style=flat-square) ![AppVersion: 1.25.2](https://img.shields.io/badge/AppVersion-1.25.2-informational?style=flat-square) +![Version: 6.1.0](https://img.shields.io/badge/Version-6.1.0-informational?style=flat-square) ![AppVersion: 1.26.0](https://img.shields.io/badge/AppVersion-1.26.0-informational?style=flat-square) Vaultwarden is a Bitwarden compatible server in Rust @@ -22,7 +22,7 @@ Kubernetes: `>=1.16.0-0` |------------|------|---------| | https://charts.bitnami.com/bitnami | mariadb | 11.0.14 | | https://charts.bitnami.com/bitnami | postgresql | 11.6.12 | -| https://johanneskastl.github.io/helm-charts/ | common | 5.0.0 | +| https://johanneskastl.github.io/helm-charts/ | common | 5.0.5 | ## TL;DR @@ -106,6 +106,21 @@ 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.1.0 + +#### Added + +N/A + +#### Changed + +* update appVersion to 1.26.0 +* require common 5.0.5 + +#### Fixed + +N/A + ### Version 6.0.2 #### Added diff --git a/charts/vaultwarden/README_CHANGELOG.md.gotmpl b/charts/vaultwarden/README_CHANGELOG.md.gotmpl index 0f019852..024c2f47 100644 --- a/charts/vaultwarden/README_CHANGELOG.md.gotmpl +++ b/charts/vaultwarden/README_CHANGELOG.md.gotmpl @@ -10,6 +10,21 @@ 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.1.0 + +#### Added + +N/A + +#### Changed + +* update appVersion to 1.26.0 +* require common 5.0.5 + +#### Fixed + +N/A + ### Version 6.0.2 #### Added