parent
6731b38baa
commit
7adca3efff
475
CHANGELOG.md
475
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
|
@ -4,6 +4,20 @@ Community Crypto Release Notes
|
||||||
|
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
v2.22.3
|
||||||
|
=======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Bugfix release.
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- acme_* modules - when using the OpenSSL backend, explicitly use the UTC timezone in Python code (https://github.com/ansible-collections/community.crypto/pull/811).
|
||||||
|
- time module utils - fix conversion of naive ``datetime`` objects to UNIX timestamps for Python 3 (https://github.com/ansible-collections/community.crypto/issues/808, https://github.com/ansible-collections/community.crypto/pull/810).
|
||||||
|
|
||||||
v2.22.2
|
v2.22.2
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
|
|
@ -1515,3 +1515,17 @@ releases:
|
||||||
- 2.22.2.yml
|
- 2.22.2.yml
|
||||||
- 803-fix-authorization-failure-with-mixed-case-sans.yml
|
- 803-fix-authorization-failure-with-mixed-case-sans.yml
|
||||||
release_date: '2024-10-15'
|
release_date: '2024-10-15'
|
||||||
|
2.22.3:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- acme_* modules - when using the OpenSSL backend, explicitly use the UTC
|
||||||
|
timezone in Python code (https://github.com/ansible-collections/community.crypto/pull/811).
|
||||||
|
- time module utils - fix conversion of naive ``datetime`` objects to UNIX
|
||||||
|
timestamps for Python 3 (https://github.com/ansible-collections/community.crypto/issues/808,
|
||||||
|
https://github.com/ansible-collections/community.crypto/pull/810).
|
||||||
|
release_summary: Bugfix release.
|
||||||
|
fragments:
|
||||||
|
- 2.22.3.yml
|
||||||
|
- 810-time.yml
|
||||||
|
- 811-openssl-timezone.yml
|
||||||
|
release_date: '2024-10-27'
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
release_summary: Bugfix release.
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- "time module utils - fix conversion of naive ``datetime`` objects to UNIX timestamps for Python 3 (https://github.com/ansible-collections/community.crypto/issues/808, https://github.com/ansible-collections/community.crypto/pull/810)."
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- "acme_* modules - when using the OpenSSL backend, explicitly use the UTC timezone in Python code (https://github.com/ansible-collections/community.crypto/pull/811)."
|
|
Loading…
Reference in New Issue