Release Notes
Changed
- KES no longer provides pre-compiled binaries, packages or container images for the ppc64 and s390x platforms. It also does not provide a pre-compiled binary for MacOS (darwin) on amd64.
- The Hashicorp Vault backend uses a simplified authentication renewal process that does not use Vault token renewal.
Fixed
- #408 fixes a resource leak when the KES server reloaded its TLS configuration. Depending on the KMS backend this could have leaked e.g. go routines that perform background tasks.
What's Changed
- simplify and optimize release process by @aead in #407
- Add info for maintainers by @donatello in #406
- cmd: fix resource leak when reloading TLS config by @aead in #408
- vault: simplify token renewal process by @aead in #409
- Add linux amd64 image for quay by @donatello in #411
Full Changelog: 2023-10-24T20-26-51Z...2023-10-27T22-05-35Z