You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iam_cert and rds_snapshot aliases were slated for removal in 4.0.0
Do this as two PRs:
Bump the deprecation to 5.0.0 (backport to stable-4)
Remove the deprecations in 5.0.0
Issue Type
Bug Report
Component Name
iam_cert
rds_snapshot
Ansible Version
CI
Collection Versions
CI
AWS SDK versions
$ pip show boto boto3 botocore
Configuration
CI
OS / Environment
CI
Steps to Reproduce
Run sanity tests without ignore entries
Expected Results
No errors
Actual Results
2022-06-24 08:03:21.979896 | controller | ERROR: meta/runtime.yml:0:0: The deprecation removal_version ('4.0.0') must be after the current version (SemanticVersion('4.0.1-dev1')) for dictionary value @ data['plugin_routing']['modules']['iam_cert']['deprecation']['removal_version']. Got '4.0.0'
2022-06-24 08:03:21.979922 | controller | ERROR: meta/runtime.yml:0:0: The deprecation removal_version ('4.0.0') must be after the current version (SemanticVersion('4.0.1-dev1')) for dictionary value @ data['plugin_routing']['modules']['rds_snapshot']['deprecation']['removal_version']. Got '4.0.0'
Code of Conduct
I agree to follow the Ansible Code of Conduct
The text was updated successfully, but these errors were encountered:
…ctions#1256)
Wait for ec2_instances to start if we're testing state
SUMMARY
Wait for ec2_instances to start if we're testing state, the tests have been flakey
ISSUE TYPE
Bugfix Pull Request
COMPONENT NAME
ec2_instance
ADDITIONAL INFORMATION
Reviewed-by: Alina Buzachis <None>
Summary
iam_cert
andrds_snapshot
aliases were slated for removal in 4.0.0Do this as two PRs:
Issue Type
Bug Report
Component Name
iam_cert
rds_snapshot
Ansible Version
CI
Collection Versions
CI
AWS SDK versions
$ pip show boto boto3 botocore
Configuration
CI
OS / Environment
CI
Steps to Reproduce
Run sanity tests without ignore entries
Expected Results
No errors
Actual Results
Code of Conduct
The text was updated successfully, but these errors were encountered: