Prep release 4.1.6 (#6132)

This commit is contained in:
Bert Blommers 2023-03-26 13:54:36 +00:00 committed by GitHub
parent e0726f2d63
commit 5504a8c3a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 51 additions and 1 deletions

View File

@ -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 4.1.5
----- -----
Docker Digest for 4.1.5: _sha256:0e43c36e1b1390106ec43b2e383486c45fef27646838acaa8073cbd2b4a97a31_ 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_ 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: New Services:
* Neptune: * Neptune:
* create_db_cluster() * create_db_cluster()

View File

@ -282,7 +282,7 @@
## application-autoscaling ## application-autoscaling
<details> <details>
<summary>90% implemented</summary> <summary>69% implemented</summary>
- [X] delete_scaling_policy - [X] delete_scaling_policy
- [X] delete_scheduled_action - [X] delete_scheduled_action
@ -291,9 +291,12 @@
- [ ] describe_scaling_activities - [ ] describe_scaling_activities
- [X] describe_scaling_policies - [X] describe_scaling_policies
- [X] describe_scheduled_actions - [X] describe_scheduled_actions
- [ ] list_tags_for_resource
- [X] put_scaling_policy - [X] put_scaling_policy
- [X] put_scheduled_action - [X] put_scheduled_action
- [X] register_scalable_target - [X] register_scalable_target
- [ ] tag_resource
- [ ] untag_resource
</details> </details>
## appsync ## appsync
@ -5810,6 +5813,7 @@
- [ ] create_app_image_config - [ ] create_app_image_config
- [ ] create_artifact - [ ] create_artifact
- [ ] create_auto_ml_job - [ ] create_auto_ml_job
- [ ] create_auto_ml_job_v2
- [ ] create_code_repository - [ ] create_code_repository
- [ ] create_compilation_job - [ ] create_compilation_job
- [ ] create_context - [ ] create_context
@ -5909,6 +5913,7 @@
- [ ] describe_app_image_config - [ ] describe_app_image_config
- [ ] describe_artifact - [ ] describe_artifact
- [ ] describe_auto_ml_job - [ ] describe_auto_ml_job
- [ ] describe_auto_ml_job_v2
- [ ] describe_code_repository - [ ] describe_code_repository
- [ ] describe_compilation_job - [ ] describe_compilation_job
- [ ] describe_context - [ ] describe_context
@ -6927,6 +6932,7 @@
- iottwinmaker - iottwinmaker
- iotwireless - iotwireless
- ivs - ivs
- ivs-realtime
- ivschat - ivschat
- kafka - kafka
- kafkaconnect - kafkaconnect

View File

@ -40,9 +40,12 @@ application-autoscaling
Pagination is not yet implemented Pagination is not yet implemented
- [ ] list_tags_for_resource
- [X] put_scaling_policy - [X] put_scaling_policy
- [X] put_scheduled_action - [X] put_scheduled_action
- [X] register_scalable_target - [X] register_scalable_target
Registers or updates a scalable target. Registers or updates a scalable target.
- [ ] tag_resource
- [ ] untag_resource

View File

@ -35,6 +35,7 @@ sagemaker
- [ ] create_app_image_config - [ ] create_app_image_config
- [ ] create_artifact - [ ] create_artifact
- [ ] create_auto_ml_job - [ ] create_auto_ml_job
- [ ] create_auto_ml_job_v2
- [ ] create_code_repository - [ ] create_code_repository
- [ ] create_compilation_job - [ ] create_compilation_job
- [ ] create_context - [ ] create_context
@ -134,6 +135,7 @@ sagemaker
- [ ] describe_app_image_config - [ ] describe_app_image_config
- [ ] describe_artifact - [ ] describe_artifact
- [ ] describe_auto_ml_job - [ ] describe_auto_ml_job
- [ ] describe_auto_ml_job_v2
- [ ] describe_code_repository - [ ] describe_code_repository
- [ ] describe_compilation_job - [ ] describe_compilation_job
- [ ] describe_context - [ ] describe_context