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

Build: Bump moto from 5.0.27 to 5.0.28 #1603

Merged
merged 1 commit into from
Feb 3, 2025
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps moto from 5.0.27 to 5.0.28.

Changelog

Sourced from moto's changelog.

5.0.28

Docker Digest for 5.0.28: sha256:d3532929e4c498334949a014e9f0af6617ec1e89d92be690cd192fa3354ad7e6

* General:
    * Bootstrapping a CDK project is now supported
  • New Services:

    • S3 Tables:
      • create_namespace()
      • create_table()
      • create_table_bucket()
      • delete_namespace()
      • delete_table()
      • delete_table_bucket()
      • get_metadata_location()
      • get_table()
      • get_table_bucket()
      • list_namespaces()
      • list_table_buckets()
      • list_tables()
      • rename_table()
      • update_metadata_location()
  • Miscellaneous:

    • DynamoDB: delete_item() now returns ConsumedCapacity
    • DynamoDB: transact_write_items() now returns a ReturnValuesOnConditionCheckFailure for all operations
    • ECR: Lifecycle Policies() now support the tagPatternList-parameter
    • S3: get_object() now returns the ETag when returning a 304 (Not Modified)
    • SecretsManager: get_secret_value() no longer throws an error after calling rotate_secret(RotateImmediately=False)
    • SecretsManager: list_secrets() now filters values with special chars correctly
    • Organizations: list_roots() now returns the roots of the parent organization, if called from within a child organization
Commits
  • b55f533 Pre-Release: Up Version Number
  • 0238abd Prep release 5.0.28 (#8554)
  • d1cec61 Core: Support CDK (#8553)
  • d05062c ECR: Lifecycle Policies() now support the tagPatternList-parameter (#8551)
  • eecc03b DynamoDB: Support ReturnValuesOnConditionCheckFailure for all op types in tra...
  • d576400 chore: update SSM default parameters (#8552)
  • a57c5c8 SecretsManager: get_secret_value() no longer errors after delayed secret rota...
  • a67975b S3: Return ETag in 304 responses from get_object (#8535)
  • 8bc37d8 chore: update EC2 Instance Types (#8550)
  • 05c4080 chore: update EC2 Instance Offerings (#8549)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [moto](https://github.com/getmoto/moto) from 5.0.27 to 5.0.28.
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.0.27...5.0.28)

---
updated-dependencies:
- dependency-name: moto
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 3, 2025
Copy link
Contributor

@kevinjqliu kevinjqliu left a comment

Choose a reason for hiding this comment

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

Comes with S3 Tables support!! Unblocks #1429

@kevinjqliu kevinjqliu merged commit ccd9415 into main Feb 3, 2025
7 checks passed
@kevinjqliu kevinjqliu deleted the dependabot/pip/moto-5.0.28 branch February 3, 2025 23:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant