Skip to content

chore(deps): bump the all-gomod group across 1 directory with 15 updates#375

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/all-gomod-8dc6e84039
Open

chore(deps): bump the all-gomod group across 1 directory with 15 updates#375
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/all-gomod-8dc6e84039

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 5, 2026

Copy link
Copy Markdown
Contributor

Bumps the all-gomod group with 7 updates in the / directory:

Package From To
github.com/Azure/azure-api-mcp 0.0.5 0.0.6
github.com/Azure/azure-sdk-for-go/sdk/azcore 1.21.0 1.22.0
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor 0.11.0 0.12.0
github.com/Azure/mcp-kubernetes 0.0.13 0.0.14
github.com/gopacket/gopacket 1.5.0 1.6.1
github.com/inspektor-gadget/inspektor-gadget 0.50.1 0.53.1
helm.sh/helm/v3 3.20.2 3.21.0

Updates github.com/Azure/azure-api-mcp from 0.0.5 to 0.0.6

Release notes

Sourced from github.com/Azure/azure-api-mcp's releases.

v0.0.6

What's Changed

Full Changelog: Azure/azure-api-mcp@v0.0.5...v0.0.6

Commits
  • 41037f6 Merge pull request #28 from Azure/fix/msrc-31000000579651-input-validation
  • b1734d4 fix: narrow @ detection to file-load positions; normalize deny list
  • e79936a fix: harden validator against MSRC 31000000579651 findings
  • aec2c5b Merge pull request #27 from Azure/fix/block-credential-bearing-commands-readonly
  • 49295f9 fix: normalize whitespace before credential denylist matching
  • 1b02bce fix: simplify comment in credential denylist
  • 28ab590 fix: block credential-bearing commands in readonly mode
  • 8bbe4b8 Merge pull request #26 from Azure/guwe/mscr
  • 04e1c1e fix: block az rest with non-Azure URLs to prevent token exfiltration
  • See full diff in compare view

Updates github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.21.0 to 1.22.0

Release notes

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

sdk/azcore/v1.22.0

1.22.0 (2026-06-04)

Features Added

  • Added type datetime.RFC7231 for date/time values in RFC 1123 format with a fixed GMT timezone.

Other Changes

  • Upgraded dependencies.
