Skip to content
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

Conversation

tremble
Copy link
Contributor

@tremble tremble commented Oct 10, 2022

SUMMARY

#1134 is kinda nasty, prepare 5.0.2 so we can get the fix out there.

ISSUE TYPE
  • Docs Pull Request
COMPONENT NAME

galaxy.yml

ADDITIONAL INFORMATION

@github-actions
Copy link

github-actions bot commented Oct 10, 2022

Docs Build 📝

Thank you for contribution!✨

This PR has been merged and your docs changes will be incorporated when they are next published.

@softwarefactory-project-zuul
Copy link
Contributor

Build succeeded.

✔️ ansible-galaxy-importer SUCCESS in 4m 23s
✔️ build-ansible-collection SUCCESS in 5m 13s
✔️ ansible-test-sanity-aws-ansible-python38 SUCCESS in 8m 35s
✔️ ansible-test-sanity-aws-ansible-2.12-python38 SUCCESS in 12m 14s
✔️ ansible-test-sanity-aws-ansible-2.13-python38 SUCCESS in 9m 52s
✔️ ansible-test-units-amazon-aws-python36 SUCCESS in 5m 16s
✔️ ansible-test-units-amazon-aws-python38 SUCCESS in 6m 44s
✔️ ansible-test-units-amazon-aws-python39 SUCCESS in 7m 38s
✔️ cloud-tox-py3 SUCCESS in 3m 09s

@tremble tremble added the mergeit Merge the PR (SoftwareFactory) label Oct 10, 2022
@softwarefactory-project-zuul
Copy link
Contributor

Build succeeded (gate pipeline).

✔️ ansible-galaxy-importer SUCCESS in 4m 12s
✔️ build-ansible-collection SUCCESS in 5m 22s
✔️ ansible-test-sanity-aws-ansible-python38 SUCCESS in 10m 19s
✔️ ansible-test-sanity-aws-ansible-2.12-python38 SUCCESS in 11m 23s
✔️ ansible-test-sanity-aws-ansible-2.13-python38 SUCCESS in 11m 59s
✔️ ansible-test-units-amazon-aws-python36 SUCCESS in 6m 39s
✔️ ansible-test-units-amazon-aws-python38 SUCCESS in 6m 07s
✔️ ansible-test-units-amazon-aws-python39 SUCCESS in 6m 24s
✔️ cloud-tox-py3 SUCCESS in 3m 06s

@softwarefactory-project-zuul softwarefactory-project-zuul bot merged commit f9751fa into ansible-collections:stable-5 Oct 10, 2022
tremble added a commit to tremble/amazon.aws that referenced this pull request Oct 11, 2022
- 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)
softwarefactory-project-zuul bot pushed a commit that referenced this pull request Oct 12, 2022
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>
patchback bot pushed a commit that referenced this pull request Oct 12, 2022
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)
softwarefactory-project-zuul bot pushed a commit that referenced this pull request Oct 12, 2022
[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>
saito-hideki pushed a commit to saito-hideki/amazon.aws that referenced this pull request Oct 18, 2022
…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
@tremble tremble deleted the release/5.0.2/prepare branch October 21, 2022 07:33
abikouo pushed a commit to abikouo/amazon.aws that referenced this pull request Sep 18, 2023
…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
abikouo pushed a commit to abikouo/amazon.aws that referenced this pull request Sep 18, 2023
…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
abikouo pushed a commit to abikouo/amazon.aws that referenced this pull request Oct 24, 2023
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants