Skip to content

Commit

Permalink
Merge branch 'release-0.2.1' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
BertrandGouny committed Sep 3, 2017
2 parents 2bab7ed + 5cbc84b commit 8ae312e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.2.1
- etcdctl v3.2.7
- Upgrade baseimage: tinc:0.2.1 (tinc 1.1pre15)

## 0.2.0
- etcdctl v3.2.1
- Upgrade baseimage: tinc:0.2.0 (debian stretch)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME = osixia/tinc-etcd
VERSION = 0.2.0
VERSION = 0.2.1

.PHONY: build build-nocache test tag-latest push push-latest release git-tag-version

Expand Down
4 changes: 2 additions & 2 deletions image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM osixia/tinc:0.2.0
FROM osixia/tinc:0.2.1
MAINTAINER Bertrand Gouny <[email protected]>

ARG ETCD_VERSION=3.2.1
ARG ETCD_VERSION=3.2.7

# Install multiple process stack from baseimage
# https://github.com/osixia/docker-light-baseimage/blob/stable/image/tool/install-multiple-process-stack
Expand Down

0 comments on commit 8ae312e

Please sign in to comment.