Commits
  • a19f613 Prep azcore@v1.22.0 for release (#26926)
  • 5803c0e Increment package version after release of storage/azblob (#26935) (#26943)
  • 9a979ff [Automation] Regenerate SDK based on typespec-go branch main 【batch 6】 (#26939)
  • 711094d eng/tools/generator: release v0.4.14 (#26934)
  • 20bd677 Deprecate Change Analysis SDK (#26913)
  • 92a31ec [Automation] Regenerate SDK based on typespec-go branch main 【batch 5】 (#26932)
  • 768459d azcertificates: live recording for PlatformManaged + review fixes (follow-up ...
  • e845f72 Update codeowners (#26918)
  • 118bb35 eng/tools/internal/exports: handle untyped const with selector expr value (#2...
  • 2b3767b Configurations: 'specification/containerservice/resource-manager/Microsoft.C...
  • Additional commits viewable in compare view

Updates github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor from 0.11.0 to 0.12.0

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor's releases.

sdk/resourcemanager/monitor/armmonitor/v0.12.0

0.12.0 (2026-05-20)

Breaking Changes

  • Function *DataCollectionEndpointsClient.Create parameter(s) have been changed from (ctx context.Context, resourceGroupName string, dataCollectionEndpointName string, options *DataCollectionEndpointsClientCreateOptions) to (ctx context.Context, resourceGroupName string, dataCollectionEndpointName string, body DataCollectionEndpointResource, options *DataCollectionEndpointsClientCreateOptions)
  • Function *DataCollectionEndpointsClient.Update parameter(s) have been changed from (ctx context.Context, resourceGroupName string, dataCollectionEndpointName string, options *DataCollectionEndpointsClientUpdateOptions) to (ctx context.Context, resourceGroupName string, dataCollectionEndpointName string, body ResourceForUpdate, options *DataCollectionEndpointsClientUpdateOptions)
  • Function *DataCollectionRuleAssociationsClient.Create parameter(s) have been changed from (ctx context.Context, resourceURI string, associationName string, options *DataCollectionRuleAssociationsClientCreateOptions) to (ctx context.Context, resourceURI string, associationName string, body DataCollectionRuleAssociationProxyOnlyResource, options *DataCollectionRuleAssociationsClientCreateOptions)
  • Function *DataCollectionRulesClient.Create parameter(s) have been changed from (ctx context.Context, resourceGroupName string, dataCollectionRuleName string, options *DataCollectionRulesClientCreateOptions) to (ctx context.Context, resourceGroupName string, dataCollectionRuleName string, body DataCollectionRuleResource, options *DataCollectionRulesClientCreateOptions)
  • Function *DataCollectionRulesClient.Update parameter(s) have been changed from (ctx context.Context, resourceGroupName string, dataCollectionRuleName string, options *DataCollectionRulesClientUpdateOptions) to (ctx context.Context, resourceGroupName string, dataCollectionRuleName string, body ResourceForUpdate, options *DataCollectionRulesClientUpdateOptions)
  • Function *PrivateLinkScopeOperationStatusClient.Get parameter(s) have been changed from (ctx context.Context, asyncOperationID string, resourceGroupName string, options *PrivateLinkScopeOperationStatusClientGetOptions) to (ctx context.Context, resourceGroupName string, asyncOperationID string, options *PrivateLinkScopeOperationStatusClientGetOptions)
  • Type of ActionList.ActionGroups has been changed from []*ActionGroupAutoGenerated to []*ActivityLogAlertActionGroup
  • Type of AzureMonitorPrivateLinkScopeProperties.ProvisioningState has been changed from *string to *PrivateLinkScopeProvisioningState
  • Type of DataCollectionEndpointResource.SystemData has been changed from *DataCollectionEndpointResourceSystemData to *SystemData
  • Type of DataCollectionRuleAssociationProxyOnlyResource.SystemData has been changed from *DataCollectionRuleAssociationProxyOnlyResourceSystemData to *SystemData
  • Type of DataCollectionRuleResource.SystemData has been changed from *DataCollectionRuleResourceSystemData to *SystemData
  • Type of Metric.Unit has been changed from *Unit to *MetricUnit
  • Type of ScopedResourceProperties.ProvisioningState has been changed from *string to *ScopedResourceProvisioningState
  • Type of SubscriptionScopeMetricsRequestBodyParameters.Timespan has been changed from *time.Time to *string
  • Enum ActionType has been removed
  • Enum CategoryType has been removed
  • Enum DataStatus has been removed
  • Enum OnboardingStatus has been removed
  • Enum Origin has been removed
  • Enum ProvisioningState has been removed
  • Enum PublicNetworkAccess has been removed
  • Enum TimeAggregationOperator has been removed
  • Enum Unit has been removed
  • Function NewAlertRulesClient has been removed
  • Function *AlertRulesClient.CreateOrUpdate has been removed
  • Function *AlertRulesClient.Delete has been removed
  • Function *AlertRulesClient.Get has been removed
  • Function *AlertRulesClient.NewListByResourceGroupPager has been removed
  • Function *AlertRulesClient.NewListBySubscriptionPager has been removed
  • Function *AlertRulesClient.Update has been removed
  • Function NewAzureMonitorWorkspacesClient has been removed
  • Function *AzureMonitorWorkspacesClient.Create has been removed
  • Function *AzureMonitorWorkspacesClient.Delete has been removed
  • Function *AzureMonitorWorkspacesClient.Get has been removed
  • Function *AzureMonitorWorkspacesClient.NewListByResourceGroupPager has been removed
  • Function *AzureMonitorWorkspacesClient.NewListBySubscriptionPager has been removed
  • Function *AzureMonitorWorkspacesClient.Update has been removed
  • Function *ClientFactory.NewAlertRulesClient has been removed
  • Function *ClientFactory.NewAzureMonitorWorkspacesClient has been removed
  • Function *ClientFactory.NewDiagnosticSettingsCategoryClient has been removed
  • Function *ClientFactory.NewDiagnosticSettingsClient has been removed
  • Function *ClientFactory.NewOperationsClient has been removed
  • Function *ClientFactory.NewOperationsForMonitorClient has been removed
  • Function *ClientFactory.NewTenantActionGroupsClient has been removed
  • Function *ClientFactory.NewVMInsightsClient has been removed
  • Function NewDiagnosticSettingsCategoryClient has been removed

... (truncated)

Commits

Updates github.com/Azure/mcp-kubernetes from 0.0.13 to 0.0.14

Release notes

Sourced from github.com/Azure/mcp-kubernetes's releases.

v0.0.14

What's Changed

Full Changelog: Azure/mcp-kubernetes@v0.0.13...v0.0.14

Commits
  • 39b7de1 fix(security): enforce --allow-namespaces for commands without -n (#141)
  • 4e7a046 build(deps): bump the all-gomod group across 1 directory with 5 updates (#103)
  • 622b1fb build(deps): bump go.opentelemetry.io/otel/sdk from 1.40.0 to 1.43.0 (#125)
  • aac1719 build: bump Dockerfile golang base to 1.25 (#140)
  • c7068da ci: bump Go to 1.25 (#139)
  • 4a74480 build(deps): bump cryptography in /example/clients/autogen (#124)
  • 9ec39c7 build(deps): bump pillow in /example/clients/autogen (#129)
  • b8f3cb9 build(deps): bump python-dotenv in /example/clients/autogen (#131)
  • 8551db2 build(deps): bump go.opentelemetry.io/otel from 1.40.0 to 1.41.0 (#132)
  • db5c60b build(deps): bump python-multipart in /example/clients/autogen (#133)
  • Additional commits viewable in compare view

Updates github.com/gopacket/gopacket from 1.5.0 to 1.6.1

Release notes

Sourced from github.com/gopacket/gopacket's releases.

v1.6.1

Full Changelog: gopacket/gopacket@v1.6.0...v1.6.1

v1.6.0

What's Changed

New Contributors

Full Changelog: gopacket/gopacket@v1.5.0...v1.6.0

Commits
  • 7611908 Merge commit from fork
  • 145859d Merge commit from fork
  • 95d1ae3 gre: add bounds checking (#154)
  • 7d7d998 feat: apple pktapv1 support (#153)
  • 600bed8 ip6defrag: implements an IPv6 defragmenter (#151)
  • f64f2a0 fix(lcm): add bounds check around fingerprint (#152)
  • 8c51e31 Differentiate between expected and unexpected EOFs in NgReader (#150)
  • 67ec1c7 fix(geneve): clear Options slice to prevent indefinite growth on reuse (#146)
  • 9a7f352 Industrial Protocols Round 2: Modbus, EN/IP, CIP (#142)
  • dd6e32d Added MPTCP option length check (#145)
  • Additional commits viewable in compare view

Updates github.com/inspektor-gadget/inspektor-gadget from 0.50.1 to 0.53.1

Release notes

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

Release v0.53.1

Welcome to the v0.53.1 bugfix release of Inspektor Gadget.

Bug fixes

Full Changelog: inspektor-gadget/inspektor-gadget@v0.53.0...v0.53.1

Release v0.53.0

Welcome to the v0.53.0 of Inspektor Gadget. These are the most important changes:

What's Changed

Breaking Changes

General Improvements

Security Improvements

Bug Fixes

Documentation Improvements

Dependencies updates

... (truncated)

Commits
  • ec69da2 Merge pull request #5547 from inspektor-gadget/alban_release-v0.53-with-fixes
  • 2ca5502 uprobetracer: Fix CPU denial of service in ld.so.cache parser
  • b1cd846 symbolizer: Check MaxSymbolCount inside loop to bound memory usage
  • aaffacc uprobetracer: Harden USDT note parsing against malicious ELF files
  • 27263e5 pkg/utils/safeelf: Add panic-safe wrapper for debug/elf
  • 40398a6 Merge pull request #5544 from inspektor-gadget/dependabot/github_actions/aws-...
  • 173ce42 Merge pull request #5545 from inspektor-gadget/dependabot/github_actions/dock...
  • 1ae717a ci: bump docker/setup-qemu-action from 4.0.0 to 4.1.0
  • 15f81e3 ci: bump aws-actions/configure-aws-credentials from 6.1.1 to 6.1.3
  • 2899f83 Merge pull request #5543 from inspektor-gadget/dependabot/go_modules/tools/ek...
  • Additional commits viewable in compare view

Updates github.com/mark3labs/mcp-go from 0.46.0 to 0.54.1

Release notes

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

Release v0.54.1

No release notes provided.

Release v0.54.0

What's Changed

New Contributors

Full Changelog: mark3labs/mcp-go@v0.53.0...v0.54.0

Release v0.53.0

What's Changed

New Contributors

Full Changelog: mark3labs/mcp-go@v0.52.0...v0.53.0

Release v0.52.0

What's Changed

Full Changelog: mark3labs/mcp-go@v0.51.0...v0.52.0

Release v0.51.0

... (truncated)

Commits
  • 481f056 fix(tools): print errors to stderr for invalid jsonschema tags (#894)
  • 6e7859c perf(mcp): reduce content unmarshal allocations (#890)
  • 018f190 Add Title and Size to ResourceLink (match Resource / spec) (#887)
  • ca26738 cleanup
  • 76ea91b refactor(server): collapse client-info and writeJSONRPCError duplication (#886)
  • fac90b6 fmt
  • b817eff feat(mcp): add BaseMetadata.title, Icon.theme, Resource.size (#870) (#885)
  • 602478c fix: add panic recovery to session hook goroutines (#883)
  • 14ddeb3 feat: add OpenTelemetry tracing hooks to server and client (#856)
  • 3f8fc8e fix: add panic recovery to task goroutines, fix cleanup goroutine leak (#880)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/otel from 1.42.0 to 1.44.0

Changelog

Sourced from go.opentelemetry.io/otel's changelog.

[1.44.0/0.66.0/0.20.0/0.0.17] 2026-05-27

Added

  • Add ByteSlice and ByteSliceValue functions for new BYTESLICE attribute type in go.opentelemetry.io/otel/attribute. (#7948)
  • Apply attribute value limit to the KindBytes attribute type in go.opentelemetry.io/otel/sdk/log. (#7990)
  • Apply attribute value limit to the BYTESLICE attribute type in go.opentelemetry.io/otel/sdk/trace. (#7990)
  • Support BYTESLICE attributes in go.opentelemetry.io/otel/trace. (#8153)
  • Support BYTESLICE attributes in go.opentelemetry.io/otel/exporters/otlp/otlptrace. (#8153)
  • Support BYTESLICE attributes in go.opentelemetry.io/otel/exporters/otlp/otlplog. (#8153)
  • Support BYTESLICE attributes in go.opentelemetry.io/otel/exporters/otlp/otlpmetric. (#8153)
  • Support BYTESLICE attributes in go.opentelemetry.io/otel/exporters/zipkin. (#8153)
  • Add String method for Value type in go.opentelemetry.io/otel/attribute. (#8142)
  • Add Slice and SliceValue functions for new SLICE attribute type in go.opentelemetry.io/otel/attribute. (#8166)
  • Support SLICE attributes in go.opentelemetry.io/otel/exporters/otlp/otlptrace. (#8216)
  • Support SLICE attributes in go.opentelemetry.io/otel/exporters/otlp/otlplog. (#8216)
  • Support SLICE attributes in go.opentelemetry.io/otel/exporters/otlp/otlpmetric. (#8216)
  • Support SLICE attributes in go.opentelemetry.io/otel/exporters/zipkin. (#8216)
  • Apply AttributeValueLengthLimit to attribute.SLICE type attribute values in go.opentelemetry.io/otel/sdk/trace, recursively truncating contained string values. (#8217)
  • Add Error field on Record type in go.opentelemetry.io/otel/log/logtest. (#8148)
  • Add WithMaxRequestSize option in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc. (#8157)
  • Add WithMaxRequestSize option in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#8157)
  • Add WithMaxRequestSize option in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc. (#8157)
  • Add WithMaxRequestSize option in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#8157)
  • Add WithMaxRequestSize option in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc. (#8157)
  • Add WithMaxRequestSize option in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#8157)
  • Add Settable to go.opentelemetry.io/otel/metric/x to allow reusing attribute options. (#8178)
  • Add experimental support for splitting metric data across multiple batches in go.opentelemetry.io/otel/sdk/metric. Set OTEL_GO_X_METRIC_EXPORT_BATCH_SIZE=<max_size> to enable for all periodic readers. See go.opentelemetry.io/otel/sdk/metric/internal/x for feature documentation. (#8071)
  • Add experimental self-observability metrics in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc. Enable with OTEL_GO_X_SELF_OBSERVABILITY=true environment variable. See go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc/internal/x for feature documentation. (#8192)
  • Add experimental self-observability metrics in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. Enable with OTEL_GO_X_SELF_OBSERVABILITY=true environment variable. See go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp/internal/x for feature documentation. (#8194)
  • Add experimental self-observability metrics in go.opentelemetry.io/otel/exporters/stdout/stdoutlog. Enable with OTEL_GO_X_SELF_OBSERVABILITY=true environment variable. See go.opentelemetry.io/otel/stdout/stdoutlog/internal/x for feature documentation. (#8263)
  • Add WithDefaultAttributes to go.opentelemetry.io/otel/metric/x to support setting default attributes on instruments. (#8135)
  • Add go.opentelemetry.io/otel/semconv/v1.41.0 package. The package contains semantic conventions from the v1.41.0 version of the OpenTelemetry Semantic Conventions. See the migration documentation for information on how to upgrade from go.opentelemetry.io/otel/semconv/v1.40.0. (#8324)
  • Add Observable variants of instruments to go.opentelemetry.io/otel/semconv/v1.41.0 package. (#8350)
  • Generate explicit histogram bucket boundaries from weaver configuration for HTTP and RPC duration instruments in go.opentelemetry.io/otel/semconv/v1.41.0. (#8002)

Changed

  • ⚠️ Breaking Change: go.opentelemetry.io/otel/sdk/metric now applies a default cardinality limit of 2000 to comply with the Metrics SDK specification recommendation. New attribute sets are dropped when the cardinality limit is reached. The measurement of these sets are aggregated into a special attribute set containing attribute.Bool("otel.metric.overflow", true).

... (truncated)

Commits
  • b62d928 Release 1.44.0 (#8376)
  • 94132a0 chore(deps): update golang.org/x/telemetry digest to 5997936 (#8379)
  • 6fdcf82 feat: add self-observability metrics to otlpmetricgrpc metric exporters (#8192)
  • 761bbfc fix(deps): update golang.org/x (#8377)
  • 3a91dc6 fix(deps): update googleapis to 3dc84a4 (#8375)
  • f593185 exporters/otlp: default max request size to 64 MiB (#8365)
  • f02feac Merge commit from fork
  • 36c2f1b semconvkit: add invariant test for histogram-exclusion rule (#8370)
  • d0b6cbd sdk/metric: document unit-sensitivity of DefaultAggregationSelector (#8224)
  • 9a68034 add self observability for stdout exporter (#8263)
  • Additional commits viewable in

Bumps the all-gomod group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/Azure/azure-api-mcp](https://github.com/Azure/azure-api-mcp) | `0.0.5` | `0.0.6` |
| [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) | `1.21.0` | `1.22.0` |
| [github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor](https://github.com/Azure/azure-sdk-for-go) | `0.11.0` | `0.12.0` |
| [github.com/Azure/mcp-kubernetes](https://github.com/Azure/mcp-kubernetes) | `0.0.13` | `0.0.14` |
| [github.com/gopacket/gopacket](https://github.com/gopacket/gopacket) | `1.5.0` | `1.6.1` |
| [github.com/inspektor-gadget/inspektor-gadget](https://github.com/inspektor-gadget/inspektor-gadget) | `0.50.1` | `0.53.1` |
| [helm.sh/helm/v3](https://github.com/helm/helm) | `3.20.2` | `3.21.0` |



Updates `github.com/Azure/azure-api-mcp` from 0.0.5 to 0.0.6
- [Release notes](https://github.com/Azure/azure-api-mcp/releases)
- [Commits](Azure/azure-api-mcp@v0.0.5...v0.0.6)

Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.21.0 to 1.22.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.21.0...sdk/azcore/v1.22.0)

Updates `github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor` from 0.11.0 to 0.12.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v0.11.0...sdk/azcore/v0.12.0)

Updates `github.com/Azure/mcp-kubernetes` from 0.0.13 to 0.0.14
- [Release notes](https://github.com/Azure/mcp-kubernetes/releases)
- [Commits](Azure/mcp-kubernetes@v0.0.13...v0.0.14)

Updates `github.com/gopacket/gopacket` from 1.5.0 to 1.6.1
- [Release notes](https://github.com/gopacket/gopacket/releases)
- [Commits](gopacket/gopacket@v1.5.0...v1.6.1)

Updates `github.com/inspektor-gadget/inspektor-gadget` from 0.50.1 to 0.53.1
- [Release notes](https://github.com/inspektor-gadget/inspektor-gadget/releases)
- [Commits](inspektor-gadget/inspektor-gadget@v0.50.1...v0.53.1)

Updates `github.com/mark3labs/mcp-go` from 0.46.0 to 0.54.1
- [Release notes](https://github.com/mark3labs/mcp-go/releases)
- [Commits](mark3labs/mcp-go@v0.46.0...v0.54.1)

Updates `go.opentelemetry.io/otel` from 1.42.0 to 1.44.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.42.0...v1.44.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` from 1.42.0 to 1.44.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.42.0...v1.44.0)

Updates `go.opentelemetry.io/otel/sdk` from 1.42.0 to 1.44.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.42.0...v1.44.0)

Updates `go.opentelemetry.io/otel/trace` from 1.42.0 to 1.44.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.42.0...v1.44.0)

Updates `helm.sh/helm/v3` from 3.20.2 to 3.21.0
- [Release notes](https://github.com/helm/helm/releases)
- [Commits](helm/helm@v3.20.2...v3.21.0)

Updates `k8s.io/apimachinery` from 0.35.3 to 0.35.4
- [Commits](kubernetes/apimachinery@v0.35.3...v0.35.4)

Updates `k8s.io/cli-runtime` from 0.35.3 to 0.35.4
- [Commits](kubernetes/cli-runtime@v0.35.3...v0.35.4)

Updates `k8s.io/client-go` from 0.35.3 to 0.35.4
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.35.3...v0.35.4)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-api-mcp
  dependency-version: 0.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-gomod
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
  dependency-version: 1.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-gomod
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-gomod
- dependency-name: github.com/Azure/mcp-kubernetes
  dependency-version: 0.0.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-gomod
- dependency-name: github.com/gopacket/gopacket
  dependency-version: 1.6.1
  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.53.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-gomod
- dependency-name: github.com/mark3labs/mcp-go
  dependency-version: 0.54.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-gomod
- dependency-name: go.opentelemetry.io/otel
  dependency-version: 1.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-gomod
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
  dependency-version: 1.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-gomod
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-version: 1.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-gomod
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-version: 1.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-gomod
- dependency-name: helm.sh/helm/v3
  dependency-version: 3.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-gomod
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.35.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-gomod
- dependency-name: k8s.io/cli-runtime
  dependency-version: 0.35.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-gomod
- dependency-name: k8s.io/client-go
  dependency-version: 0.35.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-gomod
...

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 Jun 5, 2026
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.

0 participants