Skip to content

Commit

Permalink
Prep release 4.2.4 (getmoto#6842)
Browse files Browse the repository at this point in the history
  • Loading branch information
bblommers authored and toshyak committed Oct 26, 2023
1 parent 14e5b81 commit fbd26cb
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Moto Changelog
==============

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

New Methods:
* OpenSearch:
* list_domain_names()

Miscellaneous:
* DynamoDB: Fixed a bug where binary data could not be queried (introduced in 4.2.3)
* EC2: VPC Peering Connections are now supported across accounts
* ECS: register_task_definition() now validates the PidMode has the correct value
* S3: put_bucket_notification_configuration() now supports SNS Topic targets

4.2.3
-----
Docker Digest for 4.2.3: <autopopulateddigest>
Expand Down
14 changes: 10 additions & 4 deletions IMPLEMENTATION_COVERAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2272,6 +2272,7 @@
- [X] disable_ebs_encryption_by_default
- [ ] disable_fast_launch
- [ ] disable_fast_snapshot_restores
- [ ] disable_image_block_public_access
- [ ] disable_image_deprecation
- [ ] disable_ipam_organization_admin_account
- [ ] disable_serial_console_access
Expand All @@ -2298,6 +2299,7 @@
- [X] enable_ebs_encryption_by_default
- [ ] enable_fast_launch
- [ ] enable_fast_snapshot_restores
- [ ] enable_image_block_public_access
- [ ] enable_image_deprecation
- [ ] enable_ipam_organization_admin_account
- [ ] enable_reachability_analyzer_organization_sharing
Expand All @@ -2324,6 +2326,7 @@
- [ ] get_flow_logs_integration_template
- [ ] get_groups_for_capacity_reservation
- [ ] get_host_reservation_purchase_preview
- [ ] get_image_block_public_access_state
- [ ] get_instance_types_from_instance_requirements
- [ ] get_instance_uefi_data
- [ ] get_ipam_address_history
Expand Down Expand Up @@ -4514,7 +4517,7 @@

## medialive
<details>
<summary>19% implemented</summary>
<summary>18% implemented</summary>

- [ ] accept_input_device_transfer
- [ ] batch_delete
Expand Down Expand Up @@ -4564,9 +4567,11 @@
- [ ] reboot_input_device
- [ ] reject_input_device_transfer
- [X] start_channel
- [ ] start_input_device
- [ ] start_input_device_maintenance_window
- [ ] start_multiplex
- [X] stop_channel
- [ ] stop_input_device
- [ ] stop_multiplex
- [ ] transfer_input_device
- [ ] update_account_configuration
Expand Down Expand Up @@ -4759,7 +4764,7 @@

## opensearch
<details>
<summary>16% implemented</summary>
<summary>18% implemented</summary>

- [ ] accept_inbound_connection
- [X] add_tags
Expand Down Expand Up @@ -4795,7 +4800,7 @@
- [ ] get_package_version_history
- [ ] get_upgrade_history
- [ ] get_upgrade_status
- [ ] list_domain_names
- [X] list_domain_names
- [ ] list_domains_for_package
- [ ] list_instance_type_details
- [ ] list_packages_for_domain
Expand Down Expand Up @@ -6598,7 +6603,7 @@

## servicediscovery
<details>
<summary>69% implemented</summary>
<summary>66% implemented</summary>

- [X] create_http_namespace
- [X] create_private_dns_namespace
Expand All @@ -6608,6 +6613,7 @@
- [X] delete_service
- [ ] deregister_instance
- [ ] discover_instances
- [ ] discover_instances_revision
- [ ] get_instance
- [ ] get_instances_health_status
- [X] get_namespace
Expand Down
3 changes: 3 additions & 0 deletions docs/docs/services/ec2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ ec2
- [X] disable_ebs_encryption_by_default
- [ ] disable_fast_launch
- [ ] disable_fast_snapshot_restores
- [ ] disable_image_block_public_access
- [ ] disable_image_deprecation
- [ ] disable_ipam_organization_admin_account
- [ ] disable_serial_console_access
Expand All @@ -457,6 +458,7 @@ ec2
- [X] enable_ebs_encryption_by_default
- [ ] enable_fast_launch
- [ ] enable_fast_snapshot_restores
- [ ] enable_image_block_public_access
- [ ] enable_image_deprecation
- [ ] enable_ipam_organization_admin_account
- [ ] enable_reachability_analyzer_organization_sharing
Expand All @@ -483,6 +485,7 @@ ec2
- [ ] get_flow_logs_integration_template
- [ ] get_groups_for_capacity_reservation
- [ ] get_host_reservation_purchase_preview
- [ ] get_image_block_public_access_state
- [ ] get_instance_types_from_instance_requirements
- [ ] get_instance_uefi_data
- [ ] get_ipam_address_history
Expand Down
2 changes: 2 additions & 0 deletions docs/docs/services/medialive.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,11 @@ medialive
- [ ] reboot_input_device
- [ ] reject_input_device_transfer
- [X] start_channel
- [ ] start_input_device
- [ ] start_input_device_maintenance_window
- [ ] start_multiplex
- [X] stop_channel
- [ ] stop_input_device
- [ ] stop_multiplex
- [ ] transfer_input_device
- [ ] update_account_configuration
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/services/opensearch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ opensearch
- [ ] get_package_version_history
- [ ] get_upgrade_history
- [ ] get_upgrade_status
- [x] list_domain_names
- [X] list_domain_names
- [ ] list_domains_for_package
- [ ] list_instance_type_details
- [ ] list_packages_for_domain
Expand Down
1 change: 1 addition & 0 deletions docs/docs/services/servicediscovery.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ servicediscovery
- [X] delete_service
- [ ] deregister_instance
- [ ] discover_instances
- [ ] discover_instances_revision
- [ ] get_instance
- [ ] get_instances_health_status
- [X] get_namespace
Expand Down

0 comments on commit fbd26cb

Please sign in to comment.