Skip to content

chore(deps): bump github.com/aws/aws-sdk-go-v2/service/ecs from 1.77.0 to 1.78.0 in the go-dependencies group#773

Merged
mbevc1 merged 1 commit intomainfrom
dependabot/go_modules/go-dependencies-77c51e95aa
Apr 11, 2026
Merged

chore(deps): bump github.com/aws/aws-sdk-go-v2/service/ecs from 1.77.0 to 1.78.0 in the go-dependencies group#773
mbevc1 merged 1 commit intomainfrom
dependabot/go_modules/go-dependencies-77c51e95aa

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 11, 2026

Bumps the go-dependencies group with 1 update: github.com/aws/aws-sdk-go-v2/service/ecs.

Updates github.com/aws/aws-sdk-go-v2/service/ecs from 1.77.0 to 1.78.0

Commits

Dependabot compatibility score

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 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

Bumps the go-dependencies group with 1 update: [github.com/aws/aws-sdk-go-v2/service/ecs](https://github.com/aws/aws-sdk-go-v2).


Updates `github.com/aws/aws-sdk-go-v2/service/ecs` from 1.77.0 to 1.78.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.77.0...service/s3/v1.78.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ecs
  dependency-version: 1.78.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 11, 2026
@claude
Copy link
Copy Markdown
Contributor

claude bot commented Apr 11, 2026

Claude finished @dependabot[bot]'s task in 40s —— View job


Dependency Upgrade Review: aws-sdk-go-v2/service/ecs 1.77.0 → 1.78.0

  • Identify changed dependencies
  • Review changelog and assess breaking change risk
  • Search codebase for ECS SDK usage
  • Summarize risks and recommendations

Summary

Dependency: github.com/aws/aws-sdk-go-v2/service/ecs 1.77.0 → 1.78.0

This is a minor version bump of the AWS ECS service client. The release covers 2025-02-25 through 2025-02-27 and contains only regenerated clients, endpoint/API model updates, and a credential-provider User-Agent tracking feature. No breaking changes.

Codebase Usage

All ECS SDK usage is confined to a single file: internal/aws/aws.go. The APIs used are:

API Lines
ecs.NewFromConfig() 148
ecs.Client 143–148, 453, 558, 608
ecs.ListClustersInput / client.ListClusters() 455–461
ecs.DescribeClustersInput / client.DescribeClusters() 465
ecs.ListServicesInput / client.ListServices() 560–566
ecs.DescribeServicesInput / client.DescribeServices() 571
ecs.ListTasksInput / client.ListTasks() 622–631
ecs.DescribeTasksInput / client.DescribeTasks() 627–640
ecsTypes.Cluster, ecsTypes.Service Various (types only)

These are all stable, long-standing ECS APIs. The v1.78.0 release does not alter the signatures or behavior of any of these operations.

Risk Assessment

Factor Assessment
Semver Minor bump — backwards compatible by convention
APIs used All stable List/Describe operations — unaffected
Types used Cluster, Service structs — no field removals in this release
New behavior Credential provider User-Agent tracking is internal SDK plumbing, transparent to callers
go.sum hash change Expected — module contents changed

Risk: Low. This is a safe, routine dependency bump. No code changes needed.

LGTM — safe to merge.

@mbevc1 mbevc1 enabled auto-merge (squash) April 11, 2026 20:38
@mbevc1 mbevc1 merged commit ea916e8 into main Apr 11, 2026
12 of 13 checks passed
@mbevc1 mbevc1 deleted the dependabot/go_modules/go-dependencies-77c51e95aa branch April 11, 2026 20:39
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