-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Bump moto-ext to 5.1.6.post2 #12760
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
Bump moto-ext to 5.1.6.post2 #12760
Conversation
S3 Image Test Results (AMD64 / ARM64) 2 files 2 suites 8m 58s ⏱️ Results for commit 6d77356. ♻️ This comment has been updated with latest results. |
alexrashed
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! Thanks a lot for keeping moto(-ext) up to date! 💯
The changes are looking good to me, but I'll leave the final review to @dfangl since the only changes to a service provider is in IAM.
dfangl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not really happy with the snapshot ignores - this is strictly speaking, at least in part, a parity degradation after all, and we should follow up on this, by not including tags if they are not set at all.
For now this is fine for me though, to not hold back the merge 👍
Summary
This PR bumps moto-ext to 5.1.6.post2
Contains:
Moto response serialiser is being reworked upstream where now the tags field in IAM resources is always returned. AWS does not return this field if no tags are set. This is causing snapshot tests to fail, because of which this PR marks the tags attribute to be skipped. This is expected to be resolved in future Moto releases. See getmoto/moto#8997.
To do