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

[3.0.0] Add deprecation notice for boto support. #575

Merged
merged 1 commit into from
Nov 26, 2021

Conversation

tremble
Copy link
Contributor

@tremble tremble commented Nov 24, 2021

SUMMARY

The last of our boto modules have either been migrated to boto3/botocore or are deprecated and slated for removal in release 4.0.0. Add a deprecation notice for the boto support code in module_utils.

ISSUE TYPE
  • Docs Pull Request
COMPONENT NAME

module_utils/

ADDITIONAL INFORMATION
$ grep -rl 'boto\.' */aws/{plugins,scripts}/ | grep '\.py'
amazon/aws/plugins/doc_fragments/aws.py
amazon/aws/plugins/module_utils/ec2.py
amazon/aws/plugins/modules/ec2.py
community/aws/plugins/modules/ec2_elb_info.py
community/aws/plugins/modules/iam.py
community/aws/plugins/modules/rds.py
community/aws/scripts/inventory/ec2.py
  • amazon.aws.ec2 module - deprecated - removed_in: 4.0.0
  • community.aws.ec2_elb_info module - deprecated - removed_in: 3.0.0
  • community.aws.iam module - deprecated - removed_in: 3.0.0
  • community.aws.rds module - deprecated - removed_in: 3.0.0
  • ec2 inventory script - deprecated

@tremble tremble added the gate label Nov 26, 2021
Copy link
Contributor

@ansible-zuul ansible-zuul bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@ansible-zuul ansible-zuul bot merged commit 8a44435 into ansible-collections:main Nov 26, 2021
@tremble tremble deleted the boto/deprecate branch January 28, 2022 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants