Skip to content

Commit efa1e24

Browse files
Update container-storage-release-notes.md
Updating release notes for 1.3.0 release
1 parent ff01dde commit efa1e24

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.2.1).
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.3.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.3.0- Minor Release | Supported |
2021
|1.2.1- Patch Release | Supported |
2122
|1.2.0- Minor Release | Supported |
2223
|1.1.2- Patch Release | Supported |
@@ -29,8 +30,15 @@ The following Azure Container Storage versions are no longer supported: 1.0.6-pr
2930

3031
## Major vs. minor vs. patch releases
3132

32-
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.
33+
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.
3334

35+
## Version 1.3.0
36+
37+
### Improvements and issues that are fixed
38+
39+
- **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.
40+
- **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).
41+
3442
## Version 1.2.1
3543

3644
### Improvements and issues that are fixed
@@ -79,7 +87,8 @@ Azure Container Storage follows a transparent and predictable support lifecycle
7987

8088
| Release version | Release Date | End of Life | Supported Kubernetes Versions |
8189
|----|----------------| ------------| -------- |
82-
|1.2.1- Patch Release| 02/10/2025| 11/10/2025| 1.30, 1.29, 1.28|
90+
|1.3.0- Minor Release | 04/28/2025 | 04/27/2026 | 1.32, 1.31, 1.30 |
91+
|1.2.1- Patch Release| 02/10/2025 | 11/10/2025| 1.30, 1.29, 1.28|
8392
|1.2.0- Minor Release | 11/11/2024 | 11/10/2025 | 1.30, 1.29, 1.28 |
8493
|1.1.2- Patch Release | 10/16/2024 | 07/29/2025 | 1.29, 1.28, 1.27 |
8594
|1.1.1- Patch Release | 09/20/2024 | 07/29/2025 | 1.29, 1.28, 1.27 |

0 commit comments

Comments
 (0)