Skip to content

Commit 0a5032e

Browse files
authored
Merge pull request #146862 from MikeRayMSFT/private-release-arc-data
Update release notes
2 parents fa5a790 + a1fce45 commit 0a5032e

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

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

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,28 @@ ms.topic: conceptual
2020

2121
### New capabilities and features
2222

23-
Azure Data CLI (`azdata`) version number: 20.3.0. Download at [https://aka.ms/azdata](https://aka.ms/azdata).
23+
Azure Data CLI (`azdata`) version number: 20.3.0. Download at [https://aka.ms/azdata](https://aka.ms/azdata). You can install `azdata` from [Install Azure Data CLI (`azdata`)](/sql/azdata/install/deploy-install-azdata).
24+
25+
26+
Additional updates include:
27+
- Localized portal available for 17 new languages
28+
- Minor changes to Kube-native .yaml files
29+
- New versions of Grafana and Kibana
30+
- Issues with Python environments when using azdata in notebooks in Azure Data Studio resolved
31+
- The pg_audit extension is now available for PostgreSQL Hyperscale
32+
- A backup ID is no longer required when doing a full restore of a PostgreSQL Hyperscale database
33+
- The status (health state) is reported for each of the PostgreSQL instances that constitute a sever group
34+
35+
In earlier releases, the status was aggregated at the server group level and not itemized at the PostgreSQL node level.
36+
37+
- PostgreSQL deployments now honor the volume size parameters indicated in create commands
38+
- The engine version parameters is now honored when editing a server group
39+
- The naming convention of the pods for Azure Arc enabled PostgreSQL Hyperscale has changed
40+
41+
It is now in the form: `ServergroupName{c, w}-n`. For example, a server group with three nodes, one coordinator node and two worker nodes is represented as:
42+
- `Postgres01c-0` (coordinator node)
43+
- `Postgres01w-0` (worker node)
44+
- `Postgres01w-1` (worker node)
2445

2546
## December 2020
2647

0 commit comments

Comments
 (0)