From 713c152799fc7f8315c6e5fbde3c7fafcae32305 Mon Sep 17 00:00:00 2001 From: Bert Blommers Date: Fri, 18 Mar 2022 11:25:27 -0100 Subject: [PATCH] Prepare release 3.1.1 (#4947) --- CHANGELOG.md | 31 ++++++++++++++++++++++++++++ IMPLEMENTATION_COVERAGE.md | 5 +++-- docs/docs/services/stepfunctions.rst | 2 +- 3 files changed, 35 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e33e89736..5db01b7c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,37 @@ Moto Changelog ============== + +3.1.1 +----- +Docker Digest for 3.1.1: + + New Methods: + * AWSLambda: + * create_alias() + * delete_alias() + * delete_layer_version() + * get_alias() + * get_layer_version() + * update_alias() + + * EFS: + * create_access_point() + * delete_access_point() + * describe_access_points() + * describe_lifecycle_configuration() + * describe_mount_target_security_groups() + * list_tags_for_resource() + * modify_mount_target_security_groups() + * put_lifecycle_configuration() + * tag_resource() + * untag_resource() + + Miscellaneous: + * AWSLambda: get_function now returns the parameters Tags, LastUpdateStatus, TracingConfig + * ELBV2:describe_tags() now supports ListenerRules. + + 3.1.0 ----- Docker Digest for 3.1.0: _sha256:1656754cf4de441d85b08f584d9dcb095880d3bf250f05da26a03ff219d586c8_ diff --git a/IMPLEMENTATION_COVERAGE.md b/IMPLEMENTATION_COVERAGE.md index 880d9088b..88e8de78d 100644 --- a/IMPLEMENTATION_COVERAGE.md +++ b/IMPLEMENTATION_COVERAGE.md @@ -5350,7 +5350,7 @@ ## stepfunctions
-52% implemented +56% implemented - [ ] create_activity - [X] create_state_machine @@ -5365,7 +5365,7 @@ - [ ] list_activities - [X] list_executions - [X] list_state_machines -- [ ] list_tags_for_resource +- [X] list_tags_for_resource - [ ] send_task_failure - [ ] send_task_heartbeat - [ ] send_task_success @@ -5615,6 +5615,7 @@ - autoscaling-plans - backup - backup-gateway +- billingconductor - braket - ce - chime diff --git a/docs/docs/services/stepfunctions.rst b/docs/docs/services/stepfunctions.rst index 76c3258fb..c55b65d90 100644 --- a/docs/docs/services/stepfunctions.rst +++ b/docs/docs/services/stepfunctions.rst @@ -38,7 +38,7 @@ stepfunctions - [ ] list_activities - [X] list_executions - [X] list_state_machines -- [ ] list_tags_for_resource +- [X] list_tags_for_resource - [ ] send_task_failure - [ ] send_task_heartbeat - [ ] send_task_success