Skip to content

Commit e8c12da

Browse files
authored
Prep release 5.0.22 (getmoto#8357)
1 parent 2413586 commit e8c12da

File tree

3 files changed

+22
-5
lines changed

3 files changed

+22
-5
lines changed

CHANGELOG.md

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

4+
5.0.22
5+
-----
6+
Docker Digest for 5.0.22: <autopopulateddigest>
7+
8+
Miscellaneous:
9+
* DS: enable_ldaps() is now supported for 'ADConnector' directory types
10+
* EC2: Resource identifiers are now 17 characters long, up from 8, in-line with the values that AWS returns
11+
* ECS: create_service() now supports and validates the networkConfiguration-parameter
12+
* ELBv2: register_targets() now validates that instances are running
13+
* IOTData: update_thing_shadow() now properly handles complex nested deltas
14+
* MediaLive: list_channels() and list_inputs() now support pagination
15+
* OpenSearch: create_domain() now returns the EngineVersion in the correct format
16+
* ResourceGroupsTaggingAPI: get_resources() now returns secrets from SecretsManager
17+
* S3: put_object_acl() now sends an EventBridge-notification
18+
* SecretsManager: list_secrets() no longer shows deleted secrets unless the `include_planned_deletion`-parameter is set
19+
* WAFv2: list_ip_sets(), list_logging_configurations(), list_rule_groups(), list_tags_for_resource(), list_web_acls() now all support pagination
20+
421
5.0.21
522
-----
623
Docker Digest for 5.0.21: _sha256:9ba3753fddbe2445667a1261a04dc92e75d9c329a1f2d0610f1dd8bb1c4f4eca_

IMPLEMENTATION_COVERAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4505,7 +4505,7 @@
45054505

45064506
## iot
45074507
<details>
4508-
<summary>33% implemented</summary>
4508+
<summary>34% implemented</summary>
45094509

45104510
- [ ] accept_certificate_transfer
45114511
- [ ] add_thing_to_billing_group

docs/docs/services/iot.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ iot
5050
- [ ] create_dynamic_thing_group
5151
- [ ] create_fleet_metric
5252
- [X] create_job
53-
- [ ] create_job_template
53+
- [X] create_job_template
5454
- [X] create_keys_and_certificate
5555
- [ ] create_mitigation_action
5656
- [ ] create_ota_update
@@ -84,7 +84,7 @@ iot
8484
- [ ] delete_fleet_metric
8585
- [X] delete_job
8686
- [X] delete_job_execution
87-
- [ ] delete_job_template
87+
- [X] delete_job_template
8888
- [ ] delete_mitigation_action
8989
- [ ] delete_ota_update
9090
- [ ] delete_package
@@ -134,7 +134,7 @@ iot
134134
- [ ] describe_index
135135
- [X] describe_job
136136
- [X] describe_job_execution
137-
- [ ] describe_job_template
137+
- [X] describe_job_template
138138
- [ ] describe_managed_job_template
139139
- [ ] describe_mitigation_action
140140
- [ ] describe_provisioning_template
@@ -207,7 +207,7 @@ iot
207207
- [ ] list_indices
208208
- [X] list_job_executions_for_job
209209
- [X] list_job_executions_for_thing
210-
- [ ] list_job_templates
210+
- [X] list_job_templates
211211
- [X] list_jobs
212212

213213
The following parameter are not yet implemented: Status, TargetSelection, ThingGroupName, ThingGroupId

0 commit comments

Comments
 (0)