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

bump etcd to latest 3.3.x release #617

Merged
merged 1 commit into from
Apr 27, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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