Skip to content

Bump AWSSDK.Core, AWSSDK.CloudFormation and AWSSDK.ECR together - #2102

Merged
zentron merged 2 commits into
mainfrom
dependabot/nuget/combined-aws-sdk-bumps
Aug 5, 2026
Merged

Bump AWSSDK.Core, AWSSDK.CloudFormation and AWSSDK.ECR together#2102
zentron merged 2 commits into
mainfrom
dependabot/nuget/combined-aws-sdk-bumps

Conversation

@zentron

@zentron zentron commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Background

Dependabot opened two separate PRs that both bump AWSSDK.Core, but to different consuming projects (#2098 for Calamari.Aws, #2100 for Calamari.CloudAccounts). Building either branch on its own against the full solution produced NuGet version-downgrade warnings, since AWSSDK.Core ended up pinned to different versions across projects. Combining them into one branch resolves that.

Results

  • AWSSDK.Core4.0.100.9 (both projects)
  • AWSSDK.CloudFormation4.0.102 (Calamari.Aws)
  • AWSSDK.ECR4.0.100.7 (Calamari.CloudAccounts)

Supersedes #2098 and #2100 — those can be closed once this merges.

Testing

Ran a clean dotnet restore + dotnet build Calamari.sln: 0 errors, no AWSSDK.Core version-downgrade warnings.

How to review

Two commits, each a straight cherry-pick of one of the superseded Dependabot PRs — no manual edits, just combined onto one branch.

⚠️ Does this change require a corresponding Server Change?
No.

dependabot Bot added 2 commits August 5, 2026 13:11
Bumps AWSSDK.Core from 4.0.3.29 to 4.0.100.9
Bumps AWSSDK.ECR from 4.0.13.1 to 4.0.100.7

---
updated-dependencies:
- dependency-name: AWSSDK.Core
  dependency-version: 4.0.100.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: AWSSDK.ECR
  dependency-version: 4.0.100.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps AWSSDK.CloudFormation from 4.0.8.19 to 4.0.102
Bumps AWSSDK.Core from 4.0.3.29 to 4.0.100.9

---
updated-dependencies:
- dependency-name: AWSSDK.CloudFormation
  dependency-version: 4.0.102
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: AWSSDK.Core
  dependency-version: 4.0.100.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@zentron
zentron enabled auto-merge (squash) August 5, 2026 04:14

@APErebus APErebus left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I can't think of a reason why this would be an issue :)

@zentron
zentron merged commit 0754021 into main Aug 5, 2026
35 checks passed
@zentron
zentron deleted the dependabot/nuget/combined-aws-sdk-bumps branch August 5, 2026 04:46
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.

2 participants