Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the all-gomod group with 3 updates in the / directory: github.com/Azure/azure-sdk-for-go/sdk/azidentity, github.com/inspektor-gadget/inspektor-gadget and github.com/mark3labs/mcp-go.

Updates github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.12.0 to 1.13.0

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/azidentity's releases.

sdk/azidentity/v1.13.0

1.13.0 (2025-10-07)

Features Added

  • Added AzurePowerShellCredential, which authenticates as the identity logged in to Azure PowerShell (thanks ArmaanMcleod)
  • When AZURE_TOKEN_CREDENTIALS is set to ManagedIdentityCredential, DefaultAzureCredential behaves the same as does ManagedIdentityCredential when used directly. It doesn't apply special retry configuration or attempt to determine whether IMDS is available. (#25265)

Breaking Changes

  • Removed the WorkloadIdentityCredential support for identity binding mode added in v1.13.0-beta.1. It will return in v1.14.0-beta.1

sdk/azidentity/v1.13.0-beta.1

1.13.0-beta.1 (2025-09-17)

Features Added

  • Added AzurePowerShellCredential, which authenticates as the identity logged in to Azure PowerShell (thanks ArmaanMcleod)
  • WorkloadIdentityCredential supports identity binding mode (#25056)
Commits
  • 94c22e6 [azcore] prepping for release (#23192)
  • c5213b1 Redesign persistent token cache API (#23114)
  • 5df73f9 [azopenai]: Update custom_client.go to enable insecure credential with HTTP (...
  • b4b4721 [azcore] Adding in a function create a policy.Request using an existing *http...
  • 80dbc7d Update CODEOWNERS_baseline_errors.txt (#23191)
  • d254d11 Increment package version after release of internal (#23190)
  • 62f7a3d Test credential factory supports Pipelines federated auth (#23184)
  • 5aaedf4 [Release] sdk/resourcemanager/informaticadatamgmt/arminformaticadatamgmt/1.0....
  • ce39ed9 Sync eng/common directory with azure-sdk-tools for PR 8598 (#23175)
  • 75d30bb Enable use of pipeline credential. Fixes https://github.com/microsoft/azure-p...
  • Additional commits viewable in compare view

Updates github.com/inspektor-gadget/inspektor-gadget from 0.44.1 to 0.45.0

Release notes

Sourced from github.com/inspektor-gadget/inspektor-gadget's releases.

Release v0.45.0

Welcome to the v0.45.0 release of Inspektor Gadget!

The most relevant changes in this release are:

Breaking Changes

General Improvements

Bug Fixes

Documentation Improvements

Testing and Continue Integration

... (truncated)

Commits
  • 7a4d994 Merge pull request #4952 from inspektor-gadget/dependabot/go_modules/google.g...
  • fb6358f go: bump google.golang.org/protobuf from 1.36.9 to 1.36.10
  • c14d97b Merge pull request #4951 from inspektor-gadget/dependabot/go_modules/docker-1...
  • 801488c go: bump the docker group across 1 directory with 3 updates
  • b9c0972 Merge pull request #4901 from inspektor-gadget/francis/notation
  • 7eebaf1 pkg: signature: Add notation verifying.
  • b603c8d Merge pull request #4944 from ninadingole/ninadingole/fix-eagain
  • ae02337 use simple loop to check for EOF and EAGAIN while reading bpf socket iterator
  • 3dcffef Merge pull request #4931 from inspektor-gadget/francis/new-verifier-interface
  • 96ac8af Merge pull request #4567 from inspektor-gadget/michael/gadgets/tcpdump-new
  • Additional commits viewable in compare view

Updates github.com/mark3labs/mcp-go from 0.41.0 to 0.41.1

Release notes

Sourced from github.com/mark3labs/mcp-go's releases.

Release v0.41.1

What's Changed

Full Changelog: mark3labs/mcp-go@v0.41.0...v0.41.1

Commits

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 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 <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 all-gomod group with 3 updates in the / directory: [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go), [github.com/inspektor-gadget/inspektor-gadget](https://github.com/inspektor-gadget/inspektor-gadget) and [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go).


Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.12.0 to 1.13.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/sdk-breaking-changes-guide-migration.md)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.12.0...sdk/azcore/v1.13.0)

Updates `github.com/inspektor-gadget/inspektor-gadget` from 0.44.1 to 0.45.0
- [Release notes](https://github.com/inspektor-gadget/inspektor-gadget/releases)
- [Commits](inspektor-gadget/inspektor-gadget@v0.44.1...v0.45.0)

Updates `github.com/mark3labs/mcp-go` from 0.41.0 to 0.41.1
- [Release notes](https://github.com/mark3labs/mcp-go/releases)
- [Commits](mark3labs/mcp-go@v0.41.0...v0.41.1)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
  dependency-version: 1.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-gomod
- dependency-name: github.com/inspektor-gadget/inspektor-gadget
  dependency-version: 0.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-gomod
- dependency-name: github.com/mark3labs/mcp-go
  dependency-version: 0.41.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-gomod
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Oct 8, 2025
@gossion gossion added this pull request to the merge queue Oct 9, 2025
Merged via the queue into main with commit 070e0d3 Oct 9, 2025
9 checks passed
@gossion gossion deleted the dependabot/go_modules/all-gomod-26ab87b99d branch October 9, 2025 01:45
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