Skip to content

Commit 046d0d0

Browse files
authored
Prep release 5.0.1 (#7308)
1 parent a4b7187 commit 046d0d0

File tree

5 files changed

+57
-3
lines changed

5 files changed

+57
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
Moto Changelog
22
==============
33

4+
5.0.1
5+
-----
6+
Docker Digest for 5.0.1: <autopopulateddigest>
7+
8+
New Methods:
9+
* SecretsManager:
10+
* remove_regions_from_replication()
11+
* replicate_secret_to_regions()
12+
13+
Miscellaneous:
14+
* AWSLambda: create_event_source_mapping() now supports Kinesis streams as targets
15+
* CloudFront: Removed error handling for InvalidOriginServer, as our validation was too strict
16+
* DynamoDB: batch_execute_statement() now supports for Update/Insert/Delete-statements
17+
* DynamoDB: query() now correctly handles calls where both Limit and ScanIndexForward are supplied
18+
* EC2: Now supports availability zones for eu-central-2 (Zurich)
19+
* S3: list_objects_v2() can now return more then 1000 results max (again)
20+
* S3: copy_object() now allows in-place copies when bucket versioning is enabled
21+
* SecretsManager: create_secrets() now supports the parameters AddReplicaRegions and ForceOverwriteReplicaSecret
22+
* SecretsManager: list_secrets() now supports the filters primary-region and owning-service
23+
24+
425
5.0.0
526
-----
627
Docker Digest for 5.0.0: _sha256:2faf2460a6446dfe472ac0d799e00341b1c84203d08540c247a6cc09be7c54e9_

IMPLEMENTATION_COVERAGE.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -777,29 +777,33 @@
777777

778778
## cloudformation
779779
<details>
780-
<summary>47% implemented</summary>
780+
<summary>40% implemented</summary>
781781

782782
- [ ] activate_organizations_access
783783
- [ ] activate_type
784784
- [ ] batch_describe_type_configurations
785785
- [ ] cancel_update_stack
786786
- [ ] continue_update_rollback
787787
- [X] create_change_set
788+
- [ ] create_generated_template
788789
- [X] create_stack
789790
- [X] create_stack_instances
790791
- [X] create_stack_set
791792
- [ ] deactivate_organizations_access
792793
- [ ] deactivate_type
793794
- [X] delete_change_set
795+
- [ ] delete_generated_template
794796
- [X] delete_stack
795797
- [X] delete_stack_instances
796798
- [X] delete_stack_set
797799
- [ ] deregister_type
798800
- [ ] describe_account_limits
799801
- [X] describe_change_set
800802
- [ ] describe_change_set_hooks
803+
- [ ] describe_generated_template
801804
- [ ] describe_organizations_access
802805
- [ ] describe_publisher
806+
- [ ] describe_resource_scan
803807
- [ ] describe_stack_drift_detection_status
804808
- [X] describe_stack_events
805809
- [X] describe_stack_instance
@@ -816,13 +820,18 @@
816820
- [ ] detect_stack_set_drift
817821
- [ ] estimate_template_cost
818822
- [X] execute_change_set
823+
- [ ] get_generated_template
819824
- [X] get_stack_policy
820825
- [X] get_template
821826
- [ ] get_template_summary
822827
- [ ] import_stacks_to_stack_set
823828
- [X] list_change_sets
824829
- [X] list_exports
830+
- [ ] list_generated_templates
825831
- [ ] list_imports
832+
- [ ] list_resource_scan_related_resources
833+
- [ ] list_resource_scan_resources
834+
- [ ] list_resource_scans
826835
- [ ] list_stack_instance_resource_drifts
827836
- [X] list_stack_instances
828837
- [X] list_stack_resources
@@ -842,8 +851,10 @@
842851
- [ ] set_type_configuration
843852
- [ ] set_type_default_version
844853
- [ ] signal_resource
854+
- [ ] start_resource_scan
845855
- [X] stop_stack_set_operation
846856
- [ ] test_type
857+
- [ ] update_generated_template
847858
- [X] update_stack
848859
- [X] update_stack_instances
849860
- [X] update_stack_set
@@ -4371,27 +4382,31 @@
43714382

43724383
## ivs
43734384
<details>
4374-
<summary>20% implemented</summary>
4385+
<summary>17% implemented</summary>
43754386

43764387
- [X] batch_get_channel
43774388
- [ ] batch_get_stream_key
43784389
- [ ] batch_start_viewer_session_revocation
43794390
- [X] create_channel
4391+
- [ ] create_playback_restriction_policy
43804392
- [ ] create_recording_configuration
43814393
- [ ] create_stream_key
43824394
- [X] delete_channel
43834395
- [ ] delete_playback_key_pair
4396+
- [ ] delete_playback_restriction_policy
43844397
- [ ] delete_recording_configuration
43854398
- [ ] delete_stream_key
43864399
- [X] get_channel
43874400
- [ ] get_playback_key_pair
4401+
- [ ] get_playback_restriction_policy
43884402
- [ ] get_recording_configuration
43894403
- [ ] get_stream
43904404
- [ ] get_stream_key
43914405
- [ ] get_stream_session
43924406
- [ ] import_playback_key_pair
43934407
- [X] list_channels
43944408
- [ ] list_playback_key_pairs
4409+
- [ ] list_playback_restriction_policies
43954410
- [ ] list_recording_configurations
43964411
- [ ] list_stream_keys
43974412
- [ ] list_stream_sessions
@@ -4403,6 +4418,7 @@
44034418
- [ ] tag_resource
44044419
- [ ] untag_resource
44054420
- [X] update_channel
4421+
- [ ] update_playback_restriction_policy
44064422
</details>
44074423

44084424
## kinesis

docs/docs/releases.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,5 @@ For Moto 4.x:
5555
For Moto 5.x:
5656
- All decorators have been replaced with `mock_aws`
5757
- The `batch_simple` decorator has been replaced with: `@mock_aws(config={"batch": {"use_docker": False}})`
58-
- The `awslambda_simple` decorator has been replaced with: `@mock_aws(config={"lambda": {"use_docker": False}})`
58+
- The `awslambda_simple` decorator has been replaced with: `@mock_aws(config={"lambda": {"use_docker": False}})`
59+
- When starting the MotoServer, the `service`-argument (i.e.: `motoserver s3`) is no longer supported. A single MotoServer-instance can be used for all AWS-services.

docs/docs/services/cloudformation.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ cloudformation
2222
- [ ] cancel_update_stack
2323
- [ ] continue_update_rollback
2424
- [X] create_change_set
25+
- [ ] create_generated_template
2526
- [X] create_stack
2627

2728
The functionality behind EnableTerminationProtection is not yet implemented.
@@ -40,6 +41,7 @@ cloudformation
4041
- [ ] deactivate_organizations_access
4142
- [ ] deactivate_type
4243
- [X] delete_change_set
44+
- [ ] delete_generated_template
4345
- [X] delete_stack
4446
- [X] delete_stack_instances
4547

@@ -51,8 +53,10 @@ cloudformation
5153
- [ ] describe_account_limits
5254
- [X] describe_change_set
5355
- [ ] describe_change_set_hooks
56+
- [ ] describe_generated_template
5457
- [ ] describe_organizations_access
5558
- [ ] describe_publisher
59+
- [ ] describe_resource_scan
5660
- [ ] describe_stack_drift_detection_status
5761
- [X] describe_stack_events
5862
- [X] describe_stack_instance
@@ -69,13 +73,18 @@ cloudformation
6973
- [ ] detect_stack_set_drift
7074
- [ ] estimate_template_cost
7175
- [X] execute_change_set
76+
- [ ] get_generated_template
7277
- [X] get_stack_policy
7378
- [X] get_template
7479
- [ ] get_template_summary
7580
- [ ] import_stacks_to_stack_set
7681
- [X] list_change_sets
7782
- [X] list_exports
83+
- [ ] list_generated_templates
7884
- [ ] list_imports
85+
- [ ] list_resource_scan_related_resources
86+
- [ ] list_resource_scan_resources
87+
- [ ] list_resource_scans
7988
- [ ] list_stack_instance_resource_drifts
8089
- [X] list_stack_instances
8190

@@ -104,8 +113,10 @@ cloudformation
104113
- [ ] set_type_configuration
105114
- [ ] set_type_default_version
106115
- [ ] signal_resource
116+
- [ ] start_resource_scan
107117
- [X] stop_stack_set_operation
108118
- [ ] test_type
119+
- [ ] update_generated_template
109120
- [X] update_stack
110121
- [X] update_stack_instances
111122

docs/docs/services/ivs.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,25 @@ ivs
2020
- [ ] batch_get_stream_key
2121
- [ ] batch_start_viewer_session_revocation
2222
- [X] create_channel
23+
- [ ] create_playback_restriction_policy
2324
- [ ] create_recording_configuration
2425
- [ ] create_stream_key
2526
- [X] delete_channel
2627
- [ ] delete_playback_key_pair
28+
- [ ] delete_playback_restriction_policy
2729
- [ ] delete_recording_configuration
2830
- [ ] delete_stream_key
2931
- [X] get_channel
3032
- [ ] get_playback_key_pair
33+
- [ ] get_playback_restriction_policy
3134
- [ ] get_recording_configuration
3235
- [ ] get_stream
3336
- [ ] get_stream_key
3437
- [ ] get_stream_session
3538
- [ ] import_playback_key_pair
3639
- [X] list_channels
3740
- [ ] list_playback_key_pairs
41+
- [ ] list_playback_restriction_policies
3842
- [ ] list_recording_configurations
3943
- [ ] list_stream_keys
4044
- [ ] list_stream_sessions
@@ -46,4 +50,5 @@ ivs
4650
- [ ] tag_resource
4751
- [ ] untag_resource
4852
- [X] update_channel
53+
- [ ] update_playback_restriction_policy
4954

0 commit comments

Comments
 (0)