Skip to content

Commit 76571aa

Browse files
committed
Merge pull request #4316 from carmstrong/bump-etcd-2.1.2
chore(*): bump etcd to 2.1.2
2 parents d9a09b0 + ad902b2 commit 76571aa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

contrib/coreos/user-data.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ coreos:
2525
RestartSec=10s
2626
LimitNOFILE=40000
2727
EnvironmentFile=/etc/environment
28-
Environment="ETCD_IMAGE=quay.io/coreos/etcd:v2.1.1"
28+
Environment="ETCD_IMAGE=quay.io/coreos/etcd:v2.1.2"
2929
Environment="ETCD_ELECTION_TIMEOUT=2000"
3030
Environment="ETCD_HEARTBEAT_INTERVAL=400"
3131
Environment="ETCD_HOST_DATA_DIR=/var/lib/etcd2"

tests/fixtures/test-etcd/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN apk add --update-cache curl tar && rm -rf /var/cache/apk/*
55

66
# ETCD_VERSION is actually used by the etcd daemon, and causes an issue if we
77
# format it for our use here. So, we call this something else.
8-
ENV INSTALL_ETCD_VERSION v2.1.1
8+
ENV INSTALL_ETCD_VERSION v2.1.2
99

1010
# install etcd and etcdctl
1111
RUN curl -sSL https://github.com/coreos/etcd/releases/download/$INSTALL_ETCD_VERSION/etcd-$INSTALL_ETCD_VERSION-linux-amd64.tar.gz \

0 commit comments

Comments
 (0)