Skip to content

Tags: estafette/estafette-letsencrypt-certificate

Tags

v1.3.1

Toggle v1.3.1's commit message
use background context instead

v1.3.0

Toggle v1.3.0's commit message
bump version to 1.3.0

v1.2.10

Toggle v1.2.10's commit message
configurable days before renewal

v1.2.9

Toggle v1.2.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add feature to upload certificate to Cloudflare. (#40)

* Add feature to upload certificate to Cloudflare.

* Remove unused methods from restClient.

* Use upsert ssl config to avoid cloudflare errors.

* Add zone information to error message when updating cloudflare ssl config.

* Refactor Upsert to not do anything if the certificate has the same expiration date.

* Add some comments for the reasoning behind code choices.

v1.2.8

Toggle v1.2.8's commit message
build with golang 1.15.5; fixes #39

v1.2.7

Toggle v1.2.7's commit message
Revert "update creds"

This reverts commit de878ff.

v1.2.6

Toggle v1.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Watch for namespaces (#33)

* Add watch verb to namespaces in clusterrole.

* Add check for namespace creation timestamp.

* Update WatchNamespaces function with k8s go client library.

* Use informer for watching namespaces.

* Add info log about watching for new namespaces.

v1.2.5

Toggle v1.2.5's commit message
build with golang 1.13.7

v1.2.4

Toggle v1.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
configure log format via Values.logFormat (#26)

* configure log format via Values.logFormat

* update release version to 1.2.4

v1.2.3

Toggle v1.2.3's commit message
Redeploy on secret update (#25)