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
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,14 +9,15 @@ ms.author: dstan
9
9
---
10
10
# Release notes for Azure Container Storage
11
11
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).
13
13
14
14
## Supported versions
15
15
16
16
The following Azure Container Storage versions are supported:
17
17
18
18
| Milestone | Status |
19
19
|----|----------------|
20
+
|1.3.0- Minor Release | Supported |
20
21
|1.2.1- Patch Release | Supported |
21
22
|1.2.0- Minor Release | Supported |
22
23
|1.1.2- Patch Release | Supported |
@@ -29,8 +30,15 @@ The following Azure Container Storage versions are no longer supported: 1.0.6-pr
29
30
30
31
## Major vs. minor vs. patch releases
31
32
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.
33
34
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
+
34
42
## Version 1.2.1
35
43
36
44
### Improvements and issues that are fixed
@@ -79,7 +87,8 @@ Azure Container Storage follows a transparent and predictable support lifecycle
79
87
80
88
| Release version | Release Date | End of Life | Supported Kubernetes Versions |
0 commit comments