Skip to content

Commit

Permalink
Upgrade etcd from 3.3.13 to 3.3.14
Browse files Browse the repository at this point in the history
This fixes a big issue with apiserver <-> etcd interaction and mutual
TLS, as defined in [1] and [2].

[1]: https://github.com/etcd-io/etcd/releases/tag/v3.3.14
[2]: kubernetes/kubernetes#72102

Fixes #24
  • Loading branch information
jhunt committed Nov 11, 2019
1 parent 432929c commit 7c1669f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions config/blobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ containerd/crictl-v1.14.0-linux-amd64.tar.gz:
size: 12046561
object_id: 48172c70-dfe0-4f62-511f-540341affb01
sha: 425d2b713cce726e3beecf9b3002111ffa06b6cb
etcd/etcd-v3.3.13-linux-amd64.tar.gz:
size: 10423953
object_id: f433cc51-01a9-4d93-5476-513a53945de1
sha: edb7a4bb97dc6480833288d1c5ad7ec4156881ae
etcd/etcd-v3.3.14-linux-amd64.tar.gz:
size: 14166291
object_id: c6bb6d59-5f62-456f-5439-3b4b371af5eb
sha: 15aa6d9f1f869f341e81a7b6463d9bcf7e8eaf7a
ipvsadm/ipvsadm-1.30.tar.gz:
size: 48183
object_id: 19736942-a2cc-4464-6364-07dce0f01cd4
Expand Down
4 changes: 2 additions & 2 deletions packages/etcd/packaging
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
set -eu

mkdir -p ${BOSH_INSTALL_TARGET}/bin
tar -xf etcd/etcd-v3.3.13-linux-amd64.tar.gz
mv etcd-v3.3.13-linux-amd64/etcd* ${BOSH_INSTALL_TARGET}/bin
tar -xf etcd/etcd-v3.3.14-linux-amd64.tar.gz
mv etcd-v3.3.14-linux-amd64/etcd* ${BOSH_INSTALL_TARGET}/bin
2 changes: 1 addition & 1 deletion packages/etcd/spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: etcd

dependencies: []
files:
- etcd/etcd-v3.3.13-linux-amd64.tar.gz
- etcd/etcd-v3.3.14-linux-amd64.tar.gz

0 comments on commit 7c1669f

Please sign in to comment.