Skip to content

Commit ccb262d

Browse files
author
Johannes Kastl
authored
Merge pull request #109 from johanneskastl/20231106_vaultwarden_1.30.0
20231106 vaultwarden 1.30.0
2 parents 8898776 + 9af8255 commit ccb262d

File tree

3 files changed

+32
-4
lines changed

3 files changed

+32
-4
lines changed

charts/vaultwarden/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
apiVersion: v2
3-
appVersion: 1.29.2
3+
appVersion: 1.30.0
44
description: Vaultwarden is a Bitwarden compatible server in Rust
55
name: vaultwarden
6-
version: 6.4.2
6+
version: 6.5.0
77
kubeVersion: ">=1.16.0-0"
88
keywords:
99
- Vaultwarden
@@ -30,4 +30,4 @@ dependencies:
3030
annotations:
3131
artifacthub.io/changes: |-
3232
- kind: changed
33-
description: update appVersion to 1.29.2
33+
description: update appVersion to 1.30.0

charts/vaultwarden/README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# vaultwarden
22

3-
![Version: 6.4.2](https://img.shields.io/badge/Version-6.4.2-informational?style=flat-square) ![AppVersion: 1.29.2](https://img.shields.io/badge/AppVersion-1.29.2-informational?style=flat-square)
3+
![Version: 6.5.0](https://img.shields.io/badge/Version-6.5.0-informational?style=flat-square) ![AppVersion: 1.30.0](https://img.shields.io/badge/AppVersion-1.30.0-informational?style=flat-square)
44

55
Vaultwarden is a Bitwarden compatible server in Rust
66

@@ -106,6 +106,20 @@ All notable changes to this Helm chart will be documented in this file.
106106
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
107107
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
108108

109+
### Version 6.5.0
110+
111+
#### Added
112+
113+
N/A
114+
115+
#### Changed
116+
117+
* update appVersion to 1.30.0
118+
119+
#### Fixed
120+
121+
N/A
122+
109123
### Version 6.4.2
110124

111125
#### Added

charts/vaultwarden/README_CHANGELOG.md.gotmpl

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@ All notable changes to this Helm chart will be documented in this file.
1010
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1111
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1212

13+
### Version 6.5.0
14+
15+
#### Added
16+
17+
N/A
18+
19+
#### Changed
20+
21+
* update appVersion to 1.30.0
22+
23+
#### Fixed
24+
25+
N/A
26+
1327
### Version 6.4.2
1428

1529
#### Added

0 commit comments

Comments
 (0)