Release 3.0.2.

This commit is contained in:
Felix Fontein
2025-07-26 14:40:11 +02:00
parent 1aa313ab96
commit 690561ecd9
5 changed files with 305 additions and 269 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -4,6 +4,19 @@ Community Crypto Release Notes
.. contents:: Topics
v3.0.2
======
Release Summary
---------------
Bugfix release.
Bugfixes
--------
- Improve error message when loading a private key fails due to correct private key files or wrong passwords. Also include the original cryptography error since it likely contains more helpful information (https://github.com/ansible-collections/community.crypto/issues/936, https://github.com/ansible-collections/community.crypto/pull/939).
v3.0.1
======

View File

@@ -1841,3 +1841,15 @@ releases:
- 3.0.1.yml
- 395-csr-key_usage.yml
release_date: '2025-07-17'
3.0.2:
changes:
bugfixes:
- Improve error message when loading a private key fails due to correct private
key files or wrong passwords. Also include the original cryptography error
since it likely contains more helpful information (https://github.com/ansible-collections/community.crypto/issues/936,
https://github.com/ansible-collections/community.crypto/pull/939).
release_summary: Bugfix release.
fragments:
- 3.0.2.yml
- 939-private-key-errors.yml
release_date: '2025-07-26'

View File

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

View File

@@ -1,4 +0,0 @@
bugfixes:
- "Improve error message when loading a private key fails due to correct private key files or wrong passwords.
Also include the original cryptography error since it likely contains more helpful information
(https://github.com/ansible-collections/community.crypto/issues/936, https://github.com/ansible-collections/community.crypto/pull/939)."