Skip to content

chore(deps): bump the go-dependencies group across 1 directory with 5 updates#832

Merged
mbevc1 merged 1 commit intomainfrom
dependabot/go_modules/go-dependencies-06f0f731ea
Apr 28, 2026
Merged

chore(deps): bump the go-dependencies group across 1 directory with 5 updates#832
mbevc1 merged 1 commit intomainfrom
dependabot/go_modules/go-dependencies-06f0f731ea

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Bumps the go-dependencies group with 4 updates in the / directory: github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager, github.com/aws/aws-sdk-go-v2/service/ecs, github.com/aws/aws-sdk-go-v2/service/lambda and github.com/aws/smithy-go.

Updates github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager from 0.1.17 to 0.1.18

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ecs from 1.78.1 to 1.79.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/lambda from 1.89.1 to 1.90.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.99.1 to 1.100.0

Commits

Updates github.com/aws/smithy-go from 1.25.0 to 1.25.1

Changelog

Sourced from github.com/aws/smithy-go's changelog.

Release (2026-04-23)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.25.1
    • Bug Fix: Fixed a memory leak in the LRU cache implementation used by some AWS services.

Release (2026-04-15)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.25.0
    • Feature: Add support for endpointBdd trait

Release (2026-04-02)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.24.3
    • Bug Fix: Add additional sigv4 configuration.
  • github.com/aws/smithy-go/aws-http-auth: v1.1.3
    • Bug Fix: Add additional sigv4 configuration.

Release (2026-02-27)

General Highlights

  • Dependency Update: Bump minimum go version to 1.24.

Release (2026-02-20)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.24.1
    • Feature: Add new middleware functions to get event stream output from middleware

Release (2025-12-01)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.24.0

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 27, 2026
@claude
Copy link
Copy Markdown
Contributor

claude Bot commented Apr 27, 2026

Claude finished @dependabot[bot]'s task in 1m 12s —— View job


Dependency Upgrade Review

  • Identify changed dependencies
  • Review changelogs for breaking changes
  • Search codebase for usage of each dependency
  • Assess upgrade risk and post findings

Dependencies Changed

Package From To Semver Risk
aws-sdk-go-v2/feature/s3/transfermanager 0.1.17 0.1.18 patch (pre-1.0) Low
aws-sdk-go-v2/service/ecs 1.78.1 1.79.0 minor Low
aws-sdk-go-v2/service/lambda 1.89.1 1.90.0 minor Low
aws-sdk-go-v2/service/s3 1.99.1 1.100.0 minor Low
aws/smithy-go 1.25.0 1.25.1 patch Low

Analysis

smithy-go v1.25.1 — Fixes a memory leak in the LRU cache implementation. This is the most impactful change for this codebase. The repo uses smithyTime.ParseDateTime directly in internal/azure/azure_apps.go:592,597 and smithy-go transitively through all AWS SDK clients. The LRU cache fix is purely beneficial with no API changes.

ECS v1.79.0 — Minor version bump adding new API models/endpoints. The codebase uses ListClusters, DescribeClusters, ListServices, DescribeServices, ListTasks, and DescribeTasks (internal/aws/aws.go). These are stable, well-established ECS APIs — minor bumps only add new operations and types, they don't change existing ones.

Lambda v1.90.0 — Minor version bump. The codebase uses ListFunctions and GetFunctionConfiguration (internal/aws/aws.go:145-146). Same pattern — new API operations only, no changes to existing ones.

S3 v1.100.0 — Minor version bump with regenerated clients. Usage is ListObjectsV2 (via paginator) and NewFromConfig (internal/aws/aws.go:392-399). No risk to existing API surface.

S3 transfermanager v0.1.18 — Pre-1.0 but only a patch bump. Usage is limited to transfermanager.New(client) and DownloadObject (internal/aws/aws.go:396,463). The commits are regenerated clients and Smithy version bumps — no API-level changes.

Verdict

Safe to merge. All upgrades are minor/patch bumps with no breaking changes. The commit logs show only regenerated clients, new API models, and a beneficial smithy-go memory leak fix. The APIs this codebase actually uses (ListFunctions, GetFunctionConfiguration, ListClusters, DescribeClusters, ListServices, DescribeServices, ListTasks, DescribeTasks, ListObjectsV2, DownloadObject) are all stable and unchanged across these versions.

No follow-up actions needed.

@mbevc1 mbevc1 enabled auto-merge (squash) April 27, 2026 22:32
@mbevc1
Copy link
Copy Markdown
Contributor

mbevc1 commented Apr 28, 2026

@dependabot rebase

… updates

Bumps the go-dependencies group with 4 updates in the / directory: [github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager](https://github.com/aws/aws-sdk-go-v2), [github.com/aws/aws-sdk-go-v2/service/ecs](https://github.com/aws/aws-sdk-go-v2), [github.com/aws/aws-sdk-go-v2/service/lambda](https://github.com/aws/aws-sdk-go-v2) and [github.com/aws/smithy-go](https://github.com/aws/smithy-go).


Updates `github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager` from 0.1.17 to 0.1.18
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@feature/s3/transfermanager/v0.1.17...feature/s3/transfermanager/v0.1.18)

Updates `github.com/aws/aws-sdk-go-v2/service/ecs` from 1.78.1 to 1.79.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.78.1...service/s3/v1.79.0)

Updates `github.com/aws/aws-sdk-go-v2/service/lambda` from 1.89.1 to 1.90.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.89.1...service/s3/v1.90.0)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.99.1 to 1.100.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.99.1...service/s3/v1.100.0)

Updates `github.com/aws/smithy-go` from 1.25.0 to 1.25.1
- [Release notes](https://github.com/aws/smithy-go/releases)
- [Changelog](https://github.com/aws/smithy-go/blob/main/CHANGELOG.md)
- [Commits](aws/smithy-go@v1.25.0...v1.25.1)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager
  dependency-version: 0.1.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ecs
  dependency-version: 1.79.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/lambda
  dependency-version: 1.90.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.100.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/aws/smithy-go
  dependency-version: 1.25.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/go-dependencies-06f0f731ea branch from 77a300e to 54e0f9c Compare April 28, 2026 16:07
@mbevc1 mbevc1 merged commit 60431e6 into main Apr 28, 2026
11 checks passed
@mbevc1 mbevc1 deleted the dependabot/go_modules/go-dependencies-06f0f731ea branch April 28, 2026 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant