Skip to content

Commit 740adde

Browse files
Merge pull request #288567 from denisacatalinastan/patch-10
Update container-storage-release-notes.md
2 parents 1cd29ac + 8a28f83 commit 740adde

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,15 +9,16 @@ 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.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).
1313

1414
## Supported versions
1515

1616
The following Azure Container Storage versions are supported:
1717

1818
| Milestone | Status |
1919
|----|----------------|
20-
|1.1.1- Minor Release | Supported |
20+
|1.1.2- Patch Release | Supported |
21+
|1.1.1- Patch Release | Supported |
2122
|1.1.0- General Availability| Supported |
2223

2324
## Unsupported versions
@@ -26,7 +27,15 @@ The following Azure Container Storage versions are no longer supported: 1.0.6-pr
2627

2728
## Minor vs. patch versions
2829

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.
38+
3039

3140
## Version 1.1.1
3241

0 commit comments

Comments
 (0)