Skip to content

Commit 9dbeed5

Browse files
Merge pull request #302121 from saurabh0501/patch-15
Update container-storage-release-notes.md
2 parents 6e55952 + 0fbff51 commit 9dbeed5

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ The following Azure Container Storage versions are supported:
1818

1919
| Milestone | Status |
2020
|----|----------------|
21+
|1.3.1- Patch Release | Supported |
2122
|1.3.0- Minor Release | Supported |
2223
|1.2.1- Patch Release | Supported |
2324
|1.2.0- Minor Release | Supported |
@@ -33,11 +34,19 @@ The following Azure Container Storage versions are no longer supported: 1.0.6-pr
3334

3435
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.
3536

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+
3645
## Version 1.3.0
3746

3847
### Improvements and issues that are fixed
3948

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.
4150
- **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).
4251

4352
## Version 1.2.1
@@ -88,6 +97,7 @@ Azure Container Storage follows a transparent and predictable support lifecycle
8897

8998
| Release version | Release Date | End of Life | Supported Kubernetes Versions |
9099
|----|----------------| ------------| -------- |
100+
|1.3.1- Patch Release | 07/02/2025 | 04/27/2026 | 1.32, 1.31, 1.30 |
91101
|1.3.0- Minor Release | 04/28/2025 | 04/27/2026 | 1.32, 1.31, 1.30 |
92102
|1.2.1- Patch Release| 02/10/2025 | 11/10/2025| 1.30, 1.29, 1.28|
93103
|1.2.0- Minor Release | 11/11/2024 | 11/10/2025 | 1.30, 1.29, 1.28 |

0 commit comments

Comments
 (0)