Azure / secrets-store-csi-driver-provider-azure

Azure Key Vault provider for Secret Store CSI driver allows you to get secret contents stored in Azure Key Vault instance and use the Secret Store CSI driver interface to mount them into Kubernetes pods.
https://azure.github.io/secrets-store-csi-driver-provider-azure/
MIT License
432 stars 191 forks source link

chore: bump github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azcertificates from 0.10.0 to 1.1.0 #1558

Open dependabot[bot] opened 2 months ago

dependabot[bot] commented 2 months ago

Bumps github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azcertificates from 0.10.0 to 1.1.0.

Release notes

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

sdk/resourcemanager/chaos/armchaos/v1.1.0

1.1.0 (2024-03-22)

Features Added

  • New field Tags in struct ExperimentUpdate

sdk/messaging/azeventhubs/v1.1.0

1.1.0 (2024-04-02)

Features Added

  • Add in ability to handle emulator connection strings. (PR#22663)

Bugs Fixed

  • Fixed a race condition between Processor.Run() and Processor.NextPartitionClient() where cancelling Run() quickly could lead to NextPartitionClient hanging indefinitely. (PR#22541)

sdk/resourcemanager/quota/armquota/v1.1.0-beta.1

1.1.0-beta.1 (2024-04-26)

Features Added

  • New enum type CreatedByType with values CreatedByTypeApplication, CreatedByTypeKey, CreatedByTypeManagedIdentity, CreatedByTypeUser
  • New enum type EnforcementState with values EnforcementStateDisabled, EnforcementStateEnabled, EnforcementStateNotAvailable
  • New enum type EnvironmentType with values EnvironmentTypeNonProduction, EnvironmentTypeProduction
  • New enum type GroupingIDType with values GroupingIDTypeBillingID, GroupingIDTypeServiceTreeID
  • New enum type RequestState with values RequestStateAccepted, RequestStateCanceled, RequestStateCreated, RequestStateFailed, RequestStateInProgress, RequestStateInvalid, RequestStateSucceeded
  • New function *ClientFactory.NewGroupQuotaLimitsClient() *GroupQuotaLimitsClient
  • New function *ClientFactory.NewGroupQuotaLimitsRequestClient() *GroupQuotaLimitsRequestClient
  • New function *ClientFactory.NewGroupQuotaLocationSettingsClient() *GroupQuotaLocationSettingsClient
  • New function *ClientFactory.NewGroupQuotaSubscriptionAllocationClient() *GroupQuotaSubscriptionAllocationClient
  • New function *ClientFactory.NewGroupQuotaSubscriptionAllocationRequestClient() *GroupQuotaSubscriptionAllocationRequestClient
  • New function *ClientFactory.NewGroupQuotaSubscriptionRequestsClient() *GroupQuotaSubscriptionRequestsClient
  • New function *ClientFactory.NewGroupQuotaSubscriptionsClient() *GroupQuotaSubscriptionsClient
  • New function *ClientFactory.NewGroupQuotaUsagesClient() *GroupQuotaUsagesClient
  • New function *ClientFactory.NewGroupQuotasClient() *GroupQuotasClient
  • New function NewGroupQuotaLimitsClient(azcore.TokenCredential, *arm.ClientOptions) (*GroupQuotaLimitsClient, error)
  • New function *GroupQuotaLimitsClient.Get(context.Context, string, string, string, string, string, *GroupQuotaLimitsClientGetOptions) (GroupQuotaLimitsClientGetResponse, error)
  • New function *GroupQuotaLimitsClient.NewListPager(string, string, string, string, *GroupQuotaLimitsClientListOptions) *runtime.Pager[GroupQuotaLimitsClientListResponse]
  • New function NewGroupQuotaLimitsRequestClient(azcore.TokenCredential, *arm.ClientOptions) (*GroupQuotaLimitsRequestClient, error)
  • New function *GroupQuotaLimitsRequestClient.BeginCreateOrUpdate(context.Context, string, string, string, string, *GroupQuotaLimitsRequestClientBeginCreateOrUpdateOptions) (*runtime.Poller[GroupQuotaLimitsRequestClientCreateOrUpdateResponse], error)
  • New function *GroupQuotaLimitsRequestClient.Get(context.Context, string, string, string, *GroupQuotaLimitsRequestClientGetOptions) (GroupQuotaLimitsRequestClientGetResponse, error)
  • New function *GroupQuotaLimitsRequestClient.NewListPager(string, string, string, string, *GroupQuotaLimitsRequestClientListOptions) *runtime.Pager[GroupQuotaLimitsRequestClientListResponse]
  • New function *GroupQuotaLimitsRequestClient.BeginUpdate(context.Context, string, string, string, string, *GroupQuotaLimitsRequestClientBeginUpdateOptions) (*runtime.Poller[GroupQuotaLimitsRequestClientUpdateResponse], error)
  • New function NewGroupQuotaLocationSettingsClient(azcore.TokenCredential, *arm.ClientOptions) (*GroupQuotaLocationSettingsClient, error)
  • New function *GroupQuotaLocationSettingsClient.BeginCreateOrUpdate(context.Context, string, string, string, string, *GroupQuotaLocationSettingsClientBeginCreateOrUpdateOptions) (*runtime.Poller[GroupQuotaLocationSettingsClientCreateOrUpdateResponse], error)
  • New function *GroupQuotaLocationSettingsClient.Get(context.Context, string, string, string, string, *GroupQuotaLocationSettingsClientGetOptions) (GroupQuotaLocationSettingsClientGetResponse, error)
  • New function *GroupQuotaLocationSettingsClient.NewListPager(string, string, string, *GroupQuotaLocationSettingsClientListOptions) *runtime.Pager[GroupQuotaLocationSettingsClientListResponse]
  • New function *GroupQuotaLocationSettingsClient.BeginUpdate(context.Context, string, string, string, string, *GroupQuotaLocationSettingsClientBeginUpdateOptions) (*runtime.Poller[GroupQuotaLocationSettingsClientUpdateResponse], error)
  • New function NewGroupQuotaSubscriptionAllocationClient(string, azcore.TokenCredential, *arm.ClientOptions) (*GroupQuotaSubscriptionAllocationClient, error)
  • New function *GroupQuotaSubscriptionAllocationClient.Get(context.Context, string, string, string, string, *GroupQuotaSubscriptionAllocationClientGetOptions) (GroupQuotaSubscriptionAllocationClientGetResponse, error)

... (truncated)

Commits
  • 8a1a75e Merge remote-tracking branch 'origin/dev'
  • c25453f Refactored and fixed few bugs
  • 7daeb26 Merge pull request #1 from bfirsh/gofmt
  • 1aa8e81 Tidy up with gofmt
  • 9907835 Update README.md
  • b2a95a7 Add License.
  • 1988e0c Aded DeleteDisk method
  • 72aed89 Added CheckHostedServiceNameAvailability method, fixed minor bugs
  • 84da83b Update README.md
  • 2edf9b0 Added parameters validation
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.