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
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ The following Azure Container Storage versions are supported:
18
18
19
19
| Milestone | Status |
20
20
|----|----------------|
21
+
|1.3.1- Patch Release | Supported |
21
22
|1.3.0- Minor Release | Supported |
22
23
|1.2.1- Patch Release | Supported |
23
24
|1.2.0- Minor Release | Supported |
@@ -33,11 +34,19 @@ The following Azure Container Storage versions are no longer supported: 1.0.6-pr
33
34
34
35
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.2.0 to 1.3.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.
35
36
37
+
## Version 1.3.1
38
+
39
+
### Improvements and issues that are fixed
40
+
41
+
-**Bug fixes and recovery improvements**: We’ve 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 have also fixed bugs in Azure Disks and Azure Elastic SAN storage pool creation and addressed upgrade failures caused by Kubernetes job name length limits. This release also addresses an issue where Azure Container Storage extension installation with Azure Elastic SAN was failing due to a missing etcd certificate by ensuring that etcd components aren't deployed unless necessary.
42
+
-**Expanded platform compatibility and scheduling fixes**: We've resolved issues with Azure Container Storage pods being incorrectly scheduled to Windows nodes in mixed OS clusters by enforcing node affinity rules. Additionally, we've added support for Elastic SAN on Azure Linux 3.0 nodes.
43
+
-**Safeguards to prevent storage pool deletion**: Measures have been implemented to prevent the deletion of storage pools with existing persistent volumes when created through custom storage classes.
44
+
36
45
## Version 1.3.0
37
46
38
47
### Improvements and issues that are fixed
39
48
40
-
-**Bug fixes-Prometheus Operator**: In previous versions, some customers faced difficulties disabling Azure Container Storage’s default Prometheus operator when using a custom Prometheus deployment. This issue has now been fixed, allowing users to successfully turn off the built-in operator without conflict.
49
+
-**Bug fixes-Prometheus Operator**: In previous versions, some customers faced difficulties disabling Azure Container Storage’s default Prometheus operator when using a custom Prometheus deployment. This issue has now been fixed, allowing users to successfully turn off the built-in operator without conflict.
41
50
-**Performance Tuning for SQL-based Databases**: Running MySQL and PostgreSQL on Azure Container Storage is up to 5x faster on ephemeral disks. For more information and examples, refer to the [PostgreSQL on AKS deployment guide](/azure/aks/postgresql-ha-overview).
42
51
43
52
## Version 1.2.1
@@ -88,6 +97,7 @@ Azure Container Storage follows a transparent and predictable support lifecycle
88
97
89
98
| Release version | Release Date | End of Life | Supported Kubernetes Versions |
0 commit comments