Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 15, 2025

Bumps github.com/Azure/karpenter-provider-azure from 1.6.3 to 1.6.5.

Release notes

Sourced from github.com/Azure/karpenter-provider-azure's releases.

v1.6.5

What's Changed

New Contributors

Full Changelog: Azure/karpenter-provider-azure@v1.6.3...v1.6.5

v1.6.4

What's Changed

Full Changelog: Azure/karpenter-provider-azure@v1.6.3...v1.6.4

Commits
  • 81ba0cf chore(deps): bump the go-deps group across 1 directory with 10 updates (#1202)
  • 923f4e0 BREAKING: disable artifact streaming (#1213)
  • 1396028 test(e2e): add provisioning mode to E2E workflow (#1206)
  • e4199a8 feat: a script to add AKS machines pool to a cluster (#1158)
  • 2829d45 feat: add AKS domain labels for CPU and memory (#1193)
  • 76aaa91 test(e2e): add machines client to e2e (#1198)
  • e4df8b0 chore: bump armcontainerservice to v7.3.0-beta.1 (#1157)
  • 3d004d8 feat: support encryption at host (#1151)
  • 9b5182a test(ListNodeImages): extend list node images fake (#1174)
  • a41faf5 feat: Support for Disk Encryption Sets w BYOK (#1135)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 15, 2025
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 15, 2025
@kaito-pr-agent
Copy link

Title

Update dependencies: Azure Karpenter provider, Ginkgo, and go-openapi/swag


Description

  • Update Azure Karpenter provider to v1.6.5

  • Bump Ginkgo testing framework to v2.26.0

  • Upgrade go-openapi/swag dependencies to v0.25.1

  • Improve indirect dependency management


Changes walkthrough 📝

Relevant files
Dependencies
go.mod
Update core dependencies and testing tools                             

go.mod

  • Updated Azure Karpenter provider from v1.6.3 to v1.6.5
  • Upgraded Ginkgo testing framework from v2.25.3 to v2.26.0
  • Modified indirect dependency versions for go-openapi/swag
  • +21/-22 
    Additional files
    go.sum +106/-88

    Need help?
  • Type /help how to ... in the comments thread for any questions about PR-Agent usage.
  • Check out the documentation for more information.
  • @kaito-pr-agent
    Copy link

    PR Reviewer Guide 🔍

    Here are some key observations to aid the review process:

    🎫 Ticket compliance analysis ❌

    1158 - Not compliant

    Non-compliant requirements:

    • Support adapters for StatefulSet workloads in multi-node distributed inference
    • Add unit tests and e2e tests if applicable

    1198 - Not compliant

    Non-compliant requirements:

    • Add versioned documentation
    • Allow merging doc changes with feature PRs without confusion

    1151 - Not compliant

    Non-compliant requirements:

    • Support adapters in multi-node distributed inference
    ⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
    🧪 No relevant tests
    🔒 No security concerns identified
    ⚡ No major issues detected

    @dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/Azure/karpenter-provider-azure-1.6.5 branch from 6525fd3 to d04cf16 Compare October 16, 2025 20:22
    @dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/Azure/karpenter-provider-azure-1.6.5 branch from d04cf16 to 3bf1e7a Compare October 17, 2025 16:24
    @dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/Azure/karpenter-provider-azure-1.6.5 branch from 3bf1e7a to eefec48 Compare October 31, 2025 15:09
    @dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/Azure/karpenter-provider-azure-1.6.5 branch from eefec48 to 6338637 Compare November 3, 2025 15:19
    @dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/Azure/karpenter-provider-azure-1.6.5 branch from 6338637 to cd3d3cd Compare November 4, 2025 15:10
    @dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/Azure/karpenter-provider-azure-1.6.5 branch from cd3d3cd to d161754 Compare November 5, 2025 15:11
    Bumps [github.com/Azure/karpenter-provider-azure](https://github.com/Azure/karpenter-provider-azure) from 1.6.3 to 1.6.5.
    - [Release notes](https://github.com/Azure/karpenter-provider-azure/releases)
    - [Changelog](https://github.com/Azure/karpenter-provider-azure/blob/main/.releaserc.json)
    - [Commits](Azure/karpenter-provider-azure@v1.6.3...v1.6.5)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/Azure/karpenter-provider-azure
      dependency-version: 1.6.5
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    @dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/Azure/karpenter-provider-azure-1.6.5 branch from d161754 to 965c4e5 Compare November 10, 2025 16:53
    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 Review effort 1/5

    Projects

    Status: No status

    Development

    Successfully merging this pull request may close these issues.

    1 participant