From 5504a8c3a039cb3a5cc53d058025fb77d5efe0f5 Mon Sep 17 00:00:00 2001 From: Bert Blommers Date: Sun, 26 Mar 2023 13:54:36 +0000 Subject: [PATCH] Prep release 4.1.6 (#6132) --- CHANGELOG.md | 39 +++++++++++++++++++ IMPLEMENTATION_COVERAGE.md | 8 +++- .../docs/services/application-autoscaling.rst | 3 ++ docs/docs/services/sagemaker.rst | 2 + 4 files changed, 51 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0669ea45fe6d..81e2304d04d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,39 @@ Moto Changelog ============== +4.1.6 +----- +Docker Digest for 4.1.6: + + New Services: + * OpenSearch: + * add_tags() + * create_domain() + * delete_domain() + * describe_domain() + * describe_domain_config() + * get_compatible_versions() + * list_tags() + * remove_tags() + * update_domain_config() + + Methods: + * S3: select_object_content() + + Miscellaneous: + * Batch: The AWS_BATCH_JOB_MAIN_NODE_PRIVATE_IPV4_ADDRESS-variable now plays nicely with custom Docker networks + * CloudFormation now supports deletion of AWS::EC2::Subnet, AWS::EC2::VPC + * CloudFormation now supports variable mapping inside "Fn::Sub" + * CloudFormation: delete_stack() now adheres to "DeletionPolicy": "Retain" set for individual resources + * Events: The EventBusName-parameter is now supported for these methods: + delete_rule(), describe_rule(), disable_rule(), enable_rule(), list_rule_names_by_target(), list_rules(), list_targets_by_rule() + * RDS: describe_db_clusters() now accepts an ARN as identifier + * RDS: describe_db_snapshots() now returns the TagList-attribute + * S3: get_object() now returns the AcceptRanges header + * S3: head_bucket() now returns the region-header + * SecretsManager now supports partial ARN's + + 4.1.5 ----- Docker Digest for 4.1.5: _sha256:0e43c36e1b1390106ec43b2e383486c45fef27646838acaa8073cbd2b4a97a31_ @@ -38,6 +71,12 @@ Docker Digest for 4.1.5: _sha256:0e43c36e1b1390106ec43b2e383486c45fef27646838aca ----- Docker Digest for 4.1.4: _sha256:32ed22e2c69826a90482d0e473c460d60c3c7dc60819d95c0c165e0e978208db_ + General: + Data is now deleted after the mock ends. If you use manual mocks, you can still choose the keep the data: + mock = mock_sqs() + mock.start() + mock.stop(remove_data=False) + New Services: * Neptune: * create_db_cluster() diff --git a/IMPLEMENTATION_COVERAGE.md b/IMPLEMENTATION_COVERAGE.md index 268b4eeb1645..d345c17db1c3 100644 --- a/IMPLEMENTATION_COVERAGE.md +++ b/IMPLEMENTATION_COVERAGE.md @@ -282,7 +282,7 @@ ## application-autoscaling
-90% implemented +69% implemented - [X] delete_scaling_policy - [X] delete_scheduled_action @@ -291,9 +291,12 @@ - [ ] describe_scaling_activities - [X] describe_scaling_policies - [X] describe_scheduled_actions +- [ ] list_tags_for_resource - [X] put_scaling_policy - [X] put_scheduled_action - [X] register_scalable_target +- [ ] tag_resource +- [ ] untag_resource
## appsync @@ -5810,6 +5813,7 @@ - [ ] create_app_image_config - [ ] create_artifact - [ ] create_auto_ml_job +- [ ] create_auto_ml_job_v2 - [ ] create_code_repository - [ ] create_compilation_job - [ ] create_context @@ -5909,6 +5913,7 @@ - [ ] describe_app_image_config - [ ] describe_artifact - [ ] describe_auto_ml_job +- [ ] describe_auto_ml_job_v2 - [ ] describe_code_repository - [ ] describe_compilation_job - [ ] describe_context @@ -6927,6 +6932,7 @@ - iottwinmaker - iotwireless - ivs +- ivs-realtime - ivschat - kafka - kafkaconnect diff --git a/docs/docs/services/application-autoscaling.rst b/docs/docs/services/application-autoscaling.rst index a397336eab60..056269b6ff95 100644 --- a/docs/docs/services/application-autoscaling.rst +++ b/docs/docs/services/application-autoscaling.rst @@ -40,9 +40,12 @@ application-autoscaling Pagination is not yet implemented +- [ ] list_tags_for_resource - [X] put_scaling_policy - [X] put_scheduled_action - [X] register_scalable_target Registers or updates a scalable target. +- [ ] tag_resource +- [ ] untag_resource diff --git a/docs/docs/services/sagemaker.rst b/docs/docs/services/sagemaker.rst index 69b07f598d88..00dc187b762f 100644 --- a/docs/docs/services/sagemaker.rst +++ b/docs/docs/services/sagemaker.rst @@ -35,6 +35,7 @@ sagemaker - [ ] create_app_image_config - [ ] create_artifact - [ ] create_auto_ml_job +- [ ] create_auto_ml_job_v2 - [ ] create_code_repository - [ ] create_compilation_job - [ ] create_context @@ -134,6 +135,7 @@ sagemaker - [ ] describe_app_image_config - [ ] describe_artifact - [ ] describe_auto_ml_job +- [ ] describe_auto_ml_job_v2 - [ ] describe_code_repository - [ ] describe_compilation_job - [ ] describe_context