Skip to content

Commit

Permalink
Merge pull request #251 from johanneskastl/20241223_vaultwarden_1.32.6
Browse files Browse the repository at this point in the history
20241223 vaultwarden 1.32.6
  • Loading branch information
johanneskastl authored Dec 23, 2024
2 parents 052f42d + e34e5d3 commit c06a0f6
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
6 changes: 3 additions & 3 deletions charts/vaultwarden/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
apiVersion: v2
appVersion: 1.32.5
appVersion: 1.32.6
description: Vaultwarden is a Bitwarden compatible server in Rust
name: vaultwarden
version: 6.7.5
version: 6.7.6
kubeVersion: ">=1.16.0-0"
keywords:
- Vaultwarden
Expand All @@ -30,4 +30,4 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: security fix - update appVersion to 1.32.5
description: security fix - update appVersion to 1.32.6
12 changes: 11 additions & 1 deletion charts/vaultwarden/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vaultwarden

![Version: 6.7.5](https://img.shields.io/badge/Version-6.7.5-informational?style=flat-square) ![AppVersion: 1.32.5](https://img.shields.io/badge/AppVersion-1.32.5-informational?style=flat-square)
![Version: 6.7.6](https://img.shields.io/badge/Version-6.7.6-informational?style=flat-square) ![AppVersion: 1.32.6](https://img.shields.io/badge/AppVersion-1.32.6-informational?style=flat-square)

Vaultwarden is a Bitwarden compatible server in Rust

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

#### Added

N/A

#### Changed

* update appVersion to 1.32.6

### Version 6.7.5

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

#### Added

N/A

#### Changed

* update appVersion to 1.32.6

### Version 6.7.5

#### Added
Expand Down

0 comments on commit c06a0f6

Please sign in to comment.