Skip to content

Commit

Permalink
Update Let's Encrypt lego version
Browse files Browse the repository at this point in the history
Change-Id: I979df16dea4499b470ce7a4e23df7927a5952aa7
  • Loading branch information
cityofships committed Dec 17, 2024
1 parent 7efef29 commit 36ab731
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kolla/common/sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,11 @@
'location': ('$tarballs_base/openstack/kuryr-libnetwork/'
'kuryr-libnetwork-${openstack_branch}.tar.gz')},
'letsencrypt-lego': {
'version': 'v4.15.0',
'version': 'v4.20.4',
'type': 'url',
'sha256': {
'amd64': 'b26cdc57462124a7aa877f58ad59015ba90fa0b2d8f40e6cbd34408af1e9b607', # noqa: E501
'arm64': '0bfb5e245a78e7e20c759c491ecb05aa68ad89024ed5cf710e6e7f4eab90e190'}, # noqa: E501
'amd64': 'fed2cd32fa0042feda44a4a81d73e76f51d692a779f689d3df8082dcadcc73ba', # noqa: E501
'arm64': '6bde708d9c8b2e914120772bb6491d7c3dccb7f98746e171ff4c435948f599e1'}, # noqa: E501
'location': ('https://github.com/go-acme/lego/'
'releases/download/${version}/'
'lego_${version}_linux_${debian_arch}.tar.gz')},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
features:
- |
Upgrade Let's Encrypt lego from version to version v4.20.4 for better
handling of custom ACMEs and general improvements. Changelog:
https://github.com/go-acme/lego/compare/v4.15.0...v4.20.4

0 comments on commit 36ab731

Please sign in to comment.