Prepare release 3.0.6 (#4912)
This commit is contained in:
parent
aa522b11ca
commit
726c8bbc55
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,6 +1,17 @@
|
||||
Moto Changelog
|
||||
==============
|
||||
|
||||
3.0.6
|
||||
-----
|
||||
Docker Digest for 3.0.6: <autopopulateddigest>
|
||||
|
||||
General:
|
||||
* Feature to start the MotoServer from within Python (in beta)
|
||||
|
||||
Miscellaneous:
|
||||
* CloudFormation now supports creation of type AWS::EC2::VPCEndpoint
|
||||
* ECS: run_task() - The task count now defaults to 1
|
||||
|
||||
3.0.5
|
||||
-----
|
||||
Docker Digest for 3.0.5: _sha256:914ba446c1aad3917029fefe5d1c4a7a6a3866173391fb470151fe4a2163efcb_
|
||||
|
@ -297,7 +297,7 @@
|
||||
|
||||
## athena
|
||||
<details>
|
||||
<summary>29% implemented</summary>
|
||||
<summary>28% implemented</summary>
|
||||
|
||||
- [ ] batch_get_named_query
|
||||
- [ ] batch_get_query_execution
|
||||
@ -331,6 +331,7 @@
|
||||
- [ ] tag_resource
|
||||
- [ ] untag_resource
|
||||
- [ ] update_data_catalog
|
||||
- [ ] update_named_query
|
||||
- [ ] update_prepared_statement
|
||||
- [ ] update_work_group
|
||||
</details>
|
||||
@ -5521,6 +5522,7 @@
|
||||
- kafka
|
||||
- kafkaconnect
|
||||
- kendra
|
||||
- keyspaces
|
||||
- kinesis-video-media
|
||||
- kinesis-video-signaling
|
||||
- kinesisanalytics
|
||||
|
@ -57,6 +57,7 @@ athena
|
||||
- [ ] tag_resource
|
||||
- [ ] untag_resource
|
||||
- [ ] update_data_catalog
|
||||
- [ ] update_named_query
|
||||
- [ ] update_prepared_statement
|
||||
- [ ] update_work_group
|
||||
|
||||
|
@ -2,7 +2,6 @@ TestAccAWSEc2TransitGatewayDxGatewayAttachmentDataSource
|
||||
TestAccAWSEc2TransitGatewayPeeringAttachmentAccepter
|
||||
TestAccAWSEc2TransitGatewayRouteTableAssociation
|
||||
TestAccAWSEc2TransitGatewayVpcAttachment
|
||||
TestAccAWSFms
|
||||
TestAccAWSSecurityGroup_forceRevokeRules_
|
||||
TestAccAWSDefaultSecurityGroup_Classic_
|
||||
TestAccDataSourceAwsNetworkInterface_CarrierIPAssociation
|
||||
|
@ -79,7 +79,6 @@ TestAccAWSENI_IPv6
|
||||
TestAccAWSENI_PrivateIpsCount
|
||||
TestAccAWSENI_SourceDestCheck
|
||||
TestAccAWSENI_Tags
|
||||
TestAccAWSFms
|
||||
TestAccAWSGroupMembership
|
||||
TestAccAWSIAMAccountAlias
|
||||
TestAccAWSIAMGroup_
|
||||
|
Loading…
Reference in New Issue
Block a user