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 enabled Kubernetes helm chart extension version|1.10.0 (Note: this is a new versioning scheme starting from this release that follows the semantic versioning scheme of the container images.)|
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
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:
@@ -29,18 +29,18 @@ New for this release:
29
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
30
31
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.
32
+
- Added support for specifying multiple encryption types for AD connectors using the Azure CLI extension or Azure portal.
33
33
34
34
- Arc-enabled PostgreSQL server
35
-
- Removed Hyperscale/Citus scaleout 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 **
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
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 please get the latest 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. Please update any scripts or automation you have as needed to align to the new CRD schema. **BREAKING CHANGE**
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**
39
39
40
40
-`arcdata` Azure CLI extension
41
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
42
- Added more details on available upgrades to the `az arcdata dc list-upgrades` command.
43
-
- The command groujp`az postgres arc-server` is renamed to `az postgres server-arc`. ** BREAKING CHANGE **
43
+
- The command group`az postgres arc-server` is renamed to `az postgres server-arc`. ** BREAKING CHANGE **
44
44
- Some of the `az postgres server-arc` commands have changed to remove things like `--workers`. ** BREAKING CHANGE **
0 commit comments