mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-03-26 21:33:25 +00:00
Porting guide (#67)
* Add changelog fragments for community.crypto related things from ansible/ansible's 2.10 porting guide. * Update gitignore.
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -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
|
||||
|
||||
@@ -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."
|
||||
|
||||
2
changelogs/fragments/letsencrypt.yml
Normal file
2
changelogs/fragments/letsencrypt.yml
Normal file
@@ -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:
|
||||
- 'community-crypto-*.tar.gz'
|
||||
- .gitignore
|
||||
- changelogs/.plugin-cache.yaml
|
||||
|
||||
Reference in New Issue
Block a user