Prep release 2.0.10 (#4022)

* Updating implementation coverage

* Changelog for release 2.0.10
This commit is contained in:
Bert Blommers 2021-06-20 15:34:26 +01:00 committed by GitHub
commit 02b950b478
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 9 deletions

View file

@ -4,6 +4,25 @@ Moto Changelog
Unreleased
-----
2.0.10
------
New Services:
* EKS
* create_cluster
* create_nodegroup
* delete_cluster
* delete_nodegroup
* list_clusters
* list_nodegroup
Miscellaneous:
* DynamoDB: Fixed a bug where it's not possible to call update_item on a GSI
* EMR: now supports clusters with multiple master nodes
* EMR:terminate_job_flows() now throws an exception when trying to terminate; protected job flows
* MediaPackage: Implement NotFoundExceptions for delete_channel/describe_origin_endpoint/delete_origin_endpoint/update_origin_endpoint
* S3:list_users_response() now returns the IsTruncated-attribute
2.0.9
-----
General Changes: