@@ -18,21 +18,69 @@ the most recent developments, this article provides you with information about:
18
18
For information on release notes for the connected machine agent, see
19
19
[ What's new with the connected machine agent] [ 01 ] .
20
20
21
- ## Release notes
21
+ ## Windows extension release notes
22
+
23
+ ### Version 1.29.85.0 - October 2024
24
+
25
+ #### Updated
26
+
27
+ - Updated OpenSSL from version 3.3.1 to 3.3.2.
28
+
29
+ #### Fixed
30
+
31
+ - Added time-outs to address an issue that caused the agent to become unresponsive when
32
+ trying to read a response from the service. If the agent takes more than 3 minutes to
33
+ read a response or send a request to the service, it will now time out and continue
34
+ execution.
35
+
36
+ ### Version 1.29.82.0 - September 2024
37
+
38
+ #### New Features
39
+
40
+ - Announcing the general availability of User Assigned Identities for Azure Machine Configuration,
41
+ enhancing security and simplifying at-scale server management by allowing private access to
42
+ configuration packages in Azure Storage. For more information, see
43
+ [ User-Assigned Identity-based Access for Machine Configuration Packages] [ 10 ] .
44
+
45
+
46
+ ## Extension for Linux extension release notes
47
+
48
+ ### Version 1.26.79 - October 2024
49
+
50
+ ##### Fixed
51
+
52
+ - Added time-outs to address an issue that caused the agent to become unresponsive when
53
+ trying to read a response from the service. If the agent takes more than 3 minutes to
54
+ read a response or send a request to the service, it will now time out and continue
55
+ execution.
56
+
57
+ ### Version 1.26.77 - September 2024
58
+
59
+ #### Updated
60
+
61
+ - Updated OpenSSL from version 3.0.14 to 3.0.15.
62
+
63
+ ### Version 1.26.76 - September 2024
64
+
65
+ #### New Features
66
+
67
+ - Announcing the general availability of User Assigned Identities for Azure Machine Configuration,
68
+ enhancing security and simplifying at-scale server management by allowing private access to
69
+ configuration packages in Azure Storage. For more information, see
70
+ [ User-Assigned Identity-based Access for Machine Configuration Packages] [ 10 ] .
22
71
23
72
### Version 1.26.48 - January 2023
24
73
25
74
#### New Features
26
75
27
- - In this release, we've added support for Linux distributions such as Red Hat Enterprise Linux
28
- (RHEL) 9, Mariner 1&2, Alma 9, and Rocky 9.
76
+ - Added support for Linux distributions such as Red Hat Enterprise Linux (RHEL) 9, Mariner 1 and 2,
77
+ Alma 9, and Rocky 9.
29
78
30
79
#### Fixed
31
80
32
- - Reliability improvements were made to the guest configuration policy engine
33
-
81
+ - Improved reliability for the guest configuration policy engine.
34
82
35
- ### Guest Configuration Linux Extension version 1.26.38
83
+ ### Version 1.26.38
36
84
37
85
In this release, various improvements were made.
38
86
@@ -41,7 +89,7 @@ In this release, various improvements were made.
41
89
URL patterns to allow. If the tag exists, the agent only allows custom packages to be
42
90
downloaded from the specified URLs. Built-in packages are unaffected by this feature.
43
91
44
- ## Fixed
92
+ #### Fixed
45
93
46
94
- Resolves local elevation of privilege vulnerability [ CVE-2022 -38007] [ 03 ] .
47
95
- If you're currently running an older version of the AzurePolicyforLinux extension, use the
@@ -92,3 +140,4 @@ az vm extension set \
92
140
[ 07 ] : ../how-to/create-policy-definition.md
93
141
[ 08 ] : ../../policy/assign-policy-portal.md
94
142
[ 09 ] : ../../policy/how-to/determine-non-compliance.md
143
+ [ 10 ] : https://techcommunity.microsoft.com/blog/azuregovernanceandmanagementblog/user-assigned-identity-based-access-for-machine-configuration-packages-%E2%80%93-general/4305594
0 commit comments