baarde / cert-manager-webhook-ovh

OVH Webhook for Cert Manager
Apache License 2.0
93 stars 62 forks source link

[update] use v1 version instead of v1alpha2 #10

Closed IDerr closed 2 years ago

IDerr commented 3 years ago

Hello,

with new releases of cert-manager, old versions of the api are getting deprecated and nearly unavailable (currently 1.5.3), I have changed issuer and certificate api versions in my PR to match the new versions

Thanks a lot for your work !

W0826 10:15:24.688098 30364 warnings.go:70] cert-manager.io/v1alpha3 Certificate is deprecated in v1.4+, unavailable in v1.6+; use cert-manager.io/v1 Certificate
W0826 10:15:24.689242 30364 warnings.go:70] cert-manager.io/v1alpha3 Certificate is deprecated in v1.4+, unavailable in v1.6+; use cert-manager.io/v1 Certificate
W0826 10:15:24.786497 30364 warnings.go:70] cert-manager.io/v1alpha3 Issuer is deprecated in v1.4+, unavailable in v1.6+; use cert-manager.io/v1 Issuer
W0826 10:15:24.912487 30364 warnings.go:70] cert-manager.io/v1alpha3 Issuer is deprecated in v1.4+, unavailable in v1.6+; use cert-manager.io/v1 Issuer
baarde commented 2 years ago

Thanks for the PR! 👍