Skip to content

Commit 3c86f6f

Browse files
Merge pull request #309583 from fhryo-msft/patch-57
Update release notes for version 1.4.0
2 parents 7cbfe5f + cd3f8f6 commit 3c86f6f

1 file changed

Lines changed: 17 additions & 7 deletions

File tree

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

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@ This article provides the release notes for Azure Container Storage. It's import
1717
The following Azure Container Storage versions are supported:
1818

1919
| Milestone | Status |
20-
|----|----------------|
20+
|-----------|--------|
2121
|2.0.0 - Major Release | Supported |
22+
|1.4.0 - Minor Release | Supported |
2223
|1.3.2 - Patch Release | Supported |
2324
|1.3.1 - Patch Release | Supported |
2425
|1.3.0 - Minor Release | Supported |
25-
|1.2.1 - Patch Release | Supported |
26-
|1.2.0 - Minor Release | Supported |
2726

2827
## Unsupported versions
2928

@@ -52,6 +51,16 @@ A **major release** introduces significant changes, often including new features
5251

5352
There are significant breaking changes in version 2.0.0. Users looking to migrate from version 1.x.x to version 2.0.0 should completely [remove prior versions](remove-container-storage-version-1.md) of Azure Container Storage and review the new setup guides to get started.
5453

54+
## Version 1.4.0
55+
56+
### Improvements and issues that are fixed
57+
58+
- Resolved security vulnerabilities through component updates.
59+
- Introduced pre-upgrade and post-upgrade hooks for the Azure SAN CSI driver to better manage the CSI driver and volume attachments, ensuring seamless upgrades and preventing resource leaks.
60+
- Fixed an issue with the etcd watcher that could cause disk pools to remain in the "Creating" status after an upgrade.
61+
- Renamed mutating and validating webhooks to more specific names to avoid potential naming conflicts.
62+
- Extended end-of-life support for the v1.x release series.
63+
5564
## Version 1.3.2
5665

5766
### Improvements and issues that are fixed
@@ -66,7 +75,7 @@ There are significant breaking changes in version 2.0.0. Users looking to migrat
6675
### Improvements and issues that are fixed
6776

6877
- **Bug fixes and recovery improvements**: We made important updates to make etcd recovery stable and reliable. Now, the process includes enhanced retries making cluster restoration smoother and easier to manage. We fixed bugs in Azure Disks and Azure Elastic SAN storage pool creation and addressed upgrade failures caused by Kubernetes job name length limits. To improve reliability, this release fixes a failure during Azure Container Storage extension installation with Azure Elastic SAN. The issue was caused by a missing etcd certificate. Now, etcd components are only deployed when needed.
69-
- **Expanded platform compatibility and scheduling fixes**: To improve scheduling accuracy, this release ensures Azure Container Storage pods are no longer placed on Windows nodes in mixed OS clusters. We fixed this by enforcing node affinity rules. Additionally, we added support for Elastic SAN on Azure Linux 3.0 nodes.
78+
- **Expanded platform compatibility and scheduling fixes**: To improve scheduling accuracy, this release ensures Azure Container Storage pods are no longer placed on Windows nodes in mixed OS clusters. We fixed this issue by enforcing node affinity rules. Additionally, we added support for Elastic SAN on Azure Linux 3.0 nodes.
7079
- **Safeguards to prevent storage pool deletion**: Measures are implemented to prevent the deletion of storage pools with existing persistent volumes when created through custom storage classes.
7180

7281
## Version 1.3.0
@@ -123,12 +132,13 @@ Azure Container Storage follows a transparent and predictable support lifecycle,
123132
- **Patch releases**: Have the same end of life as the subsequent major/minor release.
124133

125134
| Release version | Release Date | End of Life | Supported Kubernetes Versions |
126-
|----|----------------| ------------| -------- |
135+
|-----------------|---------------|-------------|-------------------------------|
136+
|1.4.0 - Minor Release | 12/16/2025 | 12/15/2026 | 1.32, 1.31, 1.30 |
127137
|2.0.0 - Major Release | 09/10/2025 | 09/09/2026 | 1.33, 1.32, 1.31 |
128-
|1.3.2 - Patch Release | 9/15/2025 | 04/27/2026 | 1.32, 1.31, 1.30 |
138+
|1.3.2 - Patch Release | 09/15/2025 | 04/27/2026 | 1.32, 1.31, 1.30 |
129139
|1.3.1 - Patch Release | 07/02/2025 | 04/27/2026 | 1.32, 1.31, 1.30 |
130140
|1.3.0 - Minor Release | 04/28/2025 | 04/27/2026 | 1.32, 1.31, 1.30 |
131-
|1.2.1 - Patch Release| 02/10/2025 | 11/10/2025| 1.30, 1.29, 1.28|
141+
|1.2.1 - Patch Release | 02/10/2025 | 11/10/2025 | 1.30, 1.29, 1.28 |
132142
|1.2.0 - Minor Release | 11/11/2024 | 11/10/2025 | 1.30, 1.29, 1.28 |
133143
|1.1.2 - Patch Release | 10/16/2024 | 07/29/2025 | 1.29, 1.28, 1.27 |
134144
|1.1.1 - Patch Release | 09/20/2024 | 07/29/2025 | 1.29, 1.28, 1.27 |

0 commit comments

Comments
 (0)