Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

23 lines (18 loc) · 1.02 KB

Cert Manager Webhook Infoblox Wapi Release Notes

v1.6.0

Release Summary

  • First release of this fork of https://github.com/luisico/cert-manager-webhook-infoblox-wapi
  • Add ability to pass Infoblox username and password via a Volume Mount from the host OS file system.
    In some use cases this can be more secure or preferred than using a secret from Kubernetes. See the README.md for instructions.
  • Update many package dependencies.
  • Added OpenSSF Scorecard, CodeQL, Trivy, Weekly builds and Dependabot as Github Actions.
  • Improved README.md substantially.

Dependency Changes

  • Upgraded Go 1.16 to 1.23.2
  • Upgraded Alpine 3.14 to 3.20
  • Upgraded github.com/infobloxopen/infoblox-go-client/v2 v2.0.0 to v2.7.0
  • Upgraded github.com/jetstack/cert-manager v1.5.4 to github.com/cert-manager/cert-manager v1.13.3
  • Upgraded k8s.io/apiextensions-apiserver v0.21.3 to v0.28.1
  • Upgraded k8s.io/apimachinery v0.21.3 to v0.28.1
  • Upgraded k8s.io/client-go v0.21.3 to v0.28.1