Release 3.0.4.

This commit is contained in:
Felix Fontein
2025-10-01 06:43:56 +02:00
parent 1da1fdc3b0
commit 520e7c6278
5 changed files with 312 additions and 277 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.4
======
Release Summary
---------------
Maintenance release.
Bugfixes
--------
- Avoid deprecated functionality in ansible-core 2.20 (https://github.com/ansible-collections/community.crypto/pull/953).
v3.0.3
======

View File

@@ -1868,3 +1868,12 @@ releases:
- 947-acme-retry.yml
- 949-acme-retry.yml
release_date: '2025-08-04'
3.0.4:
changes:
bugfixes:
- Avoid deprecated functionality in ansible-core 2.20 (https://github.com/ansible-collections/community.crypto/pull/953).
release_summary: Maintenance release.
fragments:
- 3.0.4.yml
- 953-deprecations.yml
release_date: '2025-10-01'

View File

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

View File

@@ -1,2 +0,0 @@
bugfixes:
- "Avoid deprecated functionality in ansible-core 2.20 (https://github.com/ansible-collections/community.crypto/pull/953)."