Skip to content

Bump the go-dependencies group across 1 directory with 7 updates#764

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-dependencies-6bf8450e41
Open

Bump the go-dependencies group across 1 directory with 7 updates#764
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-dependencies-6bf8450e41

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the go-dependencies group with 5 updates in the / directory:

Package From To
github.com/Azure/azure-sdk-for-go/sdk/azcore 1.21.1 1.22.0
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/authorization/armauthorization/v3 3.0.0-beta.2 3.0.0-beta.3
github.com/yannh/kubeconform 0.7.0 0.8.0
k8s.io/apimachinery 0.35.5 0.36.1
k8s.io/cli-runtime 0.35.5 0.36.1

Updates github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.21.1 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/authorization/armauthorization/v3 from 3.0.0-beta.2 to 3.0.0-beta.3

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/authorization/armauthorization/v3's releases.

sdk/resourcemanager/authorization/armauthorization/v3.0.0-beta.3

3.0.0-beta.3 (2026-04-09)

Breaking Changes

  • Type of AccessReviewDecisionInsightProperties.InsightCreatedDateTime has been changed from any to *time.Time
  • Type of AccessReviewDecisionUserSignInInsightProperties.InsightCreatedDateTime has been changed from any to *time.Time
  • Type of AccessReviewDecisionUserSignInInsightProperties.LastSignInDateTime has been changed from any to *time.Time
  • Type of DenyAssignmentProperties.ExcludePrincipals has been changed from []*Principal to []*DenyAssignmentPrincipal
  • Type of DenyAssignmentProperties.Principals has been changed from []*Principal to []*DenyAssignmentPrincipal
  • Struct DenyAssignmentFilter has been removed
  • Struct ErrorAdditionalInfo has been removed
  • Struct ErrorDefinition has been removed
  • Struct ErrorDefinitionProperties has been removed
  • Struct ErrorDetail has been removed
  • Struct ErrorResponse has been removed
  • Struct RoleAssignmentFilter has been removed
  • Struct RoleAssignmentScheduleFilter has been removed
  • Struct RoleAssignmentScheduleInstanceFilter has been removed
  • Struct RoleAssignmentScheduleRequestFilter has been removed
  • Struct RoleDefinitionFilter has been removed
  • Struct RoleEligibilityScheduleFilter has been removed
  • Struct RoleEligibilityScheduleInstanceFilter has been removed
  • Struct RoleEligibilityScheduleRequestFilter has been removed
  • Struct ValidationResponse has been removed
  • Struct ValidationResponseErrorInfo has been removed

Features Added

  • New value RoleManagementPolicyRuleTypeRoleManagementPolicyPimOnlyModeRule added to enum type RoleManagementPolicyRuleType
  • New enum type CreatedByType with values CreatedByTypeApplication, CreatedByTypeKey, CreatedByTypeManagedIdentity, CreatedByTypeUser
  • New enum type DenyAssignmentEffect with values DenyAssignmentEffectAudit, DenyAssignmentEffectEnforced
  • New enum type ExcludedPrincipalTypes with values ExcludedPrincipalTypesServicePrincipalsAsRequestor, ExcludedPrincipalTypesServicePrincipalsAsTarget
  • New enum type PIMOnlyMode with values PIMOnlyModeDisabled, PIMOnlyModeEnabled, PIMOnlyModeReportOnly
  • New enum type UsersOrServicePrincipalSetUserType with values UsersOrServicePrincipalSetUserTypeGroup, UsersOrServicePrincipalSetUserTypeServicePrincipal, UsersOrServicePrincipalSetUserTypeUser
  • New function NewAttributeNamespacesClient(credential azcore.TokenCredential, options *arm.ClientOptions) (*AttributeNamespacesClient, error)
  • New function *AttributeNamespacesClient.Create(ctx context.Context, attributeNamespace string, parameters AttributeNamespaceCreateRequest, options *AttributeNamespacesClientCreateOptions) (AttributeNamespacesClientCreateResponse, error)
  • New function *AttributeNamespacesClient.Delete(ctx context.Context, attributeNamespace string, options *AttributeNamespacesClientDeleteOptions) (AttributeNamespacesClientDeleteResponse, error)
  • New function *AttributeNamespacesClient.Get(ctx context.Context, attributeNamespace string, options *AttributeNamespacesClientGetOptions) (AttributeNamespacesClientGetResponse, error)
  • New function *ClientFactory.NewAttributeNamespacesClient() *AttributeNamespacesClient
  • New function *DenyAssignmentsClient.CreateOrUpdate(ctx context.Context, scope string, denyAssignmentID string, parameters DenyAssignment, options *DenyAssignmentsClientCreateOrUpdateOptions) (DenyAssignmentsClientCreateOrUpdateResponse, error)
  • New function *DenyAssignmentsClient.Delete(ctx context.Context, scope string, denyAssignmentID string, options *DenyAssignmentsClientDeleteOptions) (DenyAssignmentsClientDeleteResponse, error)
  • New function *RoleManagementPolicyPimOnlyModeRule.GetRoleManagementPolicyRule() *RoleManagementPolicyRule
  • New struct AttributeNamespace
  • New struct AttributeNamespaceCreateRequest
  • New struct DenyAssignmentPrincipal
  • New struct PIMOnlyModeSettings
  • New struct RoleManagementPolicyPimOnlyModeRule
  • New struct SystemData
  • New struct UsersOrServicePrincipalSet
  • New field SystemData in struct AccessReviewDecision

