Skip to content

Commit

Permalink
Prep release 5.0.7 (#7687)
Browse files Browse the repository at this point in the history
  • Loading branch information
bblommers committed May 12, 2024
1 parent 52284f9 commit de19a6c
Show file tree
Hide file tree
Showing 5 changed files with 82 additions and 22 deletions.
52 changes: 52 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,58 @@
Moto Changelog
==============

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

New Services:
* Sagemaker Metrics:
* batch_put_metrics()

New Methods:
* DynamoDB:
* describe_import()
* import_table()

* EMR Serverless:
* cancel_job_run()
* get_job_run()
* list_job_runs()
* start_job_run()

* IAM:
* tag_instance_profile()
* untag_instance_profile()

* Panorama:
* create_node_from_template_job()
* describe_node_from_template_job()
* list_nodes()

* SSO-Admin:
* describe_account_assignment_creation_status()
* describe_account_assignment_deletion_status()

* WAFv2:
* create_ip_set()
* delete_ip_set()
* list_ip_sets()
* get_ip_set()
* update_ip_set()
* put_logging_configuration()
* get_logging_configuration()
* list_logging_configurations()
* delete_logging_configuration()

Miscellaneous:
* Athena: start_query_execution() now supports the ExecutionParameters-parameter
* DynamoDB: Tables now support DeleteProtection
* DynamoDB: update_item() no longer throws an error when deleting an item from an empty set
* DynamoDB: update_item() no throws an error when adding an empty set
* EC2: delete_network_acl() now throws an error when the ACL still has associations attached to it
* EC2: describe_route_tables() now supports the `route.nat-gateway-id` filter
* EC2: revoke_security_group_ingress/_egress() now throw an error when an unknown Security Group is passed

5.0.6
-----
Docker Digest for 5.0.6: _sha256:da919d3c1db07b378c413ed00a6c1c3e32ce1943a13671658c4db0f55dd49e42_
Expand Down
30 changes: 17 additions & 13 deletions IMPLEMENTATION_COVERAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@

## budgets
<details>
<summary>30% implemented</summary>
<summary>26% implemented</summary>

- [X] create_budget
- [ ] create_budget_action
Expand All @@ -809,6 +809,9 @@
- [X] describe_notifications_for_budget
- [ ] describe_subscribers_for_notification
- [ ] execute_budget_action
- [ ] list_tags_for_resource
- [ ] tag_resource
- [ ] untag_resource
- [ ] update_budget
- [ ] update_budget_action
- [ ] update_notification
Expand Down Expand Up @@ -3956,7 +3959,7 @@

## iam
<details>
<summary>73% implemented</summary>
<summary>74% implemented</summary>

- [ ] add_client_id_to_open_id_connect_provider
- [X] add_role_to_instance_profile
Expand Down Expand Up @@ -6350,7 +6353,7 @@

## resiliencehub
<details>
<summary>31% implemented</summary>
<summary>30% implemented</summary>

- [ ] add_draft_app_version_resource_mappings
- [ ] batch_update_recommendation_status
Expand Down Expand Up @@ -6378,6 +6381,7 @@
- [X] import_resources_to_draft_app_version
- [ ] list_alarm_recommendations
- [ ] list_app_assessment_compliance_drifts
- [ ] list_app_assessment_resource_drifts
- [X] list_app_assessments
- [ ] list_app_component_compliances
- [ ] list_app_component_recommendations
Expand Down Expand Up @@ -8098,19 +8102,19 @@

## wafv2
<details>
<summary>22% implemented</summary>
<summary>38% implemented</summary>

- [X] associate_web_acl
- [ ] check_capacity
- [ ] create_api_key
- [ ] create_ip_set
- [X] create_ip_set
- [ ] create_regex_pattern_set
- [ ] create_rule_group
- [X] create_web_acl
- [ ] delete_api_key
- [ ] delete_firewall_manager_rule_groups
- [ ] delete_ip_set
- [ ] delete_logging_configuration
- [X] delete_ip_set
- [X] delete_logging_configuration
- [ ] delete_permission_policy
- [ ] delete_regex_pattern_set
- [ ] delete_rule_group
Expand All @@ -8121,8 +8125,8 @@
- [X] disassociate_web_acl
- [ ] generate_mobile_sdk_release_url
- [ ] get_decrypted_api_key
- [ ] get_ip_set
- [ ] get_logging_configuration
- [X] get_ip_set
- [X] get_logging_configuration
- [ ] get_managed_rule_set
- [ ] get_mobile_sdk_release
- [ ] get_permission_policy
Expand All @@ -8135,21 +8139,21 @@
- [ ] list_api_keys
- [ ] list_available_managed_rule_group_versions
- [ ] list_available_managed_rule_groups
- [ ] list_ip_sets
- [ ] list_logging_configurations
- [X] list_ip_sets
- [X] list_logging_configurations
- [ ] list_managed_rule_sets
- [ ] list_mobile_sdk_releases
- [ ] list_regex_pattern_sets
- [ ] list_resources_for_web_acl
- [X] list_rule_groups
- [X] list_tags_for_resource
- [X] list_web_acls
- [ ] put_logging_configuration
- [X] put_logging_configuration
- [ ] put_managed_rule_set_versions
- [ ] put_permission_policy
- [X] tag_resource
- [X] untag_resource
- [ ] update_ip_set
- [X] update_ip_set
- [ ] update_managed_rule_set_version_expiry_date
- [ ] update_regex_pattern_set
- [ ] update_rule_group
Expand Down
3 changes: 3 additions & 0 deletions docs/docs/services/budgets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ budgets

- [ ] describe_subscribers_for_notification
- [ ] execute_budget_action
- [ ] list_tags_for_resource
- [ ] tag_resource
- [ ] untag_resource
- [ ] update_budget
- [ ] update_budget_action
- [ ] update_notification
Expand Down
1 change: 1 addition & 0 deletions docs/docs/services/resiliencehub.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ resiliencehub
- [X] import_resources_to_draft_app_version
- [ ] list_alarm_recommendations
- [ ] list_app_assessment_compliance_drifts
- [ ] list_app_assessment_resource_drifts
- [X] list_app_assessments
- [ ] list_app_component_compliances
- [ ] list_app_component_recommendations
Expand Down
18 changes: 9 additions & 9 deletions docs/docs/services/wafv2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ wafv2

- [ ] check_capacity
- [ ] create_api_key
- [ ] create_ip_set
- [X] create_ip_set
- [ ] create_regex_pattern_set
- [ ] create_rule_group
- [X] create_web_acl
Expand All @@ -33,8 +33,8 @@ wafv2

- [ ] delete_api_key
- [ ] delete_firewall_manager_rule_groups
- [ ] delete_ip_set
- [ ] delete_logging_configuration
- [X] delete_ip_set
- [X] delete_logging_configuration
- [ ] delete_permission_policy
- [ ] delete_regex_pattern_set
- [ ] delete_rule_group
Expand All @@ -49,8 +49,8 @@ wafv2
- [X] disassociate_web_acl
- [ ] generate_mobile_sdk_release_url
- [ ] get_decrypted_api_key
- [ ] get_ip_set
- [ ] get_logging_configuration
- [X] get_ip_set
- [X] get_logging_configuration
- [ ] get_managed_rule_set
- [ ] get_mobile_sdk_release
- [ ] get_permission_policy
Expand All @@ -63,8 +63,8 @@ wafv2
- [ ] list_api_keys
- [ ] list_available_managed_rule_group_versions
- [ ] list_available_managed_rule_groups
- [ ] list_ip_sets
- [ ] list_logging_configurations
- [X] list_ip_sets
- [X] list_logging_configurations
- [ ] list_managed_rule_sets
- [ ] list_mobile_sdk_releases
- [ ] list_regex_pattern_sets
Expand All @@ -76,12 +76,12 @@ wafv2


- [X] list_web_acls
- [ ] put_logging_configuration
- [X] put_logging_configuration
- [ ] put_managed_rule_set_versions
- [ ] put_permission_policy
- [X] tag_resource
- [X] untag_resource
- [ ] update_ip_set
- [X] update_ip_set
- [ ] update_managed_rule_set_version_expiry_date
- [ ] update_regex_pattern_set
- [ ] update_rule_group
Expand Down

0 comments on commit de19a6c

Please sign in to comment.