Skip to content

Commit

Permalink
Prep release 5.0.22 (#8357)
Browse files Browse the repository at this point in the history
  • Loading branch information
bblommers authored Dec 1, 2024
1 parent 2413586 commit e8c12da
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Moto Changelog
==============

5.0.22
-----
Docker Digest for 5.0.22: <autopopulateddigest>

Miscellaneous:
* DS: enable_ldaps() is now supported for 'ADConnector' directory types
* EC2: Resource identifiers are now 17 characters long, up from 8, in-line with the values that AWS returns
* ECS: create_service() now supports and validates the networkConfiguration-parameter
* ELBv2: register_targets() now validates that instances are running
* IOTData: update_thing_shadow() now properly handles complex nested deltas
* MediaLive: list_channels() and list_inputs() now support pagination
* OpenSearch: create_domain() now returns the EngineVersion in the correct format
* ResourceGroupsTaggingAPI: get_resources() now returns secrets from SecretsManager
* S3: put_object_acl() now sends an EventBridge-notification
* SecretsManager: list_secrets() no longer shows deleted secrets unless the `include_planned_deletion`-parameter is set
* WAFv2: list_ip_sets(), list_logging_configurations(), list_rule_groups(), list_tags_for_resource(), list_web_acls() now all support pagination

5.0.21
-----
Docker Digest for 5.0.21: _sha256:9ba3753fddbe2445667a1261a04dc92e75d9c329a1f2d0610f1dd8bb1c4f4eca_
Expand Down
2 changes: 1 addition & 1 deletion IMPLEMENTATION_COVERAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4505,7 +4505,7 @@

## iot
<details>
<summary>33% implemented</summary>
<summary>34% implemented</summary>

- [ ] accept_certificate_transfer
- [ ] add_thing_to_billing_group
Expand Down
8 changes: 4 additions & 4 deletions docs/docs/services/iot.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ iot
- [ ] create_dynamic_thing_group
- [ ] create_fleet_metric
- [X] create_job
- [ ] create_job_template
- [X] create_job_template
- [X] create_keys_and_certificate
- [ ] create_mitigation_action
- [ ] create_ota_update
Expand Down Expand Up @@ -84,7 +84,7 @@ iot
- [ ] delete_fleet_metric
- [X] delete_job
- [X] delete_job_execution
- [ ] delete_job_template
- [X] delete_job_template
- [ ] delete_mitigation_action
- [ ] delete_ota_update
- [ ] delete_package
Expand Down Expand Up @@ -134,7 +134,7 @@ iot
- [ ] describe_index
- [X] describe_job
- [X] describe_job_execution
- [ ] describe_job_template
- [X] describe_job_template
- [ ] describe_managed_job_template
- [ ] describe_mitigation_action
- [ ] describe_provisioning_template
Expand Down Expand Up @@ -207,7 +207,7 @@ iot
- [ ] list_indices
- [X] list_job_executions_for_job
- [X] list_job_executions_for_thing
- [ ] list_job_templates
- [X] list_job_templates
- [X] list_jobs

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

0 comments on commit e8c12da

Please sign in to comment.