Skip to content

Commit

Permalink
Prep release 4.1.6 (#6132)
Browse files Browse the repository at this point in the history
  • Loading branch information
bblommers authored Mar 26, 2023
1 parent e0726f2 commit 5504a8c
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 1 deletion.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,39 @@ Moto Changelog
==============


4.1.6
-----
Docker Digest for 4.1.6: <autopopulateddigest>

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_
Expand Down Expand Up @@ -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()
Expand Down
8 changes: 7 additions & 1 deletion IMPLEMENTATION_COVERAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@

## application-autoscaling
<details>
<summary>90% implemented</summary>
<summary>69% implemented</summary>

- [X] delete_scaling_policy
- [X] delete_scheduled_action
Expand All @@ -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
</details>

## appsync
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -6927,6 +6932,7 @@
- iottwinmaker
- iotwireless
- ivs
- ivs-realtime
- ivschat
- kafka
- kafkaconnect
Expand Down
3 changes: 3 additions & 0 deletions docs/docs/services/application-autoscaling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 2 additions & 0 deletions docs/docs/services/sagemaker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5504a8c

Please sign in to comment.