Skip to content

build(deps): bump the all group across 1 directory with 15 updates #9103

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 21, 2025

Bumps the all group with 11 updates in the /pkg/azclient directory:

Package From To
github.com/Azure/azure-sdk-for-go/sdk/azcore 1.17.1 1.18.0
github.com/Azure/azure-sdk-for-go/sdk/azidentity 1.8.2 1.10.0
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6 6.3.0 6.4.0
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6 6.4.0 6.6.0
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/storage/armstorage 1.7.0 1.8.0
github.com/go-faker/faker/v4 4.6.0 4.6.1
github.com/onsi/ginkgo/v2 2.23.3 2.23.4
github.com/onsi/gomega 1.36.3 1.37.0
go.opentelemetry.io/otel 1.35.0 1.36.0
k8s.io/klog/v2 2.80.1 2.130.1

Updates github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.17.1 to 1.18.0

Release notes

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

sdk/azcore/v1.18.0

1.18.0 (2025-04-03)

Features Added

  • Added AccessToken.RefreshOn and updated BearerTokenPolicy to consider nonzero values of it when deciding whether to request a new token
Commits

Updates github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.8.2 to 1.10.0

Release notes

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

sdk/azidentity/v1.10.0

1.10.0 (2025-05-14)

Features Added

  • DefaultAzureCredential reads environment variable AZURE_TOKEN_CREDENTIALS to enable a subset of its credentials:
    • dev selects AzureCLICredential and AzureDeveloperCLICredential
    • prod selects EnvironmentCredential, WorkloadIdentityCredential and ManagedIdentityCredential

sdk/azidentity/v1.9.0

1.9.0 (2025-04-08)

Features Added

  • GetToken() sets AccessToken.RefreshOn when the token provider specifies a value

Other Changes

  • NewManagedIdentityCredential logs the configured user-assigned identity, if any
  • Deprecated UsernamePasswordCredential because it can't support multifactor authentication (MFA), which Microsoft Entra ID requires for most tenants. See https://aka.ms/azsdk/identity/mfa for migration guidance.
  • Updated dependencies

sdk/messaging/azservicebus/v1.9.0

1.9.0 (2025-05-06)

Features Added

  • Added a new azservicebus.Code value, CodeNotFound, which indicates the queue, topic or subscription doesn't exist. (PR#24501)
Commits

Updates github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6 from 6.3.0 to 6.4.0

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6's releases.

sdk/resourcemanager/containerservice/armcontainerservice/v6.4.0

6.4.0 (2025-02-27)

Features Added

  • New field MessageOfTheDay in struct ManagedClusterAgentPoolProfile
  • New field MessageOfTheDay in struct ManagedClusterAgentPoolProfileProperties

sdk/resourcemanager/compute/armcompute/v6.4.0

6.4.0 (2025-03-28)

Features Added

  • New value AllocationStrategyPrioritized added to enum type AllocationStrategy
  • New value InstanceViewTypesResiliencyView added to enum type InstanceViewTypes
  • New value NetworkAPIVersionTwoThousandTwentyTwo1101 added to enum type NetworkAPIVersion
  • New enum type Expand with values ExpandProperties
  • New enum type Modes with values ModesAudit, ModesDisabled, ModesEnforce
  • New enum type RebalanceBehavior with values RebalanceBehaviorCreateBeforeDelete
  • New enum type RebalanceStrategy with values RebalanceStrategyRecreate
  • New enum type ResilientVMDeletionStatus with values ResilientVMDeletionStatusDisabled, ResilientVMDeletionStatusEnabled, ResilientVMDeletionStatusFailed, ResilientVMDeletionStatusInProgress
  • New enum type ZonePlacementPolicyType with values ZonePlacementPolicyTypeAny
  • New function *AvailabilitySetsClient.CancelMigrationToVirtualMachineScaleSet(context.Context, string, string, *AvailabilitySetsClientCancelMigrationToVirtualMachineScaleSetOptions) (AvailabilitySetsClientCancelMigrationToVirtualMachineScaleSetResponse, error)
  • New function *AvailabilitySetsClient.BeginConvertToVirtualMachineScaleSet(context.Context, string, string, *AvailabilitySetsClientBeginConvertToVirtualMachineScaleSetOptions) (*runtime.Poller[AvailabilitySetsClientConvertToVirtualMachineScaleSetResponse], error)
  • New function *AvailabilitySetsClient.StartMigrationToVirtualMachineScaleSet(context.Context, string, string, MigrateToVirtualMachineScaleSetInput, *AvailabilitySetsClientStartMigrationToVirtualMachineScaleSetOptions) (AvailabilitySetsClientStartMigrationToVirtualMachineScaleSetResponse, error)
  • New function *AvailabilitySetsClient.ValidateMigrationToVirtualMachineScaleSet(context.Context, string, string, MigrateToVirtualMachineScaleSetInput, *AvailabilitySetsClientValidateMigrationToVirtualMachineScaleSetOptions) (AvailabilitySetsClientValidateMigrationToVirtualMachineScaleSetResponse, error)
  • New function *VirtualMachineImagesClient.NewListWithPropertiesPager(string, string, string, string, Expand, *VirtualMachineImagesClientListWithPropertiesOptions) *runtime.Pager[VirtualMachineImagesClientListWithPropertiesResponse]
  • New function *VirtualMachinesClient.BeginMigrateToVMScaleSet(context.Context, string, string, *VirtualMachinesClientBeginMigrateToVMScaleSetOptions) (*runtime.Poller[VirtualMachinesClientMigrateToVMScaleSetResponse], error)
  • New struct AutomaticZoneRebalancingPolicy
  • New struct ConvertToVirtualMachineScaleSetInput
  • New struct DefaultVirtualMachineScaleSetInfo
  • New struct HostEndpointSettings
  • New struct MigrateToVirtualMachineScaleSetInput
  • New struct MigrateVMToVirtualMachineScaleSetInput
  • New struct Placement
  • New struct VirtualMachineImagesWithPropertiesListResult
  • New struct VirtualMachineScaleSetMigrationInfo
  • New field VirtualMachineScaleSetMigrationInfo in struct AvailabilitySetProperties
  • New field Imds, WireServer in struct ProxyAgentSettings
  • New field AutomaticZoneRebalancingPolicy in struct ResiliencyPolicy
  • New field Rank in struct SKUProfileVMSize
  • New field PrioritizeUnhealthyVMs in struct ScaleInPolicy
  • New field AlignRegionalDisksToVMZone in struct StorageProfile
  • New field Placement in struct VirtualMachine
  • New field ResilientVMDeletionStatus in struct VirtualMachineScaleSetVMProperties
