Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 27, 2021

Bumps moto from 2.2.19 to 2.3.0.

Changelog

Sourced from moto's changelog.

2.3.0

General:
    * It is now possible to use a mocked region. This will throw an error by default, but can be enabled using the `MOTO_ALLOW_NONEXISTENT_REGION`-environment variable.
    * Performance improvements - only the backend for the requested region is now loaded into memory, instead of (naively) loading a backend for every region.

2.2.20

New Services:
    * ElasticsearchService:
        * create_elasticsearch_domain()
        * delete_elasticsearch_domain()
        * describe_elasticsearch_domain()
        * list_domain_names()

New Methods: * EC2: * disable_ebs_encryption_by_default() * enable_ebs_encryption_by_default() * get_ebs_encryption_by_default() * Redshift: * pause_cluster() * resume_cluster()

Miscellanous: * ELBv2: create_listener now supports the DefaultActions.ForwardConfig parameter * Redshift: restore_from_cluster_snapshot() now supports the NodeType and NumberOfNodes-parameters * Sagemaker: list_experiments() now supports pagination * Sagemaker: list_trials() now supports pagination * Sagemaker: list_trial_components() now supports pagination

Commits
  • 50b20b5 Prep 2.3.0 release
  • cf87e75 Feature: Mock region (#4699)
  • b472478 Update init.py
  • ebb73c7 Increase version number post-release
  • 691bb87 Prep release 2.2.20
  • a1bfb6a EC2 - SubnetId and NetworkInterfaces cannot both be specified when calling ru...
  • b0a59fe IOT - remove outdated comment
  • c301f88 IOT - delete_thing only when no certificates are attached (#4712)
  • 80e3b35 Batch - ensure that logs are posted in chronological order (#4710)
  • 0bc4596 Update xray client to forward args (#4709)
  • 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 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/spulec/moto) from 2.2.19 to 2.3.0.
- [Release notes](https://github.com/spulec/moto/releases)
- [Changelog](https://github.com/spulec/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@2.2.19...2.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 27, 2021
@dkinzer dkinzer merged commit c718b55 into main Jan 3, 2022
@dependabot dependabot bot deleted the dependabot/pip/moto-2.3.0 branch January 3, 2022 14:39
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.

2 participants