From 8e77a9ad275b0fd68fec8c8946a0e133657be0c2 Mon Sep 17 00:00:00 2001 From: Vishnu Karthik Ravindran Date: Thu, 6 Jan 2022 12:18:40 -0500 Subject: [PATCH] Update release notes cr: https://code.amazon.com/reviews/CR-63096703 --- RELEASENOTES.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index f50ce41f0..679356aa6 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,5 +1,15 @@ Latest =============== +- Implement new core module named MessageService to start processing commands from both MGS and MDS + - Merge functionalities from RunCommandService core module and Session core module. + - Receive run command documents through MGS if connected and fallback to MDS otherwise. This functionality requires appropriate permissions for both endpoints and will be rolled out gradually to end users. + - Provide filesystem based idempotency check to avoid duplicate run command document execution. + - Increase default run command pool buffer size from 1 to 5 to load additional documents before-hand for processing. +- Fix nil pointer deference panic produced in named pipe test case during agent update +- Remove StopType concept in ssm-agent-worker and add different waits for reboot and shutdown stop + +3.1.804.0 +=============== - Add support for upstart when running get-diagnostic command using ssm-cli - Fix systemctl service name to support older versions of systemctl - Include changes to facilitate testing