Skip to content
This repository has been archived by the owner on Jun 2, 2021. It is now read-only.

Releases: newrelic/k8s-webhook-cert-manager

v1.4.0

26 Feb 15:40
Compare
Choose a tag to compare

Changed

  • Multiarch support was added

v0.0.1

25 Feb 13:28
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Test release, internal only

v1.3.2

11 Jan 14:12
c8e105d
Compare
Choose a tag to compare

Fix a bug breakig the behaviour of the script when running on k8s 1.19.x #31

v1.3.1

30 Nov 17:24
Compare
Choose a tag to compare

The ci/cd has been refactored, no real change to the product

v1.3.0

27 Jul 14:14
cad5441
Compare
Choose a tag to compare
  • Update to alpine 3.12.0

v1.2.1

09 Apr 10:18
d4a349e
Compare
Choose a tag to compare
  • 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

13 Mar 17:30
01b8d85
Compare
Choose a tag to compare

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

18 Sep 13:21
769271d
Compare
Choose a tag to compare

Changed

v1.1.0

29 Aug 13:25
Compare
Choose a tag to compare

Changed

  • Container user is now is 1000 instead of root

v1.0.1

09 Apr 09:39
9bb4c8c
Compare
Choose a tag to compare

Added

  • Better compatibility with Openshift by patching the webhook configuration json with an add operation instead of replace.