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

fix(deps): update aws-sdk-go-v2 monorepo (minor) #516

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 16, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/aws/aws-sdk-go-v2/config v1.28.11 -> v1.29.8 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/apigateway v1.28.12 -> v1.29.0 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/appsync v1.42.3 -> v1.44.0 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.44.11 -> v1.45.0 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/iam v1.38.10 -> v1.40.0 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/route53profiles v1.4.16 -> v1.5.0 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/s3 v1.72.3 -> v1.78.0 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/s3control v1.52.7 -> v1.54.0 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/ssmquicksetup v1.3.10 -> v1.4.0 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/transfer v1.55.5 -> v1.57.0 age adoption passing confidence

Release Notes

aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2/service/ssmquicksetup)

v1.4.0: (2021-05-06)

Breaking change

  • service/ec2 - v1.6.0
    • This release contains a breaking change to the Amazon EC2 API client. API number(int/int64/etc) and boolean members were changed from value, to pointer type. Your applications using the EC2 API client will fail to compile after upgrading for all members that were updated. To migrate to this module you'll need to update your application to use pointers for all number and boolean members in the API client module. The SDK provides helper utilities to convert between value and pointer types. For example the aws.Bool function to get the address from a bool literal. Similar utilities are available for all other primitive types in the aws package.

Service Client Highlights

  • service/acmpca - v1.3.0
    • Feature: API client updated
  • service/apigateway - v1.3.0
    • Feature: API client updated
  • service/auditmanager - v1.4.0
    • Feature: API client updated
  • service/chime - v1.3.0
    • Feature: API client updated
  • service/cloudformation - v1.4.0
    • Feature: API client updated
  • service/cloudfront - v1.4.0
    • Feature: API client updated
  • service/codegurureviewer - v1.3.0
    • Feature: API client updated
  • service/connect - v1.3.0
    • Feature: API client updated
  • service/customerprofiles - v1.5.0
    • Feature: API client updated
  • service/devopsguru - v1.3.0
    • Feature: API client updated
  • service/docdb - v1.4.0
    • Feature: API client updated
  • service/ec2 - v1.6.0
    • Bug Fix: Fix incorrectly modeled Amazon EC2 number and boolean members in structures. The Amazon EC2 API client has been updated with a breaking change to fix all structure number and boolean members to be pointer types instead of value types. Fixes #​1107, #​1178, and #​1190. This breaking change is made within the major version of the client' module, because the client operations failed and were unusable with value type number and boolean members with the EC2 API.
    • Feature: API client updated
  • service/ecs - v1.3.0
    • Feature: API client updated
  • service/eks - v1.3.0
    • Feature: API client updated
  • service/forecast - v1.4.0
    • Feature: API client updated
  • service/glue - v1.4.0
    • Feature: API client updated
  • service/health - v1.3.0
    • Feature: API client updated
  • service/iotsitewise - v1.3.0
    • Feature: API client updated
  • service/iotwireless - v1.4.0
    • Feature: API client updated
  • service/kafka - v1.3.0
    • Feature: API client updated
  • service/kinesisanalyticsv2 - v1.2.0
    • Feature: API client updated
  • service/macie2 - v1.4.0
    • Feature: API client updated
  • service/marketplacecatalog - v1.2.0
    • Feature: API client updated
  • service/mediaconvert - v1.4.0
    • Feature: API client updated
  • service/mediapackage - v1.4.0
    • Feature: API client updated
  • service/mediapackagevod - v1.3.0
    • Feature: API client updated
  • service/mturk - v1.2.0
    • Feature: API client updated
  • service/nimble - v1.0.0
    • Feature: API client updated
  • service/organizations - v1.3.0
    • Feature: API client updated
  • service/personalize - v1.3.0
    • Feature: API client updated
  • service/robomaker - v1.4.0
    • Feature: API client updated
  • service/route53 - v1.5.0
    • Feature: API client updated
  • service/s3 - v1.6.0
    • Bug Fix: Fix PutObject and UploadPart unseekable stream documentation link to point to the correct location.
    • Feature: API client updated
  • service/sagemaker - v1.4.0
    • Feature: API client updated
  • service/securityhub - v1.4.0
    • Feature: API client updated
  • service/servicediscovery - v1.3.0
    • Feature: API client updated
  • service/snowball - v1.3.0
    • Feature: API client updated
  • service/sns - v1.3.0
    • Feature: API client updated
  • service/ssm - v1.5.0
    • Feature: API client updated

Core SDK Highlights

  • Dependency Update: Update smithy-go dependency to v1.4.0
  • Dependency Update: Updated SDK dependencies to their latest versions.
  • aws - v1.4.0
    • Feature: Add support for FIPS global partition endpoints (#​1242)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Jan 16, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 14 additional dependencies were updated

Details:

Package Change
github.com/aws/aws-sdk-go-v2 v1.36.2 -> v1.36.3
github.com/aws/aws-sdk-go-v2/credentials v1.17.60 -> v1.17.61
github.com/aws/aws-sdk-go-v2/service/sts v1.33.15 -> v1.33.16
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 -> v1.6.10
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.29 -> v1.16.30
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.33 -> v1.3.34
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.33 -> v2.6.34
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 -> v1.8.3
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.27 -> v1.3.34
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.8 -> v1.6.2
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.14 -> v1.12.15
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.10 -> v1.18.15
github.com/aws/aws-sdk-go-v2/service/sso v1.24.16 -> v1.25.0
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.15 -> v1.29.0

@renovate renovate bot force-pushed the renovate/aws-sdk-go-v2-monorepo branch 3 times, most recently from 483c246 to 7d073d7 Compare January 22, 2025 20:50
@renovate renovate bot force-pushed the renovate/aws-sdk-go-v2-monorepo branch 10 times, most recently from 23bb53d to 3ef965f Compare January 31, 2025 20:46
@renovate renovate bot force-pushed the renovate/aws-sdk-go-v2-monorepo branch 14 times, most recently from 3a5d345 to 3ff9f79 Compare February 11, 2025 14:15
@renovate renovate bot force-pushed the renovate/aws-sdk-go-v2-monorepo branch 2 times, most recently from c18fb83 to 8b9beb6 Compare February 14, 2025 21:50
@renovate renovate bot force-pushed the renovate/aws-sdk-go-v2-monorepo branch 3 times, most recently from e13c4dc to 38f3a2e Compare February 19, 2025 17:06
@renovate renovate bot force-pushed the renovate/aws-sdk-go-v2-monorepo branch from 38f3a2e to 588a73b Compare February 27, 2025 19:58
@renovate renovate bot force-pushed the renovate/aws-sdk-go-v2-monorepo branch from 588a73b to 3715b5d Compare February 27, 2025 22:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants