magnum/releasenotes/notes/upgrade-etcd-and-use-quay-io-coreos-etcd-1cb8e38e974f5975.yaml
Bharat Kunwar d3984dd4c2 fcos: Upgrade etcd to v3.4.6, use quay.io/coreos/etcd
The tags on quay.io/coreos/etcd follow the same format as
https://github.com/etcd-io/etcd/releases compared to k8s.gcr.io which
modifies the canonical version tag by dropping the "v" prefix.

Story: 2007475
Task: 39184

Change-Id: If44eb55a68c13f8e1706242c099578ed1f264d62
2020-04-01 08:21:17 +00:00

10 lines
437 B
YAML

---
upgrade:
- |
Upgrade etcd to v3.4.6 and use quay.io/coreos/etcd since the tags on follow
the same format as https://github.com/etcd-io/etcd/releases compared to
k8s.gcr.io which modifies the canonical version tag. Users will need to pay
attention to the format of etcd_tag, e.g. v3.4.5 is valid whereas 3.4.5 is
not. Existing cluster templates and clusters which which use the latter will
fail to complete.