Skip to content

Releases: digitalis-io/vals-operator

v0.7.1

15 Mar 16:32
c7bc6fb
Compare
Choose a tag to compare

What's Changed

  • bugfix: operator can crash if vault is misconfigured or down by @digiserg in #56
  • Migrate from docker hub to ghcr.io by @digiserg in #57

Full Changelog: v0.7.0...v0.7.1

DbSecrets templates

30 Jan 11:06
5fb3274
Compare
Choose a tag to compare

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

27 Jan 19:06
a68e043
Compare
Choose a tag to compare
v0.7.0-beta1 Pre-release
Pre-release

What's Changed

  • Pre-release of the new template options for DbSecrets.

Full Changelog: v0.6.4...v0.7.0-beta1

v0.6.4

24 Jan 14:21
2e27f14
Compare
Choose a tag to compare

What's Changed

  • Update helm chart to latest image by @digiserg in #48
  • feat: links vals-secret to created secret by @digiserg in #49
  • Adds support for vault database credentials by @digiserg in #51

Full Changelog: v0.6.3...v0.6.4

Upgrade `vals` backend

14 Nov 20:04
f296c81
Compare
Choose a tag to compare

What's Changed

  • Upgrade vals which now supports GitHub secrets by @digiserg in #47
  • Template field missing in helmchart CRDs by @jspruyt in #46

New Contributors

Full Changelog: v0.6.2...v0.6.3

Templates support

04 Jul 09:57
be1e7a6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.6.2

Core libraries updates

28 Jun 11:59
4baab69
Compare
Choose a tag to compare

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

02 Mar 16:44
5e25072
Compare
Choose a tag to compare

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

Full Changelog: v0.5.0...v0.6.0

Adds support for ElasticSearch password rotation

16 Feb 17:55
304d542
Compare
Choose a tag to compare

Similar to the other databases, adding support for ElasticSearch

Password rotation for MySQL, Postgres and Cassandra

15 Dec 12:00
8a7d309
Compare
Choose a tag to compare

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.