-
Notifications
You must be signed in to change notification settings - Fork 403
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
s3_lifecycle - fix invalid value type for transitions list #1788
s3_lifecycle - fix invalid value type for transitions list #1788
Conversation
Build failed. ❌ ansible-galaxy-importer FAILURE in 3m 44s |
@rmahroua Can you please rebase this PR? |
…ble-collections#1792) Fix integration tests trying to install *old* botocore versions SUMMARY Some integration tests are trying to install an old copy of botocore, which conflicts with our minimum boto3 requirement. Drop the installation, we now require botocore >= 1.25.0 ISSUE TYPE Bugfix Pull Request COMPONENT NAME dynamodb_table networkfirewall_policy s3_lifecycl ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis
…ting versions (ansible-collections#1794) Update README.md and meta/runtime.yml to reflect our ansible core testing versions SUMMARY Update README.md and meta/runtime.yml to reflect our ansible core testing versions ISSUE TYPE Bugfix Pull Request Docs Pull Request Feature Pull Request New Module Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Mark Chappell
* Black prep * Black * changelog * Fix pylint unused-import in tests * Split SSM connection plugin changes * disable glue tests - bucket's missing * Disable s3_logging and s3_sync tests
black - aws_ssm SUMMARY The aws_ssm integration tests are currently broken (ansible-collections#1793), apply the black changes ISSUE TYPE Feature Pull Request COMPONENT NAME aws_ssm ADDITIONAL INFORMATION changes were approved as a part of ansible-collections#1784 but split because the tests were broken Reviewed-by: Alina Buzachis
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
@alinabuzachis done! Let me know how that goes :) |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 53s |
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 4m 29s |
Backport to stable-5: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply acb9daf on top of patchback/backports/stable-5/acb9daf1257fa2b2e6a6f782249d682d60280c23/pr-1788 Backporting merged PR #1788 into main
🤖 @patchback |
…ollections#1788) s3_lifecycle - fix invalid value type for transitions list Depends-On: ansible-collections#1792 SUMMARY Fixes ansible-collections#1774 ISSUE TYPE Bugfix Pull Request COMPONENT NAME s3_lifecycle ADDITIONAL INFORMATION Forces casting to integer for the transition_days parameter of a transitions list. Reviewed-by: Mark Chappell
…ollections#1788) s3_lifecycle - fix invalid value type for transitions list Depends-On: ansible-collections#1792 SUMMARY Fixes ansible-collections#1774 ISSUE TYPE Bugfix Pull Request COMPONENT NAME s3_lifecycle ADDITIONAL INFORMATION Forces casting to integer for the transition_days parameter of a transitions list. Reviewed-by: Mark Chappell
…1807) [backport] [stable-5] s3_lifecycle - fix invalid value type for transitions list (#1788) Manual backport of #1788 SUMMARY Fixes #1774 ISSUE TYPE Bugfix Pull Request COMPONENT NAME s3_lifecycle ADDITIONAL INFORMATION Forces casting to integer for the transition_days parameter of a transitions list. Reviewed-by: Alina Buzachis
Depends-On: #1792
SUMMARY
Fixes #1774
ISSUE TYPE
COMPONENT NAME
s3_lifecycle
ADDITIONAL INFORMATION
Forces casting to integer for the
transition_days
parameter of atransitions
list.