Skip to content
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

chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v2 from 2.2.0 to 2.3.0 in /kubetest2-aks #52

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 15, 2023

Bumps github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v2 from 2.2.0 to 2.3.0.

Release notes

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

sdk/resourcemanager/containerservice/armcontainerservice/v2.3.0

2.3.0 (2023-01-27)

Features Added

  • New value ManagedClusterPodIdentityProvisioningStateCanceled, ManagedClusterPodIdentityProvisioningStateSucceeded added to type alias ManagedClusterPodIdentityProvisioningState
  • New value PrivateEndpointConnectionProvisioningStateCanceled added to type alias PrivateEndpointConnectionProvisioningState
  • New struct ManagedClusterWorkloadAutoScalerProfile
  • New struct ManagedClusterWorkloadAutoScalerProfileKeda
  • New field WorkloadAutoScalerProfile in struct ManagedClusterProperties
  • New field Location in struct ManagedClustersClientGetCommandResultResponse

sdk/resourcemanager/containerservice/armcontainerservice/v2.3.0-beta.2

2.3.0-beta.2 (2022-12-23)

Breaking Changes

  • Operation *AgentPoolsClient.AbortLatestOperation has been changed to LRO, use *AgentPoolsClient.BeginAbortLatestOperation instead.
  • Operation *ManagedClustersClient.AbortLatestOperation has been changed to LRO, use *ManagedClustersClient.BeginAbortLatestOperation instead.

Features Added

  • New value ManagedClusterPodIdentityProvisioningStateCanceled, ManagedClusterPodIdentityProvisioningStateSucceeded added to type alias ManagedClusterPodIdentityProvisioningState
  • New value PrivateEndpointConnectionProvisioningStateCanceled added to type alias PrivateEndpointConnectionProvisioningState
  • New value TrustedAccessRoleBindingProvisioningStateCanceled added to type alias TrustedAccessRoleBindingProvisioningState
  • New type alias NodeOSUpgradeChannel with values NodeOSUpgradeChannelNodeImage, NodeOSUpgradeChannelNone, NodeOSUpgradeChannelSecurityPatch, NodeOSUpgradeChannelUnmanaged
  • New type alias Type with values TypeFirst, TypeFourth, TypeLast, TypeSecond, TypeThird
  • New struct AbsoluteMonthlySchedule
  • New struct DailySchedule
  • New struct DateSpan
  • New struct MaintenanceWindow
  • New struct RelativeMonthlySchedule
  • New struct Schedule
  • New struct WeeklySchedule
  • New field MaintenanceWindow in struct MaintenanceConfigurationProperties
  • New field NodeOSUpgradeChannel in struct ManagedClusterAutoUpgradeProfile
  • New field Location in struct ManagedClustersClientGetCommandResultResponse

sdk/resourcemanager/containerservice/armcontainerservice/v2.3.0-beta.1

2.3.0-beta.1 (2022-11-24)

Features Added

  • New const OSSKUMariner
  • New const PublicNetworkAccessSecuredByPerimeter
  • New const SnapshotTypeManagedCluster
  • New type alias BackendPoolType
  • New type alias ControlledValues
  • New type alias EbpfDataplane
  • New type alias FleetMemberProvisioningState
  • New type alias FleetProvisioningState
  • New type alias IpvsScheduler
  • New type alias Level

... (truncated)

Commits
  • 7e8c510 [Release] sdk/resourcemanager/containerservice/armcontainerservice/2.3.0 (#19...
  • 9fdf498 [azappconfig] Handle setting content type in AddSetting and SetSetting (#1979...
  • 13cdb91 Fix Github to GitHub (#19802)
  • 6b7ccdc Monitor Query UX Study Feedback (#19771)
  • 7ead9e8 Append blob Unit Tests (#19795)
  • 673bb19 Added some additional doc comments to streaming.NopCloser (#19801)
  • 4474d1e [azeventhubs] Adding in prefetch value for the Processor, updating stress tes...
  • a975191 [Release] sdk/resourcemanager/servicenetworking/armservicenetworking/0.1.0 ge...
  • 5b2b72a Increment version for messaging/azservicebus releases (#19784)
  • 20d1488 Increment version for azidentity releases (#19783)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 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)

…er/containerservice/armcontainerservice/v2

Bumps [github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v2](https://github.com/Azure/azure-sdk-for-go) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
- [Commits](Azure/azure-sdk-for-go@sdk/resourcemanager/containerservice/armcontainerservice/v2.2.0...sdk/resourcemanager/containerservice/armcontainerservice/v2.3.0)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 15, 2023

The following labels could not be found: area/dependency, release-note-none, ok-to-test, kind/testing, lgtm, approved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants