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
+17-7Lines changed: 17 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,13 +17,12 @@ This article provides the release notes for Azure Container Storage. It's import
17
17
The following Azure Container Storage versions are supported:
18
18
19
19
| Milestone | Status |
20
-
|----|----------------|
20
+
|-----------|--------|
21
21
|2.0.0 - Major Release | Supported |
22
+
|1.4.0 - Minor Release | Supported |
22
23
|1.3.2 - Patch Release | Supported |
23
24
|1.3.1 - Patch Release | Supported |
24
25
|1.3.0 - Minor Release | Supported |
25
-
|1.2.1 - Patch Release | Supported |
26
-
|1.2.0 - Minor Release | Supported |
27
26
28
27
## Unsupported versions
29
28
@@ -52,6 +51,16 @@ A **major release** introduces significant changes, often including new features
52
51
53
52
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.
54
53
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
+
55
64
## Version 1.3.2
56
65
57
66
### Improvements and issues that are fixed
@@ -66,7 +75,7 @@ There are significant breaking changes in version 2.0.0. Users looking to migrat
66
75
### Improvements and issues that are fixed
67
76
68
77
-**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.
70
79
-**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.
71
80
72
81
## Version 1.3.0
@@ -123,12 +132,13 @@ Azure Container Storage follows a transparent and predictable support lifecycle,
123
132
-**Patch releases**: Have the same end of life as the subsequent major/minor release.
124
133
125
134
| Release version | Release Date | End of Life | Supported Kubernetes Versions |
0 commit comments