File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 58
58
'etcd' : {
59
59
# NOTE(wszumski): It is suggested to upgrade one minor version at a time:
60
60
# 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 ' ,
62
62
'type' : 'url' ,
63
63
'sha256' : {
64
- 'amd64' : 'a32d21e006252dbc3405b0645ba8468021ed41376974b573285927bf39b39eb9 ' , # noqa: E501
65
- 'arm64' : 'ed7e257c225b9b9545fac22246b97f4074a4b5109676e92dbaebfb9315b69cc0 ' }, # noqa: E501
64
+ 'amd64' : 'b414b27a5ad05f7cb01395c447c85d3227e3fb1c176e51757a283b817f645ccc ' , # noqa: E501
65
+ 'arm64' : '8e68c55e6d72b791a9e98591c755af36f6f55aa9eca63767822cd8a3817fdb23 ' }, # noqa: E501
66
66
'location' : ('https://github.com/etcd-io/etcd/'
67
67
'releases/download/v${version}'
68
68
'/etcd-v${version}-linux-${debian_arch}.tar.gz' )},
Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments