Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the aws-sdk-go-v2 group across 1 directory with 7 updates #40541

Merged
merged 2 commits into from
Dec 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 12, 2024

Bumps the aws-sdk-go-v2 group with 7 updates in the / directory:

Package From To
github.com/aws/aws-sdk-go-v2/service/cloudtrail 1.46.2 1.46.3
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider 1.48.0 1.48.1
github.com/aws/aws-sdk-go-v2/service/dlm 1.28.8 1.28.9
github.com/aws/aws-sdk-go-v2/service/emrserverless 1.26.7 1.27.0
github.com/aws/aws-sdk-go-v2/service/sesv2 1.39.0 1.40.0
github.com/aws/aws-sdk-go-v2/service/timestreaminfluxdb 1.6.7 1.7.0
github.com/aws/aws-sdk-go-v2/service/vpclattice 1.13.0 1.13.1

Updates github.com/aws/aws-sdk-go-v2/service/cloudtrail from 1.46.2 to 1.46.3

Commits

Updates github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider from 1.48.0 to 1.48.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/dlm from 1.28.8 to 1.28.9

Commits
  • 13c3784 Release 2024-09-17
  • 0097c82 Regenerated Clients
  • 590384d Update API model
  • 6a28d22 BREAKFIX: Only generate AccountIDEndpointMode config for services that use it...
  • 0d08ea0 Release 2024-09-16
  • 83c15f1 Regenerated Clients
  • 093ffb6 Update endpoints model
  • e43f191 Update API model
  • 1282c53 Read AWS_CONTAINER_CREDENTIALS_FULL_URI env variable if set when reading a ...
  • 171151b Release 2024-09-13
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/service/emrserverless from 1.26.7 to 1.27.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sesv2 from 1.39.0 to 1.40.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/timestreaminfluxdb from 1.6.7 to 1.7.0

Changelog

Sourced from github.com/aws/aws-sdk-go-v2/service/timestreaminfluxdb's changelog.

Release (2021-06-25)

General Highlights

  • Feature: Updated github.com/aws/smithy-go to latest version
  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.7.0
    • Feature: Adds configuration values for enabling endpoint discovery.
    • Bug Fix: Keep Object-Lock headers a header when presigning Sigv4 signing requests
  • github.com/aws/aws-sdk-go-v2/config: v1.4.0
    • Feature: Adds configuration setting for enabling endpoint discovery.
  • github.com/aws/aws-sdk-go-v2/credentials: v1.3.0
    • Bug Fix: Fixed example usages of aws.CredentialsCache (#1275)
  • github.com/aws/aws-sdk-go-v2/feature/cloudfront/sign: v1.2.0
    • Feature: Add UnmarshalJSON for AWSEpochTime to correctly unmarshal AWSEpochTime, (#1298)
  • github.com/aws/aws-sdk-go-v2/internal/configsources: v1.0.0
    • Release: Release new modules
  • github.com/aws/aws-sdk-go-v2/service/amp: v1.2.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/amplify: v1.3.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/amplifybackend: v1.2.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/appflow: v1.5.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/appmesh: v1.4.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/chime: v1.5.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/cloud9: v1.5.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/cloudformation: v1.6.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/cloudfront: v1.6.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/cloudsearch: v1.4.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/cloudwatch: v1.5.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/cloudwatchevents: v1.5.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/codebuild: v1.5.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/codegurureviewer: v1.5.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/cognitoidentity: v1.4.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider: v1.4.0
    • Feature: API client updated

... (truncated)

Commits
  • 431a408 Release 2021-06-25
  • 5393f4a Updated smithy-go dependency version
  • d96de3a Update API Models, adds change log for release, pins protocol test to exclude...
  • e216071 aws/signer/v4: Keep Object-Lock headers a header in presigning signing reques...
  • 77ed784 feature/cloudfront/sign: Add json Unmarshal for AWSEpochTime (#1298)
  • d00f3da credentials: Fix aws.CredentialsCache code usage examples (#1275)
  • 7cdbfce Update README to point to the consolidated Changelog file (#1305)
  • cd60ebc feature/s3/manager: Fix typo in Downloader (#1304)
  • 1d868df Endpoint discovery support (#1263)
  • 39470b2 Release 2021-06-11
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/service/vpclattice from 1.13.0 to 1.13.1

Changelog

Sourced from github.com/aws/aws-sdk-go-v2/service/vpclattice's changelog.

Release (2022-01-28)

General Highlights

  • Bug Fix: Fixes the SDK's handling of duration_sections in the shared credentials file or specified in multiple shared config and shared credentials files under the same profile. #1568. Thanks to Amir Szekely for help reproduce this bug.
  • Bug Fix: Updates SDK API client deserialization to pre-allocate byte slice and string response payloads, #1565. Thanks to Tyson Mote for submitting this PR.
  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/config: v1.13.1
    • Bug Fix: Fixes LoadDefaultConfig handling of errors returned by passed in functional options. Previously errors returned from the LoadOptions passed into LoadDefaultConfig were incorrectly ignored. #1562. Thanks to Pinglei Guo for submitting this PR.
    • Bug Fix: Updates config module to use os.UserHomeDir instead of hard coded environment variable for OS. #1563
  • github.com/aws/aws-sdk-go-v2/service/applicationinsights: v1.13.0
    • Feature: Updated to latest API model.
  • github.com/aws/aws-sdk-go-v2/service/cloudtrail: v1.13.1
    • Documentation: Updated to latest API model.
  • github.com/aws/aws-sdk-go-v2/service/codegurureviewer: v1.13.1
    • Documentation: Updated to latest API model.
  • github.com/aws/aws-sdk-go-v2/service/configservice: v1.16.0
    • Feature: Updated to latest API model.
  • github.com/aws/aws-sdk-go-v2/service/connect: v1.17.0
    • Feature: Updated to latest API model.
  • github.com/aws/aws-sdk-go-v2/service/ebs: v1.12.1
    • Documentation: Updated to latest API model.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.29.0
    • Feature: Updated to latest API model.
  • github.com/aws/aws-sdk-go-v2/service/ec2instanceconnect: v1.11.0
    • Feature: Updated to latest API model.
  • github.com/aws/aws-sdk-go-v2/service/efs: v1.14.0
    • Feature: Updated to latest API model.
  • github.com/aws/aws-sdk-go-v2/service/fis: v1.10.0
    • Feature: Updated to latest API model.
  • github.com/aws/aws-sdk-go-v2/service/frauddetector: v1.17.0
    • Feature: Updated to latest API model.
  • github.com/aws/aws-sdk-go-v2/service/fsx: v1.18.0
    • Feature: Updated to latest API model.
  • github.com/aws/aws-sdk-go-v2/service/greengrass: v1.11.0
    • Feature: Updated to latest API model.
  • github.com/aws/aws-sdk-go-v2/service/greengrassv2: v1.13.0
    • Feature: Updated to latest API model.
  • github.com/aws/aws-sdk-go-v2/service/guardduty: v1.11.0
    • Feature: Updated to latest API model.
  • github.com/aws/aws-sdk-go-v2/service/honeycode: v1.10.0
    • Feature: Updated to latest API model.
  • github.com/aws/aws-sdk-go-v2/service/ivs: v1.14.0
    • Feature: Updated to latest API model.
  • github.com/aws/aws-sdk-go-v2/service/kafka: v1.15.0
    • Feature: Updated to latest API model.
  • github.com/aws/aws-sdk-go-v2/service/location: v1.13.0
    • Feature: Updated to latest API model.
  • github.com/aws/aws-sdk-go-v2/service/lookoutmetrics: v1.9.0

... (truncated)

Commits

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 commands and options

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

…pdates

Bumps the aws-sdk-go-v2 group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2/service/cloudtrail](https://github.com/aws/aws-sdk-go-v2) | `1.46.2` | `1.46.3` |
| [github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider](https://github.com/aws/aws-sdk-go-v2) | `1.48.0` | `1.48.1` |
| [github.com/aws/aws-sdk-go-v2/service/dlm](https://github.com/aws/aws-sdk-go-v2) | `1.28.8` | `1.28.9` |
| [github.com/aws/aws-sdk-go-v2/service/emrserverless](https://github.com/aws/aws-sdk-go-v2) | `1.26.7` | `1.27.0` |
| [github.com/aws/aws-sdk-go-v2/service/sesv2](https://github.com/aws/aws-sdk-go-v2) | `1.39.0` | `1.40.0` |
| [github.com/aws/aws-sdk-go-v2/service/timestreaminfluxdb](https://github.com/aws/aws-sdk-go-v2) | `1.6.7` | `1.7.0` |
| [github.com/aws/aws-sdk-go-v2/service/vpclattice](https://github.com/aws/aws-sdk-go-v2) | `1.13.0` | `1.13.1` |



Updates `github.com/aws/aws-sdk-go-v2/service/cloudtrail` from 1.46.2 to 1.46.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/rds/v1.46.2...service/ecs/v1.46.3)

Updates `github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider` from 1.48.0 to 1.48.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.48.0...service/s3/v1.48.1)

Updates `github.com/aws/aws-sdk-go-v2/service/dlm` from 1.28.8 to 1.28.9
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/sts/v1.28.8...service/acm/v1.28.9)

Updates `github.com/aws/aws-sdk-go-v2/service/emrserverless` from 1.26.7 to 1.27.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.26.7...v1.27.0)

Updates `github.com/aws/aws-sdk-go-v2/service/sesv2` from 1.39.0 to 1.40.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.39.0...service/s3/v1.40.0)

Updates `github.com/aws/aws-sdk-go-v2/service/timestreaminfluxdb` from 1.6.7 to 1.7.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/v1.7.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/rum/v1.6.7...v1.7.0)

Updates `github.com/aws/aws-sdk-go-v2/service/vpclattice` from 1.13.0 to 1.13.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/config/v1.13.1/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@v1.13.0...config/v1.13.1)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/cloudtrail
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk-go-v2
- dependency-name: github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk-go-v2
- dependency-name: github.com/aws/aws-sdk-go-v2/service/dlm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk-go-v2
- dependency-name: github.com/aws/aws-sdk-go-v2/service/emrserverless
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go-v2
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sesv2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go-v2
- dependency-name: github.com/aws/aws-sdk-go-v2/service/timestreaminfluxdb
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go-v2
- dependency-name: github.com/aws/aws-sdk-go-v2/service/vpclattice
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk-go-v2
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner December 12, 2024 06:44
@dependabot dependabot bot added dependencies Used to indicate dependency changes. go Pull requests that update Go code labels Dec 12, 2024
Copy link

Community Note

Voting for Prioritization

  • Please vote on this pull request by adding a 👍 reaction to the original post to help the community and maintainers prioritize this pull request.
  • Please see our prioritization guide for information on how we prioritize.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.

For Submitters

  • Review the contribution guide relating to the type of change you are making to ensure all of the necessary steps have been taken.
  • For new resources and data sources, use skaff to generate scaffolding with comments detailing common expectations.
  • Whether or not the branch has been rebased will not impact prioritization, but doing so is always a welcome surprise.

@github-actions github-actions bot added the prioritized Part of the maintainer teams immediate focus. To be addressed within the current quarter. label Dec 12, 2024
Copy link
Member

@jar-b jar-b left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🎉

Copy link
Contributor

@ewbankkit ewbankkit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀.

@jar-b jar-b merged commit 3eb281b into main Dec 12, 2024
35 checks passed
@jar-b jar-b deleted the dependabot/go_modules/aws-sdk-go-v2-15a6604a31 branch December 12, 2024 15:25
@github-actions github-actions bot added this to the v5.81.0 milestone Dec 12, 2024
Copy link

This functionality has been released in v5.81.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

@github-actions github-actions bot removed the prioritized Part of the maintainer teams immediate focus. To be addressed within the current quarter. label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Used to indicate dependency changes. go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants