Skip to content

Commit 6f1b028

Browse files
Merge pull request #294379 from denisacatalinastan/patch-17
Update container-storage-release-notes.md
2 parents d180182 + f8ca515 commit 6f1b028

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

articles/storage/container-storage/container-storage-release-notes.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ ms.author: dstan
99
---
1010
# Release notes for Azure Container Storage
1111

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

1414
## Supported versions
1515

1616
The following Azure Container Storage versions are supported:
1717

1818
| Milestone | Status |
1919
|----|----------------|
20+
|1.2.1- Patch Release | Supported |
2021
|1.2.0- Minor Release | Supported |
2122
|1.1.2- Patch Release | Supported |
2223
|1.1.1- Patch Release | Supported |
@@ -30,6 +31,13 @@ The following Azure Container Storage versions are no longer supported: 1.0.6-pr
3031

3132
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.
3233

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+
3341
## Version 1.2.0
3442

3543
### Improvements and issues that are fixed
@@ -49,7 +57,7 @@ A **major release** introduces significant changes, often including new features
4957

5058
### Improvements and issues that are fixed
5159

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.
5361
- 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.
5462

5563
## Version 1.1.0
@@ -71,6 +79,7 @@ Azure Container Storage follows a transparent and predictable support lifecycle
7179

7280
| Release version | Release Date | End of Life | Supported Kubernetes Versions |
7381
|----|----------------| ------------| -------- |
82+
|1.2.1- Patch Release| 02/10/2025| 11/10/2025| 1.30, 1.29, 1.28|
7483
|1.2.0- Minor Release | 11/11/2024 | 11/10/2025 | 1.30, 1.29, 1.28 |
7584
|1.1.2- Patch Release | 10/16/2024 | 07/29/2025 | 1.29, 1.28, 1.27 |
7685
|1.1.1- Patch Release | 09/20/2024 | 07/29/2025 | 1.29, 1.28, 1.27 |
@@ -89,7 +98,7 @@ Before upgrading the Kubernetes version in your AKS cluster, we recommend checki
8998

9099
To maintain compatibility and avoid unvalidated combinations of Azure Container Storage and AKS:
91100

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

94103
- 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).
95104

0 commit comments

Comments
 (0)