... (truncated)

Commits
  • 7288bda [Release] sdk/resourcemanager/cosmos/armcosmos/3.0.0-beta.3 (#22300)
  • 6c284e8 [Release] sdk/resourcemanager/datafactory/armdatafactory/5.0.0 generation fro...
  • 4b49cde [Release] sdk/resourcemanager/appplatform/armappplatform/2.0.0 (#22236)
  • 47e5839 [Release] sdk/resourcemanager/hardwaresecuritymodules/armhardwaresecuritymodu...
  • aeb9fa4 AzureCLICredential prefers expires_on value (#22299)
  • 6e01b90 Sync eng/common directory with azure-sdk-tools for PR 7584 (#22298)
  • ae70cac Increment package version after release of containers/azcontainerregistry (#2...
  • 4d102bf Sync eng/common directory with azure-sdk-tools for PR 7569 (#22284)
  • 01fa694 fix acr test failure (#22290)
  • c87ebea [Release] sdk/resourcemanager/networkanalytics/armnetworkanalytics/1.0.0 (#22...
  • Additional commits viewable in compare view

Updates github.com/yannh/kubeconform from 0.7.0 to 0.8.0

Release notes

Sourced from github.com/yannh/kubeconform's releases.

v0.8.0

Changelog

  • e60892483e5b7e5dffa95fc3f121646a96ca270f Fix typo (#339)
  • b83bf792b26c69f31b6121c66c22da143c242c78 Openapi2jsonschema-go (#357)
  • d412494432c720f6b723546baf6e2002a5592654 Read resources from multiple workers (#354)
  • 1f6792c093d007ca0a20a178de2e211944cda985 Small fixes, better sanitization (#359)
  • 02374e583d700721f57300fae78e11acd27ee539 Update README (#360)
  • ab97ec7693f8da48b48f4c3f336e82f18e831953 Update deps, make sure we use vendored dependencies (#358)
  • c7f8490e52eede11e384b6925587d4f8a26270d8 fix: Github -> GitHub (#340)
  • 8e634e18c0f629874b591c26dae01e84ea3fd499 fix: avoid panic when a schema document decodes to null (#356)
  • e5c533b154158267ad14466a35cb890022dbaf80 fix: update duration validation to use strfmt package (#348)
Commits

Updates golang.org/x/mod from 0.34.0 to 0.35.0

Commits

Updates k8s.io/apimachinery from 0.35.5 to 0.36.1

Commits
  • 7af103a Update dependencies to v0.36.1 tag
  • efb7f26 Merge remote-tracking branch 'origin/master' into release-1.36
  • d966e56 Update github.com/moby/spdystream from v0.5.0 to v0.5.1
  • 79b3632 Merge pull request #137864 from yongruilin/dv-dra-mismatch
  • a8822f7 Add slice and map union member support with tests
  • 7dba2d0 Use IsZero instead of IsNil for union ratcheting check
  • d95710f Fix union validation ratcheting when oldObj is nil
  • 729062d Merge pull request #137849 from bryantbiggs/deps/update-kube-openapi
  • 13b12e6 dependencies: bump kube-openapi to drop ginkgo/gomega indirect deps
  • 27f4670 Merge pull request #136657 from Jefftree/sharding-test
  • Additional commits viewable in compare view

Updates k8s.io/cli-runtime from 0.35.5 to 0.36.1

Commits
  • 62458b5 Update dependencies to v0.36.1 tag
  • 9157a44 Merge remote-tracking branch 'origin/master' into release-1.36
  • fb4f11d Update github.com/moby/spdystream from v0.5.0 to v0.5.1
  • 08a1cd8 Merge pull request #137849 from bryantbiggs/deps/update-kube-openapi
  • 579d47f Merge pull request #137843 from pacoxu/cobra-v1.10.2
  • e545712 dependencies: bump kube-openapi to drop ginkgo/gomega indirect deps
  • f392d21 bump spf13/cobra to v1.10.2
  • b0a204f Merge pull request #137298 from dims/dsri/cri-streaming-option-a-hardcut
  • e723dad Merge pull request #136792 from rata/userns-goes-ga
  • 18f8342 Merge pull request #137495 from pohly/klog-update
  • Additional commits viewable in compare view

Updates k8s.io/client-go from 0.35.5 to 0.36.1

Commits
  • 55ef15a Update dependencies to v0.36.1 tag
  • f22a53e Merge remote-tracking branch 'origin/master' into release-1.36
  • a948641 Update github.com/moby/spdystream from v0.5.0 to v0.5.1
  • 7e44ffc Add Workload-Aware Preemption fields to Workload and PodGroup APIs
  • df2d882 Merge pull request #136989 from nojnhuh/podgroup-resourceclaim
  • 4eece52 Workload API: PodGroup ResourceClaims (KEP-5729)
  • 3d35c51 Merge pull request #137190 from everpeace/KEP-5491-alpha
  • 0434117 Merge pull request #137028 from nmn3m/feature/dra-resource-pool-status
  • ba785be Drop CSR analogy, mark ObjectMeta +required,reduce limits (maxItems=500, maxL...
  • 4a9c878 Add ResourcePoolStatusRequest API types and generated code
  • Additional commits viewable in compare view

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 <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 go-dependencies group with 5 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.21.1` | `1.22.0` |
| [github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/authorization/armauthorization/v3](https://github.com/Azure/azure-sdk-for-go) | `3.0.0-beta.2` | `3.0.0-beta.3` |
| [github.com/yannh/kubeconform](https://github.com/yannh/kubeconform) | `0.7.0` | `0.8.0` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.35.5` | `0.36.1` |
| [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) | `0.35.5` | `0.36.1` |



Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.21.1 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.1...sdk/azcore/v1.22.0)

Updates `github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/authorization/armauthorization/v3` from 3.0.0-beta.2 to 3.0.0-beta.3
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Commits](Azure/azure-sdk-for-go@sdk/resourcemanager/cosmos/armcosmos/v3.0.0-beta.2...sdk/resourcemanager/cosmos/armcosmos/v3.0.0-beta.3)

Updates `github.com/yannh/kubeconform` from 0.7.0 to 0.8.0
- [Release notes](https://github.com/yannh/kubeconform/releases)
- [Commits](yannh/kubeconform@v0.7.0...v0.8.0)

Updates `golang.org/x/mod` from 0.34.0 to 0.35.0
- [Commits](golang/mod@v0.34.0...v0.35.0)

Updates `k8s.io/apimachinery` from 0.35.5 to 0.36.1
- [Commits](kubernetes/apimachinery@v0.35.5...v0.36.1)

Updates `k8s.io/cli-runtime` from 0.35.5 to 0.36.1
- [Commits](kubernetes/cli-runtime@v0.35.5...v0.36.1)

Updates `k8s.io/client-go` from 0.35.5 to 0.36.1
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.35.5...v0.36.1)

---
updated-dependencies:
- 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: go-dependencies
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/authorization/armauthorization/v3
  dependency-version: 3.0.0-beta.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/yannh/kubeconform
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.org/x/mod
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.36.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: k8s.io/cli-runtime
  dependency-version: 0.36.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: k8s.io/client-go
  dependency-version: 0.36.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
...

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 18, 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