Skip to content

Commit

Permalink
From now on automatically add period to new plugins in changelog, and…
Browse files Browse the repository at this point in the history
… use FQCNs. (#759)
  • Loading branch information
felixfontein authored May 20, 2024
1 parent 7fc3ad0 commit b4452d4
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 44 deletions.
44 changes: 22 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ Bugfix and feature release\.
<a id="new-modules"></a>
### New Modules

* x509\_certificate\_convert \- Convert X\.509 certificates
* community\.crypto\.x509\_certificate\_convert \- Convert X\.509 certificates

<a id="v2-18-0"></a>
## v2\.18\.0
Expand Down Expand Up @@ -295,8 +295,8 @@ Bugfix and feature release\.
<a id="filter"></a>
#### Filter

* parse\_serial \- Convert a serial number as a colon\-separated list of hex numbers to an integer
* to\_serial \- Convert an integer to a colon\-separated list of hex numbers
* community\.crypto\.parse\_serial \- Convert a serial number as a colon\-separated list of hex numbers to an integer
* community\.crypto\.to\_serial \- Convert an integer to a colon\-separated list of hex numbers

<a id="v2-17-1"></a>
## v2\.17\.1
Expand Down Expand Up @@ -416,12 +416,12 @@ Bugfix and feature release\.
<a id="filter-1"></a>
#### Filter

* gpg\_fingerprint \- Retrieve a GPG fingerprint from a GPG public or private key
* community\.crypto\.gpg\_fingerprint \- Retrieve a GPG fingerprint from a GPG public or private key

<a id="lookup"></a>
#### Lookup

* gpg\_fingerprint \- Retrieve a GPG fingerprint from a GPG public or private key file
* community\.crypto\.gpg\_fingerprint \- Retrieve a GPG fingerprint from a GPG public or private key file

<a id="v2-14-1"></a>
## v2\.14\.1
Expand Down Expand Up @@ -563,12 +563,12 @@ Bugfix and feature release\.
<a id="filter-2"></a>
#### Filter

* openssl\_csr\_info \- Retrieve information from OpenSSL Certificate Signing Requests \(CSR\)
* openssl\_privatekey\_info \- Retrieve information from OpenSSL private keys
* openssl\_publickey\_info \- Retrieve information from OpenSSL public keys in PEM format
* split\_pem \- Split PEM file contents into multiple objects
* x509\_certificate\_info \- Retrieve information from X\.509 certificates in PEM format
* x509\_crl\_info \- Retrieve information from X\.509 CRLs in PEM format
* community\.crypto\.openssl\_csr\_info \- Retrieve information from OpenSSL Certificate Signing Requests \(CSR\)
* community\.crypto\.openssl\_privatekey\_info \- Retrieve information from OpenSSL private keys
* community\.crypto\.openssl\_publickey\_info \- Retrieve information from OpenSSL public keys in PEM format
* community\.crypto\.split\_pem \- Split PEM file contents into multiple objects
* community\.crypto\.x509\_certificate\_info \- Retrieve information from X\.509 certificates in PEM format
* community\.crypto\.x509\_crl\_info \- Retrieve information from X\.509 CRLs in PEM format

<a id="v2-9-0"></a>
## v2\.9\.0
Expand Down Expand Up @@ -867,8 +867,8 @@ Feature and bugfix release\.
<a id="new-modules-1"></a>
### New Modules

* crypto\_info \- Retrieve cryptographic capabilities
* openssl\_privatekey\_convert \- Convert OpenSSL private keys
* community\.crypto\.crypto\_info \- Retrieve cryptographic capabilities
* community\.crypto\.openssl\_privatekey\_convert \- Convert OpenSSL private keys

<a id="v2-0-2"></a>
## v2\.0\.2
Expand Down Expand Up @@ -1114,7 +1114,7 @@ Regular feature and bugfix release\.
<a id="new-modules-2"></a>
### New Modules

* openssl\_publickey\_info \- Provide information for OpenSSL public keys
* community\.crypto\.openssl\_publickey\_info \- Provide information for OpenSSL public keys

<a id="v1-6-2"></a>
## v1\.6\.2
Expand Down Expand Up @@ -1245,9 +1245,9 @@ Contains new modules <code>openssl\_privatekey\_pipe</code>\, <code>openssl\_csr
<a id="new-modules-3"></a>
### New Modules

* openssl\_csr\_pipe \- Generate OpenSSL Certificate Signing Request \(CSR\)
* openssl\_privatekey\_pipe \- Generate OpenSSL private keys without disk access
* x509\_certificate\_pipe \- Generate and/or check OpenSSL certificates
* community\.crypto\.openssl\_csr\_pipe \- Generate OpenSSL Certificate Signing Request \(CSR\)
* community\.crypto\.openssl\_privatekey\_pipe \- Generate OpenSSL private keys without disk access
* community\.crypto\.x509\_certificate\_pipe \- Generate and/or check OpenSSL certificates

<a id="v1-2-0"></a>
## v1\.2\.0
Expand Down Expand Up @@ -1323,8 +1323,8 @@ Release for Ansible 2\.10\.0\.
<a id="new-modules-4"></a>
### New Modules

* openssl\_signature \- Sign data with openssl
* openssl\_signature\_info \- Verify signatures with openssl
* community\.crypto\.openssl\_signature \- Sign data with openssl
* community\.crypto\.openssl\_signature\_info \- Verify signatures with openssl

<a id="v1-0-0"></a>
## v1\.0\.0
Expand Down Expand Up @@ -1399,6 +1399,6 @@ This is the first proper release of the <code>community\.crypto</code> collectio
<a id="new-modules-5"></a>
### New Modules

* ecs\_domain \- Request validation of a domain with the Entrust Certificate Services \(ECS\) API
* x509\_crl \- Generate Certificate Revocation Lists \(CRLs\)
* x509\_crl\_info \- Retrieve information on Certificate Revocation Lists \(CRLs\)
* community\.crypto\.ecs\_domain \- Request validation of a domain with the Entrust Certificate Services \(ECS\) API
* community\.crypto\.x509\_crl \- Generate Certificate Revocation Lists \(CRLs\)
* community\.crypto\.x509\_crl\_info \- Retrieve information on Certificate Revocation Lists \(CRLs\)
44 changes: 22 additions & 22 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Bugfixes
New Modules
-----------

- x509_certificate_convert - Convert X.509 certificates
- community.crypto.x509_certificate_convert - Convert X.509 certificates

v2.18.0
=======
Expand Down Expand Up @@ -79,8 +79,8 @@ New Plugins
Filter
~~~~~~

- parse_serial - Convert a serial number as a colon-separated list of hex numbers to an integer
- to_serial - Convert an integer to a colon-separated list of hex numbers
- community.crypto.parse_serial - Convert a serial number as a colon-separated list of hex numbers to an integer
- community.crypto.to_serial - Convert an integer to a colon-separated list of hex numbers

v2.17.1
=======
Expand Down Expand Up @@ -200,12 +200,12 @@ New Plugins
Filter
~~~~~~

- gpg_fingerprint - Retrieve a GPG fingerprint from a GPG public or private key
- community.crypto.gpg_fingerprint - Retrieve a GPG fingerprint from a GPG public or private key

Lookup
~~~~~~

- gpg_fingerprint - Retrieve a GPG fingerprint from a GPG public or private key file
- community.crypto.gpg_fingerprint - Retrieve a GPG fingerprint from a GPG public or private key file

v2.14.1
=======
Expand Down Expand Up @@ -348,12 +348,12 @@ New Plugins
Filter
~~~~~~

- openssl_csr_info - Retrieve information from OpenSSL Certificate Signing Requests (CSR)
- openssl_privatekey_info - Retrieve information from OpenSSL private keys
- openssl_publickey_info - Retrieve information from OpenSSL public keys in PEM format
- split_pem - Split PEM file contents into multiple objects
- x509_certificate_info - Retrieve information from X.509 certificates in PEM format
- x509_crl_info - Retrieve information from X.509 CRLs in PEM format
- community.crypto.openssl_csr_info - Retrieve information from OpenSSL Certificate Signing Requests (CSR)
- community.crypto.openssl_privatekey_info - Retrieve information from OpenSSL private keys
- community.crypto.openssl_publickey_info - Retrieve information from OpenSSL public keys in PEM format
- community.crypto.split_pem - Split PEM file contents into multiple objects
- community.crypto.x509_certificate_info - Retrieve information from X.509 certificates in PEM format
- community.crypto.x509_crl_info - Retrieve information from X.509 CRLs in PEM format

v2.9.0
======
Expand Down Expand Up @@ -652,8 +652,8 @@ Bugfixes
New Modules
-----------

- crypto_info - Retrieve cryptographic capabilities
- openssl_privatekey_convert - Convert OpenSSL private keys
- community.crypto.crypto_info - Retrieve cryptographic capabilities
- community.crypto.openssl_privatekey_convert - Convert OpenSSL private keys

v2.0.2
======
Expand Down Expand Up @@ -899,7 +899,7 @@ Bugfixes
New Modules
-----------

- openssl_publickey_info - Provide information for OpenSSL public keys
- community.crypto.openssl_publickey_info - Provide information for OpenSSL public keys

v1.6.2
======
Expand Down Expand Up @@ -1030,9 +1030,9 @@ Bugfixes
New Modules
-----------

- openssl_csr_pipe - Generate OpenSSL Certificate Signing Request (CSR)
- openssl_privatekey_pipe - Generate OpenSSL private keys without disk access
- x509_certificate_pipe - Generate and/or check OpenSSL certificates
- community.crypto.openssl_csr_pipe - Generate OpenSSL Certificate Signing Request (CSR)
- community.crypto.openssl_privatekey_pipe - Generate OpenSSL private keys without disk access
- community.crypto.x509_certificate_pipe - Generate and/or check OpenSSL certificates

v1.2.0
======
Expand Down Expand Up @@ -1108,8 +1108,8 @@ Bugfixes
New Modules
-----------

- openssl_signature - Sign data with openssl
- openssl_signature_info - Verify signatures with openssl
- community.crypto.openssl_signature - Sign data with openssl
- community.crypto.openssl_signature_info - Verify signatures with openssl

v1.0.0
======
Expand Down Expand Up @@ -1184,6 +1184,6 @@ Bugfixes
New Modules
-----------

- ecs_domain - Request validation of a domain with the Entrust Certificate Services (ECS) API
- x509_crl - Generate Certificate Revocation Lists (CRLs)
- x509_crl_info - Retrieve information on Certificate Revocation Lists (CRLs)
- community.crypto.ecs_domain - Request validation of a domain with the Entrust Certificate Services (ECS) API
- community.crypto.x509_crl - Generate Certificate Revocation Lists (CRLs)
- community.crypto.x509_crl_info - Retrieve information on Certificate Revocation Lists (CRLs)
3 changes: 3 additions & 0 deletions changelogs/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ sections:
- - known_issues
- Known Issues
title: Community Crypto
trivial_section_name: trivial
use_fqcn: true
add_plugin_period: true

0 comments on commit b4452d4

Please sign in to comment.