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
Copy file name to clipboardExpand all lines: articles/azure-arc/servers/agent-release-notes.md
+23-8Lines changed: 23 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: What's new with Azure Connected Machine agent
3
3
description: This article has release notes for Azure Connected Machine agent. For many of the summarized issues, there are links to more details.
4
4
ms.topic: overview
5
-
ms.date: 12/06/2023
5
+
ms.date: 02/07/2024
6
6
ms.custom: references_regions
7
7
---
8
8
@@ -16,6 +16,21 @@ The Azure Connected Machine agent receives improvements on an ongoing basis. To
16
16
17
17
This page is updated monthly, so revisit it regularly. If you're looking for items older than six months, you can find them in [archive for What's new with Azure Connected Machine agent](agent-release-notes-archive.md).
18
18
19
+
## Version 1.38 - February 2024
20
+
21
+
Download for [Windows](https://download.microsoft.com/download/e/a/7/ea70743f-0b72-4607-908b-5015fa6c052d/AzureConnectedMachineAgent.msi) or [Linux](manage-agent.md#installing-a-specific-version-of-the-agent)
22
+
23
+
### New features
24
+
25
+
- AlmaLinux 9 is now a [supported operating system](prerequisites.md#supported-operating-systems)
26
+
27
+
### Fixed
28
+
29
+
- The hybrid instance metadata service (HIMDS) now listens on the IPv6 local loopback address (::1)
30
+
- Improved logging in the extension manager and policy engine
31
+
- Improved reliability when fetching the latest operating system metadata
32
+
- Reduced extension manager CPU usage
33
+
19
34
## Version 1.37 - December 2023
20
35
21
36
Download for [Windows](https://download.microsoft.com/download/f/6/4/f64c574f-d3d5-4128-8308-ed6a7097a93d/AzureConnectedMachineAgent.msi) or [Linux](manage-agent.md#installing-a-specific-version-of-the-agent)
@@ -33,8 +48,8 @@ Download for [Windows](https://download.microsoft.com/download/f/6/4/f64c574f-d3
33
48
- The installation script for Linux now automatically approves the request to import the packages.microsoft.com signing key to ensure a silent installation experience
34
49
- Agent installation and upgrades apply more restrictive permissions to the agent's data directories on Windows
35
50
- Improved reliability when detecting Azure Stack HCI as a cloud provider
36
-
- Removed the log zipping feature introduced in version 1.37 for extension manager and machine configuration agent logs. Log files will still be rotated automatically.
37
-
- Removed the scheduled tasks for automatic agent upgrades (introduced in agent version 1.30). We will reintroduce this functionality when the automatic upgrade mechanism is available.
51
+
- Removed the log zipping feature introduced in version 1.37 for extension manager and machine configuration agent logs. Log files are still rotated automatically.
52
+
- Removed the scheduled tasks for automatic agent upgrades (introduced in agent version 1.30). We'll reintroduce this functionality when the automatic upgrade mechanism is available.
38
53
- Resolved [Azure Connected Machine Agent Elevation of Privilege Vulnerability](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2023-35624)
39
54
40
55
## Version 1.36 - November 2023
@@ -48,8 +63,8 @@ The Windows Admin Center in Azure feature is incompatible with Azure Connected M
48
63
### New features
49
64
50
65
-[azcmagent show](azcmagent-show.md) now reports extended security license status on Windows Server 2012 server machines.
51
-
- Introduced a new [proxy bypass](manage-agent.md#proxy-bypass-for-private-endpoints) option, `ArcData`, that covers the SQL Server enabled by Azure Arc endpoints. This will enable you to use a private endpoint with Azure Arc-enabled servers with the public endpoints for SQL Server enabled by Azure Arc.
52
-
- The [CPU limit for extension operations](agent-overview.md#agent-resource-governance) on Linux is now 30%. This increase will help improve reliability of extension install, upgrade and uninstall operations.
66
+
- Introduced a new [proxy bypass](manage-agent.md#proxy-bypass-for-private-endpoints) option, `ArcData`, that covers the SQL Server enabled by Azure Arc endpoints. This enables you to use a private endpoint with Azure Arc-enabled servers with the public endpoints for SQL Server enabled by Azure Arc.
67
+
- The [CPU limit for extension operations](agent-overview.md#agent-resource-governance) on Linux is now 30%. This increase helps improve reliability of extension install, upgrade, and uninstall operations.
53
68
- Older extension manager and machine configuration agent logs are automatically zipped to reduce disk space requirements.
54
69
- New executable names for the extension manager (`gc_extension_service`) and machine configuration (`gc_arc_service`) agents on Windows to help you distinguish the two services. For more information, see [Windows agent installation details](./agent-overview.md#windows-agent-installation-details).
55
70
@@ -58,7 +73,7 @@ The Windows Admin Center in Azure feature is incompatible with Azure Connected M
58
73
-[azcmagent connect](azcmagent-connect.md) now uses the latest API version when creating the Azure Arc-enabled server resource to ensure Azure policies targeting new properties can take effect.
59
74
- Upgraded the OpenSSL library and PowerShell runtime shipped with the agent to include the latest security fixes.
60
75
- Fixed an issue that could prevent the agent from reporting the correct product type on Windows machines.
61
-
- Improved handling of upgrades when the previously installed extension version was not in a successful state.
76
+
- Improved handling of upgrades when the previously installed extension version wasn't in a successful state.
62
77
63
78
## Version 1.35 - October 2023
64
79
@@ -88,9 +103,9 @@ Download for [Windows](https://download.microsoft.com/download/b/3/2/b3220316-13
88
103
### New features
89
104
90
105
-[Extended Security Updates for Windows Server 2012 and 2012 R2](prepare-extended-security-updates.md) can be purchased and enabled through Azure Arc. If your server is already running the Azure Connected Machine agent, [upgrade to agent version 1.34](manage-agent.md#upgrade-the-agent) or later to take advantage of this new capability.
91
-
-Additional system metadata is collected to enhance your device inventory in Azure:
106
+
-New system metadata is collected to enhance your device inventory in Azure:
92
107
- Total physical memory
93
-
-Additional processor information
108
+
-More processor information
94
109
- Serial number
95
110
- SMBIOS asset tag
96
111
- Network requests to Microsoft Entra ID (formerly Azure Active Directory) now use `login.microsoftonline.com` instead of `login.windows.net`
Copy file name to clipboardExpand all lines: articles/azure-arc/servers/prerequisites.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Connected Machine agent prerequisites
3
3
description: Learn about the prerequisites for installing the Connected Machine agent for Azure Arc-enabled servers.
4
-
ms.date: 12/06/2023
4
+
ms.date: 02/07/2024
5
5
ms.topic: conceptual
6
6
ms.custom: devx-track-azurepowershell
7
7
---
@@ -38,6 +38,7 @@ If two agents use the same configuration, you will encounter inconsistent behavi
38
38
39
39
Azure Arc supports the following Windows and Linux operating systems. Only x86-64 (64-bit) architectures are supported. The Azure Connected Machine agent does not run on x86 (32-bit) or ARM-based architectures.
0 commit comments