|
1 | 1 | # Release History
|
2 | 2 |
|
| 3 | +## 7.0.0-beta.3 (2025-05-29) |
| 4 | +### Breaking Changes |
| 5 | + |
| 6 | +- Type of `AdvancedNetworkingSecurity.TransitEncryption` has been changed from `*TransitEncryption` to `*AdvancedNetworkingSecurityTransitEncryption` |
| 7 | +- Type of `ManagedClusterAgentPoolProfile.GpuProfile` has been changed from `*AgentPoolGPUProfile` to `*GPUProfile` |
| 8 | +- Type of `ManagedClusterAgentPoolProfileProperties.GpuProfile` has been changed from `*AgentPoolGPUProfile` to `*GPUProfile` |
| 9 | +- Enum `TransitEncryption` has been removed |
| 10 | +- Function `*ClientFactory.NewNamespacesClient` has been removed |
| 11 | +- Function `NewNamespacesClient` has been removed |
| 12 | +- Function `*NamespacesClient.BeginCreateOrUpdate` has been removed |
| 13 | +- Function `*NamespacesClient.BeginDelete` has been removed |
| 14 | +- Function `*NamespacesClient.Get` has been removed |
| 15 | +- Function `*NamespacesClient.NewListByManagedClusterPager` has been removed |
| 16 | +- Function `*NamespacesClient.ListCredential` has been removed |
| 17 | +- Function `*NamespacesClient.Update` has been removed |
| 18 | +- Struct `AgentPoolGPUProfile` has been removed |
| 19 | +- Struct `Namespace` has been removed |
| 20 | +- Struct `NamespaceListResult` has been removed |
| 21 | +- Field `EnablePodSecurityPolicy` of struct `ManagedClusterProperties` has been removed |
| 22 | + |
| 23 | +### Features Added |
| 24 | + |
| 25 | +- New value `OSSKUUbuntu2204`, `OSSKUUbuntu2404` added to enum type `OSSKU` |
| 26 | +- New enum type `GPUDriver` with values `GPUDriverInstall`, `GPUDriverNone` |
| 27 | +- New enum type `LocalDNSForwardDestination` with values `LocalDNSForwardDestinationClusterCoreDNS`, `LocalDNSForwardDestinationVnetDNS` |
| 28 | +- New enum type `LocalDNSForwardPolicy` with values `LocalDNSForwardPolicyRandom`, `LocalDNSForwardPolicyRoundRobin`, `LocalDNSForwardPolicySequential` |
| 29 | +- New enum type `LocalDNSMode` with values `LocalDNSModeDisabled`, `LocalDNSModePreferred`, `LocalDNSModeRequired` |
| 30 | +- New enum type `LocalDNSProtocol` with values `LocalDNSProtocolForceTCP`, `LocalDNSProtocolPreferUDP` |
| 31 | +- New enum type `LocalDNSQueryLogging` with values `LocalDNSQueryLoggingError`, `LocalDNSQueryLoggingLog` |
| 32 | +- New enum type `LocalDNSServeStale` with values `LocalDNSServeStaleDisable`, `LocalDNSServeStaleImmediate`, `LocalDNSServeStaleVerify` |
| 33 | +- New enum type `LocalDNSState` with values `LocalDNSStateDisabled`, `LocalDNSStateEnabled` |
| 34 | +- New enum type `NodeProvisioningDefaultNodePools` with values `NodeProvisioningDefaultNodePoolsAuto`, `NodeProvisioningDefaultNodePoolsNone` |
| 35 | +- New enum type `SchedulerConfigMode` with values `SchedulerConfigModeDefault`, `SchedulerConfigModeManagedByCRD` |
| 36 | +- New enum type `TransitEncryptionType` with values `TransitEncryptionTypeNone`, `TransitEncryptionTypeWireGuard` |
| 37 | +- New function `*ClientFactory.NewManagedNamespacesClient() *ManagedNamespacesClient` |
| 38 | +- New function `NewManagedNamespacesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ManagedNamespacesClient, error)` |
| 39 | +- New function `*ManagedNamespacesClient.BeginCreateOrUpdate(context.Context, string, string, string, ManagedNamespace, *ManagedNamespacesClientBeginCreateOrUpdateOptions) (*runtime.Poller[ManagedNamespacesClientCreateOrUpdateResponse], error)` |
| 40 | +- New function `*ManagedNamespacesClient.BeginDelete(context.Context, string, string, string, *ManagedNamespacesClientBeginDeleteOptions) (*runtime.Poller[ManagedNamespacesClientDeleteResponse], error)` |
| 41 | +- New function `*ManagedNamespacesClient.Get(context.Context, string, string, string, *ManagedNamespacesClientGetOptions) (ManagedNamespacesClientGetResponse, error)` |
| 42 | +- New function `*ManagedNamespacesClient.NewListByManagedClusterPager(string, string, *ManagedNamespacesClientListByManagedClusterOptions) *runtime.Pager[ManagedNamespacesClientListByManagedClusterResponse]` |
| 43 | +- New function `*ManagedNamespacesClient.ListCredential(context.Context, string, string, string, *ManagedNamespacesClientListCredentialOptions) (ManagedNamespacesClientListCredentialResponse, error)` |
| 44 | +- New function `*ManagedNamespacesClient.Update(context.Context, string, string, string, TagsObject, *ManagedNamespacesClientUpdateOptions) (ManagedNamespacesClientUpdateResponse, error)` |
| 45 | +- New struct `AdvancedNetworkingSecurityTransitEncryption` |
| 46 | +- New struct `GPUProfile` |
| 47 | +- New struct `LocalDNSOverrides` |
| 48 | +- New struct `LocalDNSProfile` |
| 49 | +- New struct `ManagedNamespace` |
| 50 | +- New struct `ManagedNamespaceListResult` |
| 51 | +- New struct `SchedulerInstanceProfile` |
| 52 | +- New struct `SchedulerProfile` |
| 53 | +- New struct `SchedulerProfileSchedulerInstanceProfiles` |
| 54 | +- New field `LocalDNSProfile` in struct `ManagedClusterAgentPoolProfile` |
| 55 | +- New field `LocalDNSProfile` in struct `ManagedClusterAgentPoolProfileProperties` |
| 56 | +- New field `Enabled` in struct `ManagedClusterHTTPProxyConfig` |
| 57 | +- New field `DefaultNodePools` in struct `ManagedClusterNodeProvisioningProfile` |
| 58 | +- New field `SchedulerProfile` in struct `ManagedClusterProperties` |
| 59 | + |
| 60 | + |
3 | 61 | ## 7.0.0-beta.2 (2025-04-24)
|
4 | 62 | ### Breaking Changes
|
5 | 63 |
|
|
0 commit comments