Skip to content

Commit

Permalink
Merge pull request #68 from johanneskastl/20230808_vaultwarden_update
Browse files Browse the repository at this point in the history
20230808 vaultwarden update
  • Loading branch information
Johannes Kastl authored Aug 8, 2023
2 parents 499ee26 + c073cf9 commit 2ad6561
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 6 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.25.2
appVersion: 1.26.0
description: Vaultwarden is a Bitwarden compatible server in Rust
name: vaultwarden
version: 6.0.2
version: 6.1.0
kubeVersion: ">=1.16.0-0"
keywords:
- Vaultwarden
Expand All @@ -18,7 +18,7 @@ maintainers:
dependencies:
- name: common
repository: https://johanneskastl.github.io/helm-charts/
version: 5.0.0
version: 5.0.5
- name: mariadb
version: 11.0.14
repository: https://charts.bitnami.com/bitnami
Expand All @@ -30,4 +30,4 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: generate README with helm-docs
description: update appVersion to 1.26.0
19 changes: 17 additions & 2 deletions charts/vaultwarden/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vaultwarden

![Version: 6.0.2](https://img.shields.io/badge/Version-6.0.2-informational?style=flat-square) ![AppVersion: 1.25.2](https://img.shields.io/badge/AppVersion-1.25.2-informational?style=flat-square)
![Version: 6.1.0](https://img.shields.io/badge/Version-6.1.0-informational?style=flat-square) ![AppVersion: 1.26.0](https://img.shields.io/badge/AppVersion-1.26.0-informational?style=flat-square)

Vaultwarden is a Bitwarden compatible server in Rust

Expand All @@ -22,7 +22,7 @@ Kubernetes: `>=1.16.0-0`
|------------|------|---------|
| https://charts.bitnami.com/bitnami | mariadb | 11.0.14 |
| https://charts.bitnami.com/bitnami | postgresql | 11.6.12 |
| https://johanneskastl.github.io/helm-charts/ | common | 5.0.0 |
| https://johanneskastl.github.io/helm-charts/ | common | 5.0.5 |

## TL;DR

Expand Down Expand Up @@ -106,6 +106,21 @@ 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.1.0

#### Added

N/A

#### Changed

* update appVersion to 1.26.0
* require common 5.0.5

#### Fixed

N/A

### Version 6.0.2

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

#### Added

N/A

#### Changed

* update appVersion to 1.26.0
* require common 5.0.5

#### Fixed

N/A

### Version 6.0.2

#### Added
Expand Down

0 comments on commit 2ad6561

Please sign in to comment.