Skip to content

Commit

Permalink
Version 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adferrand committed Jan 20, 2019
1 parent 85278cd commit 1d01ed0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog

## Unreleased
## [2.9.0] - 20/01/2019
### Added
* Ignore README file in /etc/letsencrypt/live

### Modified
* Update Lexicon to 3.0.8
* Update Certbot to 0.30.0

## [2.8.0] - 27/12/2018
### Added
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ LABEL maintainer="Adrien Ferrand <[email protected]>"
ENV PATH /scripts:$PATH

# Versioning
ENV LEXICON_VERSION 3.0.7
ENV CERTBOT_VERSION 0.29.1
ENV LEXICON_VERSION 3.0.8
ENV CERTBOT_VERSION 0.30.0

# Let's Encrypt configuration
ENV LETSENCRYPT_STAGING false
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.8.0.svg) ![](https://images.microbadger.com/badges/image/adferrand/letsencrypt-dns:2.8.0.svg)](https://microbadger.com/images/adferrand/letsencrypt-dns:2.8.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.9.0.svg) ![](https://images.microbadger.com/badges/image/adferrand/letsencrypt-dns:2.9.0.svg)](https://microbadger.com/images/adferrand/letsencrypt-dns:2.9.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.8.0
2.9.0

0 comments on commit 1d01ed0

Please sign in to comment.