Release 1.9.0.

pull/271/head 1.9.0
Felix Fontein 2021-08-30 20:12:47 +02:00
parent a4a12bae27
commit 915379459d
6 changed files with 43 additions and 16 deletions

View File

@ -5,6 +5,28 @@ Community Crypto Release Notes
.. contents:: Topics
v1.9.0
======
Release Summary
---------------
Regular feature release.
Minor Changes
-------------
- get_certificate - added ``starttls`` option to retrieve certificates from servers which require clients to request an encrypted connection (https://github.com/ansible-collections/community.crypto/pull/264).
- openssh_keypair - added ``diff`` support (https://github.com/ansible-collections/community.crypto/pull/260).
Bugfixes
--------
- keypair_backend module utils - simplify code to pass sanity tests (https://github.com/ansible-collections/community.crypto/pull/263).
- openssh_keypair - fixed ``cryptography`` backend to preserve original file permissions when regenerating a keypair requires existing files to be overwritten (https://github.com/ansible-collections/community.crypto/pull/260).
- openssh_keypair - fixed error handling to restore original keypair if regeneration fails (https://github.com/ansible-collections/community.crypto/pull/260).
- x509_crl - restore inherited function signature to pass sanity tests (https://github.com/ansible-collections/community.crypto/pull/263).
v1.8.0
======

View File

@ -503,3 +503,24 @@ releases:
- 257-openssh-keypair-fix-pubkey-permissions.yml
- ansible-core-_text.yml
release_date: '2021-08-10'
1.9.0:
changes:
bugfixes:
- keypair_backend module utils - simplify code to pass sanity tests (https://github.com/ansible-collections/community.crypto/pull/263).
- openssh_keypair - fixed ``cryptography`` backend to preserve original file
permissions when regenerating a keypair requires existing files to be overwritten
(https://github.com/ansible-collections/community.crypto/pull/260).
- openssh_keypair - fixed error handling to restore original keypair if regeneration
fails (https://github.com/ansible-collections/community.crypto/pull/260).
- x509_crl - restore inherited function signature to pass sanity tests (https://github.com/ansible-collections/community.crypto/pull/263).
minor_changes:
- get_certificate - added ``starttls`` option to retrieve certificates from
servers which require clients to request an encrypted connection (https://github.com/ansible-collections/community.crypto/pull/264).
- openssh_keypair - added ``diff`` support (https://github.com/ansible-collections/community.crypto/pull/260).
release_summary: Regular feature release.
fragments:
- 1.9.0.yml
- 260-openssh_keypair-diff-support.yml
- 263-sanity.yml
- 264-get_certificate-add-starttls-option.yml
release_date: '2021-08-30'

View File

@ -1 +0,0 @@
release_summary: Regular feature release.

View File

@ -1,8 +0,0 @@
---
minor_changes:
- openssh_keypair - added ``diff`` support (https://github.com/ansible-collections/community.crypto/pull/260).
bugfixes:
- openssh_keypair - fixed error handling to restore original keypair if regeneration fails
(https://github.com/ansible-collections/community.crypto/pull/260).
- openssh_keypair - fixed ``cryptography`` backend to preserve original file permissions when regenerating a keypair
requires existing files to be overwritten (https://github.com/ansible-collections/community.crypto/pull/260).

View File

@ -1,3 +0,0 @@
bugfixes:
- "keypair_backend module utils - simplify code to pass sanity tests (https://github.com/ansible-collections/community.crypto/pull/263)."
- "x509_crl - restore inherited function signature to pass sanity tests (https://github.com/ansible-collections/community.crypto/pull/263)."

View File

@ -1,4 +0,0 @@
---
minor_changes:
- get_certificate - added ``starttls`` option to retrieve certificates from servers which require clients to request
an encrypted connection (https://github.com/ansible-collections/community.crypto/pull/264).