File tree Expand file tree Collapse file tree 3 files changed +32
-4
lines changed Expand file tree Collapse file tree 3 files changed +32
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
apiVersion : v2
3
- appVersion : 1.29.2
3
+ appVersion : 1.30.0
4
4
description : Vaultwarden is a Bitwarden compatible server in Rust
5
5
name : vaultwarden
6
- version : 6.4.2
6
+ version : 6.5.0
7
7
kubeVersion : " >=1.16.0-0"
8
8
keywords :
9
9
- Vaultwarden
@@ -30,4 +30,4 @@ dependencies:
30
30
annotations :
31
31
artifacthub.io/changes : |-
32
32
- kind: changed
33
- description: update appVersion to 1.29.2
33
+ description: update appVersion to 1.30.0
Original file line number Diff line number Diff line change 1
1
# vaultwarden
2
2
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 )
4
4
5
5
Vaultwarden is a Bitwarden compatible server in Rust
6
6
@@ -106,6 +106,20 @@ All notable changes to this Helm chart will be documented in this file.
106
106
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
107
107
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
108
108
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
+
109
123
# ## Version 6.4.2
110
124
111
125
# ### Added
Original file line number Diff line number Diff line change @@ -10,6 +10,20 @@ All notable changes to this Helm chart will be documented in this file.
10
10
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
11
11
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
12
12
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
+
13
27
### Version 6.4.2
14
28
15
29
#### Added
You can’t perform that action at this time.
0 commit comments