diff --git a/.gitignore b/.gitignore index c6fc14ad..8bdeeb59 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Community.crypt specific things +/changelogs/.plugin-cache.yaml + # Created by https://www.gitignore.io/api/git,linux,pydev,python,windows,pycharm+all,jupyternotebook,vim,webstorm,emacs,dotenv # Edit at https://www.gitignore.io/?templates=git,linux,pydev,python,windows,pycharm+all,jupyternotebook,vim,webstorm,emacs,dotenv diff --git a/changelogs/fragments/63432-openssl_csr-version.yml b/changelogs/fragments/63432-openssl_csr-version.yml index c080a31f..771f44cc 100644 --- a/changelogs/fragments/63432-openssl_csr-version.yml +++ b/changelogs/fragments/63432-openssl_csr-version.yml @@ -1,4 +1,4 @@ deprecated_features: -- "openssl_csr - all values for the ``version`` option except ``1`` are deprecated." +- "openssl_csr - all values for the ``version`` option except ``1`` are deprecated. The value 1 denotes the current only standardized CSR version." bugfixes: - "openssl_csr - a warning is issued if an unsupported value for ``version`` is used for the ``cryptography`` backend." diff --git a/changelogs/fragments/letsencrypt.yml b/changelogs/fragments/letsencrypt.yml new file mode 100644 index 00000000..1920b6c9 --- /dev/null +++ b/changelogs/fragments/letsencrypt.yml @@ -0,0 +1,2 @@ +removed_features: +- "The ``letsencrypt`` module has been removed. Use ``acme_certificate`` instead." diff --git a/galaxy.yml b/galaxy.yml index c610ea21..928ad7b7 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -27,3 +27,4 @@ issues: https://github.com/ansible-collections/community.crypto/issues build_ignore: - 'community-crypto-*.tar.gz' - .gitignore + - changelogs/.plugin-cache.yaml