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
|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))|
|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))|
24
24
25
25
New for this release:
26
26
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**
29
39
30
40
-`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**
0 commit comments