Skip to content
This repository has been archived by the owner on Dec 21, 2019. It is now read-only.

Commit

Permalink
Release version 1.6
Browse files Browse the repository at this point in the history
Features:

* Existing domain authorizations will be re-used within the period that they are valid. For small changes to domain lists this results in huge speed improvements and higher reliability.
* TXT records will be removed again after challenges have been completed to avoid having "zombie"-records hanging around

Fixes:

* An issue was fixed that could result in unstructured log messages being printed when running on GCP
* The default wait time before validating challenges with Google Cloud DNS has been increased to avoid a persistent issue with DNS-consistency (#14)

In addition some maintenance work has been performed on the codebase (style fixes and dependency bumps).
  • Loading branch information
tazjin committed May 10, 2017
1 parent 43d1a80 commit fa39ffd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions letsencrypt-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ spec:
iam.amazonaws.com/role: "letsencrypt-controller"
spec:
containers:
- image: tazjin/letsencrypt-controller:1.6-SNAPSHOT
imagePullPolicy: Always
- image: tazjin/letsencrypt-controller:1.6
name: letsencrypt-controller
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<artifactId>letsencrypt-controller</artifactId>
<groupId>in.tazj.k8s</groupId>
<version>1.6-SNAPSHOT</version>
<version>1.6</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit fa39ffd

Please sign in to comment.