github ricoberger/vault-secrets-operator 1.14.0
Version 1.14.0 / 2021-03-16

latest releases: 1.19.6, 1.19.5, 1.19.4...
3 years ago

Add status to VaultSecret CR (#90)

The VaultSecret CR contains a new status field, which can be used to view the current reconciliation status of the CR. The current condition is shown via additional print columns:

NAME   SUCCEEDED   REASON    MESSAGE              LAST TRANSITION   AGE
test   True        Created   Secret was created   5s                5s
test   True        Updated   Secret was updated   0s                35s
test   True        Updated   Secret was updated   5m9s              5m44s

Thanks to @swarren83 for his input on this.

Allow setting a list of namespaces even when rbac.namespaced is true (#87)

It is now possible to set a list of namespaces, which should be watched by the operator, even when rbac.namespaced is set to true.

Thanks @mtougeron for his contribution.

Misc

  • Update Operator SDK to v1.4.2 (#88)
  • Do not create the corresponding Kubernetes Secret for a VaultSecret CR, when the templating fails (#85). Thanks @nikhiljha for reporting.

Don't miss a new vault-secrets-operator release

NewReleases is sending notifications on new releases.