chore(deps): Update testing-tools#1702
Merged
Merged
Conversation
mchmarny
approved these changes
Jul 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.45.40→1.45.411.45.45(+3)1.3.71→1.3.721.4.1(+1)Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
aws/aws-cli (awscli)
v1.45.41Compare Source
=======
billing: Adds support for managing AWS account credits and billing preferences, including retrieving credit details, viewing per-month credit allocation history, redeeming promotional codes, and configuring credit sharing and billing preferences.logs: Added PutStorageTierPolicy and GetStorageTierPolicy APIs to Amazon CloudWatch Logs. Customers can now configure account-level Intelligent Tiering to automatically optimize log storage costs by moving infrequently accessed data to lower-cost storage tiers.mailmanager: This release adds Smithy RPC v2 CBOR as an additional protocol alongside the existing AWS JSON 1.0. The SDK will prioritize its most performant protocol.opensearch: This release introduces Saved Object Migration APIs, enabling users to migrate dashboards, visualizations, index patterns, and other saved objects from a data source into an Amazon OpenSearch Service application workspace with configurable export filters and conflict resolution strategies.ministackorg/ministack (ministackorg/ministack)
v1.3.72Compare Source
Added
CreatePlacementGroup,DeletePlacementGroup, andDescribePlacementGroupsare implemented (they previously failed withInvalidAction: Unknown EC2 action), soaws_placement_groupin Terraform/CDK creates, reads, and deletes against MiniStack. Groups are account-scoped and tagged like every other EC2 resource (pg-ids,CreateTags/DescribeTags, andtag:/group-name/state/strategyfilters), duplicate names returnInvalidPlacementGroup.Duplicateand unknown names returnInvalidPlacementGroup.Unknown, andpartitionCountis emitted only for thepartitionstrategy — matching real EC2. Contributed by @c-julin.CreateAutoScalingGroup,UpdateAutoScalingGroup, and a newly handledSetDesiredCapacitynow materializeDesiredCapacitymock instances (InService/Healthy, round-robined across the group's Availability Zones), andDescribeAutoScalingGroups/DescribeAutoScalingInstancesreport them. Previously a group reported zero instances forever, so Terraform'saws_autoscaling_groupcapacity waiter blocked for the fullwait_for_capacity_timeoutand then failed on every apply; it now converges. Contributed by @c-julin.Fixed
Authorizationheader, so a presigned S3 URL created under a non-default account resolved to the default account and returned 404 on the bucket lookup. The access key is now also extracted from the SigV4X-Amz-Credentialand SigV2AWSAccessKeyIdquery parameters, matching how AWS honors query-string credentials as a general signing mechanism. Contributed by @neriyaco.DescribeClusterand the discovery document was hardcoded tohttp, so Terraform'saws_iam_openid_connect_provider, which client-side rejects non-https urls, failed at plan time. The scheme now derives fromUSE_SSL:httpswhen the gateway serves TLS,httpotherwise, so the advertised issuer matches what MiniStack actually serves and IRSA Terraform applies against a TLS gateway.UpdateItemvalidates values, andUPDATED_NEW/UPDATED_OLDmatch AWS —UpdateItemnow runs the same attribute and item-size validation asPutItem(it skipped it before), andUPDATED_NEW/UPDATED_OLDreport every attribute the update expression touched — including aSETthat assigns the same value, which was previously omitted as a no-op and diverged from AWS. String-set validation no longer rejects empty-string members. Contributed by @chincharjuin.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate.