Skip to content

Commit 9bef302

Browse files
authored
Merge pull request #190950 from MikeRayMSFT/20220308-arc-data
March update (OOB) publish for Arc-enabled data services
2 parents 03ee93e + 3785c93 commit 9bef302

File tree

2 files changed

+51
-3
lines changed

2 files changed

+51
-3
lines changed

articles/azure-arc/data/release-notes.md

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,49 @@ ms.reviewer: mikeray
77
services: azure-arc
88
ms.service: azure-arc
99
ms.subservice: azure-arc-data
10-
ms.date: 02/25/2022
10+
ms.date: 03/08/2022
1111
ms.topic: conceptual
1212
ms.custom: references_regions, devx-track-azurecli
1313
# Customer intent: As a data professional, I want to understand why my solutions would benefit from running with Azure Arc-enabled data services so that I can leverage the capability of the feature.
1414
---
15-
1615
# Release notes - Azure Arc-enabled data services
1716

1817
This article highlights capabilities, features, and enhancements recently released or improved for Azure Arc-enabled data services.
1918

19+
## March 2022
20+
21+
This release is published March 8, 2022.
22+
23+
### Image tag
24+
25+
`v1.4.1_2022-03-08`
26+
27+
For complete release version information, see [Version log](version-log.md).
28+
29+
### Data Controller
30+
- Fixed the issue "ConfigMap sql-config-[SQL MI] does not exist" from the February 2022 release. This issue occurs when deploying a SQL Managed Instance with service type of `loadBalancer` with certain load balancers.
31+
32+
### SQL Managed Instance
33+
34+
- Support for readable secondary replicas:
35+
- To set readable secondary replicas use `--readable-secondaries` when you create or update an Arc-enabled SQL Managed Instance deployment.
36+
- Set `--readable secondaries` to any value between 0 and the number of replicas minus 1.
37+
- `--readable-secondaries` only applies to Business Critical tier.
38+
- Automatic backups are taken on the primary instance in a Business Critical service tier when there are multiple replicas. When a failover happens, backups move to the new primary.
39+
- RWX capable storage class is required for backups, for both General Purpose and Business Critical service tiers.
40+
- Billing support when using multiple read replicas.
41+
42+
For additional information about service tiers, see [High Availability with Azure Arc-enabled SQL Managed Instance (preview)](managed-instance-high-availability.md).
43+
44+
### User experience improvements
45+
46+
The following improvements are available in [Azure Data Studio](/sql/azure-data-studio/download-azure-data-studio).
47+
48+
- Azure Arc and Azure CLI extensions now generally available.
49+
- Changed edit commands for SQL Managed Instance for Azure Arc dashboard to use `update`, reflecting Azure CLI changes. This works in indirect or direct mode.
50+
- Data controller deployment wizard step for connectivity mode is now earlier in the process.
51+
- Removed an extra backups field in SQL MI deployment wizard.
52+
2053
## February 2022
2154

2255
This release is published February 25, 2022.
@@ -27,6 +60,10 @@ This release is published February 25, 2022.
2760

2861
For complete release version information, see [Version log](version-log.md).
2962

63+
> [!CAUTION]
64+
> There is a known issue with this release where deployment of Arc SQL MI hangs, and sends the controldb pods of Arc Data Controller into a
65+
> `CrashLoopBackOff` state, when the SQL MI is deployed with `loadBalancer` service type. This issue is fixed in a release on March 08, 2022.
66+
3067
### SQL Managed Instance
3168

3269
- Support for readable secondary replicas:

articles/azure-arc/data/version-log.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.reviewer: mikeray
77
services: azure-arc
88
ms.service: azure-arc
99
ms.subservice: azure-arc-data
10-
ms.date: 02/25/2022
10+
ms.date: 03/08/2022
1111
ms.topic: conceptual
1212
# Customer intent: As a data professional, I want to understand what versions of components align with specific releases.
1313
---
@@ -16,6 +16,17 @@ ms.topic: conceptual
1616

1717
This article identifies the component versions with each release of Azure Arc-enabled data services.
1818

19+
### March 08, 2022
20+
21+
|Component |Value |
22+
|--------------------------------------------------------|---------|
23+
|Container images tag |`v1.4.1_2022-03-08`
24+
|CRD names and versions |`datacontrollers.arcdata.microsoft.com`: v1beta1, v1, v2, v3</br>`exporttasks.tasks.arcdata.microsoft.com`: v1beta1, v1, v2</br>`kafkas.arcdata.microsoft.com`: v1beta1</br>`monitors.arcdata.microsoft.com`: v1beta1, v1, v2</br>`sqlmanagedinstances.sql.arcdata.microsoft.com`: v1beta1, v1, v2, v3, v4</br>`postgresqls.arcdata.microsoft.com`: v1beta1, v1beta2</br>`sqlmanagedinstancerestoretasks.tasks.sql.arcdata.microsoft.com`: v1beta1, v1</br>`dags.sql.arcdata.microsoft.com`: v1beta1, v2beta2</br>`activedirectoryconnectors.arcdata.microsoft.com`: v1beta1|
25+
|ARM API version|2021-11-01|
26+
|`arcdata` Azure CLI extension version| 1.2.1|
27+
|Arc enabled Kubernetes helm chart extension version|1.1.18791000|
28+
|Arc Data extension for Azure Data Studio|1.0|
29+
1930
### February 25, 2022
2031

2132
|Component |Value |

0 commit comments

Comments
 (0)