-
Notifications
You must be signed in to change notification settings - Fork 350
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
Prepare 5.0.2 release #1143
Prepare 5.0.2 release #1143
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 succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 23s |
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 4m 12s |
f9751fa
into
ansible-collections:stable-5
- Prepare 3.5.0 release (ansible-collections#1124) - Prepare release 4.3.0 (ansible-collections#1125) - Prepare 5.0.1 with minor bugfixes (ansible-collections#1123) - Prepare 5.0.2 release (ansible-collections#1143)
Merge release changelogs into main branch SUMMARY Cherrypicks from: Prepare 3.5.0 release (#1124) Prepare release 4.3.0 (#1125) Prepare 5.0.1 with minor bugfixes (#1123) Prepare 5.0.2 release (#1143) ISSUE TYPE Docs Pull Request COMPONENT NAME Merge in the changelogs from 3.5.0, 4.3.0, 5.0.1 and 5.0.2 into the main changelog ADDITIONAL INFORMATION Reviewed-by: Gonéri Le Bouder <goneri@lebouder.net>
Merge release changelogs into main branch SUMMARY Cherrypicks from: Prepare 3.5.0 release (#1124) Prepare release 4.3.0 (#1125) Prepare 5.0.1 with minor bugfixes (#1123) Prepare 5.0.2 release (#1143) ISSUE TYPE Docs Pull Request COMPONENT NAME Merge in the changelogs from 3.5.0, 4.3.0, 5.0.1 and 5.0.2 into the main changelog ADDITIONAL INFORMATION Reviewed-by: Gonéri Le Bouder <goneri@lebouder.net> (cherry picked from commit 9bb8dac)
[PR #1158/9bb8dac4 backport][stable-5] Merge release changelogs into main branch This is a backport of PR #1158 as merged into main (9bb8dac). SUMMARY Cherrypicks from: Prepare 3.5.0 release (#1124) Prepare release 4.3.0 (#1125) Prepare 5.0.1 with minor bugfixes (#1123) Prepare 5.0.2 release (#1143) ISSUE TYPE Docs Pull Request COMPONENT NAME Merge in the changelogs from 3.5.0, 4.3.0, 5.0.1 and 5.0.2 into the main changelog ADDITIONAL INFORMATION Reviewed-by: Mark Chappell <None>
…thout updating existing health check (ansible-collections#1143) * Add health_check_name / name parameter support to naming health checks during creation * Handle create/update when health_check when name is unique identifier * Fix bug: tags not specified but name is specified resulting in python error * Add integration tests for as unique identifier * code cleanup to remove redundant usage of manage_tags * Feat: ability to Update and Delete health checks by ID * Add integration tests for testing update/delete health check by ID * Minor fix, improve login to handle find_health_check() call * Use required_together param * Added changelogs fragment * use fqdn for examples, fix changelog variable names This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@8d3fec8
…thout updating existing health check (ansible-collections#1143) * Add health_check_name / name parameter support to naming health checks during creation * Handle create/update when health_check when name is unique identifier * Fix bug: tags not specified but name is specified resulting in python error * Add integration tests for as unique identifier * code cleanup to remove redundant usage of manage_tags * Feat: ability to Update and Delete health checks by ID * Add integration tests for testing update/delete health check by ID * Minor fix, improve login to handle find_health_check() call * Use required_together param * Added changelogs fragment * use fqdn for examples, fix changelog variable names
…thout updating existing health check (ansible-collections#1143) * Add health_check_name / name parameter support to naming health checks during creation * Handle create/update when health_check when name is unique identifier * Fix bug: tags not specified but name is specified resulting in python error * Add integration tests for as unique identifier * code cleanup to remove redundant usage of manage_tags * Feat: ability to Update and Delete health checks by ID * Add integration tests for testing update/delete health check by ID * Minor fix, improve login to handle find_health_check() call * Use required_together param * Added changelogs fragment * use fqdn for examples, fix changelog variable names
…thout updating existing health check (ansible-collections#1143) * Add health_check_name / name parameter support to naming health checks during creation * Handle create/update when health_check when name is unique identifier * Fix bug: tags not specified but name is specified resulting in python error * Add integration tests for as unique identifier * code cleanup to remove redundant usage of manage_tags * Feat: ability to Update and Delete health checks by ID * Add integration tests for testing update/delete health check by ID * Minor fix, improve login to handle find_health_check() call * Use required_together param * Added changelogs fragment * use fqdn for examples, fix changelog variable names
SUMMARY
#1134 is kinda nasty, prepare 5.0.2 so we can get the fix out there.
ISSUE TYPE
COMPONENT NAME
galaxy.yml
ADDITIONAL INFORMATION