-
Notifications
You must be signed in to change notification settings - Fork 398
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[7.0.0] Bump botocore requirements (#1968)
[7.0.0] Bump botocore requirements SUMMARY In line with ansible-collections/amazon.aws#1763 bump our botocore requirements for 7.0.0 ISSUE TYPE Feature Pull Request COMPONENT NAME README.md changelogs/fragments/botocore.yml changelogs/fragments/python37.yml plugins/modules/dynamodb_table.py plugins/modules/ec2_launch_template.py plugins/modules/networkfirewall_policy.py plugins/modules/networkfirewall_rule_group.py plugins/modules/networkfirewall_rule_group_info.py plugins/modules/opensearch.py plugins/modules/opensearch_info.py plugins/modules/s3_lifecycle.py plugins/modules/wafv2_web_acl.py requirements.txt tests/config.yml tests/integration/constraints.txt tests/unit/constraints.txt ADDITIONAL INFORMATION Deliberately links to the amazon.aws PR to avoid duplicating the reasons. Reviewed-by: Alina Buzachis
- Loading branch information
Showing
17 changed files
with
51 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
breaking_changes: | ||
- The community.aws collection has dropped support for ``botocore<1.29.0`` and | ||
``boto3<1.26.0``. Most modules will continue to work with older versions of the AWS SDK, however | ||
compatability with older versions of the SDK is not guaranteed and will not be tested. When using | ||
older versions of the SDK a warning will be emitted by Ansible | ||
(https://github.com/ansible-collections/amazon.aws/pull/1763). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
breaking_changes: | ||
- community.aws collection - due to the AWS SDKs announcing the end of support | ||
for Python less than 3.7 (https://aws.amazon.com/blogs/developer/python-support-policy-updates-for-aws-sdks-and-tools/) | ||
support for Python less than 3.7 by this collection wss been deprecated in release 6.0.0 and removed in release 7.0.0. | ||
(https://github.com/ansible-collections/amazon.aws/pull/1763). | ||
|
||
# We've already announced the deprecation for <3.8 (with 6.0.0), dropping support for <3.9 on ours side will happen | ||
# after April 2026. This is about 2 years + 5 months away assuming a November 7.0.0 release, we could announce | ||
# the deprecation now, but assuming we release 8.0.0 in about 6 months a just short of 2 year | ||
# deprecation feels fine given it's predictable. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
modules: | ||
python_requires: '>=3.6' | ||
python_requires: '>=3.7' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Specifically run tests against the oldest versions that we support | ||
boto3==1.22.0 | ||
botocore==1.25.0 | ||
botocore==1.29.0 | ||
boto3==1.26.0 | ||
|
||
# AWS CLI has `botocore==` dependencies, provide the one that matches botocore | ||
# to avoid needing to download over a years worth of awscli wheels. | ||
awscli==1.23.0 | ||
awscli==1.27.0 | ||
|
||
# AWS CLI depends on PyYAML <5.5,>=3.10; the latest PyYAML release in that range, 5.4.1, fails to install. | ||
# Use a version in that range that is known to work (https://github.com/yaml/pyyaml/issues/736) | ||
PyYAML==5.3.1 | ||
PyYAML==5.3.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Specifically run tests against the oldest versions that we support | ||
boto3==1.22.0 | ||
botocore==1.25.0 | ||
botocore==1.29.0 | ||
boto3==1.26.0 | ||
|
||
# AWS CLI has `botocore==` dependencies, provide the one that matches botocore | ||
# to avoid needing to download over a years worth of awscli wheels. | ||
awscli==1.23.0 | ||
awscli==1.27.0 |