Skip to content

Commit 3c6bf86

Browse files
Merge pull request #283582 from sreekzz/patch-70
Updated hdinsight-aks-release-notes-archive.md
2 parents ee6efe6 + 944ef09 commit 3c6bf86

File tree

1 file changed

+69
-1
lines changed

1 file changed

+69
-1
lines changed

articles/hdinsight-aks/release-notes/hdinsight-aks-release-notes-archive.md

Lines changed: 69 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,81 @@ title: Archived release notes for Azure HDInsight on AKS
33
description: Archived release notes for Azure HDInsight on AKS. Get development tips and details for Trino, Flink, and Spark.
44
ms.service: hdinsight-aks
55
ms.topic: conceptual
6-
ms.date: 03/21/2024
6+
ms.date: 08/05/2024
77
---
88

99
# Azure HDInsight on AKS archived release notes
1010

1111
Azure HDInsight on AKS is one of the most popular services among enterprise customers for open-source analytics on Azure. If you would like to subscribe on release notes, watch releases on this [GitHub repository](https://github.com/Azure/HDInsight-on-aks/releases).
1212

13+
### Release date: March 20, 2024
14+
15+
**This release applies to the following**
16+
17+
- Cluster Pool Version: 1.1
18+
- Cluster Version: 1.1.1
19+
- AKS version: 1.27
20+
21+
22+
### New Features
23+
24+
**Apache Flink Application Mode Cluster**
25+
26+
Application mode clusters are designed to support dedicated resources for large and long-running jobs. When you have resource-intensive or extensive data processing tasks, you can use the [Application Mode Cluster](https://flink.apache.org/2020/07/14/application-deployment-in-flink-current-state-and-the-new-application-mode/#application-mode). This mode allows you to allocate dedicated resources for specific Apache Flink applications, ensuring that they have the necessary computing power and memory to handle large workloads effectively.
27+
28+
For more information, see [Apache Flink Application Mode cluster on HDInsight on AKS](../flink/application-mode-cluster-on-hdinsight-on-aks.md).
29+
30+
**Private Clusters for HDInsight on AKS**
31+
32+
With private clusters, and outbound cluster settings you can now control ingress and egress traffic from HDInsight on AKS cluster pools and clusters.
33+
34+
- Use Azure Firewall or Network Security Groups (NSGs) to control the egress traffic, when you opt to use outbound cluster pool with load balancer.
35+
- Use Outbound cluster pool with User defined routing to control egress traffic at the subnet level.
36+
- Use Private AKS cluster feature - To ensure AKS control plane, or API server has internal IP addresses. The network traffic between AKS Control plane / API server and HDInsight on AKS node pools (clusters) remains on the private network only.
37+
- Avoid creating public IPs for the cluster. Use private ingress feature on your clusters.
38+
39+
For more information, see [Control network traffic from HDInsight on AKS Cluster pools and cluster](../control-egress-traffic-from-hdinsight-on-aks-clusters.md).
40+
41+
**In place Upgrade**
42+
43+
Upgrade your clusters and cluster pools with the latest software updates. This means that you can enjoy the latest cluster package hotfixes, security updates, and AKS patches, without recreating clusters. For more information, see [Upgrade your HDInsight on AKS clusters and cluster pools](../in-place-upgrade.md).
44+
45+
> [!IMPORTANT]
46+
> To take benefit of all these **latest features**, you are required to create a new cluster pool with 1.1 and cluster version 1.1.1.
47+
48+
### Known issues
49+
50+
- **Workload identity limitation:**
51+
- There's a known [limitation](/azure/aks/workload-identity-overview#limitations) when transitioning to workload identity. This limitation is due to the permission-sensitive nature of FIC operations. Users can't perform deletion of a cluster by deleting the resource group. Cluster deletion requests must be triggered by the application/user/principal with FIC/delete permissions. In case, the FIC deletion fails, the high-level cluster deletion also fails.
52+
- **User Assigned Managed Identities (UAMI)** support – There's a limit of 20 FICs per UAMI. You can only create 20 Federated Credentials on an identity. In HDInsight on AKS cluster, FIC (Federated Identity Credential) and SA have one-to-one mapping and only 20 SAs can be created against an MSI. If you want to create more clusters, then you are required to provide different MSIs to overcome the limitation.
53+
- Creation of federated identity credentials is currently not supported on user-assigned managed identities created in [these regions](/entra/workload-id/workload-identity-federation-considerations#unsupported-regions-user-assigned-managed-identities)
54+
55+
56+
### Operating System version
57+
58+
- Mariner OS 2.0
59+
60+
**Workload versions**
61+
62+
|Workload|Version|
63+
| -------- | -------- |
64+
|Trino | 426 |
65+
|Flink | 1.17.0 |
66+
|Apache Spark | 3.3.1 |
67+
68+
**Supported Java and Scala versions**
69+
70+
|Workload |Java|Scala|
71+
| ----------- | -------- | -------- |
72+
|Trino |Open JDK 17.0.7  ||
73+
|Flink |Open JDK 11.0.21 |2.12.7 |
74+
|Spark |Open JDK 1.8.0_345  |2.12.15 |
75+
76+
The preview is available in the following [regions](../overview.md#region-availability-public-preview).
77+
78+
If you have any more questions, contact [Azure Support](https://ms.portal.azure.com/#view/Microsoft_Azure_Support/HelpAndSupportBlade/~/overview) or refer to the [Support options](../hdinsight-aks-support-help.md) page. If you have product specific feedback, write us on [aka.ms/askhdinsight](https://forms.office.com/pages/responsepage.aspx?id=v4j5cvGGr0GRqy180BHbR6HHTBN7UDpEhLm8BJmDhGJURDhLWEhBVE5QN0FQRUpHWDg4ODlZSDA4RCQlQCN0PWcu).
79+
80+
1381
### Release date: February 05, 2024
1482

1583
**This release applies to the following**

0 commit comments

Comments
 (0)