Skip to content

Commit

Permalink
Version 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Ferrand committed Apr 28, 2019
1 parent d045113 commit bfa7d30
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.12.0] - 28/04/2019
### Added
* Environment variable `DEPLOY_HOOK` (default: _empty_) can be set to execute a shell command when a certificate
is created or renewed. This deploy command can be used for instance to do some post-process formatting on the
certificates before their deployment on a service requiring a specific certificate format.

## Modified
* Update Lexicon to 3.2.4 (new providers: Netcup)

## [2.11.0] - 10/04/2019
### Added
* Environment variable `LETSENCRYPT_SKIP_REGISTER` (default: `false`) can be set to `true` and avoid the container
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL maintainer="Adrien Ferrand <[email protected]>"
ENV PATH /scripts:$PATH

# Versioning
ENV LEXICON_VERSION 3.2.1
ENV LEXICON_VERSION 3.2.4
ENV CERTBOT_VERSION 0.33.1

# Let's Encrypt configuration
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# &nbsp;![](https://raw.githubusercontent.com/adferrand/docker-letsencrypt-dns/master/images/logo_from_realies_200px.png) adferrand/letsencrypt-dns
![](https://img.shields.io/badge/tags-latest-lightgrey.svg) [![](https://images.microbadger.com/badges/version/adferrand/letsencrypt-dns:2.11.0.svg) ![](https://images.microbadger.com/badges/image/adferrand/letsencrypt-dns:2.11.0.svg)](https://microbadger.com/images/adferrand/letsencrypt-dns:2.11.0) [![CircleCI](https://circleci.com/gh/adferrand/docker-letsencrypt-dns/tree/master.svg?style=shield)](https://circleci.com/gh/adferrand/docker-letsencrypt-dns/tree/master)
![](https://img.shields.io/badge/tags-latest-lightgrey.svg) [![](https://images.microbadger.com/badges/version/adferrand/letsencrypt-dns:2.12.0.svg) ![](https://images.microbadger.com/badges/image/adferrand/letsencrypt-dns:2.12.0.svg)](https://microbadger.com/images/adferrand/letsencrypt-dns:2.12.0) [![CircleCI](https://circleci.com/gh/adferrand/docker-letsencrypt-dns/tree/master.svg?style=shield)](https://circleci.com/gh/adferrand/docker-letsencrypt-dns/tree/master)

* [Container functionalities](#container-functionalities)
* [Why use this Docker](#why-use-this-docker-)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.11.0
2.12.0

0 comments on commit bfa7d30

Please sign in to comment.