diff --git a/changelogs/nodeagent/CHANGELOG.md b/changelogs/nodeagent/CHANGELOG.md index 7f6b9b5..6bc8899 100644 --- a/changelogs/nodeagent/CHANGELOG.md +++ b/changelogs/nodeagent/CHANGELOG.md @@ -33,6 +33,21 @@ https://docs.microsoft.com/rest/api/batchservice/computenode/list#nodeagentinfor ## Change Log +### 1.9.43 +#### Released: 2023-04-19 +- Recover if a VM cannot communicate with storage and retry when out of ports +- Convert path ownership to async for critical methods +- Retry on incomplete payload error +- Handling exception from terminate running task and perform escalating recovery. + +### 1.9.42 +#### Released: 2023-04-12 +- Add EL9 NodeAgentSku for RHEL like images. +- Fix ACR login error. +- Add corrupt executable as a non-retryable error +- Sign external exe's with the correct profile +- Resolved CVE-2023-0286 for vulnerable Node Agent SKUs. + ### 1.9.33 #### Released: 2022-11-04 - Resolved CVE-2022-3602 and CVE-2022-3786 for vulnerable Node Agent SKUs.