Porting guide (#67)
* Add changelog fragments for community.crypto related things from ansible/ansible's 2.10 porting guide. * Update gitignore.pull/72/head
parent
15288753cb
commit
54e9de26b3
|
@ -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
|
# 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
|
# Edit at https://www.gitignore.io/?templates=git,linux,pydev,python,windows,pycharm+all,jupyternotebook,vim,webstorm,emacs,dotenv
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
deprecated_features:
|
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:
|
bugfixes:
|
||||||
- "openssl_csr - a warning is issued if an unsupported value for ``version`` is used for the ``cryptography`` backend."
|
- "openssl_csr - a warning is issued if an unsupported value for ``version`` is used for the ``cryptography`` backend."
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
removed_features:
|
||||||
|
- "The ``letsencrypt`` module has been removed. Use ``acme_certificate`` instead."
|
|
@ -27,3 +27,4 @@ issues: https://github.com/ansible-collections/community.crypto/issues
|
||||||
build_ignore:
|
build_ignore:
|
||||||
- 'community-crypto-*.tar.gz'
|
- 'community-crypto-*.tar.gz'
|
||||||
- .gitignore
|
- .gitignore
|
||||||
|
- changelogs/.plugin-cache.yaml
|
||||||
|
|
Loading…
Reference in New Issue