Releases: patoarvizu/vault-dynamic-configuration-operator
Releases · patoarvizu/vault-dynamic-configuration-operator
v0.8.1
Features
- Add a
Config
field to the Auth
struct, since adding specific configuration may be required for deploying on Kubernetes >= 1.21 and Vault <= 1.9 (source).
v0.8.0
Features
- Update to sync up with the upstream schema changes introduced in bank-vaults 1.12.0 (#49)
Other
- Refactor the CircleCI configuration for building ARM images faster, improve caching and parallelize jobs (#49)
v0.7.0
Features
- Update upstream
Vault
api to support new fields (#46)
- Fix test for
default
service accounts (#46)
v0.6.0
Features
- Explicitly ignore
default
service accounts (#44)
v0.5.0
Features
- Upgraded underlying operator-sdk framework (#33)
- Build and publish multi-arch images (#33)
- Added Black Lives Matter badge to README (#34)
- Create Helm chart (#35)
- Host Helm chart on GitHub Pages (#36)
v0.4.1
Features
- Reduce logging (#29)
- Upgrade ubi-minimal base image to 8.2 (#29)
v0.4.0
Features
- Enable automatic creation of Prometheus metrics endpoints (#27)
v0.3.0
Features:
- Add integration tests (#17)
- Upgrade operator-sdk to 0.15.2 (#18)
- Reduce excessive logging (#21)
- Append namespaces to list of bound roles when multiple
ServiceAccount
s with the same name are configured across different namespaces (#22)
- Watch for changes in
Vault
objects to avoid overwriting auto-generated configuration (#24)
Bugfixes
- Allow for
BoundServiceAccountNamespaces
to be either string
or []string
(#22)
- Fix bug where changes to the
ConfigMap
wouldn't propagate without a restart (#24)
v0.2.0
- Add Docker image Snyk scanning (#13)
v0.1.1 - Fix for Kubernetes auth roles