Skip to content

Releases: digitalis-io/vals-operator

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.

Adds support for HashiCorp login with Kubernetes

16 Nov 15:29
1fbd3c2
Compare
Choose a tag to compare

vals does not yet support Kubernetes Authentication for Vault. We're adding this support to the controller. Also, it now checks whether the vault token is about to expire and renews it.

Helm chart fixes

11 Nov 14:12
7ad5487
Compare
Choose a tag to compare
Merge pull request #5 from digitalis-io/events-permissions

Tidied up service account permissions, added permission to write events

Adds support to sync secrets between namespaces

05 Nov 14:39
547db8b
Compare
Choose a tag to compare

This release adds a new reference syntax of ref+k8s://namespace/secret#key which will allow you to grab a secret from a different namespace and keep it in sync as per defined TTL.