Skip to content

Commit 58bde04

Browse files
committed
Relesae 3.0.0-rc1.
1 parent e537ea1 commit 58bde04

File tree

7 files changed

+352
-298
lines changed

7 files changed

+352
-298
lines changed

CHANGELOG.md

Lines changed: 309 additions & 285 deletions
Large diffs are not rendered by default.

CHANGELOG.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ Community Crypto Release Notes
44

55
.. contents:: Topics
66

7+
v3.0.0-rc1
8+
==========
9+
10+
Release Summary
11+
---------------
12+
13+
First release candidate for new major 3.0.0 release. Contains two bugfixes and some refactorings.
14+
15+
Minor Changes
16+
-------------
17+
18+
- Remove various no longer needed abstraction layers for multiple backends (https://github.com/ansible-collections/community.crypto/pull/912).
19+
- Various code refactorings (https://github.com/ansible-collections/community.crypto/pull/905, https://github.com/ansible-collections/community.crypto/pull/909, https://github.com/ansible-collections/community.crypto/pull/911, https://github.com/ansible-collections/community.crypto/pull/913, https://github.com/ansible-collections/community.crypto/pull/914, https://github.com/ansible-collections/community.crypto/pull/917).
20+
21+
Bugfixes
22+
--------
23+
24+
- acme_account - make work with CAs that do not accept any account request without External Account Binding data (https://github.com/ansible-collections/community.crypto/issues/918, https://github.com/ansible-collections/community.crypto/pull/919).
25+
- openssl_csr, openssl_csr_pipe - avoid accessing internal members of cryptography's ``KeyUsage`` extension object (https://github.com/ansible-collections/community.crypto/pull/910).
26+
727
v3.0.0-a2
828
=========
929

changelogs/changelog.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1781,3 +1781,26 @@ releases:
17811781
- 3.0.0-a2.yml
17821782
- 900-remove-entrust.yml
17831783
release_date: '2025-05-22'
1784+
3.0.0-rc1:
1785+
changes:
1786+
bugfixes:
1787+
- acme_account - make work with CAs that do not accept any account request
1788+
without External Account Binding data (https://github.com/ansible-collections/community.crypto/issues/918,
1789+
https://github.com/ansible-collections/community.crypto/pull/919).
1790+
- openssl_csr, openssl_csr_pipe - avoid accessing internal members of cryptography's
1791+
``KeyUsage`` extension object (https://github.com/ansible-collections/community.crypto/pull/910).
1792+
minor_changes:
1793+
- Remove various no longer needed abstraction layers for multiple backends
1794+
(https://github.com/ansible-collections/community.crypto/pull/912).
1795+
- Various code refactorings (https://github.com/ansible-collections/community.crypto/pull/905,
1796+
https://github.com/ansible-collections/community.crypto/pull/909, https://github.com/ansible-collections/community.crypto/pull/911,
1797+
https://github.com/ansible-collections/community.crypto/pull/913, https://github.com/ansible-collections/community.crypto/pull/914,
1798+
https://github.com/ansible-collections/community.crypto/pull/917).
1799+
release_summary: First release candidate for new major 3.0.0 release. Contains
1800+
two bugfixes and some refactorings.
1801+
fragments:
1802+
- 3.0.0-rc1.yml
1803+
- 910-csr.yml
1804+
- 919-acme_account-ear.yml
1805+
- refactoring.yml
1806+
release_date: '2025-06-14'

changelogs/fragments/3.0.0-rc1.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelogs/fragments/910-csr.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/919-acme_account-ear.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/refactoring.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)