-
Notifications
You must be signed in to change notification settings - Fork 398
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
Add version_description to ec2_launch_template #1763
Add version_description to ec2_launch_template #1763
Conversation
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
Build failed. ❌ ansible-galaxy-importer FAILURE in 4m 19s |
Build failed. ❌ ansible-galaxy-importer FAILURE in 4m 19s |
@markuman I'm finished. Please review it. |
Build failed. ✔️ ansible-galaxy-importer SUCCESS in 3m 52s |
Build failed. ❌ ansible-galaxy-importer FAILURE in 4m 14s |
changelogs/fragments/1763-ec2-launch-template-add-version-description.yml
Outdated
Show resolved
Hide resolved
Build failed. ❌ ansible-galaxy-importer FAILURE in 4m 38s |
recheck |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 50s |
@squirrel532 we need some darker formations. |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 57s |
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 4m 23s |
Backport to stable-5: 💚 backport PR created✅ Backport PR branch: Backported as #1770 🤖 @patchback |
Add version_description to ec2_launch_template SUMMARY Add version_description to ec2_launch_template module, which allows user update the VersionDescription of a launch template. Fix #1762 ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_launch_template ADDITIONAL INFORMATION Reviewed-by: Markus Bergholz <[email protected]> (cherry picked from commit 3c3698d)
[PR #1763/3c3698d7 backport][stable-5] Add version_description to ec2_launch_template This is a backport of PR #1763 as merged into main (3c3698d). SUMMARY Add version_description to ec2_launch_template module, which allows user update the VersionDescription of a launch template. Fix #1762 ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_launch_template ADDITIONAL INFORMATION Reviewed-by: Markus Bergholz <[email protected]>
[7.0.0] Bump minimum botocore requirements SUMMARY In line with policy bump minimum botocore requirement to 1.29.0 (released Nov 2022) in preparation for release 7.0.0 ISSUE TYPE Feature Pull Request COMPONENT NAME plugins/module_utils/botocore.py ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis
SUMMARY
Add
version_description
to ec2_launch_template module, which allows user update theVersionDescription
of a launch template.Fix #1762
ISSUE TYPE
COMPONENT NAME
ec2_launch_template
ADDITIONAL INFORMATION