Skip to content

build(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudformation from 1.75.0 to 1.79.0 - #656

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/aws/aws-sdk-go-v2/service/cloudformation-1.79.0
Closed

build(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudformation from 1.75.0 to 1.79.0#656
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/aws/aws-sdk-go-v2/service/cloudformation-1.79.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 4, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/aws/aws-sdk-go-v2/service/cloudformation from 1.75.0 to 1.79.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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by CodeRabbit

  • Chores
    • Updated underlying service components to newer versions.
    • No changes to user-facing functionality or exported interfaces.

Bumps [github.com/aws/aws-sdk-go-v2/service/cloudformation](https://github.com/aws/aws-sdk-go-v2) from 1.75.0 to 1.79.0.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.75.0...service/s3/v1.79.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the ok-to-test Indicates a non-member PR verified by an org member that is safe to test. label Sep 4, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 4, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@coderabbitai

coderabbitai Bot commented Sep 4, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 57718676-81b5-4aab-a32d-5e80243721f2

📥 Commits

Reviewing files that changed from the base of the PR and between d3668b5 and 6a7d51f.

⛔ Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
📒 Files selected for processing (1)
  • go.mod

Included review availability: Your plan provides up to 12 included reviews per hour; 8 remain after this review.


Walkthrough

The change updates direct and indirect AWS SDK for Go v2 dependency versions in go.mod. The AWS SDK core and CloudFormation modules receive direct updates. Three indirect dependencies also receive updates.

Changes

AWS SDK dependency updates

Layer / File(s) Summary
Update AWS SDK dependency versions
go.mod
The AWS SDK core and CloudFormation modules use newer versions. The internal/configsources, internal/endpoints/v2, and smithy-go indirect dependencies also use newer versions.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to 6a7d5

This updates AWS SDK and CloudFormation client dependencies without visible application contract changes. No concrete merge-blocking risk is identified.

Suggested reviewers: minlei98

🚥 Pre-merge checks | ✅ 15
✅ Passed checks (15 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies the CloudFormation AWS SDK dependency and specifies the version change from 1.75.0 to 1.79.0. It matches the main change.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Stable And Deterministic Test Names ✅ Passed The pull request changes only go.mod and go.sum. It does not add or modify any Ginkgo test declarations or test titles, so it introduces no unstable or overly specific test name.
Test Structure And Quality ✅ Passed PASS: The pull request changes only go.mod and go.sum. The exact diff contains no Go source files and no *_test.go files, so it introduces no Ginkgo test code to assess against these requirements.
Microshift Test Compatibility ✅ Passed PASS: The pull request changes only go.mod and go.sum. The diff adds no Ginkgo e2e tests or other test files, so the MicroShift test compatibility check is not applicable.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PASS: The pull request changes only go.mod and go.sum. The exact diff contains no Go source files, test files, or added Ginkgo constructs such as It(), Describe(), Context(), or When(). Th…
Topology-Aware Scheduling Compatibility ✅ Passed PASS: The pull request changes only go.mod and go.sum. The diff updates AWS SDK dependency versions and checksums. It does not add or modify deployment manifests, operator code, controllers, repli…
Ote Binary Stdout Contract ✅ Passed The pull request changes only go.mod and go.sum. It changes AWS SDK dependency versions and no Go source. The repository scan found no changed process-level stdout writes, klog configuration, or…
Ipv6 And Disconnected Network Test Compatibility ✅ Passed PASS: The pull request changes only go.mod and go.sum. The diff adds no Ginkgo tests or test code, and it adds no It(), Describe(), Context(), or When() declarations. Therefore, the IPv6 a…
No-Weak-Crypto ✅ Passed PASS. The commit changes only go.mod and go.sum. It adds no application source or crypto implementation. Comparison of the old and new AWS SDK, CloudFormation, endpoint, config, and smithy-go module s…
Container-Privileges ✅ Passed PASS: The pull request changes only go.mod and go.sum. The diff contains dependency version and checksum updates only. No container or Kubernetes manifest is added or changed. The tracked reposito…
No-Sensitive-Data-In-Logs ✅ Passed The pull request changes only go.mod and go.sum. The diff contains dependency versions and checksums only. It adds no logging statements and does not change code that handles passwords, tokens, AP…
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/go_modules/github.com/aws/aws-sdk-go-v2/service/cloudformation-1.79.0

Comment @coderabbitai help to get the list of available commands.

@openshift-ci

openshift-ci Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign yiqinzhang for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci

openshift-ci Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@openshift-ci

openshift-ci Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

@dependabot[bot]: all tests passed!

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@dependabot @github

dependabot Bot commented on behalf of github Sep 8, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #660.

@dependabot dependabot Bot closed this Sep 8, 2026
@dependabot
dependabot Bot deleted the dependabot/go_modules/github.com/aws/aws-sdk-go-v2/service/cloudformation-1.79.0 branch September 8, 2026 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ok-to-test Indicates a non-member PR verified by an org member that is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants