From 451c4c581f47cf915084f4ba95aa26563e2d226f Mon Sep 17 00:00:00 2001 From: Nemo Date: Wed, 24 Jun 2020 15:11:04 +0200 Subject: [PATCH] Change etcd version from 3.4.0 to 3.4.9 --- docs/07-bootstrapping-etcd.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/07-bootstrapping-etcd.md b/docs/07-bootstrapping-etcd.md index a84579c..a93bf81 100644 --- a/docs/07-bootstrapping-etcd.md +++ b/docs/07-bootstrapping-etcd.md @@ -22,14 +22,14 @@ Download the official etcd release binaries from the [etcd](https://github.com/e ```bash wget -q --show-progress --https-only --timestamping \ - "https://github.com/etcd-io/etcd/releases/download/v3.4.0/etcd-v3.4.0-linux-amd64.tar.gz" + "https://github.com/etcd-io/etcd/releases/download/v3.4.9/etcd-v3.4.9-linux-amd64.tar.gz" ``` Extract and install the `etcd` server and the `etcdctl` command line utility: ```bash -tar -xvf etcd-v3.4.0-linux-amd64.tar.gz -sudo mv etcd-v3.4.0-linux-amd64/etcd* /usr/local/bin/ +tar -xvf etcd-v3.4.9-linux-amd64.tar.gz +sudo mv etcd-v3.4.9-linux-amd64/etcd* /usr/local/bin/ ``` ### Configure the etcd Server