forked from ansible-collections/amazon.aws
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[5.0.0] iam_server_cerificate - complete deprecation cycle and remove…
… support (ansible-collections#1265) [5.0.0] iam_server_cerificate - complete deprecation cycles SUMMARY fixes: ansible-collections#1257 In ansible-collections#735 we deprecated passing filenames and prepared to switch the default value of dup_ok to True. This PR completes the deprecation cycle (1 release late) ISSUE TYPE Feature Pull Request COMPONENT NAME iam_server_certificate ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis <None>
- Loading branch information
Showing
3 changed files
with
27 additions
and
71 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
changelogs/fragments/1265-iam_server_cerificate_deprecations.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
breaking_changes: | ||
- iam_server_certificate - Passing file names to the ``cert``, ``chain_cert`` | ||
and ``key`` parameters has been removed. We recommend using a lookup plugin | ||
to read the files instead, see the documentation for an example | ||
(https://github.com/ansible-collections/community.aws/pull/1265). | ||
- iam_server_certificate - the default value for the ``dup_ok`` parameter has | ||
been changed to ``true``. To preserve the original behaviour explicitly set | ||
the ``dup_ok`` parameter to ``false`` | ||
(https://github.com/ansible-collections/community.aws/pull/1265). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters