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,15 +9,16 @@ 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.1.0 GA). Patch releases focus on bug fixes, security updates, and smaller improvements (for example, 1.1.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.1.0 GA). Patch releases focus on bug fixes, security updates, and smaller improvements (for example, 1.1.2).
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.1.1- Minor Release | Supported |
20
+
|1.1.2- Patch Release | Supported |
21
+
|1.1.1- Patch Release | Supported |
21
22
|1.1.0- General Availability| Supported |
22
23
23
24
## Unsupported versions
@@ -26,7 +27,15 @@ The following Azure Container Storage versions are no longer supported: 1.0.6-pr
26
27
27
28
## Minor vs. patch versions
28
29
29
-
Minor versions introduce small improvements, performance enhancements, or minor new features without breaking existing functionality. For example, version 1.1.0 would move to 1.2.0. Patch versions are released more frequently than minor versions. They focus solely on bug fixes and security updates. For example, version 1.1.1 would be updated to 1.1.2.
30
+
Minor versions introduce small improvements, performance enhancements, or minor new features without breaking existing functionality. For example, version 1.1.0 would move to 1.2.0. Patch versions are released more frequently than minor versions. They focus solely on bug fixes and security updates. For example, version 1.1.2 would be updated to 1.1.3.
31
+
32
+
## Version 1.1.2
33
+
34
+
### Improvements and issues that are fixed
35
+
-**Bug fixes and performance improvements**: We improved the overall system stability by fixing general bugs and optimizing performance.
36
+
-**Security Enhancements**: This release improves security by updating package dependencies and Microsoft container images and improving container image builds to reduce dependencies.
37
+
-**Volume attachment fixes**: We also resolved an issue where volumes remained in a published state on nodes that were no longer present in the cluster, causing volume mounts to fail. This fix ensures that volumes are properly detached and reattached, allowing workloads to continue without interruptions.
0 commit comments