etcd: update to v3.4

* Updates etcd to v3.4

Change-Id: I4da94a1725f563d8a957a064573323708fdc87df
This commit is contained in:
Jan Gutter 2023-08-03 23:15:47 +01:00
parent bd68acb60f
commit c3905e4b4c
No known key found for this signature in database
GPG Key ID: B7BD97286C686CB2
2 changed files with 8 additions and 2 deletions

View File

@ -11,8 +11,8 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% block etcd_repository_version %}
# NOTE(wszumski): It is suggested to upgrade one minor version at a time:
# https://github.com/etcd-io/website/blob/3e04053d1cb15b2ddc2904ba4121ca5aa73bea66/content/en/docs/v3.3/upgrades/upgrade_3_3.md#upgrade-requirements
ARG etcd_version=v3.3.27
# https://github.com/etcd-io/website/blob/cf046546dec9e1dcea966dc21ea38027c3290e9a/content/en/docs/v3.4/upgrades/upgrade_3_4.md#upgrade-requirements
ARG etcd_version=v3.4.27
ARG etcd_url=https://github.com/etcd-io/etcd/releases/download/${etcd_version}/etcd-${etcd_version}-linux-{{debian_arch}}.tar.gz
{% endblock %}

View File

@ -0,0 +1,6 @@
---
upgrade:
- |
`etcd` has been updated to `v3.4.27`. Operators should read
`the etcd upgrade documentation <https://etcd.io/docs/v3.4/upgrades/upgrade_3_4/>`__
for upgrade notes.