Releases: guerzon/vaultwarden
Releases · guerzon/vaultwarden
v0.16.0
vaultwarden is an unofficial Bitwarden-compatible server written in Rust
What's Changed
Full Changelog: v0.15.3...v0.16.0
v0.15.3
vaultwarden is an unofficial Bitwarden-compatible server written in Rust
What's Changed
Full Changelog: v0.15.2...v0.15.3
v0.15.2
vaultwarden is an unofficial Bitwarden-compatible server written in Rust
Full Changelog: v0.15.1...v0.15.2
v0.15.1
vaultwarden is an unofficial Bitwarden-compatible server written in Rust
What's Changed
Full Changelog: v0.15.0...v0.15.1
v0.15.0
vaultwarden is an unofficial Bitwarden-compatible server written in Rust
What's Changed
- Update cr.yaml - autogenerate release notes by @jessebot in #44
- Update configmap.yaml - fix quoting of conditional by @jessebot in #45
- Create ci-helm-lint-test.yml - adds a linter that runs on all new PRs by @jessebot in #43
- Fix labels to enable upgrading by changing the image tag by @michelwilson in #47
- Allow Signup domains not to be set by @Vetal-ca in #38
- fix PVC: instead using storageClass with name 'default' use default storageClass by @vasilykraev in #34
- ci: fix linting errors, bump chart version by @guerzon in #49
New Contributors
- @jessebot made their first contribution in #44
- @michelwilson made their first contribution in #47
- @Vetal-ca made their first contribution in #38
- @vasilykraev made their first contribution in #34
Full Changelog: v0.14.0...v0.15.0
v0.14.0
vaultwarden is an unofficial Bitwarden-compatible server written in Rust
v0.13.0
v0.12.0
v0.11.0
This release includes the following changes:
- Added support for pod annotations & labels, thanks to @klauserber.
- Bash script to generate the values documentation in README.md, thanks to @klauserber.
- Added support for specifying a secret for the SMTP credentials and the admin token, thanks @dolohow.
- Fixed an issue in the ingress resource where only nginx ingress could use a tls secret for the cert, thanks @dolohow.
- Improved values.yaml documentation.
- Improved resource label handling by restoring back common labels.