Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): Bump the all-go-mod-patch-and-minor group across 3 direc…
…tories with 3 updates (#828) Bumps the all-go-mod-patch-and-minor group with 2 updates in the / directory: [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) and [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go). Bumps the all-go-mod-patch-and-minor group with 2 updates in the /api directory: [github.com/onsi/gomega](https://github.com/onsi/gomega) and [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go). Bumps the all-go-mod-patch-and-minor group with 2 updates in the /common directory: [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) and [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go). Updates `github.com/onsi/ginkgo/v2` from 2.19.0 to 2.19.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/onsi/ginkgo/releases">github.com/onsi/ginkgo/v2's releases</a>.</em></p> <blockquote> <h2>v2.19.1</h2> <h2>2.19.1</h2> <h3>Fixes</h3> <ul> <li>update supported platforms for race conditions [63c8c30]</li> <li>[build] Allow custom name for binaries. [ff41e27]</li> </ul> <h3>Maintenance</h3> <ul> <li>bump gomega [76f4e0c]</li> <li>Bump rexml from 3.2.6 to 3.2.8 in /docs (<a href="https://redirect.github.com/onsi/ginkgo/issues/1417">#1417</a>) [b69c00d]</li> <li>Bump golang.org/x/sys from 0.20.0 to 0.21.0 (<a href="https://redirect.github.com/onsi/ginkgo/issues/1425">#1425</a>) [f097741]</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md">github.com/onsi/ginkgo/v2's changelog</a>.</em></p> <blockquote> <h2>2.19.1</h2> <h3>Fixes</h3> <ul> <li>update supported platforms for race conditions [63c8c30]</li> <li>[build] Allow custom name for binaries. [ff41e27]</li> </ul> <h3>Maintenance</h3> <ul> <li>bump gomega [76f4e0c]</li> <li>Bump rexml from 3.2.6 to 3.2.8 in /docs (<a href="https://redirect.github.com/onsi/ginkgo/issues/1417">#1417</a>) [b69c00d]</li> <li>Bump golang.org/x/sys from 0.20.0 to 0.21.0 (<a href="https://redirect.github.com/onsi/ginkgo/issues/1425">#1425</a>) [f097741]</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/onsi/ginkgo/commit/224be5bf5590e4159b19e750f013cb77d68f2609"><code>224be5b</code></a> v2.19.1</li> <li><a href="https://github.com/onsi/ginkgo/commit/76f4e0c7a23a0b727cb891f8bbeeacdfc546df77"><code>76f4e0c</code></a> bump gomega</li> <li><a href="https://github.com/onsi/ginkgo/commit/63c8c309603c777514d203eb8fea190d79949d94"><code>63c8c30</code></a> update supported platforms for race conditions</li> <li><a href="https://github.com/onsi/ginkgo/commit/b69c00d4ce8b2d0bb408b8cf6dc3317e6a9deeb1"><code>b69c00d</code></a> Bump rexml from 3.2.6 to 3.2.8 in /docs (<a href="https://redirect.github.com/onsi/ginkgo/issues/1417">#1417</a>)</li> <li><a href="https://github.com/onsi/ginkgo/commit/2e7a930655d6d7ac3a3445d50c0a7d7cc0dddf9a"><code>2e7a930</code></a> --- (<a href="https://redirect.github.com/onsi/ginkgo/issues/1418">#1418</a>)</li> <li><a href="https://github.com/onsi/ginkgo/commit/f09774112b383b2cda8f470c8301f066ae9add83"><code>f097741</code></a> Bump golang.org/x/sys from 0.20.0 to 0.21.0 (<a href="https://redirect.github.com/onsi/ginkgo/issues/1425">#1425</a>)</li> <li><a href="https://github.com/onsi/ginkgo/commit/628dbb9415becabe8c58ca09f4ba9767e8369a1e"><code>628dbb9</code></a> fix: issue-1427</li> <li><a href="https://github.com/onsi/ginkgo/commit/ff41e27cde41de31abf27e4e80dffc6bde12a2da"><code>ff41e27</code></a> [build] Allow custom name for binaries.</li> <li>See full diff in <a href="https://github.com/onsi/ginkgo/compare/v2.19.0...v2.19.1">compare view</a></li> </ul> </details> <br /> Updates `github.com/onsi/gomega` from 1.33.1 to 1.34.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/onsi/gomega/releases">github.com/onsi/gomega's releases</a>.</em></p> <blockquote> <h2>v1.34.0</h2> <h2>1.34.0</h2> <h3>Features</h3> <ul> <li>Add RoundTripper method to ghttp.Server [c549e0d]</li> </ul> <h3>Fixes</h3> <ul> <li>fix incorrect handling of nil slices in HaveExactElements (fixes <a href="https://redirect.github.com/onsi/gomega/issues/771">#771</a>) [878940c]</li> <li>issue_765 - fixed bug in Hopcroft-Karp algorithm [ebadb67]</li> </ul> <h3>Maintenance</h3> <ul> <li>bump ginkgo [8af2ece]</li> <li>Fix typo in docs [123a071]</li> <li>Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 (<a href="https://redirect.github.com/onsi/gomega/issues/756">#756</a>) [0e69083]</li> <li>Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 (<a href="https://redirect.github.com/onsi/gomega/issues/755">#755</a>) [2675796]</li> <li>Bump golang.org/x/net from 0.24.0 to 0.25.0 (<a href="https://redirect.github.com/onsi/gomega/issues/754">#754</a>) [4160c0f]</li> <li>Bump github-pages from 230 to 231 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/748">#748</a>) [892c303]</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/onsi/gomega/blob/master/CHANGELOG.md">github.com/onsi/gomega's changelog</a>.</em></p> <blockquote> <h2>1.34.0</h2> <h3>Features</h3> <ul> <li>Add RoundTripper method to ghttp.Server [c549e0d]</li> </ul> <h3>Fixes</h3> <ul> <li>fix incorrect handling of nil slices in HaveExactElements (fixes <a href="https://redirect.github.com/onsi/gomega/issues/771">#771</a>) [878940c]</li> <li>issue_765 - fixed bug in Hopcroft-Karp algorithm [ebadb67]</li> </ul> <h3>Maintenance</h3> <ul> <li>bump ginkgo [8af2ece]</li> <li>Fix typo in docs [123a071]</li> <li>Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 (<a href="https://redirect.github.com/onsi/gomega/issues/756">#756</a>) [0e69083]</li> <li>Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 (<a href="https://redirect.github.com/onsi/gomega/issues/755">#755</a>) [2675796]</li> <li>Bump golang.org/x/net from 0.24.0 to 0.25.0 (<a href="https://redirect.github.com/onsi/gomega/issues/754">#754</a>) [4160c0f]</li> <li>Bump github-pages from 230 to 231 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/748">#748</a>) [892c303]</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/onsi/gomega/commit/32e5498ab3b29bca44b5178a21073187bb0ae8db"><code>32e5498</code></a> v1.34.0</li> <li><a href="https://github.com/onsi/gomega/commit/cb3fa6a593fc3bd7693dcb1855ea4643875596e1"><code>cb3fa6a</code></a> run go mod tidy and wonder why go get doesnt just run it for me in the first ...</li> <li><a href="https://github.com/onsi/gomega/commit/8af2ece8247f1be7b3595a0af472752c12215c58"><code>8af2ece</code></a> bump ginkgo</li> <li><a href="https://github.com/onsi/gomega/commit/878940cf2a236aea525f81e80a147d2be6cc38e3"><code>878940c</code></a> fix incorrect handling of nil slices in HaveExactElements (fixes <a href="https://redirect.github.com/onsi/gomega/issues/771">#771</a>)</li> <li><a href="https://github.com/onsi/gomega/commit/f5bec80718b411ff0d1a07306b8a6b1cf2a00b89"><code>f5bec80</code></a> clean up bipartitegraph tests</li> <li><a href="https://github.com/onsi/gomega/commit/ebadb6778a63ea433c408cae730d96c23e896217"><code>ebadb67</code></a> issue_765 - fixed bug in Hopcroft-Karp algorithm</li> <li><a href="https://github.com/onsi/gomega/commit/123a07101709b7dd894807a99a747c62c6e68b75"><code>123a071</code></a> Fix typo in docs</li> <li><a href="https://github.com/onsi/gomega/commit/c549e0d8f3c75dc469b2ef55ad6ddd59d5e351af"><code>c549e0d</code></a> Add RoundTripper method to ghttp.Server</li> <li><a href="https://github.com/onsi/gomega/commit/0e69083804979327b6008a5c7aaab402cd589c5a"><code>0e69083</code></a> Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 (<a href="https://redirect.github.com/onsi/gomega/issues/756">#756</a>)</li> <li><a href="https://github.com/onsi/gomega/commit/2675796ca77f9f71845145dfb23cb5004a648fdf"><code>2675796</code></a> Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 (<a href="https://redirect.github.com/onsi/gomega/issues/755">#755</a>)</li> <li>Additional commits viewable in <a href="https://github.com/onsi/gomega/compare/v1.33.1...v1.34.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/aws/aws-sdk-go` from 1.54.20 to 1.55.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aws/aws-sdk-go/releases">github.com/aws/aws-sdk-go's releases</a>.</em></p> <blockquote> <h1>Release v1.55.3 (2024-07-25)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/application-autoscaling</code>: Updates service API</li> <li><code>service/application-signals</code>: Updates service API and documentation</li> <li><code>service/bedrock-runtime</code>: Updates service API and documentation</li> <li><code>service/codecommit</code>: Updates service API and documentation <ul> <li>CreateRepository API now throws OperationNotAllowedException when the account has been restricted from creating a repository.</li> </ul> </li> <li><code>service/datazone</code>: Updates service API and documentation</li> <li><code>service/ec2</code>: Updates service API and documentation <ul> <li>EC2 Fleet now supports using custom identifiers to reference Amazon Machine Images (AMI) in launch requests that are configured to choose from a diversified list of instance types.</li> </ul> </li> <li><code>service/ecr</code>: Updates service API, documentation, paginators, and examples <ul> <li>API and documentation updates for Amazon ECR, adding support for creating, updating, describing and deleting ECR Repository Creation Template.</li> </ul> </li> <li><code>service/eks</code>: Updates service API and documentation</li> <li><code>service/elasticloadbalancingv2</code>: Updates service API, documentation, and examples</li> <li><code>service/network-firewall</code>: Updates service API and documentation</li> <li><code>service/outposts</code>: Updates service API and documentation</li> <li><code>service/states</code>: Updates service API and documentation <ul> <li>This release adds support to customer managed KMS key encryption in AWS Step Functions.</li> </ul> </li> </ul> <h3>SDK Bugs</h3> <ul> <li>Remove broken integration test. <ul> <li>Remove integration test broken by cloudsearch service.</li> </ul> </li> </ul> <h1>Release v1.55.2 (2024-07-24)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/cleanrooms</code>: Updates service API and documentation</li> <li><code>service/dynamodb</code>: Updates service API, documentation, waiters, paginators, and examples <ul> <li>DynamoDB doc only update for July</li> </ul> </li> <li><code>service/iotsitewise</code>: Updates service API and documentation</li> <li><code>service/mediapackagev2</code>: Updates service API</li> <li><code>service/medical-imaging</code>: Updates service API and documentation</li> <li><code>service/pinpoint-sms-voice-v2</code>: Updates service API and documentation</li> </ul> <h3>SDK Bugs</h3> <ul> <li>Add missing bool error matching. <ul> <li>This enables waiters defined to match on presence/absence of errors.</li> </ul> </li> </ul> <h1>Release v1.55.1 (2024-07-23)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/appsync</code>: Updates service API and paginators</li> <li><code>service/cleanrooms</code>: Updates service API, documentation, and paginators</li> <li><code>service/cleanroomsml</code>: Updates service API, documentation, and waiters</li> <li><code>service/connect</code>: Updates service API and documentation</li> <li><code>service/connect-contact-lens</code>: Updates service API and documentation</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-go/commit/f5c0cf4254ac39e051431136466f9d9ff0e6b1a4"><code>f5c0cf4</code></a> Release v1.55.3 (2024-07-25) (<a href="https://redirect.github.com/aws/aws-sdk-go/issues/5321">#5321</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/0eb09e61ca5c71b95222f428aabc579859e595e8"><code>0eb09e6</code></a> Merge pull request <a href="https://redirect.github.com/aws/aws-sdk-go/issues/5320">#5320</a> from aws/fix-cloudsearch</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/3800e5c7b5b0ffc6c3cccb094b897cfcc2ad5255"><code>3800e5c</code></a> remove integration test broken by cloudsearch service</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/37d771a11f4df61355cfa22b3915f181a79014b8"><code>37d771a</code></a> Release v1.55.2 (2024-07-24) (<a href="https://redirect.github.com/aws/aws-sdk-go/issues/5317">#5317</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/070dd382d4bcc1e1ad031be103cba887b7bd96d0"><code>070dd38</code></a> Merge pull request <a href="https://redirect.github.com/aws/aws-sdk-go/issues/5316">#5316</a> from aws/fix-waitermatchbool</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/d68c8e4bd8c65a38c8b24a11e6ac27128a296dd9"><code>d68c8e4</code></a> Update aws/request/waiter_test.go</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/888c4039ce2dd3f49a6c7b79e34236de5d5e5367"><code>888c403</code></a> add missing any/none waiter error matching</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/42cbf2a247d39fcf92222c1ea3909b445d956b40"><code>42cbf2a</code></a> Release v1.55.1 (2024-07-23) (<a href="https://redirect.github.com/aws/aws-sdk-go/issues/5315">#5315</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/3c1fb65900e35c30456b9007103d7b3c5cc46f9e"><code>3c1fb65</code></a> Release v1.55.0 (2024-07-22) (<a href="https://redirect.github.com/aws/aws-sdk-go/issues/5314">#5314</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/e65d388936db8812834e57a1f3c54c8787ef4d07"><code>e65d388</code></a> Merge pull request <a href="https://redirect.github.com/aws/aws-sdk-go/issues/5313">#5313</a> from aws/fix-sensitivelistmap</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go/compare/v1.54.20...v1.55.3">compare view</a></li> </ul> </details> <br /> Updates `github.com/onsi/gomega` from 1.33.1 to 1.34.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/onsi/gomega/releases">github.com/onsi/gomega's releases</a>.</em></p> <blockquote> <h2>v1.34.0</h2> <h2>1.34.0</h2> <h3>Features</h3> <ul> <li>Add RoundTripper method to ghttp.Server [c549e0d]</li> </ul> <h3>Fixes</h3> <ul> <li>fix incorrect handling of nil slices in HaveExactElements (fixes <a href="https://redirect.github.com/onsi/gomega/issues/771">#771</a>) [878940c]</li> <li>issue_765 - fixed bug in Hopcroft-Karp algorithm [ebadb67]</li> </ul> <h3>Maintenance</h3> <ul> <li>bump ginkgo [8af2ece]</li> <li>Fix typo in docs [123a071]</li> <li>Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 (<a href="https://redirect.github.com/onsi/gomega/issues/756">#756</a>) [0e69083]</li> <li>Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 (<a href="https://redirect.github.com/onsi/gomega/issues/755">#755</a>) [2675796]</li> <li>Bump golang.org/x/net from 0.24.0 to 0.25.0 (<a href="https://redirect.github.com/onsi/gomega/issues/754">#754</a>) [4160c0f]</li> <li>Bump github-pages from 230 to 231 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/748">#748</a>) [892c303]</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/onsi/gomega/blob/master/CHANGELOG.md">github.com/onsi/gomega's changelog</a>.</em></p> <blockquote> <h2>1.34.0</h2> <h3>Features</h3> <ul> <li>Add RoundTripper method to ghttp.Server [c549e0d]</li> </ul> <h3>Fixes</h3> <ul> <li>fix incorrect handling of nil slices in HaveExactElements (fixes <a href="https://redirect.github.com/onsi/gomega/issues/771">#771</a>) [878940c]</li> <li>issue_765 - fixed bug in Hopcroft-Karp algorithm [ebadb67]</li> </ul> <h3>Maintenance</h3> <ul> <li>bump ginkgo [8af2ece]</li> <li>Fix typo in docs [123a071]</li> <li>Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 (<a href="https://redirect.github.com/onsi/gomega/issues/756">#756</a>) [0e69083]</li> <li>Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 (<a href="https://redirect.github.com/onsi/gomega/issues/755">#755</a>) [2675796]</li> <li>Bump golang.org/x/net from 0.24.0 to 0.25.0 (<a href="https://redirect.github.com/onsi/gomega/issues/754">#754</a>) [4160c0f]</li> <li>Bump github-pages from 230 to 231 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/748">#748</a>) [892c303]</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/onsi/gomega/commit/32e5498ab3b29bca44b5178a21073187bb0ae8db"><code>32e5498</code></a> v1.34.0</li> <li><a href="https://github.com/onsi/gomega/commit/cb3fa6a593fc3bd7693dcb1855ea4643875596e1"><code>cb3fa6a</code></a> run go mod tidy and wonder why go get doesnt just run it for me in the first ...</li> <li><a href="https://github.com/onsi/gomega/commit/8af2ece8247f1be7b3595a0af472752c12215c58"><code>8af2ece</code></a> bump ginkgo</li> <li><a href="https://github.com/onsi/gomega/commit/878940cf2a236aea525f81e80a147d2be6cc38e3"><code>878940c</code></a> fix incorrect handling of nil slices in HaveExactElements (fixes <a href="https://redirect.github.com/onsi/gomega/issues/771">#771</a>)</li> <li><a href="https://github.com/onsi/gomega/commit/f5bec80718b411ff0d1a07306b8a6b1cf2a00b89"><code>f5bec80</code></a> clean up bipartitegraph tests</li> <li><a href="https://github.com/onsi/gomega/commit/ebadb6778a63ea433c408cae730d96c23e896217"><code>ebadb67</code></a> issue_765 - fixed bug in Hopcroft-Karp algorithm</li> <li><a href="https://github.com/onsi/gomega/commit/123a07101709b7dd894807a99a747c62c6e68b75"><code>123a071</code></a> Fix typo in docs</li> <li><a href="https://github.com/onsi/gomega/commit/c549e0d8f3c75dc469b2ef55ad6ddd59d5e351af"><code>c549e0d</code></a> Add RoundTripper method to ghttp.Server</li> <li><a href="https://github.com/onsi/gomega/commit/0e69083804979327b6008a5c7aaab402cd589c5a"><code>0e69083</code></a> Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 (<a href="https://redirect.github.com/onsi/gomega/issues/756">#756</a>)</li> <li><a href="https://github.com/onsi/gomega/commit/2675796ca77f9f71845145dfb23cb5004a648fdf"><code>2675796</code></a> Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 (<a href="https://redirect.github.com/onsi/gomega/issues/755">#755</a>)</li> <li>Additional commits viewable in <a href="https://github.com/onsi/gomega/compare/v1.33.1...v1.34.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/aws/aws-sdk-go` from 1.54.20 to 1.55.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aws/aws-sdk-go/releases">github.com/aws/aws-sdk-go's releases</a>.</em></p> <blockquote> <h1>Release v1.55.3 (2024-07-25)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/application-autoscaling</code>: Updates service API</li> <li><code>service/application-signals</code>: Updates service API and documentation</li> <li><code>service/bedrock-runtime</code>: Updates service API and documentation</li> <li><code>service/codecommit</code>: Updates service API and documentation <ul> <li>CreateRepository API now throws OperationNotAllowedException when the account has been restricted from creating a repository.</li> </ul> </li> <li><code>service/datazone</code>: Updates service API and documentation</li> <li><code>service/ec2</code>: Updates service API and documentation <ul> <li>EC2 Fleet now supports using custom identifiers to reference Amazon Machine Images (AMI) in launch requests that are configured to choose from a diversified list of instance types.</li> </ul> </li> <li><code>service/ecr</code>: Updates service API, documentation, paginators, and examples <ul> <li>API and documentation updates for Amazon ECR, adding support for creating, updating, describing and deleting ECR Repository Creation Template.</li> </ul> </li> <li><code>service/eks</code>: Updates service API and documentation</li> <li><code>service/elasticloadbalancingv2</code>: Updates service API, documentation, and examples</li> <li><code>service/network-firewall</code>: Updates service API and documentation</li> <li><code>service/outposts</code>: Updates service API and documentation</li> <li><code>service/states</code>: Updates service API and documentation <ul> <li>This release adds support to customer managed KMS key encryption in AWS Step Functions.</li> </ul> </li> </ul> <h3>SDK Bugs</h3> <ul> <li>Remove broken integration test. <ul> <li>Remove integration test broken by cloudsearch service.</li> </ul> </li> </ul> <h1>Release v1.55.2 (2024-07-24)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/cleanrooms</code>: Updates service API and documentation</li> <li><code>service/dynamodb</code>: Updates service API, documentation, waiters, paginators, and examples <ul> <li>DynamoDB doc only update for July</li> </ul> </li> <li><code>service/iotsitewise</code>: Updates service API and documentation</li> <li><code>service/mediapackagev2</code>: Updates service API</li> <li><code>service/medical-imaging</code>: Updates service API and documentation</li> <li><code>service/pinpoint-sms-voice-v2</code>: Updates service API and documentation</li> </ul> <h3>SDK Bugs</h3> <ul> <li>Add missing bool error matching. <ul> <li>This enables waiters defined to match on presence/absence of errors.</li> </ul> </li> </ul> <h1>Release v1.55.1 (2024-07-23)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/appsync</code>: Updates service API and paginators</li> <li><code>service/cleanrooms</code>: Updates service API, documentation, and paginators</li> <li><code>service/cleanroomsml</code>: Updates service API, documentation, and waiters</li> <li><code>service/connect</code>: Updates service API and documentation</li> <li><code>service/connect-contact-lens</code>: Updates service API and documentation</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-go/commit/f5c0cf4254ac39e051431136466f9d9ff0e6b1a4"><code>f5c0cf4</code></a> Release v1.55.3 (2024-07-25) (<a href="https://redirect.github.com/aws/aws-sdk-go/issues/5321">#5321</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/0eb09e61ca5c71b95222f428aabc579859e595e8"><code>0eb09e6</code></a> Merge pull request <a href="https://redirect.github.com/aws/aws-sdk-go/issues/5320">#5320</a> from aws/fix-cloudsearch</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/3800e5c7b5b0ffc6c3cccb094b897cfcc2ad5255"><code>3800e5c</code></a> remove integration test broken by cloudsearch service</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/37d771a11f4df61355cfa22b3915f181a79014b8"><code>37d771a</code></a> Release v1.55.2 (2024-07-24) (<a href="https://redirect.github.com/aws/aws-sdk-go/issues/5317">#5317</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/070dd382d4bcc1e1ad031be103cba887b7bd96d0"><code>070dd38</code></a> Merge pull request <a href="https://redirect.github.com/aws/aws-sdk-go/issues/5316">#5316</a> from aws/fix-waitermatchbool</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/d68c8e4bd8c65a38c8b24a11e6ac27128a296dd9"><code>d68c8e4</code></a> Update aws/request/waiter_test.go</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/888c4039ce2dd3f49a6c7b79e34236de5d5e5367"><code>888c403</code></a> add missing any/none waiter error matching</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/42cbf2a247d39fcf92222c1ea3909b445d956b40"><code>42cbf2a</code></a> Release v1.55.1 (2024-07-23) (<a href="https://redirect.github.com/aws/aws-sdk-go/issues/5315">#5315</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/3c1fb65900e35c30456b9007103d7b3c5cc46f9e"><code>3c1fb65</code></a> Release v1.55.0 (2024-07-22) (<a href="https://redirect.github.com/aws/aws-sdk-go/issues/5314">#5314</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/e65d388936db8812834e57a1f3c54c8787ef4d07"><code>e65d388</code></a> Merge pull request <a href="https://redirect.github.com/aws/aws-sdk-go/issues/5313">#5313</a> from aws/fix-sensitivelistmap</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go/compare/v1.54.20...v1.55.3">compare view</a></li> </ul> </details> <br /> Updates `github.com/onsi/ginkgo/v2` from 2.19.0 to 2.19.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/onsi/ginkgo/releases">github.com/onsi/ginkgo/v2's releases</a>.</em></p> <blockquote> <h2>v2.19.1</h2> <h2>2.19.1</h2> <h3>Fixes</h3> <ul> <li>update supported platforms for race conditions [63c8c30]</li> <li>[build] Allow custom name for binaries. [ff41e27]</li> </ul> <h3>Maintenance</h3> <ul> <li>bump gomega [76f4e0c]</li> <li>Bump rexml from 3.2.6 to 3.2.8 in /docs (<a href="https://redirect.github.com/onsi/ginkgo/issues/1417">#1417</a>) [b69c00d]</li> <li>Bump golang.org/x/sys from 0.20.0 to 0.21.0 (<a href="https://redirect.github.com/onsi/ginkgo/issues/1425">#1425</a>) [f097741]</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md">github.com/onsi/ginkgo/v2's changelog</a>.</em></p> <blockquote> <h2>2.19.1</h2> <h3>Fixes</h3> <ul> <li>update supported platforms for race conditions [63c8c30]</li> <li>[build] Allow custom name for binaries. [ff41e27]</li> </ul> <h3>Maintenance</h3> <ul> <li>bump gomega [76f4e0c]</li> <li>Bump rexml from 3.2.6 to 3.2.8 in /docs (<a href="https://redirect.github.com/onsi/ginkgo/issues/1417">#1417</a>) [b69c00d]</li> <li>Bump golang.org/x/sys from 0.20.0 to 0.21.0 (<a href="https://redirect.github.com/onsi/ginkgo/issues/1425">#1425</a>) [f097741]</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/onsi/ginkgo/commit/224be5bf5590e4159b19e750f013cb77d68f2609"><code>224be5b</code></a> v2.19.1</li> <li><a href="https://github.com/onsi/ginkgo/commit/76f4e0c7a23a0b727cb891f8bbeeacdfc546df77"><code>76f4e0c</code></a> bump gomega</li> <li><a href="https://github.com/onsi/ginkgo/commit/63c8c309603c777514d203eb8fea190d79949d94"><code>63c8c30</code></a> update supported platforms for race conditions</li> <li><a href="https://github.com/onsi/ginkgo/commit/b69c00d4ce8b2d0bb408b8cf6dc3317e6a9deeb1"><code>b69c00d</code></a> Bump rexml from 3.2.6 to 3.2.8 in /docs (<a href="https://redirect.github.com/onsi/ginkgo/issues/1417">#1417</a>)</li> <li><a href="https://github.com/onsi/ginkgo/commit/2e7a930655d6d7ac3a3445d50c0a7d7cc0dddf9a"><code>2e7a930</code></a> --- (<a href="https://redirect.github.com/onsi/ginkgo/issues/1418">#1418</a>)</li> <li><a href="https://github.com/onsi/ginkgo/commit/f09774112b383b2cda8f470c8301f066ae9add83"><code>f097741</code></a> Bump golang.org/x/sys from 0.20.0 to 0.21.0 (<a href="https://redirect.github.com/onsi/ginkgo/issues/1425">#1425</a>)</li> <li><a href="https://github.com/onsi/ginkgo/commit/628dbb9415becabe8c58ca09f4ba9767e8369a1e"><code>628dbb9</code></a> fix: issue-1427</li> <li><a href="https://github.com/onsi/ginkgo/commit/ff41e27cde41de31abf27e4e80dffc6bde12a2da"><code>ff41e27</code></a> [build] Allow custom name for binaries.</li> <li>See full diff in <a href="https://github.com/onsi/ginkgo/compare/v2.19.0...v2.19.1">compare view</a></li> </ul> </details> <br /> Updates `github.com/onsi/gomega` from 1.33.1 to 1.34.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/onsi/gomega/releases">github.com/onsi/gomega's releases</a>.</em></p> <blockquote> <h2>v1.34.0</h2> <h2>1.34.0</h2> <h3>Features</h3> <ul> <li>Add RoundTripper method to ghttp.Server [c549e0d]</li> </ul> <h3>Fixes</h3> <ul> <li>fix incorrect handling of nil slices in HaveExactElements (fixes <a href="https://redirect.github.com/onsi/gomega/issues/771">#771</a>) [878940c]</li> <li>issue_765 - fixed bug in Hopcroft-Karp algorithm [ebadb67]</li> </ul> <h3>Maintenance</h3> <ul> <li>bump ginkgo [8af2ece]</li> <li>Fix typo in docs [123a071]</li> <li>Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 (<a href="https://redirect.github.com/onsi/gomega/issues/756">#756</a>) [0e69083]</li> <li>Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 (<a href="https://redirect.github.com/onsi/gomega/issues/755">#755</a>) [2675796]</li> <li>Bump golang.org/x/net from 0.24.0 to 0.25.0 (<a href="https://redirect.github.com/onsi/gomega/issues/754">#754</a>) [4160c0f]</li> <li>Bump github-pages from 230 to 231 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/748">#748</a>) [892c303]</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/onsi/gomega/blob/master/CHANGELOG.md">github.com/onsi/gomega's changelog</a>.</em></p> <blockquote> <h2>1.34.0</h2> <h3>Features</h3> <ul> <li>Add RoundTripper method to ghttp.Server [c549e0d]</li> </ul> <h3>Fixes</h3> <ul> <li>fix incorrect handling of nil slices in HaveExactElements (fixes <a href="https://redirect.github.com/onsi/gomega/issues/771">#771</a>) [878940c]</li> <li>issue_765 - fixed bug in Hopcroft-Karp algorithm [ebadb67]</li> </ul> <h3>Maintenance</h3> <ul> <li>bump ginkgo [8af2ece]</li> <li>Fix typo in docs [123a071]</li> <li>Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 (<a href="https://redirect.github.com/onsi/gomega/issues/756">#756</a>) [0e69083]</li> <li>Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 (<a href="https://redirect.github.com/onsi/gomega/issues/755">#755</a>) [2675796]</li> <li>Bump golang.org/x/net from 0.24.0 to 0.25.0 (<a href="https://redirect.github.com/onsi/gomega/issues/754">#754</a>) [4160c0f]</li> <li>Bump github-pages from 230 to 231 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/748">#748</a>) [892c303]</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/onsi/gomega/commit/32e5498ab3b29bca44b5178a21073187bb0ae8db"><code>32e5498</code></a> v1.34.0</li> <li><a href="https://github.com/onsi/gomega/commit/cb3fa6a593fc3bd7693dcb1855ea4643875596e1"><code>cb3fa6a</code></a> run go mod tidy and wonder why go get doesnt just run it for me in the first ...</li> <li><a href="https://github.com/onsi/gomega/commit/8af2ece8247f1be7b3595a0af472752c12215c58"><code>8af2ece</code></a> bump ginkgo</li> <li><a href="https://github.com/onsi/gomega/commit/878940cf2a236aea525f81e80a147d2be6cc38e3"><code>878940c</code></a> fix incorrect handling of nil slices in HaveExactElements (fixes <a href="https://redirect.github.com/onsi/gomega/issues/771">#771</a>)</li> <li><a href="https://github.com/onsi/gomega/commit/f5bec80718b411ff0d1a07306b8a6b1cf2a00b89"><code>f5bec80</code></a> clean up bipartitegraph tests</li> <li><a href="https://github.com/onsi/gomega/commit/ebadb6778a63ea433c408cae730d96c23e896217"><code>ebadb67</code></a> issue_765 - fixed bug in Hopcroft-Karp algorithm</li> <li><a href="https://github.com/onsi/gomega/commit/123a07101709b7dd894807a99a747c62c6e68b75"><code>123a071</code></a> Fix typo in docs</li> <li><a href="https://github.com/onsi/gomega/commit/c549e0d8f3c75dc469b2ef55ad6ddd59d5e351af"><code>c549e0d</code></a> Add RoundTripper method to ghttp.Server</li> <li><a href="https://github.com/onsi/gomega/commit/0e69083804979327b6008a5c7aaab402cd589c5a"><code>0e69083</code></a> Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 (<a href="https://redirect.github.com/onsi/gomega/issues/756">#756</a>)</li> <li><a href="https://github.com/onsi/gomega/commit/2675796ca77f9f71845145dfb23cb5004a648fdf"><code>2675796</code></a> Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 (<a href="https://redirect.github.com/onsi/gomega/issues/755">#755</a>)</li> <li>Additional commits viewable in <a href="https://github.com/onsi/gomega/compare/v1.33.1...v1.34.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/aws/aws-sdk-go` from 1.54.20 to 1.55.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aws/aws-sdk-go/releases">github.com/aws/aws-sdk-go's releases</a>.</em></p> <blockquote> <h1>Release v1.55.3 (2024-07-25)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/application-autoscaling</code>: Updates service API</li> <li><code>service/application-signals</code>: Updates service API and documentation</li> <li><code>service/bedrock-runtime</code>: Updates service API and documentation</li> <li><code>service/codecommit</code>: Updates service API and documentation <ul> <li>CreateRepository API now throws OperationNotAllowedException when the account has been restricted from creating a repository.</li> </ul> </li> <li><code>service/datazone</code>: Updates service API and documentation</li> <li><code>service/ec2</code>: Updates service API and documentation <ul> <li>EC2 Fleet now supports using custom identifiers to reference Amazon Machine Images (AMI) in launch requests that are configured to choose from a diversified list of instance types.</li> </ul> </li> <li><code>service/ecr</code>: Updates service API, documentation, paginators, and examples <ul> <li>API and documentation updates for Amazon ECR, adding support for creating, updating, describing and deleting ECR Repository Creation Template.</li> </ul> </li> <li><code>service/eks</code>: Updates service API and documentation</li> <li><code>service/elasticloadbalancingv2</code>: Updates service API, documentation, and examples</li> <li><code>service/network-firewall</code>: Updates service API and documentation</li> <li><code>service/outposts</code>: Updates service API and documentation</li> <li><code>service/states</code>: Updates service API and documentation <ul> <li>This release adds support to customer managed KMS key encryption in AWS Step Functions.</li> </ul> </li> </ul> <h3>SDK Bugs</h3> <ul> <li>Remove broken integration test. <ul> <li>Remove integration test broken by cloudsearch service.</li> </ul> </li> </ul> <h1>Release v1.55.2 (2024-07-24)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/cleanrooms</code>: Updates service API and documentation</li> <li><code>service/dynamodb</code>: Updates service API, documentation, waiters, paginators, and examples <ul> <li>DynamoDB doc only update for July</li> </ul> </li> <li><code>service/iotsitewise</code>: Updates service API and documentation</li> <li><code>service/mediapackagev2</code>: Updates service API</li> <li><code>service/medical-imaging</code>: Updates service API and documentation</li> <li><code>service/pinpoint-sms-voice-v2</code>: Updates service API and documentation</li> </ul> <h3>SDK Bugs</h3> <ul> <li>Add missing bool error matching. <ul> <li>This enables waiters defined to match on presence/absence of errors.</li> </ul> </li> </ul> <h1>Release v1.55.1 (2024-07-23)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/appsync</code>: Updates service API and paginators</li> <li><code>service/cleanrooms</code>: Updates service API, documentation, and paginators</li> <li><code>service/cleanroomsml</code>: Updates service API, documentation, and waiters</li> <li><code>service/connect</code>: Updates service API and documentation</li> <li><code>service/connect-contact-lens</code>: Updates service API and documentation</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-go/commit/f5c0cf4254ac39e051431136466f9d9ff0e6b1a4"><code>f5c0cf4</code></a> Release v1.55.3 (2024-07-25) (<a href="https://redirect.github.com/aws/aws-sdk-go/issues/5321">#5321</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/0eb09e61ca5c71b95222f428aabc579859e595e8"><code>0eb09e6</code></a> Merge pull request <a href="https://redirect.github.com/aws/aws-sdk-go/issues/5320">#5320</a> from aws/fix-cloudsearch</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/3800e5c7b5b0ffc6c3cccb094b897cfcc2ad5255"><code>3800e5c</code></a> remove integration test broken by cloudsearch service</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/37d771a11f4df61355cfa22b3915f181a79014b8"><code>37d771a</code></a> Release v1.55.2 (2024-07-24) (<a href="https://redirect.github.com/aws/aws-sdk-go/issues/5317">#5317</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/070dd382d4bcc1e1ad031be103cba887b7bd96d0"><code>070dd38</code></a> Merge pull request <a href="https://redirect.github.com/aws/aws-sdk-go/issues/5316">#5316</a> from aws/fix-waitermatchbool</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/d68c8e4bd8c65a38c8b24a11e6ac27128a296dd9"><code>d68c8e4</code></a> Update aws/request/waiter_test.go</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/888c4039ce2dd3f49a6c7b79e34236de5d5e5367"><code>888c403</code></a> add missing any/none waiter error matching</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/42cbf2a247d39fcf92222c1ea3909b445d956b40"><code>42cbf2a</code></a> Release v1.55.1 (2024-07-23) (<a href="https://redirect.github.com/aws/aws-sdk-go/issues/5315">#5315</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/3c1fb65900e35c30456b9007103d7b3c5cc46f9e"><code>3c1fb65</code></a> Release v1.55.0 (2024-07-22) (<a href="https://redirect.github.com/aws/aws-sdk-go/issues/5314">#5314</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/e65d388936db8812834e57a1f3c54c8787ef4d07"><code>e65d388</code></a> Merge pull request <a href="https://redirect.github.com/aws/aws-sdk-go/issues/5313">#5313</a> from aws/fix-sensitivelistmap</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go/compare/v1.54.20...v1.55.3">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jimmi Dyson <jimmidyson@gmail.com>
- Loading branch information