Skip to content
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.

Commit

Permalink
bump etcd to latest 3.3.x release (#617)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Nisbet authored Apr 27, 2020
1 parent 50016da commit 9727e75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ SERF_VER := v0.8.5

# ETCD Versions to include in the release
# This list needs to include every version of etcd that we can upgrade from + latest
ETCD_VER := v2.3.8 v3.3.4 v3.3.9 v3.3.11
ETCD_VER := v2.3.8 v3.3.4 v3.3.9 v3.3.11 v3.3.20
# This is the version of etcd we should upgrade to (from the version list)
ETCD_LATEST_VER := v3.3.11
ETCD_LATEST_VER := v3.3.20

BUILDBOX_GO_VER ?= 1.12.9
PLANET_BUILD_TAG ?= $(shell git describe --tags)
Expand Down

0 comments on commit 9727e75

Please sign in to comment.