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
parent 61e2204941
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 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 2.0.9
----- -----
General Changes: General Changes:

View File

@ -3779,26 +3779,26 @@
## eks ## eks
<details> <details>
<summary>0% implemented</summary> <summary>29% implemented</summary>
- [ ] create_addon - [ ] create_addon
- [ ] create_cluster - [X] create_cluster
- [ ] create_fargate_profile - [ ] create_fargate_profile
- [ ] create_nodegroup - [X] create_nodegroup
- [ ] delete_addon - [ ] delete_addon
- [ ] delete_cluster - [X] delete_cluster
- [ ] delete_fargate_profile - [ ] delete_fargate_profile
- [ ] delete_nodegroup - [X] delete_nodegroup
- [ ] describe_addon - [ ] describe_addon
- [ ] describe_addon_versions - [ ] describe_addon_versions
- [ ] describe_cluster - [X] describe_cluster
- [ ] describe_fargate_profile - [ ] describe_fargate_profile
- [ ] describe_nodegroup - [X] describe_nodegroup
- [ ] describe_update - [ ] describe_update
- [ ] list_addons - [ ] list_addons
- [ ] list_clusters - [X] list_clusters
- [ ] list_fargate_profiles - [ ] list_fargate_profiles
- [ ] list_nodegroups - [X] list_nodegroups
- [ ] list_tags_for_resource - [ ] list_tags_for_resource
- [ ] list_updates - [ ] list_updates
- [ ] tag_resource - [ ] tag_resource