Skip to content

Commit 0f3b6df

Browse files
authored
Merge pull request #287110 from khdownie/patch-2
Update container-storage-release-notes.md
2 parents e1a0041 + 5bb2e14 commit 0f3b6df

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed
Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Release notes for Azure Container Storage
33
description: Release notes for Azure Container Storage
4-
services: storage
54
author: denisacatalinastan
65
ms.service: azure-container-storage
76
ms.topic: conceptual
8-
ms.date: 09/15/2024
7+
ms.date: 09/20/2024
98
ms.author: dstan
109
---
11-
# Release notes for Azure Container Storage
10+
# Release notes for Azure Container Storage
11+
1212
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).
1313

1414
## Supported versions
@@ -17,31 +17,36 @@ The following Azure Container Storage versions are supported:
1717

1818
| Milestone | Status |
1919
|----|----------------|
20-
|1.1.1- Hotfix | Supported |
20+
|1.1.1- Minor Release | Supported |
2121
|1.1.0- General Availability| Supported |
2222

2323
## 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.
2526

2627
## Minor vs. patch versions
28+
2729
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.
2830

2931
## Version 1.1.1
3032

3133
### 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.
3336
- 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.
3437

3538
## Version 1.1.0
3639

3740
### Improvements and issues that are fixed
41+
3842
- **Security Enhancements**: This update addresses vulnerabilities in container environments, enhancing security enforcement to better protect workloads.
3943
- **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.
4044
- **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.
4145

4246
## Upgrade a preview installation to GA
4347

4448
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:
49+
4550
```azurecli-interactive
4651
az k8s-extension update --cluster-type managedClusters --cluster-name <cluster-name> --resource-group <resource-group> --name azurecontainerstorage --version <version> --release-train stable
4752
```
@@ -52,14 +57,16 @@ Please note that preview versions are no longer supported, and customers should
5257

5358
## Auto-upgrade policy
5459

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:
5663

57-
To enable auto-upgrade, run the following command:
5864
```azurecli-interactive
5965
az k8s-extension update --cluster-name <cluster name> --resource-group <resource-group> --cluster-type managedClusters --auto-upgrade-minor-version true -n azurecontainerstorage
6066
```
6167

62-
If you would like to disable auto-upgrades, run the following command:
68+
If you would like to disable auto-upgrades, run the following command:
69+
6370
```azurecli-interactive
6471
az k8s-extension update --cluster-name <cluster name> --resource-group <resource-group> --cluster-type managedClusters --auto-upgrade-minor-version false -n azurecontainerstorage
6572
```

0 commit comments

Comments
 (0)