You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/container-storage/container-storage-release-notes.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,14 +9,15 @@ ms.author: dstan
9
9
---
10
10
# Release notes for Azure Container Storage
11
11
12
-
This article provides the release notes for Azure Container Storage. It's important to note that minor releases introduce new functionalities in a backward-compatible manner (for example, 1.2.0 Minor Release). Patch releases focus on bug fixes, security updates, and smaller improvements (for example, 1.1.2).
12
+
This article provides the release notes for Azure Container Storage. It's important to note that minor releases introduce new functionalities in a backward-compatible manner (for example, 1.2.0 Minor Release). Patch releases focus on bug fixes, security updates, and smaller improvements (for example, 1.2.1).
13
13
14
14
## Supported versions
15
15
16
16
The following Azure Container Storage versions are supported:
17
17
18
18
| Milestone | Status |
19
19
|----|----------------|
20
+
|1.2.1- Patch Release | Supported |
20
21
|1.2.0- Minor Release | Supported |
21
22
|1.1.2- Patch Release | Supported |
22
23
|1.1.1- Patch Release | Supported |
@@ -30,6 +31,13 @@ The following Azure Container Storage versions are no longer supported: 1.0.6-pr
30
31
31
32
A **major release** introduces significant changes, often including new features, architectural updates, or breaking changes; for example, moving from version 1.1.0 to 2.0.0. A **minor release** adds enhancements or new functionality that are backward-compatible, such as moving from version 1.1.0 to 1.2.0. Lastly, a **patch release** focuses on resolving critical bugs, security issues, or minor optimizations while maintaining backward compatibility, such as moving from version 1.1.1 to 1.1.2, and is intended to ensure stability and reliability without introducing new features.
32
33
34
+
## Version 1.2.1
35
+
36
+
### Improvements and issues that are fixed
37
+
38
+
-**Bug fixes and performance improvements**: The version improved security and resilience by addressing vulnerabilities, updating Azure Linux base images, and reinforcing container security. These updates enhance threat mitigation and compliance.
39
+
-**Ephemeral disk performance enhancements**: You can now deploy Azure Container Storage on nodes with custom taints, including GPU nodes where [AKS documentation](/azure/aks/gpu-cluster?tabs=add-ubuntu-gpu-node-pool) recommends taints. This feature is supported for **ephemeral storage pools only**, providing flexibility in workload placement.
40
+
33
41
## Version 1.2.0
34
42
35
43
### Improvements and issues that are fixed
@@ -49,7 +57,7 @@ A **major release** introduces significant changes, often including new features
49
57
50
58
### Improvements and issues that are fixed
51
59
52
-
- This minor release addresses specific issues that some customers experienced during the creation of Azure Elastic SAN storage pools. It resolves exceptions that were causing disruptions in the setup process, ensuring smoother and more reliable storage pool creation.
60
+
- This patch release addresses specific issues that some customers experienced during the creation of Azure Elastic SAN storage pools. It resolves exceptions that were causing disruptions in the setup process, enabling smoother and more reliable storage pool creation.
53
61
- We've also made improvements to cluster restart scenarios. Previously, some corner-case situations caused cluster restarts to fail. This update ensures that cluster restarts are more reliable and resilient.
54
62
55
63
## Version 1.1.0
@@ -71,6 +79,7 @@ Azure Container Storage follows a transparent and predictable support lifecycle
71
79
72
80
| Release version | Release Date | End of Life | Supported Kubernetes Versions |
@@ -89,7 +98,7 @@ Before upgrading the Kubernetes version in your AKS cluster, we recommend checki
89
98
90
99
To maintain compatibility and avoid unvalidated combinations of Azure Container Storage and AKS:
91
100
92
-
- All patch releases within a minor version (for example, 1.1.x) will support the same Kubernetes versions as the initial minor release (for example, 1.1.0).
101
+
- All patch releases within a minor version (for example, 1.1.x) will support the same Kubernetes versions as the initial minor release (for example, 1.2.1).
93
102
94
103
- New minor releases (for example, 1.2.0 and subsequent 1.2.x) will support a sliding window of Kubernetes versions, advancing to the next version with each new minor release (for example, 1.2.0 supports 1.28, 1.29, and 1.30).
0 commit comments