ricsanfre / pi-cluster

Pi Kubernetes Cluster. Homelab kubernetes cluster automated with Ansible and ArgoCD
https://picluster.ricsanfre.com
MIT License
376 stars 59 forks source link

Update dependency community.crypto to v2.17.1 - autoclosed #272

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 8 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
community.crypto galaxy-collection minor 2.16.1 -> 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)). ### [`v2.17.0`](https://togithub.com/ansible-collections/community.crypto/blob/HEAD/CHANGELOG.rst#v2170) [Compare Source](https://togithub.com/ansible-collections/community.crypto/compare/2.16.2...2.17.0) \======= ## Release Summary Feature release. ## Minor Changes - luks_device - add allow discards option ([https://github.com/ansible-collections/community.crypto/pull/693](https://togithub.com/ansible-collections/community.crypto/pull/693)). ### [`v2.16.2`](https://togithub.com/ansible-collections/community.crypto/blob/HEAD/CHANGELOG.rst#v2162) [Compare Source](https://togithub.com/ansible-collections/community.crypto/compare/2.16.1...2.16.2) \======= ## Release Summary Bugfix release. ## Bugfixes - acme_\* modules - directly react on bad return data for account creation/retrieval/updating requests [https://github.com/ansible-collections/community.crypto/pull/682](https://togithub.com/ansible-collections/community.crypto/pull/682)2). - acme_\* modules - fix improved error reporting in case of socket errors, bad status lines, and unknown connection errors [https://github.com/ansible-collections/community.crypto/pull/684](https://togithub.com/ansible-collections/community.crypto/pull/684)4). - acme_\* modules - increase number of retries from 5 to 10 to increase stability with unstable ACME endpoints [https://github.com/ansible-collections/community.crypto/pull/685](https://togithub.com/ansible-collections/community.crypto/pull/685)5). - acme_\* modules - make account registration handling more flexible to accept 404 instead of 400 send by DigiCert's ACME endpoint when an account does not exist [https://github.com/ansible-collections/community.crypto/pull/681](https://togithub.com/ansible-collections/community.crypto/pull/681)1).

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.