Skip to content

Releases: guerzon/vaultwarden

v0.16.0

05 Nov 10:02
Compare
Choose a tag to compare

vaultwarden is an unofficial Bitwarden-compatible server written in Rust

What's Changed

Full Changelog: v0.15.3...v0.16.0

v0.15.3

05 Nov 04:46
Compare
Choose a tag to compare

vaultwarden is an unofficial Bitwarden-compatible server written in Rust

What's Changed

  • feat: add podAnnotations on StatefulSet by @guerzon in #52

Full Changelog: v0.15.2...v0.15.3

v0.15.2

04 Nov 16:53
Compare
Choose a tag to compare

vaultwarden is an unofficial Bitwarden-compatible server written in Rust

Full Changelog: v0.15.1...v0.15.2

v0.15.1

03 Nov 10:53
83447c9
Compare
Choose a tag to compare

vaultwarden is an unofficial Bitwarden-compatible server written in Rust

What's Changed

  • chore: bump default img tag, update documentation by @guerzon in #50

Full Changelog: v0.15.0...v0.15.1

v0.15.0

03 Nov 10:21
dc57511
Compare
Choose a tag to compare

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

Full Changelog: v0.14.0...v0.15.0

v0.14.0

12 Jun 11:28
fab2efd
Compare
Choose a tag to compare

vaultwarden is an unofficial Bitwarden-compatible server written in Rust

v0.13.0

07 Jun 22:12
6a4980a
Compare
Choose a tag to compare

This release includes the following changes:

  • Improved db credentials handling
  • Restructured repo, bumped chart version
  • Added max conns and connection retries

v0.12.0

07 Jun 19:44
eacec7c
Compare
Choose a tag to compare

This release includes the following changes:

  • fixed container port
  • updated the pathType ImplementationSpecific, fails for some cloud providers
  • allow unset smtp w/o auth mechanism

v0.11.0

07 Jun 19:41
93cde2f
Compare
Choose a tag to compare

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.

v0.8.0

04 Mar 12:32
134eae2
Compare
Choose a tag to compare

Thanks to @lefes for the contribution:

  • feat: checksums for configs, params nodeSelector, affinity, and tolerations