Skip to content

Commit 830500b

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "etcd: Bump version to v3.5.16"
2 parents 71d7edd + 91c3014 commit 830500b

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

kolla/common/sources.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@
5858
'etcd': {
5959
# NOTE(wszumski): It is suggested to upgrade one minor version at a time:
6060
# https://github.com/etcd-io/website/blob/cf046546dec9e1dcea966dc21ea38027c3290e9a/content/en/docs/v3.4/upgrades/upgrade_3_4.md#upgrade-requirements
61-
'version': '3.4.27',
61+
'version': '3.5.16',
6262
'type': 'url',
6363
'sha256': {
64-
'amd64': 'a32d21e006252dbc3405b0645ba8468021ed41376974b573285927bf39b39eb9', # noqa: E501
65-
'arm64': 'ed7e257c225b9b9545fac22246b97f4074a4b5109676e92dbaebfb9315b69cc0'}, # noqa: E501
64+
'amd64': 'b414b27a5ad05f7cb01395c447c85d3227e3fb1c176e51757a283b817f645ccc', # noqa: E501
65+
'arm64': '8e68c55e6d72b791a9e98591c755af36f6f55aa9eca63767822cd8a3817fdb23'}, # noqa: E501
6666
'location': ('https://github.com/etcd-io/etcd/'
6767
'releases/download/v${version}'
6868
'/etcd-v${version}-linux-${debian_arch}.tar.gz')},
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
upgrade:
3+
- |
4+
``etcd`` has been updated to ``v3.5.16``. Operators should read the
5+
`etcd upgrade documentation <https://etcd.io/docs/v3.5/upgrades/upgrade_3_5/>`__
6+
for upgrade notes.

0 commit comments

Comments
 (0)