Skip to content

Commit

Permalink
Merge pull request #195 from johanneskastl/20240720_vaultwarden_1.31.0
Browse files Browse the repository at this point in the history
20240720 vaultwarden 1.31.0
  • Loading branch information
johanneskastl authored Jul 20, 2024
2 parents eb234e7 + 75a35db commit 22876cb
Showing 3 changed files with 25 additions and 5 deletions.
8 changes: 4 additions & 4 deletions charts/vaultwarden/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
apiVersion: v2
appVersion: 1.30.5
appVersion: 1.31.0
description: Vaultwarden is a Bitwarden compatible server in Rust
name: vaultwarden
version: 6.5.5
version: 6.6.0
kubeVersion: ">=1.16.0-0"
keywords:
- Vaultwarden
@@ -14,7 +14,7 @@ sources:
- https://github.com/dani-garcia/vaultwarden
maintainers:
- name: johanneskastl
email: kastl@b1-systems.de
email: git@johannes-kastl.de
dependencies:
- name: common
repository: https://johanneskastl.github.io/helm-charts/
@@ -30,4 +30,4 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: update appVersion to 1.30.5
description: update appVersion to 1.31.0
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.5.5](https://img.shields.io/badge/Version-6.5.5-informational?style=flat-square) ![AppVersion: 1.30.5](https://img.shields.io/badge/AppVersion-1.30.5-informational?style=flat-square)
![Version: 6.6.0](https://img.shields.io/badge/Version-6.6.0-informational?style=flat-square) ![AppVersion: 1.31.0](https://img.shields.io/badge/AppVersion-1.31.0-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.6.0

#### Added

N/A

#### Changed

* update appVersion to 1.31.0

### Version 6.5.5

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

#### Added

N/A

#### Changed

* update appVersion to 1.31.0

### Version 6.5.5

#### Added

0 comments on commit 22876cb

Please sign in to comment.