Release highlights
In this release we promote several key project components to stable, and remove the beta label from the project! 🎉
Secretless Broker v0.8.0 is ready for you to use in your production Kubernetes or OpenShift environments when used with a MySQL or PostgreSQL database as the target service, and with CyberArk Dynamic Access Provider as the credential provider. 💥
We've also added support for a new and improved v2 configuration (design doc) that makes it simpler than ever to set up your Secretless Broker instance. In addition, our performance testing tool that we used to validate the stability and performance under load of Secretless is available in bin/juxtaposer
- though in a future release we may move it into a separate project.
Change log
Added
- Added a performance testing tool to bin/juxtaposer
- Added a v2 configuration syntax that is simpler and easier to use
Fixed
- Updated the Conjur Kubernetes authenticator client to 0.13.0 to fix a bug
that caused the token refresh to fail after the cert expired
Changed
- Revised "k8s-demo"
- Upgraded to Golang v1.12.5 from v1.11.4
- Updated
conjur-authn-k8s-client
dependency to v0.13.0 - Updated
conjur-api-go
dependency to v0.5.2 - Removed third-party module for evaluating home directory path
- Updated goreleaser config to address deprecated
archive
tag - Revised PR template to remove unneeded manual tests