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

Bump botocore requirements #934

Merged

Conversation

tremble
Copy link
Contributor

@tremble tremble commented Jul 18, 2022

SUMMARY

Inline with the documented policy, bump botocore (and boto3/awscli) requirements for main branch

ISSUE TYPE
  • Feature Pull Request
COMPONENT NAME

README.md
plugins/module_utils/modules.py
requirements.txt
tests/integration/constraints.txt
tests/unit/constraints.txt

ADDITIONAL INFORMATION

(community.aws PRs will follow after the amazon.aws PRs are approved)

[✔ mchappel@mchappel botocore] $ git show 1.21.0
tag 1.21.0
Tagger: aws-sdk-python-automation <github-aws-sdk-python-automation@amazon.com>
Date:   Thu Jul 15 18:08:47 2021 +0000

Tagging 1.21.0 release.

@tremble tremble added the do_not_backport This PR should not be backported to stable- branches unless absolutely necessary label Jul 18, 2022
@github-actions
Copy link

github-actions bot commented Jul 18, 2022

Docs Build 📝

Thank you for contribution!✨

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

@ansibullbot ansibullbot added community_review feature This issue/PR relates to a feature request integration tests/integration module_utils module_utils plugins plugin (any type) tests tests labels Jul 18, 2022
@softwarefactory-project-zuul
Copy link
Contributor

Build succeeded.

✔️ ansible-galaxy-importer SUCCESS in 4m 26s
✔️ build-ansible-collection SUCCESS in 5m 24s
✔️ ansible-test-sanity-aws-ansible-python38 SUCCESS in 10m 37s
✔️ ansible-test-sanity-aws-ansible-2.12-python38 SUCCESS in 8m 54s
✔️ ansible-test-sanity-aws-ansible-2.13-python38 SUCCESS in 11m 43s
✔️ ansible-test-units-amazon-aws-python38 SUCCESS in 6m 08s
✔️ ansible-test-units-amazon-aws-python39 SUCCESS in 6m 31s
✔️ ansible-test-splitter SUCCESS in 2m 31s
⚠️ integration-amazon.aws-1 SKIPPED
⚠️ integration-amazon.aws-2 SKIPPED
⚠️ integration-amazon.aws-3 SKIPPED
⚠️ integration-amazon.aws-4 SKIPPED
⚠️ integration-amazon.aws-5 SKIPPED
⚠️ integration-amazon.aws-6 SKIPPED
⚠️ integration-amazon.aws-7 SKIPPED
⚠️ integration-amazon.aws-8 SKIPPED
⚠️ integration-amazon.aws-9 SKIPPED
⚠️ integration-amazon.aws-10 SKIPPED
⚠️ integration-amazon.aws-11 SKIPPED
⚠️ integration-amazon.aws-12 SKIPPED
⚠️ integration-amazon.aws-13 SKIPPED
✔️ integration-community.aws-1 SUCCESS in 47m 51s
✔️ integration-community.aws-2 SUCCESS in 23m 26s
⚠️ integration-community.aws-3 SKIPPED
⚠️ integration-community.aws-4 SKIPPED
⚠️ integration-community.aws-5 SKIPPED
⚠️ integration-community.aws-6 SKIPPED
⚠️ integration-community.aws-7 SKIPPED
⚠️ integration-community.aws-8 SKIPPED
⚠️ integration-community.aws-9 SKIPPED
⚠️ integration-community.aws-10 SKIPPED
⚠️ integration-community.aws-11 SKIPPED
⚠️ integration-community.aws-12 SKIPPED
⚠️ integration-community.aws-13 SKIPPED

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

Build succeeded (gate pipeline).

✔️ ansible-galaxy-importer SUCCESS in 4m 34s
✔️ build-ansible-collection SUCCESS in 5m 05s
✔️ ansible-test-sanity-aws-ansible-python38 SUCCESS in 9m 52s
✔️ ansible-test-sanity-aws-ansible-2.12-python38 SUCCESS in 10m 34s
✔️ ansible-test-sanity-aws-ansible-2.13-python38 SUCCESS in 12m 17s
✔️ ansible-test-units-amazon-aws-python38 SUCCESS in 7m 25s
✔️ ansible-test-units-amazon-aws-python39 SUCCESS in 6m 12s
✔️ ansible-test-splitter SUCCESS in 2m 45s
⚠️ integration-amazon.aws-1 SKIPPED
⚠️ integration-amazon.aws-2 SKIPPED
⚠️ integration-amazon.aws-3 SKIPPED
⚠️ integration-amazon.aws-4 SKIPPED
⚠️ integration-amazon.aws-5 SKIPPED
⚠️ integration-amazon.aws-6 SKIPPED
⚠️ integration-amazon.aws-7 SKIPPED
⚠️ integration-amazon.aws-8 SKIPPED
⚠️ integration-amazon.aws-9 SKIPPED
⚠️ integration-amazon.aws-10 SKIPPED
⚠️ integration-amazon.aws-11 SKIPPED
⚠️ integration-amazon.aws-12 SKIPPED
⚠️ integration-amazon.aws-13 SKIPPED
✔️ integration-community.aws-1 SUCCESS in 49m 56s
✔️ integration-community.aws-2 SUCCESS in 24m 45s
⚠️ integration-community.aws-3 SKIPPED
⚠️ integration-community.aws-4 SKIPPED
⚠️ integration-community.aws-5 SKIPPED
⚠️ integration-community.aws-6 SKIPPED
⚠️ integration-community.aws-7 SKIPPED
⚠️ integration-community.aws-8 SKIPPED
⚠️ integration-community.aws-9 SKIPPED
⚠️ integration-community.aws-10 SKIPPED
⚠️ integration-community.aws-11 SKIPPED
⚠️ integration-community.aws-12 SKIPPED
⚠️ integration-community.aws-13 SKIPPED

@softwarefactory-project-zuul softwarefactory-project-zuul bot merged commit 5c0c94d into ansible-collections:main Jul 18, 2022
softwarefactory-project-zuul bot pushed a commit that referenced this pull request Jul 19, 2022
Fix botocore bump changelog link

SUMMARY
Mistake in the changelog got #934
ISSUE TYPE

Docs Pull Request

COMPONENT NAME
changelogs/fragments/botocore.yml
ADDITIONAL INFORMATION

Reviewed-by: Joseph Torcasso <None>
Reviewed-by: Alina Buzachis <None>
Reviewed-by: Bikouo Aubin <None>
softwarefactory-project-zuul bot pushed a commit to ansible-collections/community.aws that referenced this pull request Jul 19, 2022
Bump minimum botocore version

SUMMARY
Inline with the documented policy, bump botocore (and boto3/awscli) requirements for main branch
ISSUE TYPE

Feature Pull Request

COMPONENT NAME
README.md
requirements.txt
tests/integration/constraints.txt
tests/unit/constraints.txt
ADDITIONAL INFORMATION
[✔ mchappel@mchappel botocore] $ git show 1.21.0
tag 1.21.0
Tagger: aws-sdk-python-automation <github-aws-sdk-python-automation@amazon.com>
Date:   Thu Jul 15 18:08:47 2021 +0000

Tagging 1.21.0 release.

See also ansible-collections/amazon.aws#934

Reviewed-by: Joseph Torcasso <None>
@tremble tremble deleted the botocore/1.21.0 branch September 9, 2022 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community_review do_not_backport This PR should not be backported to stable- branches unless absolutely necessary feature This issue/PR relates to a feature request integration tests/integration mergeit Merge the PR (SoftwareFactory) module_utils module_utils plugins plugin (any type) tests tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants