puzzle / cert-manager-webhook-dnsimple

A cert-manager ACME DNS01 solver webhook for DNSimple.
Apache License 2.0
21 stars 24 forks source link

update certmanager apis to latest #6

Closed seanb4t closed 3 years ago

arnediekmann commented 4 years ago

Hi Sean, thanks for your pull request and sorry I'm replying so late. I tested the PR a few days ago and couldn't build the Docker image because go mod download failed with:

go: vbom.ml/util@v0.0.0-20160121211510-db5cfe13f5cc: unrecognized import path "vbom.ml/util" (https fetch: Get https://vbom.ml/util?go-get=1: dial tcp: lookup vbom.ml on 8.8.8.8:53: no such host)

To exclude the possibility of a temporary network problem I then waited a few days to try this again. Today, however, the step still fails like before. I will have to google a bit to figure out what might be causing the problem and will get back to this PR. Did you try building the Docker image on your machine (e.g. docker build -t neoskop/cert-manager-webhook-dnsimple .) and did it go through?

arnediekmann commented 3 years ago

@seanb4t I finally managed to update the dependencies and also did so for the Docker images used etc. in 24c78cbcb264f1d65600d31cc014b072a18c04b3. Use version 0.0.5 for the newer deps and compatiblity with cert-manager v1.1.0.