Skip to content

Commit c6907be

Browse files
authored
Merge pull request #209744 from twright-msft/patch-27
Update pre-release testing doc for September 'Test' release
2 parents 0d9332c + 318cf13 commit c6907be

File tree

1 file changed

+26
-13
lines changed

1 file changed

+26
-13
lines changed

articles/azure-arc/data/includes/azure-arc-data-preview-release.md

Lines changed: 26 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,42 @@ ms.service: azure-arc
55
ms.topic: include
66
ms.date: 08/02/2022
77
---
8-
8+
<!--
99
At this time, a test or preview build is not available for the next release.
10+
-->
1011

11-
<!--
1212

13-
The current test release published on Month #, ####.
13+
The current test release published on September 13, 2022.
1414

1515
|Component|Value|
1616
|-----------|-----------|
17-
|Container images registry/repository |`mcr.microsoft.com/arcdata/preview`|
18-
|Container images tag |`v1.10.0_2022-08-09`|
19-
|CRD names and version|`datacontrollers.arcdata.microsoft.com`: v1beta1, v1 through v6<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 through v6<br/>`postgresqls.arcdata.microsoft.com`: v1beta1, v1beta2<br/>`sqlmanagedinstancerestoretasks.tasks.sql.arcdata.microsoft.com`: v1beta1, v1<br/>`failovergroups.sql.arcdata.microsoft.com`: v1beta1, v1beta2, v1<br/>`activedirectoryconnectors.arcdata.microsoft.com`: v1beta1, v1beta2<br/>|
17+
|Container images registry/repository |`mcr.microsoft.com/arcdata/test`|
18+
|Container images tag |`v1.11.0_2022-09-13`|
19+
|CRD names and version|`datacontrollers.arcdata.microsoft.com`: v1beta1, v1 through v6<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 through v6<br/>`postgresqls.arcdata.microsoft.com`: v1beta1, v1beta2, v1beta3<br/>`sqlmanagedinstancerestoretasks.tasks.sql.arcdata.microsoft.com`: v1beta1, v1<br/>`failovergroups.sql.arcdata.microsoft.com`: v1beta1, v1beta2, v1<br/>`activedirectoryconnectors.arcdata.microsoft.com`: v1beta1, v1beta2<br/>`sqlmanagedinstancereprovisionreplicatask.tasks.sql.arcdata.microsoft.com`: v1beta1<br/>|
2020
|Azure Resource Manager (ARM) API version|2022-03-01-preview (No change)|
21-
|`arcdata` Azure CLI extension version|1.4.5 ([Download](https://aka.ms/az-cli-arcdata-ext))|
22-
|Arc enabled Kubernetes helm chart extension version|1.2.20381002|
23-
|Arc Data extension for Azure Data Studio<br/>`arc`<br/>`azcli`|<br/>1.4.3 ([Download](https://aka.ms/ads-arcdata-ext))</br>1.4.3 ([Download](https://aka.ms/ads-azcli-ext))|
21+
|`arcdata` Azure CLI extension version|1.4.6 ([Download](https://aka.ms/az-cli-arcdata-ext))|
22+
|Arc enabled Kubernetes helm chart extension version|1.10.0 (Note: This versioning scheme is new, starting from this release. The scheme follows the semantic versioning scheme of the container images.)|
23+
|Arc Data extension for Azure Data Studio<br/>`arc`<br/>`azcli`|<br/>1.5.2 ([Download](https://aka.ms/ads-arcdata-ext))</br>1.5.2 ([Download](https://aka.ms/ads-azcli-ext))|
2424

2525
New for this release:
2626

27-
- Arc-enabled SQL Managed Instance
28-
- AES encryption can now be enabled for AD authentication.
27+
- Arc data controller
28+
- New extensions to monitoring stack to enable Kafka as a data cache and expose an OpenTelemetry endpoint for integration. See documentation for more details.
29+
- Deleting an AD connector that is in use is now blocked. First remove all database instances that are using it and then remove the AD connector.
30+
31+
- Arc-enabled SQL managed instance
32+
- Added support for specifying multiple encryption types for AD connectors using the Azure CLI extension or Azure portal.
33+
34+
- Arc-enabled PostgreSQL server
35+
- Removed Hyperscale/Citus scale-out capabilities. Focus will be on providing a single node Postgres server service. All user experiences have had terms and concepts like 'Hyperscale', 'server groups', 'worker nodes', 'coordinator nodes', etc. removed. **BREAKING CHANGE**
36+
- The postgresql container image is based on [CBL-Mariner](https://github.com/microsoft/CBL-Mariner) base OS image.
37+
- Only PostgreSQL version 14 is supported for now. Versions 11 and 12 have been removed. Two new images are introduced: `arc-postgres-14` and `arc-postgresql-agent`. The `arc-postgres-11` and `arc-postgres-12` container images are removed going forward. If you use the container image sync script, get the latest image once this [pull request](https://github.com/microsoft/azure_arc/pull/1340) has merged.
38+
- The postgresql CRD version has been updated to v1beta3. Some properties such as `workers` have been removed or changed. Update any scripts or automation you have as needed to align to the new CRD schema. **BREAKING CHANGE**
2939

3040
- `arcdata` Azure CLI extension
31-
- The Azure CLI help text for the Arc data controller, Arc-enabled SQL Managed Instance, and Active Directory connector command groups has been updated to reflect new naming conventions. Indirect mode arguments are now referred to as "Kubernetes API - targeted" arguments, and direct mode arguments are now referred to as "Azure Resource Manager - targeted" arguments.
32-
-->
41+
- Columns for desiredVersion and runningVersion are added to the following commands: `az sql mi-arc list` and `kubectl get sqlmi` to easily compare what the runningVersion and desiredVersion are.
42+
- Added more details on available upgrades to the `az arcdata dc list-upgrades` command.
43+
- The command group `az postgres arc-server` is renamed to `az postgres server-arc`. **BREAKING CHANGE**
44+
- Some of the `az postgres server-arc` commands have changed to remove things like `--workers`. **BREAKING CHANGE**
45+
3346

0 commit comments

Comments
 (0)