Skip to content

Bump the go-deps group across 1 directory with 14 updates#591

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-deps-9f1b691e28
Open

Bump the go-deps group across 1 directory with 14 updates#591
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-deps-9f1b691e28

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the go-deps group with 12 updates in the / directory:

Package From To
github.com/Azure/azure-sdk-for-go/sdk/azcore 1.20.0 1.21.1
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v8 8.2.0-beta.1 8.3.0-beta.2
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/keyvault/armkeyvault 1.4.0 1.5.0
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/msi/armmsi 1.2.0 1.3.0
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azcertificates 1.3.0 1.4.0
github.com/Azure/go-autorest/autorest/to 0.4.0 0.4.1
github.com/Azure/secrets-store-csi-driver-provider-azure 1.5.2 1.8.1
github.com/fsnotify/fsnotify 1.9.0 1.10.1
github.com/microsoftgraph/msgraph-sdk-go 1.59.0 1.99.0
github.com/sethvargo/go-githubactions 1.3.0 1.3.2
github.com/spf13/cobra 1.10.1 1.10.2
go.uber.org/zap 1.27.0 1.28.0

Updates github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.20.0 to 1.21.1

Commits

Updates github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v8 from 8.2.0-beta.1 to 8.3.0-beta.2

Commits
  • b084840 [Refresh] Regenerate containerservice Go SDK with latest TypeSpec (#26163)
  • f066d06 [Refresh] Regenerate kubernetesconfigurationextensiontypes Go SDK with latest...
  • 0a03747 [Refresh] Regenerate eventgrid Go SDK with latest TypeSpec (#26164)
  • 64431f8 [Refresh] Regenerate azurestackhci Go SDK with latest TypeSpec (#26160)
  • 3f9dbe4 [Refresh] Regenerate maps Go SDK with latest TypeSpec (#26169)
  • 03df32c Bump tar from 7.5.10 to 7.5.11 in /eng/common/tsp-client (#26220)
  • dbcdb76 Add parameter group changes to TypeSpec migration breaking changes guide (#26...
  • 9083ba1 [Refresh] Regenerate kubernetesconfigurationprivatelinkscopes Go SDK with lat...
  • c245e3f [Release] sdk/resourcemanager/postgresql/armpostgresqlflexibleservers/6.0.0-b...
  • 73fc297 [Release] sdk/resourcemanager/containerservicefleet/armcontainerservicefleet/...
  • Additional commits viewable in compare view

Updates github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/keyvault/armkeyvault from 1.4.0 to 1.5.0

Release notes

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

sdk/storage/azdatalake/v1.5.0

1.5.0 (2026-05-15)

Features Added

  • Includes all features from 1.5.0-beta.1

sdk/data/azcosmos/v1.5.0-beta.6

1.5.0-beta.6 (2026-05-15)

Features Added

  • Adds PriorityLevel and ThroughputBucket options at the client and per-request level for item, query, change-feed, batch, and read-many operations. See PR 26750
  • Added client-level partition key range cache and container properties cache, reducing redundant metadata round-trips for ReadMany and query operations. See PR 26723
  • Added operation diagnostics on responses and DiagnosticsFromError for retrieving diagnostics from failed operations. See PR 26548

Breaking Changes

  • Removed ChangeFeedResponse.PopulateCompositeContinuationToken(). The method is no longer needed: GetChangeFeed now populates ChangeFeedResponse.ContinuationToken directly with the multi-range composite token. Callers who built single-range tokens manually can use GetCompositeContinuationToken() instead. See PR 26792.

Bugs Fixed

  • Fixed GetChangeFeed to survive partition splits: customer-supplied FeedRanges are now overlap-matched against the routing map, 410/Gone triggers a cache refresh and bounded retry, split parents expand into per-child queue entries (inheriting the parent's ETag), and the continuation token persists multi-range state across calls. Continuation tokens are guarded against cross-container reuse. See PR 26768.
  • Fixed V2 partition key routing: the top 2 bits of the first EPK byte are now masked to stay within the partition key range space [0x00, 0x3F]. Previously, items whose V2 hash started with a byte >= 0x40 could fail routing in ReadMany because the EPK lexicographically exceeded the "FF" range sentinel. See PR 26723
  • Fixed error handling for partition key range calls which would previously cause panics on any error. See PR 26723
  • Fixed partition key range cache to use change-feed pagination when fetching ranges, preventing incomplete range sets on containers with many partitions. The incremental refresh path now accumulates all pages before merging, correctly handling cascading splits across multiple change-feed pages. See PR 26777

sdk/storage/azdatalake/v1.5.0-beta.1

1.5.0-beta.1 (2026-04-23)

Features Added

  • Added support for service version 2026-04-06.
  • Added cross-tenant support for Principal-Bound User Delegation SAS.
  • Added support for Dynamic User Delegation SAS.
  • Added error code PathIsTooDeep which is returned when a path contains more than 63 path segments.

Bugs Fixed

  • Added support for error code IncrementalCopyOfEarlierSnapshotNotAllowed. This replaces IncrementalCopyOfEarlierVersionSnapshotNotAllowed which has been deprecated.
Commits

Updates github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/msi/armmsi from 1.2.0 to 1.3.0

Release notes

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

sdk/resourcemanager/confidentialledger/armconfidentialledger/v1.3.0-beta.4

1.3.0-beta.4 (2026-05-15)

Features Added

  • New field ScittConfiguration in struct LedgerProperties

sdk/resourcemanager/dns/armdns/v1.3.0-beta.2

1.3.0-beta.2 (2026-03-16)

Breaking Changes

  • Struct RecordSetUpdateParameters has been removed
  • Struct Resource has been removed

Features Added

  • New field SystemData in struct RecordSet
  • New field RetryAfter in struct RecordSetsClientCreateOrUpdateResponse

sdk/resourcemanager/signalr/armsignalr/v1.3.0-beta.2

1.3.0-beta.2 (2026-05-18)

Features Added

  • New enum type ClientConnectionCountRuleDiscriminator with values ClientConnectionCountRuleDiscriminatorThrottleByJwtCustomClaimRule, ClientConnectionCountRuleDiscriminatorThrottleByJwtSignatureRule, ClientConnectionCountRuleDiscriminatorThrottleByUserIDRule
  • New enum type ClientTrafficControlRuleDiscriminator with values ClientTrafficControlRuleDiscriminatorTrafficThrottleByJwtCustomClaimRule, ClientTrafficControlRuleDiscriminatorTrafficThrottleByJwtSignatureRule, ClientTrafficControlRuleDiscriminatorTrafficThrottleByUserIDRule
  • New function *ClientConnectionCountRule.GetClientConnectionCountRule() *ClientConnectionCountRule
  • New function *ClientFactory.NewReplicaSharedPrivateLinkResourcesClient() *ReplicaSharedPrivateLinkResourcesClient
  • New function *ClientTrafficControlRule.GetClientTrafficControlRule() *ClientTrafficControlRule
  • New function NewReplicaSharedPrivateLinkResourcesClient(subscriptionID string, credential azcore.TokenCredential, options *arm.ClientOptions) (*ReplicaSharedPrivateLinkResourcesClient, error)
  • New function *ReplicaSharedPrivateLinkResourcesClient.BeginCreateOrUpdate(ctx context.Context, resourceGroupName string, resourceName string, replicaName string, sharedPrivateLinkResourceName string, parameters SharedPrivateLinkResource, options *ReplicaSharedPrivateLinkResourcesClientBeginCreateOrUpdateOptions) (*runtime.Poller[ReplicaSharedPrivateLinkResourcesClientCreateOrUpdateResponse], error)
  • New function *ReplicaSharedPrivateLinkResourcesClient.Get(ctx context.Context, resourceGroupName string, resourceName string, replicaName string, sharedPrivateLinkResourceName string, options *ReplicaSharedPrivateLinkResourcesClientGetOptions) (ReplicaSharedPrivateLinkResourcesClientGetResponse, error)
  • New function *ReplicaSharedPrivateLinkResourcesClient.NewListPager(resourceGroupName string, resourceName string, replicaName string, options *ReplicaSharedPrivateLinkResourcesClientListOptions) *runtime.Pager[ReplicaSharedPrivateLinkResourcesClientListResponse]
  • New function *ThrottleByJwtCustomClaimRule.GetClientConnectionCountRule() *ClientConnectionCountRule
  • New function *ThrottleByJwtSignatureRule.GetClientConnectionCountRule() *ClientConnectionCountRule
  • New function *ThrottleByUserIDRule.GetClientConnectionCountRule() *ClientConnectionCountRule
  • New function *TrafficThrottleByJwtCustomClaimRule.GetClientTrafficControlRule() *ClientTrafficControlRule
  • New function *TrafficThrottleByJwtSignatureRule.GetClientTrafficControlRule() *ClientTrafficControlRule
  • New function *TrafficThrottleByUserIDRule.GetClientTrafficControlRule() *ClientTrafficControlRule
  • New struct ApplicationFirewallSettings
  • New struct RouteSettings
  • New struct ThrottleByJwtCustomClaimRule
  • New struct ThrottleByJwtSignatureRule
  • New struct ThrottleByUserIDRule
  • New struct TrafficThrottleByJwtCustomClaimRule
  • New struct TrafficThrottleByJwtSignatureRule
  • New struct TrafficThrottleByUserIDRule
  • New field ApplicationFirewall, RouteSettings in struct Properties
  • New field KeepAliveIntervalInSeconds in struct ServerlessSettings
  • New field Fqdns in struct SharedPrivateLinkResourceProperties
Commits
  • 3a7a4f3 Prepare azcore v1.3.0 for release (#19759)
  • 6a1b839 Request.SetBody() allows overwriting with an empty body (#19754)
  • 5210814 AzureCLICredential reports token expiration time in UTC (#19761)
  • 2679c6b Adding tests for FilterBlobs and fixing encoding issue (#19742)
  • 00a8837 [azeventhubs] Fixing issues with connection and link robustness for Event Hub...
  • 1e67666 Revert "Migrate eng/common (except job-matrix) to Ubuntu 22.04 (#5005)" for p...
  • ca6a318 Sync eng/common directory with azure-sdk-tools for PR 5027 (#19753)
  • 377d008 Updating changelogs for release next week (#19752)
  • 53c0f49 Updating codeowners (#19751)
  • 794c96c Migrate eng/common (except job-matrix) to Ubuntu 22.04 (#19746)
  • Additional commits viewable in compare view

Updates github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azcertificates from 1.3.0 to 1.4.0

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azcertificates's releases.

sdk/resourcemanager/maintenance/armmaintenance/v1.4.0-beta.2

1.4.0-beta.2 (2026-03-16)

Breaking Changes

  • Type of Operation.Display has been changed from *OperationInfo to *OperationDisplay
  • Type of Operation.Origin has been changed from *string to *Origin
  • Struct Error has been removed
  • Struct ErrorDetails has been removed
  • Struct OperationInfo has been removed
  • Struct Resource has been removed
  • Field Properties of struct Operation has been removed

Features Added

  • New enum type ActionType with values ActionTypeInternal
  • New enum type Origin with values OriginSystem, OriginUser, OriginUserSystem
  • New struct OperationDisplay
  • New field RetryAfter in struct ApplyUpdatesClientCreateOrUpdateParentResponse
  • New field RetryAfter in struct ApplyUpdatesClientCreateOrUpdateResponse
  • New field NextLink in struct ListApplyUpdate
  • New field NextLink in struct ListConfigurationAssignmentsResult
  • New field NextLink in struct ListMaintenanceConfigurationsResult
  • New field NextLink in struct ListUpdatesResult
  • New field ActionType in struct Operation
  • New field NextLink in struct OperationsListResult
Commits

Updates github.com/Azure/go-autorest/autorest/to from 0.4.0 to 0.4.1

Release notes

Sourced from github.com/Azure/go-autorest/autorest/to's releases.

autorest/mocks/v0.4.1

Fix mock sender to honor the request context.

autorest/azure/cli/v0.4.1

Update dependencies

autorest/to/v0.4.1

Deprecate the to module.

Changelog

Sourced from github.com/Azure/go-autorest/autorest/to's changelog.

CHANGELOG

NOTE Please see a module's release notes for change details.

v14.2.1

  • In Future.WaitForCompletionRef(), if the initial async response includes a Retry-After header, sleep for the specified amount of time before starting to poll.
  • Added APIManagementHostManagementSuffix field in Azure environment map.
  • Added SynapseEndpointSuffix and ResourceIdentifiers/Synapse field in Azure environment map.

v14.2.0

  • Added package comment to make github.com/Azure/go-autorest importable.

v14.1.1

Bug Fixes

  • Change x-ms-authorization-auxiliary header value separator to comma.

v14.1.0

New Features

  • Added azure.SetEnvironment() that will update the global environments map with the specified values.

v14.0.1

Bug Fixes

  • Fix race condition when refreshing token.
  • Fixed some tests to work with Go 1.14.

v14.0.0

Breaking Changes

  • By default, the DoRetryForStatusCodes functions will no longer infinitely retry a request when the response returns an HTTP status code of 429 (StatusTooManyRequests). To opt in to the old behavior set autorest.Count429AsRetry to false.

New Features

  • Variable autorest.Max429Delay can be used to control the maximum delay between retries when a 429 is received with no Retry-After header. The default is zero which means there is no cap.

v13.4.0

New Features

  • Added field SendDecorators to the Client type. This can be used to specify a custom chain of SendDecorators per client.
  • Added method Client.Send() which includes logic for selecting the preferred chain of SendDecorators.

... (truncated)

Commits
  • 33e12ab Update readmes and add deprecation notices (#739)
  • c0165cf Add links to track 2 migration guides (#738)
  • f7ea664 Mark the adal module as deprecated (#731)
  • 4c0e21c Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest/azure/cli (#730)
  • e2786c1 Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest/azure/auth (#729)
  • 4956109 Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest (#728)
  • 4210247 Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest/adal (#727)
  • df94ce5 Stop retriable request from adding a non-nil Body (#726)
  • d3f8f8a chore: should use xx.String() instead of string(xx.Bytes()) (#725)
  • be633f7 io/ioutil deprecated (#724)
  • Additional commits viewable in compare view

Updates github.com/Azure/secrets-store-csi-driver-provider-azure from 1.5.2 to 1.8.1

Release notes

Sourced from github.com/Azure/secrets-store-csi-driver-provider-azure's releases.

v1.8.1 - 2026-04-28

Changelog

Bug Fixes 🐞

Code Refactoring 💎

Continuous Integration 💜

Documentation 📘

Features 🌈

Maintenance 🔧

v1.7.2 - 2025-10-23

Changelog

Maintenance 🔧

  • 4817f671b07499fbcfbd3e5dab0604194f2c6a2f chore: update to go 1.24.9 (#1940)
  • 53121fc4caa703652cb2af51a4decd5f2aa0bd4a chore: update to go 1.24.7 (#1935)
  • c2912c33a8e79f93cd637fff4f337db796d07dc4 chore: update to go 1.24.6 (#1926)

v1.7.1 - 2025-07-31

Changelog

Maintenance 🔧

  • 4d0542e6cd01f42e41a500e22ffe986d66a44dc3 chore: update to go 1.24.5 (#1885)

v1.7.0 - 2025-04-21

... (truncated)

Commits
  • c07d0d6 release: update manifest and helm charts for v1.8.1 (#2027)
  • 7dc89ab fix: set ErrorStream and InfoStream for JSON logger to avoid (#2024)
  • 94750e0 fix: only set managed identity client ID when non-empty (#2022)
  • 8a59ecd release: update manifest and helm charts for v1.8.0 (#2019)
  • 87c87fa chore: update to go 1.25.9 and otel/sdk v1.43.0 (#2014)
  • e007db9 ci: remove unused labels from dependabot config (#2013)
  • ef3d4c2 feat: identity binding support (#1984)
  • 2f419ea chore: update to go 1.25.8, grpc v1.79.3 and fix workflow action comments (#2...
  • 3f2347e chore: update to go 1.25.7 and otel/sdk to v1.40.0 (#1988)
  • 694b16c fix: validate pod context and secure socket perm with umask (#1981)
  • Additional commits viewable in compare view

Updates github.com/fsnotify/fsnotify from 1.9.0 to 1.10.1

Release notes

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

v1.10.1

Changes and fixes

  • inotify: don't remove sibling watches sharing a path prefix (#754)

  • inotify, windows: don't rename sibling watches sharing a path prefix (#755)

#754: fsnotify/fsnotify#754 #755: fsnotify/fsnotify#755

v1.10.0

This version of fsnotify needs Go 1.23.

Changes and fixes

  • inotify: improve initialization error message (#731)

  • inotify: send Rename event if recursive watch is renamed (#696)

  • inotify: avoid copying event buffers when reading names (#741)

  • kqueue: skip dangling symlinks (ENOENT) in watchDirectoryFiles, so a bad entry no longer aborts Watcher.Add for the whole directory (#748)

  • kqueue: drop watches directly in Close() to fix a file descriptor leak when recycling watchers (#740)

  • windows: fix nil pointer dereference in remWatch (#736)

  • windows: lock watch field updates against concurrent WatchList to fix a race introduced in v1.9.0 (#709, #749)

#696: fsnotify/fsnotify#696 #709: fsnotify/fsnotify#709 #731: fsnotify/fsnotify#731 #736: fsnotify/fsnotify#736 #740: fsnotify/fsnotify#740 #741: fsnotify/fsnotify#741 #748: fsnotify/fsnotify#748 #749: fsnotify/fsnotify#749

Changelog

Sourced from github.com/fsnotify/fsnotify's changelog.

1.10.1 2026-05-04

Changes and fixes

  • inotify: don't remove sibling watches sharing a path prefix (#754)

  • inotify, windows: don't rename sibling watches sharing a path prefix (#755)

#754: fsnotify/fsnotify#754 #755: fsnotify/fsnotify#755

1.10.0 2026-04-30

This version of fsnotify needs Go 1.23.

Changes and fixes

  • inotify: improve initialization error message (#731)

  • inotify: send Rename event if recursive watch is renamed (#696)

  • inotify: avoid copying event buffers when reading names (#741)

  • kqueue: skip dangling symlinks (ENOENT) in watchDirectoryFiles, so a bad entry no longer aborts Watcher.Add for the whole directory (#748)

  • kqueue: drop watches directly in Close() to fix a file descriptor leak when recycling watchers (#740)

  • windows: fix nil pointer dereference in remWatch (#736)

  • windows: lock watch field updates against concurrent WatchList to fix a race introduced in v1.9.0 (#709, #749)

#696: fsnotify/fsnotify#696 #709: fsnotify/fsnotify#709 #731: fsnotify/fsnotify#731 #736: fsnotify/fsnotify#736 #740: fsnotify/fsnotify#740 #741: fsnotify/fsnotify#741 #748: fsnotify/fsnotify#748 #749: fsnotify/fsnotify#749

Commits
  • 76b01a6 Release 1.10.1
  • fec150b Update changelog
  • 162b421 inotify, windows: don't rename sibling watches sharing a path prefix (#755)
  • 224257f inotify: don't remove sibling watches sharing a path prefix (#754)
  • e0c956c windows: document directory Write events and stabilize tests (#745)
  • 8d01d7b Release 1.10.0
  • 602284e Update changelog
  • 7f03e59 kqueue: skip ENOENT entries in watchDirectoryFiles (#748)
  • dab9dde windows: lock watch field updates against concurrent WatchList (#709) (#749)
  • eadf267 kqueue: drop watches directly in Close() instead of going through remove() (#...
  • Additional commits viewable in compare view

Updates github.com/microsoftgraph/msgraph-sdk-go from 1.59.0 to 1.99.0

Release notes

Sourced from github.com/microsoftgraph/msgraph-sdk-go's releases.

v1.99.0

1.99.0 (2026-05-19)

Features

  • generation: update request builders and models (#1002) (a016ea5)

v1.98.0

1.98.0 (2026-05-05)

Features

  • generation: update request builders and models (08bde76)
  • generation: update request builders and models (de4650c)

v1.97.0

1.97.0 (2026-04-17)

Features

  • generation: update request builders and models (58f4bd0)

v1.96.0

1.96.0 (2026-02-19)

Features

  • generation: update request builders and models (aae8c3e)

v1.95.0

1.95.0 (2026-02-05)

Features

  • generation: update request builders and models (97b41c7)

v1.94.0

1.94.0 (2026-01-22)

Features

  • generation: update request builders and models (#970) (cdf9980)

v1.93.0

... (truncated)

Changelog

Sourced from github.com/microsoftgraph/msgraph-sdk-go's changelog.

1.99.0 (2026-05-19)

Features

  • generation: update request builders and models (#1002) (a016ea5)

1.98.0 (2026-05-05)

Features

  • generation: update request builders and models (08bde76)
  • generation: update request builders and models (de4650c)

1.97.0 (2026-04-17)

Features

  • generation: update request builders and models (58f4bd0)

1.96.0 (2026-02-19)

Features

  • generation: update request builders and models (aae8c3e)

1.95.0 (2026-02-05)

Features

  • generation: update request builders and models (97b41c7)

1.94.0 (2026-01-22)

Features

  • generation: update request builders and models (#970) (cdf9980)

1.93.0 (2026-01-07)

Features

  • generation: update request builders and models (20507ff)

... (truncated)

Commits
  • f587965 chore(main): release 1.99.0 (#1003)
  • a016ea5 feat(generation): update request builders and models (#1002)
  • 4cad2f0 ci: add missing image and enable Go module proxy in daily CI build (#1001)
  • 110918a Merge pull request #999 from microsoftgraph/chore/pipelineFolderNameNormaliza...
  • 67f0985 chore: rename daily ci pipeline file and folder to standard
  • ed0adde chore: add DevOps build pipeline for S360 security vulnerability scanning (#997)
  • 54989dc Merge pull request #998 from microsoftgraph/dependabot/go_modules/github.com/...
  • d0942a6 chore(deps): bump github.com/microsoftgraph/msgraph-sdk-go-core
  • 5238d13 Merge pull request #995 from microsoftgraph/dependabot/github_actions/googlea...
  • ec59550 Merge branch 'main' into dependabot/github_actions/googleapis/release-please-...
  • Additional commits viewable in compare view

Updates github.com/prometheus/common from 0.66.1 to 0.67.5

Release notes

Sourced from github.com/prometheus/common's releases.

v0.67.5

What's Changed

Full Changelog: prometheus/common@v0.67.4...v0.67.5

v0.67.4 / 2025-11-18

What's Changed

Full Changelog: prometheus/common@v0.67.3...v0.67.4

v0.67.3 / 2025-11-18

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.67.2...v0.67.3

v0.67.2 / 2025-10-28

What's Changed

  • config: Fix panic in <...

    Description has been truncated

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 4, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/go-deps-9f1b691e28 branch from f630911 to bc0f5f0 Compare May 11, 2026 07:48
@dependabot dependabot Bot force-pushed the dependabot/go_modules/go-deps-9f1b691e28 branch from bc0f5f0 to 74db2c2 Compare May 18, 2026 09:50
Bumps the go-deps group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) | `1.20.0` | `1.21.1` |
| [github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v8](https://github.com/Azure/azure-sdk-for-go) | `8.2.0-beta.1` | `8.3.0-beta.2` |
| [github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/keyvault/armkeyvault](https://github.com/Azure/azure-sdk-for-go) | `1.4.0` | `1.5.0` |
| [github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/msi/armmsi](https://github.com/Azure/azure-sdk-for-go) | `1.2.0` | `1.3.0` |
| [github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azcertificates](https://github.com/Azure/azure-sdk-for-go) | `1.3.0` | `1.4.0` |
| [github.com/Azure/go-autorest/autorest/to](https://github.com/Azure/go-autorest) | `0.4.0` | `0.4.1` |
| [github.com/Azure/secrets-store-csi-driver-provider-azure](https://github.com/Azure/secrets-store-csi-driver-provider-azure) | `1.5.2` | `1.8.1` |
| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.9.0` | `1.10.1` |
| [github.com/microsoftgraph/msgraph-sdk-go](https://github.com/microsoftgraph/msgraph-sdk-go) | `1.59.0` | `1.99.0` |
| [github.com/sethvargo/go-githubactions](https://github.com/sethvargo/go-githubactions) | `1.3.0` | `1.3.2` |
| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.10.1` | `1.10.2` |
| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.27.0` | `1.28.0` |



Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.20.0 to 1.21.1
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.20.0...sdk/azcore/v1.21.1)

Updates `github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v8` from 8.2.0-beta.1 to 8.3.0-beta.2
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Commits](Azure/azure-sdk-for-go@sdk/resourcemanager/containerservice/armcontainerservice/v8.2.0-beta.1...sdk/resourcemanager/containerservice/armcontainerservice/v8.3.0-beta.2)

Updates `github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/keyvault/armkeyvault` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.4.0...sdk/azcore/v1.5.0)

Updates `github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/msi/armmsi` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Commits](Azure/azure-sdk-for-go@v1.2...sdk/azcore/v1.3.0)

Updates `github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azcertificates` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.3.0...sdk/azcore/v1.4.0)

Updates `github.com/Azure/go-autorest/autorest/to` from 0.4.0 to 0.4.1
- [Release notes](https://github.com/Azure/go-autorest/releases)
- [Changelog](https://github.com/Azure/go-autorest/blob/main/CHANGELOG.md)
- [Commits](Azure/go-autorest@tracing/v0.4.0...autorest/to/v0.4.1)

Updates `github.com/Azure/secrets-store-csi-driver-provider-azure` from 1.5.2 to 1.8.1
- [Release notes](https://github.com/Azure/secrets-store-csi-driver-provider-azure/releases)
- [Changelog](https://github.com/Azure/secrets-store-csi-driver-provider-azure/blob/master/docs/Release_Management.md)
- [Commits](Azure/secrets-store-csi-driver-provider-azure@v1.5.2...v1.8.1)

Updates `github.com/fsnotify/fsnotify` from 1.9.0 to 1.10.1
- [Release notes](https://github.com/fsnotify/fsnotify/releases)
- [Changelog](https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md)
- [Commits](fsnotify/fsnotify@v1.9.0...v1.10.1)

Updates `github.com/microsoftgraph/msgraph-sdk-go` from 1.59.0 to 1.99.0
- [Release notes](https://github.com/microsoftgraph/msgraph-sdk-go/releases)
- [Changelog](https://github.com/microsoftgraph/msgraph-sdk-go/blob/main/CHANGELOG.md)
- [Commits](microsoftgraph/msgraph-sdk-go@v1.59.0...v1.99.0)

Updates `github.com/prometheus/common` from 0.66.1 to 0.67.5
- [Release notes](https://github.com/prometheus/common/releases)
- [Changelog](https://github.com/prometheus/common/blob/main/CHANGELOG.md)
- [Commits](prometheus/common@v0.66.1...v0.67.5)

Updates `github.com/sethvargo/go-githubactions` from 1.3.0 to 1.3.2
- [Release notes](https://github.com/sethvargo/go-githubactions/releases)
- [Commits](sethvargo/go-githubactions@v1.3.0...v1.3.2)

Updates `github.com/spf13/cobra` from 1.10.1 to 1.10.2
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.10.1...v1.10.2)

Updates `go.uber.org/zap` from 1.27.0 to 1.28.0
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](uber-go/zap@v1.27.0...v1.28.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](golang/sync@v0.19.0...v0.20.0)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
  dependency-version: 1.21.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v8
  dependency-version: 8.3.0-beta.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/keyvault/armkeyvault
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/msi/armmsi
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azcertificates
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/Azure/go-autorest/autorest/to
  dependency-version: 0.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/Azure/secrets-store-csi-driver-provider-azure
  dependency-version: 1.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/fsnotify/fsnotify
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/microsoftgraph/msgraph-sdk-go
  dependency-version: 1.97.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/prometheus/common
  dependency-version: 0.67.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/sethvargo/go-githubactions
  dependency-version: 1.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/spf13/cobra
  dependency-version: 1.10.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: go.uber.org/zap
  dependency-version: 1.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: golang.org/x/sync
  dependency-version: 0.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/go-deps-9f1b691e28 branch from 74db2c2 to 4c05287 Compare May 25, 2026 09:03
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