Skip to content

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

Closed
red-hat-konflux[bot] wants to merge 1 commit into
masterfrom
konflux/mintmaker/master/aws-sdk-go-v2-monorepo
Closed

red-hat-konflux[bot] wants to merge 1 commit into
masterfrom
konflux/mintmaker/master/aws-sdk-go-v2-monorepo

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/aws/aws-sdk-go-v2/credentials v1.20.1v1.20.4 age confidence
github.com/aws/aws-sdk-go-v2/internal/configsources v1.5.1v1.5.3 age confidence
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.8.1v2.8.3 age confidence
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.84.1v1.87.0 age confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2/internal/configsources)

v1.5.3

General Highlights

  • Dependency Update: Updated to the latest SDK module versions
  • Dependency Update: Upgrade to smithy-go v1.22.2.

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.34.0
    • Feature: Reduce allocations in query encoding.
  • github.com/aws/aws-sdk-go-v2/config: v1.29.2
    • Bug Fix: Fix env config naming and usage of deprecated ioutil
  • github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue: v1.16.0
    • Feature: Add FixUnmarshalIndividualSetValues option to DecoderOptions to fix unmarshalling of individual values of StringSet, NumberSet, and BinarySet attributes.
  • github.com/aws/aws-sdk-go-v2/feature/dynamodbstreams/attributevalue: v1.15.0
    • Feature: Add FixUnmarshalIndividualSetValues option to DecoderOptions to fix unmarshalling of individual values of StringSet, NumberSet, and BinarySet attributes.
  • github.com/aws/aws-sdk-go-v2/feature/s3/manager: v1.17.54
    • Bug Fix: Fix incorrect reference to old s3manager in comments.
  • github.com/aws/aws-sdk-go-v2/internal/ini: v1.8.2
    • Bug Fix: Refactor filepath.Walk to filepath.WalkDir
  • github.com/aws/aws-sdk-go-v2/service/autoscaling: v1.51.8
    • Bug Fix: Switch to generated waiters, removing the dependency on go-jmespath and fixing broken waiters that used ordering comparators.
  • github.com/aws/aws-sdk-go-v2/service/cloudtrail: v1.47.0
    • Feature: This release introduces the SearchSampleQueries API that allows users to search for CloudTrail Lake sample queries.
  • github.com/aws/aws-sdk-go-v2/service/cloudwatch: v1.43.10
    • Bug Fix: Switch to generated waiters, removing the dependency on go-jmespath and fixing broken waiters that used ordering comparators.
  • github.com/aws/aws-sdk-go-v2/service/eks: v1.57.0
    • Feature: Adds support for UpdateStrategies in EKS Managed Node Groups.
  • github.com/aws/aws-sdk-go-v2/service/healthlake: v1.29.0
    • Feature: Added new authorization strategy value 'SMART_ON_FHIR' for CreateFHIRDatastore API to support Smart App 2.0
  • github.com/aws/aws-sdk-go-v2/service/internal/checksum: v1.5.3
    • Bug Fix: Enable request checksum validation mode by default
  • github.com/aws/aws-sdk-go-v2/service/s3: v1.74.1
    • Bug Fix: Enable request checksum validation mode by default
  • github.com/aws/aws-sdk-go-v2/service/ssm: v1.56.8
    • Documentation: Systems Manager doc-only update for January, 2025.
  • github.com/aws/aws-sdk-go-v2/service/ssooidc: v1.28.11
    • Documentation: Fixed typos in the descriptions.
  • github.com/aws/aws-sdk-go-v2/service/transfer: v1.56.0
    • Feature: Added CustomDirectories as a new directory option for storing inbound AS2 messages, MDN files and Status files.

Configuration

📅 Schedule: (UTC)

  • 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

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@github-actions github-actions Bot added the bot label Sep 4, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/master/aws-sdk-go-v2-monorepo branch from 9d15ed1 to 2c9aeee Compare September 8, 2026 00:44
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/master/aws-sdk-go-v2-monorepo branch 3 times, most recently from 3da6abd to 9851a57 Compare September 14, 2026 00:38
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/master/aws-sdk-go-v2-monorepo branch 2 times, most recently from 9851a57 to 29735c0 Compare September 15, 2026 05:23
@red-hat-konflux

Copy link
Copy Markdown
Contributor Author

ℹ️ 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):

  • 1 additional dependency was updated

Details:

Package Change
github.com/aws/aws-sdk-go-v2 v1.45.1 -> v1.47.0

EvanCasey13 pushed a commit that referenced this pull request Sep 15, 2026
Consolidates the following bot dependency PRs:
- #633: aws-sdk-go-v2 v1.45.1 → v1.47.0 (+ credentials, cloudwatchlogs, internal sub-packages)
- #641: golang.org/x/sys v0.47.0 → v0.48.0
- #646: golang.org/x/net v0.58.0 → v0.59.0
- #647: golang.org/x/text v0.41.0 → v0.42.0
- #650: golang.org/x/tools v0.49.0 → v0.50.0

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@EvanCasey13
EvanCasey13 deleted the konflux/mintmaker/master/aws-sdk-go-v2-monorepo branch September 15, 2026 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant