-
Notifications
You must be signed in to change notification settings - Fork 343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cloudformation: add support for DisableRollback to upadte stack #1681
cloudformation: add support for DisableRollback to upadte stack #1681
Conversation
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 15s |
changelogs/fragments/1681-cloudformation-add-support-for-disable_rollback-to-update.yml
Outdated
Show resolved
Hide resolved
5875d15
to
da5cd3b
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 26s |
da5cd3b
to
e5c6970
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 6m 19s |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 46s |
tests/integration/targets/cloudformation/tasks/test_disable_rollback.yml
Show resolved
Hide resolved
Build failed. ✔️ ansible-galaxy-importer SUCCESS in 5m 16s |
recheck |
tests/integration/targets/cloudformation/tasks/test_disable_rollback.yml
Show resolved
Hide resolved
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 32s |
changelogs/fragments/1681-cloudformation-add-support-for-disable_rollback-to-update.yml
Show resolved
Hide resolved
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 42s |
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 4m 17s |
Pull request merge failed: Resource not accessible by integration, You may need to manually rebase your PR and retry. |
763b0bb
to
5aafc37
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 38s |
Build failed (gate pipeline). For information on how to proceed, see https://ansible.softwarefactory-project.io/zuul/buildset/3c35a5818ddd4f9c90609e659cfea036 ✔️ ansible-galaxy-importer SUCCESS in 4m 13s |
regate |
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 4m 28s |
Backport to stable-5: 💚 backport PR created✅ Backport PR branch: Backported as #1726 🤖 @patchback |
cloudformation: add support for DisableRollback to upadte stack SUMMARY Update stack operation supports DisableRollback. Fixes #1655 ISSUE TYPE Bugfix Pull Request COMPONENT NAME cloudformation ADDITIONAL INFORMATION https://botocore.amazonaws.com/v1/documentation/api/latest/reference/services/cloudformation/client/update_stack.html Reviewed-by: Alina Buzachis Reviewed-by: Mandar Kulkarni <mandar242@gmail.com> Reviewed-by: Helen Bailey <hebailey@redhat.com> (cherry picked from commit 46e9dd4)
Backport to stable-6: 💚 backport PR created✅ Backport PR branch: Backported as #1727 🤖 @patchback |
cloudformation: add support for DisableRollback to upadte stack SUMMARY Update stack operation supports DisableRollback. Fixes #1655 ISSUE TYPE Bugfix Pull Request COMPONENT NAME cloudformation ADDITIONAL INFORMATION https://botocore.amazonaws.com/v1/documentation/api/latest/reference/services/cloudformation/client/update_stack.html Reviewed-by: Alina Buzachis Reviewed-by: Mandar Kulkarni <mandar242@gmail.com> Reviewed-by: Helen Bailey <hebailey@redhat.com> (cherry picked from commit 46e9dd4)
… (#1727) [PR #1681/46e9dd4a backport][stable-6] cloudformation: add support for DisableRollback to upadte stack This is a backport of PR #1681 as merged into main (46e9dd4). SUMMARY Update stack operation supports DisableRollback. Fixes #1655 ISSUE TYPE Bugfix Pull Request COMPONENT NAME cloudformation ADDITIONAL INFORMATION https://botocore.amazonaws.com/v1/documentation/api/latest/reference/services/cloudformation/client/update_stack.html Reviewed-by: Alina Buzachis
…ble-collections#1681) (ansible-collections#1727) [PR ansible-collections#1681/46e9dd4a backport][stable-6] cloudformation: add support for DisableRollback to upadte stack This is a backport of PR ansible-collections#1681 as merged into main (46e9dd4). SUMMARY Update stack operation supports DisableRollback. Fixes ansible-collections#1655 ISSUE TYPE Bugfix Pull Request COMPONENT NAME cloudformation ADDITIONAL INFORMATION https://botocore.amazonaws.com/v1/documentation/api/latest/reference/services/cloudformation/client/update_stack.html Reviewed-by: Alina Buzachis
v8.4.0 Major Changes ------------- fortinet.fortios - Improve the document for adding notes and examples in Q&A for modules using Integer number as the mkey. Minor Changes ------------- amazon.aws - cloudformation - Add support for ``disable_rollback`` to update stack operation (ansible-collections/amazon.aws#1681). - ec2_key - add support for new parameter ``file_name`` to save private key in when new key is created by AWS. When this option is provided the generated private key will be removed from the module return (ansible-collections/amazon.aws#1704). ansible.netcommon - Add a new cliconf plugin ``default`` that can be used when no cliconf plugin is found for a given network_os. This plugin only supports ``get()``. (ansible-collections/ansible.netcommon#569) - httpapi - Add additional option ``ca_path``, ``client_cert``, ``client_key``, and ``http_agent`` that are available in open_url but not to httpapi. (ansible-collections/ansible.netcommon#528) - telnet - add crlf option to send CRLF instead of just LF (ansible-collections/ansible.netcommon#440). ansible.utils - Add ipcut filter plugin.(ansible-collections/ansible.utils#251) - Add ipv6form filter plugin.(ansible-collections/ansible.utils#230) arista.eos - Add support for overridden operation in bgp_global resource module.
SUMMARY
Update stack operation supports
DisableRollback
.Fixes #1655
ISSUE TYPE
COMPONENT NAME
cloudformation
ADDITIONAL INFORMATION
https://botocore.amazonaws.com/v1/documentation/api/latest/reference/services/cloudformation/client/update_stack.html