diff --git a/charts/vaultwarden/Chart.yaml b/charts/vaultwarden/Chart.yaml index 4a12eec..93f3254 100644 --- a/charts/vaultwarden/Chart.yaml +++ b/charts/vaultwarden/Chart.yaml @@ -1,9 +1,9 @@ --- apiVersion: v2 -appVersion: 1.32.3 +appVersion: 1.32.4 description: Vaultwarden is a Bitwarden compatible server in Rust name: vaultwarden -version: 6.7.3 +version: 6.7.4 kubeVersion: ">=1.16.0-0" keywords: - Vaultwarden @@ -30,4 +30,4 @@ dependencies: annotations: artifacthub.io/changes: |- - kind: changed - description: update appVersion to 1.32.3 + description: security fix - update appVersion to 1.32.4 diff --git a/charts/vaultwarden/README.md b/charts/vaultwarden/README.md index 5f26d3a..9fb46fd 100644 --- a/charts/vaultwarden/README.md +++ b/charts/vaultwarden/README.md @@ -1,6 +1,6 @@ # vaultwarden -![Version: 6.7.3](https://img.shields.io/badge/Version-6.7.3-informational?style=flat-square) ![AppVersion: 1.32.3](https://img.shields.io/badge/AppVersion-1.32.3-informational?style=flat-square) +![Version: 6.7.4](https://img.shields.io/badge/Version-6.7.4-informational?style=flat-square) ![AppVersion: 1.32.4](https://img.shields.io/badge/AppVersion-1.32.4-informational?style=flat-square) Vaultwarden is a Bitwarden compatible server in Rust @@ -106,6 +106,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.4 + +#### Added + +N/A + +#### Changed + +* security fix: update appVersion to 1.32.4 + ### Version 6.7.3 #### Added diff --git a/charts/vaultwarden/README_CHANGELOG.md.gotmpl b/charts/vaultwarden/README_CHANGELOG.md.gotmpl index a2790a0..da9418c 100644 --- a/charts/vaultwarden/README_CHANGELOG.md.gotmpl +++ b/charts/vaultwarden/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.4 + +#### Added + +N/A + +#### Changed + +* security fix: update appVersion to 1.32.4 + ### Version 6.7.3 #### Added