Update dependency community.crypto to v2.3.0 #32
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.2.4
->2.3.0
Release Notes
ansible-collections/community.crypto
v2.3.0
Compare Source
======
Release Summary
Feature and bugfix release.
Minor Changes
cryptography >= 37.0.0
in your Execution Environment's Python dependencies file (Add EE support ansible-collections/community.crypto#440).community.crypto.openssl_csr
, these will automatically be converted to IDNA. Conversion will be done per label to IDNA2008 if possible, and IDNA2003 if IDNA2008 conversion fails for that label. Note that IDNA conversion requiresthe Python idna library <https://pypi.org/project/idna/>
_ to be installed. Please note that depending on which versions of the cryptography library are used, it could try to process the converted IDNA another time with the Pythonidna
library and reject IDNA2003 encoded values. Using a new enoughcryptography
version avoids this (Parameter to switch between Punycode and Unicode ansible-collections/community.crypto#426, Improve handling of IDNA/Unicode domains ansible-collections/community.crypto#436).request_timeout
to manage HTTP(S) request timeout (Acme_* modules should have configurable timeouts ansible-collections/community.crypto#447, Make request timeout configurable for all acme modules ansible-collections/community.crypto#448).perf_same_cpu_crypt
,perf_submit_from_crypt_cpus
,perf_no_read_workqueue
,perf_no_write_workqueue
for performance tuning when opening LUKS2 containers (Allow additional options to the cryptsetup ansible-collections/community.crypto#427).persistent
option when opening LUKS2 containers (Add persistent and perf options to the luks_device ansible-collections/community.crypto#434).name_encoding
option to control the encoding (IDNA, Unicode) used to return domain names in general names (Improve handling of IDNA/Unicode domains ansible-collections/community.crypto#436).name_encoding
option to control the encoding (IDNA, Unicode) used to return domain names in general names (Improve handling of IDNA/Unicode domains ansible-collections/community.crypto#436).name_encoding
option to control the encoding (IDNA, Unicode) used to return domain names in general names (Improve handling of IDNA/Unicode domains ansible-collections/community.crypto#436).name_encoding
option to control the encoding (IDNA, Unicode) used to return domain names in general names (Improve handling of IDNA/Unicode domains ansible-collections/community.crypto#436).Bugfixes
issuer
for a revoked certificate is specified (Fix crash in x509_crl when certificate issuer is specified ansible-collections/community.crypto#441).Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.