Skip to content

Commit 583bea7

Browse files
build(deps): Bump github.com/aws/aws-sdk-go from 1.54.19 to 1.54.20 (#773)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.54.19 to 1.54.20. <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.54.20 (2024-07-18)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/acm-pca</code>: Updates service waiters</li> <li><code>service/connect</code>: Updates service API, documentation, and paginators</li> <li><code>service/ec2</code>: Updates service API and documentation <ul> <li>Amazon VPC IP Address Manager (IPAM) now supports Bring-Your-Own-IP (BYOIP) for IP addresses registered with any Internet Registry. This feature uses DNS TXT records to validate ownership of a public IP address range.</li> </ul> </li> <li><code>service/firehose</code>: Updates service API and documentation <ul> <li>This release 1) Add configurable buffering hints for Snowflake as destination. 2) Add ReadFromTimestamp for MSK As Source. Firehose will start reading data from MSK Cluster using offset associated with this timestamp. 3) Gated public beta release to add Apache Iceberg tables as destination.</li> </ul> </li> <li><code>service/ivschat</code>: Updates service API, documentation, and waiters</li> <li><code>service/medialive</code>: Updates service API and documentation <ul> <li>AWS Elemental MediaLive now supports the SRT protocol via the new SRT Caller input type.</li> </ul> </li> <li><code>service/rds</code>: Updates service API, documentation, waiters, paginators, and examples <ul> <li>Updates Amazon RDS documentation to specify an eventual consistency model for DescribePendingMaintenanceActions.</li> </ul> </li> <li><code>service/sagemaker</code>: Updates service API <ul> <li>SageMaker Training supports R5, T3 and R5D instances family. And SageMaker Processing supports G5 and R5D instances family.</li> </ul> </li> <li><code>service/secretsmanager</code>: Updates service documentation <ul> <li>Doc only update for Secrets Manager</li> </ul> </li> <li><code>service/taxsettings</code>: Updates service API</li> <li><code>service/timestream-query</code>: Updates service API and documentation</li> <li><code>service/workspaces-thin-client</code>: Updates service API and documentation</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-go/commit/019bed03fa64f3edad98bba262d41d58eb2b9fee"><code>019bed0</code></a> Release v1.54.20 (2024-07-18) (<a href="https://redirect.github.com/aws/aws-sdk-go/issues/5311">#5311</a>)</li> <li>See full diff in <a href="https://github.com/aws/aws-sdk-go/compare/v1.54.19...v1.54.20">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/aws/aws-sdk-go&package-manager=go_modules&previous-version=1.54.19&new-version=1.54.20)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 11e07c0 commit 583bea7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.22.3
77
require (
88
cloud.google.com/go/artifactregistry v1.14.12
99
github.com/alitto/pond v1.9.1
10-
github.com/aws/aws-sdk-go v1.54.19
10+
github.com/aws/aws-sdk-go v1.54.20
1111
github.com/containers/image/v5 v5.31.1
1212
github.com/dgraph-io/ristretto v0.1.1
1313
github.com/evanphx/json-patch v5.9.0+incompatible

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ github.com/apparentlymart/go-textseg/v13 v13.0.0/go.mod h1:ZK2fH7c4NqDTLtiYLvIkE
219219
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=
220220
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs=
221221
github.com/aws/aws-sdk-go v1.44.122/go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX4oIKwKHZo=
222-
github.com/aws/aws-sdk-go v1.54.19 h1:tyWV+07jagrNiCcGRzRhdtVjQs7Vy41NwsuOcl0IbVI=
223-
github.com/aws/aws-sdk-go v1.54.19/go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU=
222+
github.com/aws/aws-sdk-go v1.54.20 h1:FZ2UcXya7bUkvkpf7TaPmiL7EubK0go1nlXGLRwEsoo=
223+
github.com/aws/aws-sdk-go v1.54.20/go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU=
224224
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
225225
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
226226
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d h1:xDfNPAt8lFiC1UJrqV3uuy861HCTo708pDMbjHHdCas=

0 commit comments

Comments
 (0)