ixoncloud / cert-manager-webhook-cloudns

A Cert-Manager DNS01 provider for the ClouDNS DNS provider.
Apache License 2.0
5 stars 11 forks source link

is this compatible with cert-manager 0.13? #4

Closed yctn closed 2 years ago

yctn commented 4 years ago

https://cert-manager.io/docs/installation/upgrading/upgrading-0.10-0.11/

it seems that certmanager.k8s.io is not valid anymore. they changed it into cert-manager.io

so it seems this cannot be used with newer versions of cert-manager. would it be possible fix this?

i tryed to fix the rendered-manifest.yaml myself but that wasnt a succes.

yctn commented 3 years ago

bump

raqbit commented 3 years ago

@yctn I made a PR to update the API versions, let me know if this fixes your issue. As far as I know the previous versions should have worked as I don't think the API changed, but perhaps I am wrong on that.

RonNabuurs commented 2 years ago

@yctn I'm not sure if its compatible with 0.13, but after https://github.com/ixoncloud/cert-manager-webhook-cloudns/pull/6, It seem to work with cert-manager 1.5.4

raqbit commented 2 years ago

Closing as cert-manager-webhook-cloudns should now be compatible with cert-manager versions from v0.13 all the way to 1.5.x and probably 1.6.x

RonNabuurs commented 2 years ago

I'm running the latest (1.0.3) https://hub.docker.com/r/ixoncloud/cert-manager-webhook-cloudns together with cert-manager 1.5.4 and everything is working flawlessly.