-
Notifications
You must be signed in to change notification settings - Fork 398
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
Remove use of ignored boto3 parameter #2075
Remove use of ignored boto3 parameter #2075
Conversation
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 56s (non-voting) |
Build succeeded (gate pipeline). ❌ ansible-galaxy-importer FAILURE in 5m 58s (non-voting) |
b5d4ea7
into
ansible-collections:main
Backport to stable-7: 💚 backport PR created✅ Backport PR branch: Backported as #2076 🤖 @patchback |
Remove use of ignored boto3 parameter SUMMARY get_ec2_security_group_ids_from_names() has ignored the boto3 parameter since release 4.0.0, drop the use. ISSUE TYPE Feature Pull Request COMPONENT NAME plugins/modules/glue_connection.py plugins/modules/autoscaling_launch_config.py ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis (cherry picked from commit b5d4ea7)
[PR #2075/b5d4ea70 backport][stable-7] Remove use of ignored boto3 parameter This is a backport of PR #2075 as merged into main (b5d4ea7). SUMMARY get_ec2_security_group_ids_from_names() has ignored the boto3 parameter since release 4.0.0, drop the use. ISSUE TYPE Feature Pull Request COMPONENT NAME plugins/modules/glue_connection.py plugins/modules/autoscaling_launch_config.py ADDITIONAL INFORMATION Reviewed-by: Mark Chappell
Deprecate ignored boto3 parameters SUMMARY module_utils.botocore.get_aws_region(), module_utils.botocore.get_aws_connection_info() and module_utils.ec2.get_ec2_security_group_ids_from_names() currently have boto3 parameters which default to None, and do nothing. This is a leftover from dropping support for the old boto SDK back in release 4.0.0. Start the cleanup process and deprecate the parameter. ISSUE TYPE Feature Pull Request COMPONENT NAME plugins/module_utils/botocore.py plugins/module_utils/ec2.py plugins/module_utils/elbv2.py plugins/module_utils/modules.py plugins/modules/ec2_eni.py ADDITIONAL INFORMATION (see also ansible-collections/community.aws#2075) Reviewed-by: Alina Buzachis
Deprecate ignored boto3 parameters SUMMARY module_utils.botocore.get_aws_region(), module_utils.botocore.get_aws_connection_info() and module_utils.ec2.get_ec2_security_group_ids_from_names() currently have boto3 parameters which default to None, and do nothing. This is a leftover from dropping support for the old boto SDK back in release 4.0.0. Start the cleanup process and deprecate the parameter. ISSUE TYPE Feature Pull Request COMPONENT NAME plugins/module_utils/botocore.py plugins/module_utils/ec2.py plugins/module_utils/elbv2.py plugins/module_utils/modules.py plugins/modules/ec2_eni.py ADDITIONAL INFORMATION (see also ansible-collections/community.aws#2075) Reviewed-by: Alina Buzachis (cherry picked from commit cd455f0)
Deprecate ignored boto3 parameters SUMMARY module_utils.botocore.get_aws_region(), module_utils.botocore.get_aws_connection_info() and module_utils.ec2.get_ec2_security_group_ids_from_names() currently have boto3 parameters which default to None, and do nothing. This is a leftover from dropping support for the old boto SDK back in release 4.0.0. Start the cleanup process and deprecate the parameter. ISSUE TYPE Feature Pull Request COMPONENT NAME plugins/module_utils/botocore.py plugins/module_utils/ec2.py plugins/module_utils/elbv2.py plugins/module_utils/modules.py plugins/modules/ec2_eni.py ADDITIONAL INFORMATION (see also ansible-collections/community.aws#2075) Reviewed-by: Alina Buzachis (cherry picked from commit cd455f0)
Deprecate ignored boto3 parameters SUMMARY module_utils.botocore.get_aws_region(), module_utils.botocore.get_aws_connection_info() and module_utils.ec2.get_ec2_security_group_ids_from_names() currently have boto3 parameters which default to None, and do nothing. This is a leftover from dropping support for the old boto SDK back in release 4.0.0. Start the cleanup process and deprecate the parameter. ISSUE TYPE Feature Pull Request COMPONENT NAME plugins/module_utils/botocore.py plugins/module_utils/ec2.py plugins/module_utils/elbv2.py plugins/module_utils/modules.py plugins/modules/ec2_eni.py ADDITIONAL INFORMATION (see also ansible-collections/community.aws#2075) Reviewed-by: Alina Buzachis (cherry picked from commit cd455f0) Co-authored-by: Mark Chappell <[email protected]>
SUMMARY
get_ec2_security_group_ids_from_names() has ignored the boto3 parameter since release 4.0.0, drop the use.
ISSUE TYPE
COMPONENT NAME
plugins/modules/glue_connection.py
plugins/modules/autoscaling_launch_config.py
ADDITIONAL INFORMATION