Porting guide (#67)

* Add changelog fragments for community.crypto related things from ansible/ansible's 2.10 porting guide.

* Update gitignore.
pull/72/head
Felix Fontein 2020-06-15 22:26:17 +02:00 committed by GitHub
parent 15288753cb
commit 54e9de26b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 1 deletions

3
.gitignore vendored
View File

@ -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

View File

@ -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."

View File

@ -0,0 +1,2 @@
removed_features:
- "The ``letsencrypt`` module has been removed. Use ``acme_certificate`` instead."

View File

@ -27,3 +27,4 @@ issues: https://github.com/ansible-collections/community.crypto/issues
build_ignore:
- 'community-crypto-*.tar.gz'
- .gitignore
- changelogs/.plugin-cache.yaml