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
description: Release notes for Azure Container Storage
4
-
services: storage
5
4
author: denisacatalinastan
6
5
ms.service: azure-container-storage
7
6
ms.topic: conceptual
8
-
ms.date: 09/15/2024
7
+
ms.date: 09/20/2024
9
8
ms.author: dstan
10
9
---
11
-
# Release notes for Azure Container Storage
10
+
# Release notes for Azure Container Storage
11
+
12
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).
13
13
14
14
## Supported versions
@@ -17,31 +17,36 @@ The following Azure Container Storage versions are supported:
17
17
18
18
| Milestone | Status |
19
19
|----|----------------|
20
-
|1.1.1- Hotfix| Supported |
20
+
|1.1.1- Minor Release| Supported |
21
21
|1.1.0- General Availability| Supported |
22
22
23
23
## Unsupported versions
24
-
The following Azure Container Storage versions are no longer supported: 1.0.6-preview, 1.0.3-preview, 1.0.2-preview, 1.0.1-preview, 1.0.0-preview. Please refer to the section “Upgrade a preview installation to GA” for upgrading guidance.
24
+
25
+
The following Azure Container Storage versions are no longer supported: 1.0.6-preview, 1.0.3-preview, 1.0.2-preview, 1.0.1-preview, 1.0.0-preview. See [Upgrade a preview installation to GA](#upgrade-a-preview-installation-to-ga) for upgrading guidance.
25
26
26
27
## Minor vs. patch versions
28
+
27
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.
28
30
29
31
## Version 1.1.1
30
32
31
33
### Improvements and issues that are fixed
32
-
- This hotfix release addresses specific issues that some customers experienced during the creation of Azure Elastic SAN storage pools. It resolves exceptions that were causing disruptions in the setup process, ensuring smoother and more reliable storage pool creation.
34
+
35
+
- This minor release addresses specific issues that some customers experienced during the creation of Azure Elastic SAN storage pools. It resolves exceptions that were causing disruptions in the setup process, ensuring smoother and more reliable storage pool creation.
33
36
- We've also made improvements to cluster restart scenarios. Previously, some corner-case situations caused cluster restarts to fail. This update ensures that cluster restarts are more reliable and resilient.
34
37
35
38
## Version 1.1.0
36
39
37
40
### Improvements and issues that are fixed
41
+
38
42
-**Security Enhancements**: This update addresses vulnerabilities in container environments, enhancing security enforcement to better protect workloads.
39
43
-**Data plane stability**: We've also improved the stability of data-plane components, ensuring more reliable access to Azure Container Storage volumes and storage pools. This also enhances the management of data replication between storage nodes.
40
44
-**Volume management improvements**: The update resolves issues with volume detachment during node drain scenarios, ensuring that volumes are safely and correctly detached, and allowing workloads to migrate smoothly without interruptions or data access issues.
41
45
42
46
## Upgrade a preview installation to GA
43
47
44
48
If you already have a preview instance of Azure Container Storage running on your cluster, we recommend updating to the latest generally available (GA) version by running the following command:
@@ -52,14 +57,16 @@ Please note that preview versions are no longer supported, and customers should
52
57
53
58
## Auto-upgrade policy
54
59
55
-
To receive the latest features and fixes for Azure Container Storage in future versions, you can enable auto-upgrade. However, please note that this may result in a brief interruption in the I/O operations of applications using PVs with Azure Container Storage during the upgrade process. To minimize potential impact, we recommend setting the auto-upgrade window to a time period with low activity or traffic, ensuring that upgrades occur during less critical times.
60
+
To receive the latest features and fixes for Azure Container Storage in future versions, you can enable auto-upgrade. However, please note that this might result in a brief interruption in the I/O operations of applications using PVs with Azure Container Storage during the upgrade process. To minimize potential impact, we recommend setting the auto-upgrade window to a time period with low activity or traffic, ensuring that upgrades occur during less critical times.
61
+
62
+
To enable auto-upgrade, run the following command:
56
63
57
-
To enable auto-upgrade, run the following command:
0 commit comments