dimension-sh / infra

Ansbile playbooks for Host configuration
MIT License
3 stars 0 forks source link

Update dependency community.crypto to v2.17.1 #149

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
community.crypto galaxy-collection patch 2.17.0 -> 2.17.1

Release Notes

ansible-collections/community.crypto (community.crypto) ### [`v2.17.1`](https://togithub.com/ansible-collections/community.crypto/blob/HEAD/CHANGELOG.rst#v2171) [Compare Source](https://togithub.com/ansible-collections/community.crypto/compare/2.17.0...2.17.1) \======= ## Release Summary Bugfix release for compatibility with cryptography 42.0.0. ## Bugfixes - openssl_dhparam - was using an internal function instead of the public API to load DH param files when using the `cryptography` backend. The internal function was removed in cryptography 42.0.0. The module now uses the public API, which has been available since support for DH params was added to cryptography ([https://github.com/ansible-collections/community.crypto/pull/698](https://togithub.com/ansible-collections/community.crypto/pull/698)). - openssl_privatekey_info - `check_consistency=true` no longer works for RSA keys with cryptography 42.0.0+ ([https://github.com/ansible-collections/community.crypto/pull/701](https://togithub.com/ansible-collections/community.crypto/pull/701)). - openssl_privatekey_info - `check_consistency=true` now reports a warning if it cannot determine consistency ([https://github.com/ansible-collections/community.crypto/pull/705](https://togithub.com/ansible-collections/community.crypto/pull/705)).

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 Mend Renovate. View repository job log here.