Release 2.22.3.

pull/815/head 2.22.3
Felix Fontein 2024-10-27 08:49:30 +01:00
parent 6731b38baa
commit 7adca3efff
6 changed files with 274 additions and 234 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,6 +4,20 @@ Community Crypto Release Notes
.. 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
=======

View File

@ -1515,3 +1515,17 @@ releases:
- 2.22.2.yml
- 803-fix-authorization-failure-with-mixed-case-sans.yml
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'

View File

@ -1 +0,0 @@
release_summary: Bugfix release.

View File

@ -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)."

View File

@ -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)."