Skip to content

Commit e70c58e

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Update Let's Encrypt lego version"
2 parents f86849d + 7c9b560 commit e70c58e

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
@@ -177,11 +177,11 @@
177177
'location': ('$tarballs_base/openstack/kuryr-libnetwork/'
178178
'kuryr-libnetwork-${openstack_branch}.tar.gz')},
179179
'letsencrypt-lego': {
180-
'version': 'v4.15.0',
180+
'version': 'v4.20.4',
181181
'type': 'url',
182182
'sha256': {
183-
'amd64': 'b26cdc57462124a7aa877f58ad59015ba90fa0b2d8f40e6cbd34408af1e9b607', # noqa: E501
184-
'arm64': '0bfb5e245a78e7e20c759c491ecb05aa68ad89024ed5cf710e6e7f4eab90e190'}, # noqa: E501
183+
'amd64': 'fed2cd32fa0042feda44a4a81d73e76f51d692a779f689d3df8082dcadcc73ba', # noqa: E501
184+
'arm64': '6bde708d9c8b2e914120772bb6491d7c3dccb7f98746e171ff4c435948f599e1'}, # noqa: E501
185185
'location': ('https://github.com/go-acme/lego/'
186186
'releases/download/${version}/'
187187
'lego_${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+
features:
3+
- |
4+
Upgrade Let's Encrypt lego from version to version v4.20.4 for better
5+
handling of custom ACMEs and general improvements. Changelog:
6+
https://github.com/go-acme/lego/compare/v4.15.0...v4.20.4

0 commit comments

Comments
 (0)