Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.58 KB

CHANGELOG.md

File metadata and controls

54 lines (33 loc) · 1.58 KB

ChangeLog

0.5.1 (2023-01-25)

  • Fix auto add https:// prefix for CheckServerCertValid addr not working

0.5.0 (2023-01-25)

  • Add CheckServerStarted to check whether the webhook server is started
  • Add CheckServerStartedWithTimeout and CheckServerCertValidWithTimeout

0.4.3 (2022-02-11)

  • Fix not retry after watch is timeout

0.4.2 (2022-01-13)

  • Check watch case which connection is closed

0.4.1 (2022-01-13)

  • Fix cpu busy bug

0.4.0 (2021-12-25)

  • Add CheckServerCertValid to check whether server is using latest certs
  • Add Organizations and RSAKeySize
  • Add WatchAndEnsureWebhooksCA to watch and patch ca for webhook

0.3.0 (2021-12-17)

  • Change default value of CertValidityDuration to 100 years
  • Add more tests

0.2.0 (2021-10-30)

  • Add CertOption.Hosts to instead of CertOption.DNSNames
  • No longer export some needless functions and structs

0.1.0 (2021-10-11)

  • Initial Release