Commits
  • e826e31 [Release] sdk/resourcemanager/compute/armcompute/6.4.0 (#24249)
  • 7a07ef3 Add option to create self contained test resources post script (#24294)
  • 55378d8 [azopenaiextensions] Updating package to target openai-go/v0.1.0-beta.2. (#2...
  • 6c8b657 Sync eng/common directory with azure-sdk-tools for PR 10129 (#24318)
  • 66eca06 [azmetrics] add fake support (#24309)
  • 3c6b438 [azservicebus] Check that an annotation isn't nil before casting it to a stri...
  • a720b3c [azopenai/azopenaiassistants] Updating our dependencies to move past a securi...
  • 2e83cc2 Make temporal.Resource refreshing configurable (#24268)
  • f50cfa4 [Release] sdk/resourcemanager/keyvault/armkeyvault/1.5.0 (#24190)
  • 407bcff [Release] sdk/resourcemanager/postgresql/armpostgresqlflexibleservers/4.1.0 g...
  • Additional commits viewable in compare view

Updates github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6 from 6.4.0 to 6.6.0

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6's releases.

sdk/resourcemanager/containerservice/armcontainerservice/v6.6.0

6.6.0 (2025-04-22)

Features Added

  • New enum type NginxIngressControllerType with values NginxIngressControllerTypeAnnotationControlled, NginxIngressControllerTypeExternal, NginxIngressControllerTypeInternal, NginxIngressControllerTypeNone
  • New struct ManagedClusterIngressProfileNginx
  • New field Nginx in struct ManagedClusterIngressProfileWebAppRouting

sdk/resourcemanager/containerservice/armcontainerservice/v6.5.0

6.5.0 (2025-03-26)

Features Added

  • New value OutboundTypeNone added to enum type OutboundType
  • New enum type ArtifactSource with values ArtifactSourceCache, ArtifactSourceDirect
  • New enum type GPUDriver with values GPUDriverInstall, GPUDriverNone
  • New struct GPUProfile
  • New struct ManagedClusterBootstrapProfile
  • New field GpuProfile in struct ManagedClusterAgentPoolProfile
  • New field GpuProfile in struct ManagedClusterAgentPoolProfileProperties
  • New field BootstrapProfile in struct ManagedClusterProperties
  • New field CustomCATrustCertificates in struct ManagedClusterSecurityProfile

sdk/resourcemanager/containerservice/armcontainerservice/v6.5.0-beta.1

6.5.0-beta.1 (2025-03-11)

Features Added

  • New value AgentPoolModeGateway added to enum type AgentPoolMode
  • New value AgentPoolTypeVirtualMachines added to enum type AgentPoolType
  • New value ManagedClusterSKUNameAutomatic added to enum type ManagedClusterSKUName
  • New value OSSKUMariner, OSSKUWindowsAnnual added to enum type OSSKU
  • New value OutboundTypeNone added to enum type OutboundType
  • New value PublicNetworkAccessSecuredByPerimeter added to enum type PublicNetworkAccess
  • New value SnapshotTypeManagedCluster added to enum type SnapshotType
  • New value WorkloadRuntimeKataMshvVMIsolation added to enum type WorkloadRuntime
  • New enum type AddonAutoscaling with values AddonAutoscalingDisabled, AddonAutoscalingEnabled
  • New enum type AgentPoolSSHAccess with values AgentPoolSSHAccessDisabled, AgentPoolSSHAccessLocalUser
  • New enum type ArtifactSource with values ArtifactSourceCache, ArtifactSourceDirect
  • New enum type ClusterServiceLoadBalancerHealthProbeMode with values ClusterServiceLoadBalancerHealthProbeModeServiceNodePort, ClusterServiceLoadBalancerHealthProbeModeShared
  • New enum type DriverType with values DriverTypeCUDA, DriverTypeGRID
  • New enum type GuardrailsSupport with values GuardrailsSupportPreview, GuardrailsSupportStable
  • New enum type IpvsScheduler with values IpvsSchedulerLeastConnection, IpvsSchedulerRoundRobin
  • New enum type Level with values LevelEnforcement, LevelOff, LevelWarning
  • New enum type Mode with values ModeIPTABLES, ModeIPVS
  • New enum type NginxIngressControllerType with values NginxIngressControllerTypeAnnotationControlled, NginxIngressControllerTypeExternal, NginxIngressControllerTypeInternal, NginxIngressControllerTypeNone
  • New enum type NodeProvisioningMode with values NodeProvisioningModeAuto, NodeProvisioningModeManual
  • New enum type Operator with values OperatorDoesNotExist, OperatorExists, OperatorIn, OperatorNotIn
  • New enum type PodIPAllocationMode with values PodIPAllocationModeDynamicIndividual, PodIPAllocationModeStaticBlock
  • New enum type PodLinkLocalAccess with values PodLinkLocalAccessIMDS, PodLinkLocalAccessNone
  • New enum type SafeguardsSupport with values SafeguardsSupportPreview, SafeguardsSupportStable
  • New enum type SeccompDefault with values SeccompDefaultRuntimeDefault, SeccompDefaultUnconfined

... (truncated)

Commits
  • f49c1e6 [Release] sdk/resourcemanager/containerservice/armcontainerservice/6.6.0 (#24...
  • 9ad9a7e [Release] sdk/resourcemanager/storageactions/armstorageactions/0.2.0 (#24471)
  • 22ef4e9 refine client factory ctor logic (#24290)
  • ba55fc0 Go mod tidy perf tests (#24473)
  • 8024a1c Improving migration guide intro. (#24456)
  • 5279c83 Upgrade azidentity dependencies (#24474)
  • 23c1559 [Release] sdk/resourcemanager/elasticsan/armelasticsan/1.2.0-beta.2 (#24375)
  • 021b2be [Release] sdk/resourcemanager/appcontainers/armappcontainers/3.1.0 generation...
  • 1fb3815 [Release] sdk/resourcemanager/standbypool/armstandbypool/2.0.0 generation fro...
  • a444867 [Release] sdk/resourcemanager/netapp/armnetapp/7.5.0 generation from spec com...
  • 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/resourcemanager/keyvault/armkeyvault/v1.5.0

1.5.0 (2025-03-28)

Features Added

  • New value ManagedHsmSKUFamilyC added to enum type ManagedHsmSKUFamily
  • New value ManagedHsmSKUNameCustomC10, ManagedHsmSKUNameCustomC42 added to enum type ManagedHsmSKUName

sdk/storage/azdatalake/v1.4.1

1.4.1 (2025-04-28)

Other Changes

  • Updated azidentity version to 1.9.0
  • Updated azcore version to 1.18.0
  • Updated azblob version to v1.6.1

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

1.4.1-beta.1 (2025-02-12)

Features Added

  • Upgraded service version to 2025-05-05.

Other Changes

  • Updated azidentity version to 1.8.1
  • Updated azblob version to v1.6.1-beta.1
Commits

Updates github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage from 1.7.0 to 1.8.0

Release notes

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

sdk/messaging/azservicebus/v1.8.0

1.8.0 (2025-02-11)

Features Added

  • ServiceBusClient allows the endpoint to be overridden with ServiceBusClientOptions.CustomEndpoint, to use TCP proxies with AMQP. (PR#23843)

sdk/resourcemanager/storage/armstorage/v1.8.0

1.8.0 (2025-04-08)

Features Added

  • New value ProvisioningStateAccepted added to enum type ProvisioningState

sdk/resourcemanager/cognitiveservices/armcognitiveservices/v1.8.0-beta.1

1.8.0-beta.1 (2025-05-12)

Features Added

  • New value ProvisioningStateCanceled added to enum type ProvisioningState
  • New enum type CapabilityHostKind with values CapabilityHostKindAgents
  • New enum type CapabilityHostProvisioningState with values CapabilityHostProvisioningStateCanceled, CapabilityHostProvisioningStateCreating, CapabilityHostProvisioningStateDeleting, CapabilityHostProvisioningStateFailed, CapabilityHostProvisioningStateSucceeded, CapabilityHostProvisioningStateUpdating
  • New enum type ConnectionAuthType with values ConnectionAuthTypeAAD, ConnectionAuthTypeAPIKey, ConnectionAuthTypeAccessKey, ConnectionAuthTypeAccountKey, ConnectionAuthTypeCustomKeys, ConnectionAuthTypeManagedIdentity, ConnectionAuthTypeNone, ConnectionAuthTypeOAuth2, ConnectionAuthTypePAT, ConnectionAuthTypeSAS, ConnectionAuthTypeServicePrincipal, ConnectionAuthTypeUsernamePassword
  • New enum type ConnectionCategory with values ConnectionCategoryADLSGen2, ConnectionCategoryAIServices, ConnectionCategoryAPIKey, ConnectionCategoryAmazonMws, ConnectionCategoryAmazonRdsForOracle, ConnectionCategoryAmazonRdsForSQLServer, ConnectionCategoryAmazonRedshift, ConnectionCategoryAmazonS3Compatible, ConnectionCategoryAzureBlob, ConnectionCategoryAzureDataExplorer, ConnectionCategoryAzureDatabricksDeltaLake, ConnectionCategoryAzureMariaDb, ConnectionCategoryAzureMySQLDb, ConnectionCategoryAzureOneLake, ConnectionCategoryAzureOpenAI, ConnectionCategoryAzurePostgresDb, ConnectionCategoryAzureSQLDb, ConnectionCategoryAzureSQLMi, ConnectionCategoryAzureSynapseAnalytics, ConnectionCategoryAzureTableStorage, ConnectionCategoryBingLLMSearch, ConnectionCategoryCassandra, ConnectionCategoryCognitiveSearch, ConnectionCategoryCognitiveService, ConnectionCategoryConcur, ConnectionCategoryContainerRegistry, ConnectionCategoryCosmosDb, ConnectionCategoryCosmosDbMongoDbAPI, ConnectionCategoryCouchbase, ConnectionCategoryCustomKeys, ConnectionCategoryDb2, ConnectionCategoryDrill, ConnectionCategoryDynamics, ConnectionCategoryDynamicsAx, ConnectionCategoryDynamicsCrm, ConnectionCategoryElasticsearch, ConnectionCategoryEloqua, ConnectionCategoryFileServer, ConnectionCategoryFtpServer, ConnectionCategoryGenericContainerRegistry, ConnectionCategoryGenericHTTP, ConnectionCategoryGenericRest, ConnectionCategoryGit, ConnectionCategoryGoogleAdWords, ConnectionCategoryGoogleBigQuery, ConnectionCategoryGoogleCloudStorage, ConnectionCategoryGreenplum, ConnectionCategoryHbase, ConnectionCategoryHdfs, ConnectionCategoryHive, ConnectionCategoryHubspot, ConnectionCategoryImpala, ConnectionCategoryInformix, ConnectionCategoryJira, ConnectionCategoryMagento, ConnectionCategoryManagedOnlineEndpoint, ConnectionCategoryMariaDb, ConnectionCategoryMarketo, ConnectionCategoryMicrosoftAccess, ConnectionCategoryMongoDbAtlas, ConnectionCategoryMongoDbV2, ConnectionCategoryMySQL, ConnectionCategoryNetezza, ConnectionCategoryODataRest, ConnectionCategoryOdbc, ConnectionCategoryOffice365, ConnectionCategoryOpenAI, ConnectionCategoryOracle, ConnectionCategoryOracleCloudStorage, ConnectionCategoryOracleServiceCloud, ConnectionCategoryPayPal, ConnectionCategoryPhoenix, ConnectionCategoryPinecone, ConnectionCategoryPostgreSQL, ConnectionCategoryPresto, ConnectionCategoryPythonFeed, ConnectionCategoryQuickBooks, ConnectionCategoryRedis, ConnectionCategoryResponsys, ConnectionCategoryS3, ConnectionCategorySQLServer, ConnectionCategorySalesforce, ConnectionCategorySalesforceMarketingCloud, ConnectionCategorySalesforceServiceCloud, ConnectionCategorySapBw, ConnectionCategorySapCloudForCustomer, ConnectionCategorySapEcc, ConnectionCategorySapHana, ConnectionCategorySapOpenHub, ConnectionCategorySapTable, ConnectionCategorySerp, ConnectionCategoryServerless, ConnectionCategoryServiceNow, ConnectionCategorySftp, ConnectionCategorySharePointOnlineList, ConnectionCategoryShopify, ConnectionCategorySnowflake, ConnectionCategorySpark, ConnectionCategorySquare, ConnectionCategorySybase, ConnectionCategoryTeradata, ConnectionCategoryVertica, ConnectionCategoryWebTable, ConnectionCategoryXero, ConnectionCategoryZoho
  • New enum type ConnectionGroup with values ConnectionGroupAzure, ConnectionGroupAzureAI, ConnectionGroupDatabase, ConnectionGroupFile, ConnectionGroupGenericProtocol, ConnectionGroupNoSQL, ConnectionGroupServicesAndApps
  • New enum type ManagedPERequirement with values ManagedPERequirementNotApplicable, ManagedPERequirementNotRequired, ManagedPERequirementRequired
  • New enum type ManagedPEStatus with values ManagedPEStatusActive, ManagedPEStatusInactive, ManagedPEStatusNotApplicable
  • New enum type ScenarioType with values ScenarioTypeAgent, ScenarioTypeNone
  • New function *AADAuthTypeConnectionProperties.GetConnectionPropertiesV2() *ConnectionPropertiesV2
  • New function *APIKeyAuthConnectionProperties.GetConnectionPropertiesV2() *ConnectionPropertiesV2
  • New function *AccessKeyAuthTypeConnectionProperties.GetConnectionPropertiesV2() *ConnectionPropertiesV2
  • New function NewAccountCapabilityHostsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*AccountCapabilityHostsClient, error)
  • New function *AccountCapabilityHostsClient.BeginCreateOrUpdate(context.Context, string, string, string, CapabilityHost, *AccountCapabilityHostsClientBeginCreateOrUpdateOptions) (*runtime.Poller[AccountCapabilityHostsClientCreateOrUpdateResponse], error)
  • New function *AccountCapabilityHostsClient.BeginDelete(context.Context, string, string, string, *AccountCapabilityHostsClientBeginDeleteOptions) (*runtime.Poller[AccountCapabilityHostsClientDeleteResponse], error)
  • New function *AccountCapabilityHostsClient.Get(context.Context, string, string, string, *AccountCapabilityHostsClientGetOptions) (AccountCapabilityHostsClientGetResponse, error)
  • New function NewAccountConnectionClient(string, azcore.TokenCredential, *arm.ClientOptions) (*AccountConnectionClient, error)
  • New function *AccountConnectionClient.Create(context.Context, string, string, string, *AccountConnectionClientCreateOptions) (AccountConnectionClientCreateResponse, error)
  • New function *AccountConnectionClient.Delete(context.Context, string, string, string, *AccountConnectionClientDeleteOptions) (AccountConnectionClientDeleteResponse, error)
  • New function *AccountConnectionClient.Get(context.Context, string, string, string, *AccountConnectionClientGetOptions) (AccountConnectionClientGetResponse, error)
  • New function *AccountConnectionClient.NewListPager(string, string, *AccountConnectionClientListOptions) *runtime.Pager[AccountConnectionClientListResponse]
  • New function *AccountConnectionClient.Update(context.Context, string, string, string, *AccountConnectionClientUpdateOptions) (AccountConnectionClientUpdateResponse, error)
  • New function *AccountKeyAuthTypeConnectionProperties.GetConnectionPropertiesV2() *ConnectionPropertiesV2
  • New function *ClientFactory.NewAccountCapabilityHostsClient() *AccountCapabilityHostsClient
  • New function *ClientFactory.NewAccountConnectionClient() *AccountConnectionClient
  • New function *ClientFactory.NewProjectCapabilityHostsClient() *ProjectCapabilityHostsClient
  • New function *ClientFactory.NewProjectConnectionClient() *ProjectConnectionClient
  • New function *ClientFactory.NewProjectsClient() *ProjectsClient
  • New function *ConnectionPropertiesV2.GetConnectionPropertiesV2() *ConnectionPropertiesV2
  • New function *CustomKeysConnectionProperties.GetConnectionPropertiesV2() *ConnectionPropertiesV2
  • New function *ManagedIdentityAuthTypeConnectionProperties.GetConnectionPropertiesV2() *ConnectionPropertiesV2
  • New function *OAuth2AuthTypeConnectionProperties.GetConnectionPropertiesV2() *ConnectionPropertiesV2
  • New function *PATAuthTypeConnectionProperties.GetConnectionPropertiesV2() *ConnectionPropertiesV2

... (truncated)

Commits

Updates github.com/go-faker/faker/v4 from 4.6.0 to 4.6.1

Release notes

Sourced from github.com/go-faker/faker/v4's releases.

v4.6.1

What's Changed

Full Changelog: go-faker/faker@v4.6.0...v4.6.1

Commits

Updates github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4

Release notes

Sourced from github.com/onsi/ginkgo/v2's releases.

v2.23.4

2.23.4

Prior to this release Ginkgo would compute the incorrect number of available CPUs when running with -p in a linux container. Thanks to @​emirot for the fix!

Features

  • Add automaxprocs for using CPUQuota [2b9c428]

Fixes

  • clarify gotchas about -vet flag [1f59d07]

Maintenance

  • bump dependencies [2d134d5]
Changelog

Sourced from github.com/onsi/ginkgo/v2's changelog.

2.23.4

Prior to this release Ginkgo would compute the incorrect number of available CPUs when running with -p in a linux container. Thanks to @​emirot for the fix!

Features

  • Add automaxprocs for using CPUQuota [2b9c428]

Fixes

  • clarify gotchas about -vet flag [1f59d07]

Maintenance

  • bump dependencies [2d134d5]
Commits
  • 229c981 v2.23.4
  • 2d134d5 bump dependencies
  • 2b9c428 Add automaxprocs for using CPUQuota
  • 31137de Revert "Add automaxprocs to automatically match the linux container CPU Quota"
  • 91b11b8 Add automaxprocs to automatically match the linux container CPU Quota
  • cdfddb6 maybe escape quotes when you put them in a quoted string.
  • 1f59d07 clarify gotchas about -vet flag
  • 7ab7d10 bump all the things
  • See full diff in compare view

Updates github.com/onsi/gomega from 1.36.3 to 1.37.0

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.37.0

1.37.0

Features

  • add To/ToNot/NotTo aliases for AsyncAssertion [5666f98]
Changelog

Sourced from github.com/onsi/gomega's changelog.

1.37.0

Features

  • add To/ToNot/NotTo aliases for AsyncAssertion [5666f98]
Commits

Updates go.opentelemetry.io/otel from 1.35.0 to 1.36.0

Changelog

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

[1.36.0/0.58.0/0.12.0] 2025-05-20

Added

  • Add exponential histogram support in go.opentelemetry.io/otel/exporters/prometheus. (#6421)
  • The go.opentelemetry.io/otel/semconv/v1.31.0 package. The package contains semantic conventions from the v1.31.0 version of the OpenTelemetry Semantic Conventions. See the migration documentation for information on how to upgrade from go.opentelemetry.io/otel/semconv/v1.30.0. (#6479)
  • Add Recording, Scope, and Record types in go.opentelemetry.io/otel/log/logtest. (#6507)
  • Add WithHTTPClient option to configure the http.Client used by go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#6751)
  • Add WithHTTPClient option to configure the http.Client used by go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#6752)
  • Add WithHTTPClient option to configure the http.Client used by go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#6688)
  • Add ValuesGetter in go.opentelemetry.io/otel/propagation, a TextMapCarrier that supports retrieving multiple values for a single key. (#5973)
  • Add Values method to HeaderCarrier to implement the new ValuesGetter interface in go.opentelemetry.io/otel/propagation. (#5973)
  • Update Baggage in go.opentelemetry.io/otel/propagation to retrieve multiple values for a key when the carrier implements ValuesGetter. (#5973)
  • Add AssertEqual function in go.opentelemetry.io/otel/log/logtest. (#6662)
  • The go.opentelemetry.io/otel/semconv/v1.32.0 package. The package contains semantic conventions from the v1.32.0 version of the OpenTelemetry Semantic Conventions. See the migration documentation for information on how to upgrade from go.opentelemetry.io/otel/semconv/v1.31.0(#6782)
  • Add Transform option in go.opentelemetry.io/otel/log/logtest. (#6794)
  • Add Desc option in go.opentelemetry.io/otel/log/logtest. (#6796)

Removed

  • Drop support for [Go 1.22]. (#6381, #6418)
  • Remove Resource field from EnabledParameters in go.opentelemetry.io/otel/sdk/log. (#6494)
  • Remove RecordFactory type from go.opentelemetry.io/otel/log/logtest. (#6492)
  • Remove ScopeRecords, EmittedRecord, and RecordFactory types from go.opentelemetry.io/otel/log/logtest. (#6507)
  • Remove AssertRecordEqual function in go.opentelemetry.io/otel/log/logtest, use AssertEqual instead. (#6662)

Changed

  • ⚠️ Update github.com/prometheus/client_golang to v1.21.1, which changes the NameValidationScheme to UTF8Validation. This allows metrics names to keep original delimiters (e.g. .), rather than replacing with underscores. This can be reverted by setting github.com/prometheus/common/model.NameValidationScheme to LegacyValidation in github.com/prometheus/common/model. (#6433)
  • Initialize map with len(keys) in NewAllowKeysFilter and NewDenyKeysFilter to avoid unnecessary allocations in go.opentelemetry.io/otel/attribute. (#6455)
  • go.opentelemetry.io/otel/log/logtest is now a separate Go module. (#6465)
  • go.opentelemetry.io/otel/sdk/log/logtest is now a separate Go module. (#6466)
  • Recorder in go.opentelemetry.io/otel/log/logtest no longer separately stores records emitted by loggers with the same instrumentation scope. (#6507)
  • Improve performance of BatchProcessor in go.opentelemetry.io/otel/sdk/log by not exporting when exporter cannot accept more. (#6569, #6641)

Deprecated

  • Deprecate support for model.LegacyValidation for go.opentelemetry.io/otel/exporters/prometheus. (#6449)

Fixes

  • Stop percent encoding header environment variables in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc and go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#6392)
  • Ensure the noopSpan.tracerProvider method is not inlined in go.opentelemetry.io/otel/trace so the go.opentelemetry.io/auto instrumentation can instrument non-recording spans. (#6456)
  • Use a sync.Pool instead of allocating metricdata.ResourceMetrics in go.opentelemetry.io/otel/exporters/prometheus. (#6472)
Commits

Updates go.opentelemetry.io/otel/metric from 1.35.0 to 1.36.0

Changelog

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

[1.36.0/0.58.0/0.12.0] 2025-05-20

Added

  • Add exponential histogram support in go.opentelemetry.io/otel/exporters/prometheus. (#6421)
  • The go.opentelemetry.io/otel/semconv/v1.31.0 package. The package contains semantic conventions from the v1.31.0 version of the OpenTelemetry Semantic Conventions. See the migration documentation for information on how to upgrade from go.opentelemetry.io/otel/semconv/v1.30.0. (#6479)
  • Add Recording, Scope, and Record types in go.opentelemetry.io/otel/log/logtest. (#6507)
  • Add WithHTTPClient option to configure the http.Client used by go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#6751)
  • Add WithHTTPClient option to configure the http.Client used by go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#6752)
  • Add WithHTTPClient option to configure the http.Client used by go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#6688)
  • Add ValuesGetter in go.opentelemetry.io/otel/propagation, a TextMapCarrier that supports retrieving multiple values for a single key. (#5973)
  • Add Values method to HeaderCarrier to implement the new ValuesGetter interface in go.opentelemetry.io/otel/propagation. (#5973)
  • Update Baggage in go.opentelemetry.io/otel/propagation to retrieve multiple values for a key when the carrier implements ValuesGetter. (#5973)
  • Add AssertEqual function in go.opentelemetry.io/otel/log/logtest. (#6662)
  • The go.opentelemetry.io/otel/semconv/v1.32.0 package. The package contains semantic conventions from the v1.32.0 version of the OpenTelemetry Semantic Conventions. See the migration documentation for information on how to upgrade from go.opentelemetry.io/otel/semconv/v1.31.0(#6782)
  • Add Transform option in go.opentelemetry.io/otel/log/logtest. (#6794)
  • Add Desc option in go.opentelemetry.io/otel/log/logtest. (#6796)

Removed

  • Drop support for [Go 1.22]. (#6381, #6418)
  • Remove Resource field from EnabledParameters in go.opentelemetry.io/otel/sdk/log. (#6494)
  • Remove RecordFactory type from go.opentelemetry.io/otel/log/logtest. (#6492)
  • Remove ScopeRecords, EmittedRecord, and RecordFactory types from go.opentelemetry.io/otel/log/logtest. (#6507)
  • Remove AssertRecordEqual function in go.opentelemetry.io/otel/log/logtest, use AssertEqual instead. (#6662)

Changed

  • ⚠️ Update github.com/prometheus/client_golang to v1.21.1, which changes the NameValidationScheme to UTF8Validation. This allows metrics names to keep original delimiters (e.g. .), rather than replacing with underscores. This can be reverted by setting github.com/prometheus/common/model.NameValidationScheme to LegacyValidation in github.com/prometheus/common/model. (#6433)
  • Initialize map with len(keys) in NewAllowKeysFilter and NewDenyKeysFilter to avoid unnecessary allocations in go.opentelemetry.io/otel/attribute. (

@dependabot dependabot bot added approved Indicates a PR has been approved by an approver from all required OWNERS files. area/dependency Issues or PRs related to dependency changes kind/testing lgtm "Looks good to me", indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note-none Denotes a PR that doesn't merit a release note. labels May 21, 2025
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label May 21, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: dependabot[bot]

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

1 similar comment
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: dependabot[bot]

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot requested review from andyzhangx and nilo19 May 21, 2025 18:02
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: dependabot[bot]

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot
Copy link
Contributor

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@github-actions github-actions bot added the tide/merge-method-squash Denotes a PR that should be squashed by tide when it merges. label May 21, 2025
@k8s-ci-robot k8s-ci-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label May 21, 2025
@dependabot dependabot bot force-pushed the dependabot/go_modules/pkg/azclient/all-c65dd03255 branch from 83777c9 to 516879b Compare May 27, 2025 17:52
@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label May 27, 2025
@k8s-ci-robot
Copy link
Contributor

New changes are detected. LGTM label has been removed.

@dependabot dependabot bot force-pushed the dependabot/go_modules/pkg/azclient/all-c65dd03255 branch 4 times, most recently from 2ea8b50 to 0f0ca50 Compare June 3, 2025 17:06
Bumps the all group with 11 updates in the /pkg/azclient directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) | `1.17.1` | `1.18.0` |
| [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) | `1.8.2` | `1.10.0` |
| [github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6](https://github.com/Azure/azure-sdk-for-go) | `6.3.0` | `6.4.0` |
| [github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6](https://github.com/Azure/azure-sdk-for-go) | `6.4.0` | `6.6.0` |
| [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/storage/armstorage](https://github.com/Azure/azure-sdk-for-go) | `1.7.0` | `1.8.0` |
| [github.com/go-faker/faker/v4](https://github.com/go-faker/faker) | `4.6.0` | `4.6.1` |
| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.23.3` | `2.23.4` |
| [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.36.3` | `1.37.0` |
| [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) | `1.35.0` | `1.36.0` |
| [k8s.io/klog/v2](https://github.com/kubernetes/klog) | `2.80.1` | `2.130.1` |



Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.17.1 to 1.18.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/go-mgmt-sdk-release-guideline.md)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.17.1...sdk/azcore/v1.18.0)

Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.8.2 to 1.10.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/go-mgmt-sdk-release-guideline.md)
- [Commits](Azure/azure-sdk-for-go@sdk/azidentity/v1.8.2...sdk/azcore/v1.10.0)

Updates `github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6` from 6.3.0 to 6.4.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/go-mgmt-sdk-release-guideline.md)
- [Commits](Azure/azure-sdk-for-go@sdk/resourcemanager/compute/armcompute/v6.3.0...sdk/resourcemanager/compute/armcompute/v6.4.0)

Updates `github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6` from 6.4.0 to 6.6.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/go-mgmt-sdk-release-guideline.md)
- [Commits](Azure/azure-sdk-for-go@sdk/resourcemanager/compute/armcompute/v6.4.0...sdk/resourcemanager/containerservice/armcontainerservice/v6.6.0)

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)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/go-mgmt-sdk-release-guideline.md)
- [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/storage/armstorage` from 1.7.0 to 1.8.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/go-mgmt-sdk-release-guideline.md)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.7.0...sdk/azcore/v1.8.0)

Updates `github.com/go-faker/faker/v4` from 4.6.0 to 4.6.1
- [Release notes](https://github.com/go-faker/faker/releases)
- [Commits](go-faker/faker@v4.6.0...v4.6.1)

Updates `github.com/onsi/ginkgo/v2` from 2.23.3 to 2.23.4
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.23.3...v2.23.4)

Updates `github.com/onsi/gomega` from 1.36.3 to 1.37.0
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.36.3...v1.37.0)

Updates `go.opentelemetry.io/otel` from 1.35.0 to 1.36.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.35.0...v1.36.0)

Updates `go.opentelemetry.io/otel/metric` from 1.35.0 to 1.36.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.35.0...v1.36.0)

Updates `golang.org/x/crypto` from 0.36.0 to 0.38.0
- [Commits](golang/crypto@v0.36.0...v0.38.0)

Updates `golang.org/x/net` from 0.38.0 to 0.40.0
- [Commits](golang/net@v0.38.0...v0.40.0)

Updates `golang.org/x/sync` from 0.12.0 to 0.14.0
- [Commits](golang/sync@v0.12.0...v0.14.0)

Updates `k8s.io/klog/v2` from 2.80.1 to 2.130.1
- [Release notes](https://github.com/kubernetes/klog/releases)
- [Changelog](https://github.com/kubernetes/klog/blob/main/RELEASE.md)
- [Commits](kubernetes/klog@v2.80.1...v2.130.1)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6
  dependency-version: 6.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6
  dependency-version: 6.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- 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: all
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/go-faker/faker/v4
  dependency-version: 4.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-version: 2.23.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/onsi/gomega
  dependency-version: 1.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: go.opentelemetry.io/otel
  dependency-version: 1.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: go.opentelemetry.io/otel/metric
  dependency-version: 1.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: golang.org/x/crypto
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: golang.org/x/net
  dependency-version: 0.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: golang.org/x/sync
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: k8s.io/klog/v2
  dependency-version: 2.130.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/pkg/azclient/all-c65dd03255 branch from 0f0ca50 to 2804be6 Compare June 4, 2025 17:20
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 5, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jun 5, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/pkg/azclient/all-c65dd03255 branch June 5, 2025 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/dependency Issues or PRs related to dependency changes cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/testing ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note-none Denotes a PR that doesn't merit a release note. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. tide/merge-method-squash Denotes a PR that should be squashed by tide when it merges.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant