This repository has been archived by the owner on Jun 2, 2021. It is now read-only.
Releases: newrelic/k8s-webhook-cert-manager
Releases · newrelic/k8s-webhook-cert-manager
v1.4.0
v0.0.1
v1.3.2
v1.3.1
The ci/cd has been refactored, no real change to the product
v1.3.0
- Update to alpine 3.12.0
v1.2.1
- Revert to using the full service name for the CN. There is an open issue in EKS in which the SAN is not added to the signed certificates, making the TLS requests from the apiserver to the webhook fail.
awslabs/amazon-eks-ami#341 - Validate that the length of the string "${service}.${namespace}.svc", which is used for the CN, is not greater than 64 characters as specified in the x509 spec.
- Use ca bundle to patch the webhook from the service account secret instead of fetching via kubectl.
- Set the number of retries for retrieving the issued certificate to 10 like the error message.
- Add the --webhook-kind option to specified between MutatingWebhookConfiguration or ValidatingWebhookConfiguration. Defaults to MutatingWebhookConfiguration
v1.2.0
Changed
- Use a much shorter common name for the certificate (only the Service's name) to avoid problems due to the character limit in CNs.
v1.1.1
Changed
- Updated
musl
library to avoid security vulnerability https://app.snyk.io/vuln/SNYK-LINUX-MUSL-458116
v1.1.0
v1.0.1
Added
- Better compatibility with Openshift by patching the webhook configuration json with an
add
operation instead ofreplace
.