mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-03-26 21:33:25 +00:00
Release 2.26.4.
This commit is contained in:
540
CHANGELOG.md
540
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
@@ -4,6 +4,19 @@ Community Crypto Release Notes
|
||||
|
||||
.. contents:: Topics
|
||||
|
||||
v2.26.4
|
||||
=======
|
||||
|
||||
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).
|
||||
|
||||
v2.26.3
|
||||
=======
|
||||
|
||||
|
||||
@@ -1679,3 +1679,15 @@ releases:
|
||||
- 2.26.3.yml
|
||||
- 919-acme_account-ear.yml
|
||||
release_date: '2025-06-14'
|
||||
2.26.4:
|
||||
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:
|
||||
- 2.26.4.yml
|
||||
- 939-private-key-errors.yml
|
||||
release_date: '2025-07-26'
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
release_summary: Bugfix release.
|
||||
@@ -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)."
|
||||
Reference in New Issue
Block a user