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
|
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
|
3.0.5
|
||||||
-----
|
-----
|
||||||
Docker Digest for 3.0.5: _sha256:914ba446c1aad3917029fefe5d1c4a7a6a3866173391fb470151fe4a2163efcb_
|
Docker Digest for 3.0.5: _sha256:914ba446c1aad3917029fefe5d1c4a7a6a3866173391fb470151fe4a2163efcb_
|
||||||
|
@ -297,7 +297,7 @@
|
|||||||
|
|
||||||
## athena
|
## athena
|
||||||
<details>
|
<details>
|
||||||
<summary>29% implemented</summary>
|
<summary>28% implemented</summary>
|
||||||
|
|
||||||
- [ ] batch_get_named_query
|
- [ ] batch_get_named_query
|
||||||
- [ ] batch_get_query_execution
|
- [ ] batch_get_query_execution
|
||||||
@ -331,6 +331,7 @@
|
|||||||
- [ ] tag_resource
|
- [ ] tag_resource
|
||||||
- [ ] untag_resource
|
- [ ] untag_resource
|
||||||
- [ ] update_data_catalog
|
- [ ] update_data_catalog
|
||||||
|
- [ ] update_named_query
|
||||||
- [ ] update_prepared_statement
|
- [ ] update_prepared_statement
|
||||||
- [ ] update_work_group
|
- [ ] update_work_group
|
||||||
</details>
|
</details>
|
||||||
@ -5521,6 +5522,7 @@
|
|||||||
- kafka
|
- kafka
|
||||||
- kafkaconnect
|
- kafkaconnect
|
||||||
- kendra
|
- kendra
|
||||||
|
- keyspaces
|
||||||
- kinesis-video-media
|
- kinesis-video-media
|
||||||
- kinesis-video-signaling
|
- kinesis-video-signaling
|
||||||
- kinesisanalytics
|
- kinesisanalytics
|
||||||
|
@ -57,6 +57,7 @@ athena
|
|||||||
- [ ] tag_resource
|
- [ ] tag_resource
|
||||||
- [ ] untag_resource
|
- [ ] untag_resource
|
||||||
- [ ] update_data_catalog
|
- [ ] update_data_catalog
|
||||||
|
- [ ] update_named_query
|
||||||
- [ ] update_prepared_statement
|
- [ ] update_prepared_statement
|
||||||
- [ ] update_work_group
|
- [ ] update_work_group
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@ TestAccAWSEc2TransitGatewayDxGatewayAttachmentDataSource
|
|||||||
TestAccAWSEc2TransitGatewayPeeringAttachmentAccepter
|
TestAccAWSEc2TransitGatewayPeeringAttachmentAccepter
|
||||||
TestAccAWSEc2TransitGatewayRouteTableAssociation
|
TestAccAWSEc2TransitGatewayRouteTableAssociation
|
||||||
TestAccAWSEc2TransitGatewayVpcAttachment
|
TestAccAWSEc2TransitGatewayVpcAttachment
|
||||||
TestAccAWSFms
|
|
||||||
TestAccAWSSecurityGroup_forceRevokeRules_
|
TestAccAWSSecurityGroup_forceRevokeRules_
|
||||||
TestAccAWSDefaultSecurityGroup_Classic_
|
TestAccAWSDefaultSecurityGroup_Classic_
|
||||||
TestAccDataSourceAwsNetworkInterface_CarrierIPAssociation
|
TestAccDataSourceAwsNetworkInterface_CarrierIPAssociation
|
||||||
|
@ -79,7 +79,6 @@ TestAccAWSENI_IPv6
|
|||||||
TestAccAWSENI_PrivateIpsCount
|
TestAccAWSENI_PrivateIpsCount
|
||||||
TestAccAWSENI_SourceDestCheck
|
TestAccAWSENI_SourceDestCheck
|
||||||
TestAccAWSENI_Tags
|
TestAccAWSENI_Tags
|
||||||
TestAccAWSFms
|
|
||||||
TestAccAWSGroupMembership
|
TestAccAWSGroupMembership
|
||||||
TestAccAWSIAMAccountAlias
|
TestAccAWSIAMAccountAlias
|
||||||
TestAccAWSIAMGroup_
|
TestAccAWSIAMGroup_
|
||||||
|
Loading…
Reference in New Issue
Block a user