Releases: digitalis-io/vals-operator
v0.7.1
DbSecrets templates
This release changes the format of the dbsecret
to support templates. It introduces a breaking change with 0.6.4 (previous version) and I would advise you to use this one instead.
What's Changed
- bugfix: ensure the user has requested the DbSecret to be renewed by @digiserg in #53
- Refactoring to add templates by @digiserg in #55
Full Changelog: v0.6.4...v0.7.0
v0.7.0-beta1
What's Changed
- Pre-release of the new
template
options forDbSecrets
.
Full Changelog: v0.6.4...v0.7.0-beta1
v0.6.4
Upgrade `vals` backend
Templates support
Core libraries updates
What's Changed
- Fix Helm chart kubeVersion comparison error by @irasnyd in #34
- doc: Explain how to use literal values by @digiserg in #36
- feat: update backend vals to latest version by @digiserg in #37
- feat: update core libraries to latest versions by @digiserg in #38
New Contributors
Full Changelog: v0.6.0...v0.6.1
Bug fix to Vault Tokens
There is a conflict between vals
and the vals-operator
when setting up the VAULT_AUTH_METHOD
variable causing both vals-operator and vals to perform login every time the controller refreshes a secret. This release rewrites the HaschiCorp Vault code to avoid conflict.
What's Changed
- Correct chart version number by @digiserg in #29
- Bugfix: kubernetes login creates too many tokens by @digiserg in #32
Full Changelog: v0.5.0...v0.6.0
Adds support for ElasticSearch password rotation
Similar to the other databases, adding support for ElasticSearch
Password rotation for MySQL, Postgres and Cassandra
This release adds password rotation to MySQL, Postgres and Cassandra. Once the password has been synced from the Secrets Store, it can be configured to update the password for a selected username.