Skip to content

Releases: aws/amazon-ssm-agent

Amazon SSM Agent - Release 3.2.2303.0 - 2024-03-02

05 Mar 03:46

Choose a tag to compare

  • Add integration tests for control channel module
  • Revert data channel and control channel acknowledgement functionality in MGS Interactor
  • Update Greengrass component minor version to 1.2.4

Amazon SSM Agent - Release 3.3.40.0 - 2024-02-07

07 Feb 22:46

Choose a tag to compare

  • Fix issue to execute aws:updateSSMAgent plugin through aws:rundocument plugin
  • Update Messaging module to switch off ec2messages when ssmmessages connected successfully
  • Update SSM Agent Minor version from 3.2 to 3.3

Amazon SSM Agent - Release 3.2.2222.0 - 2024-01-30

31 Jan 22:12

Choose a tag to compare

  • Upgrade minimum go version in go.mod file to go 1.19
  • Upgrade go-git package to v5.11.0
  • Fix for bad default manifest url when updating EC2Config

Amazon SSM Agent - Release 3.2.2143.0 - 2024-01-11

18 Jan 22:13

Choose a tag to compare

  • Fixed plugin path traversal logic
  • Updated aws:application plugin default param
  • Fixed default param in psmodule
  • Upgraded GoLang to version 1.21.5

Amazon SSM Agent - Release 3.2.2086.0 - 2023-12-22

26 Dec 20:18

Choose a tag to compare

  • Added Agent config to configure session logs destination
  • Added data channel acknowledgement functionalities
  • Added redirect handler and timeout for HTTP client
  • Added steps to verify aws-cli installation for domainJoin plugin
  • Added support for Ubuntu 23.04, Debian 11.7 & 12, and SUSE 15.5
  • Adjusted random number generator logic used to get filename in downloadContent plugin
  • Fixed Agent to gather application inventory from both rpm and dpkg package managers if present in Unix instances
  • Bump golang.org/x/crypto/ssh from 0.14.0 to 0.17.0

Amazon SSM Agent - Release 3.2.2016.0 - 2023-12-08

12 Dec 22:12

Choose a tag to compare

  • Added telemetry for agent core in-proc executor usage
  • Added retries for Agent installation with snap on Greengrass
  • Added code to update Agent config to use only Onprem Identity in Greengrass
  • Added support for macOS 14 (Sonoma)
  • Added Onprem registration support using ssm-setup-cli
  • Fixed docker installation issues in aws:configureDocker plugin
  • Fix for document worker and session worker not logging when custom seelog configuration missing parameters
  • Updated allowed regex pattern in S3 URI
  • Update Agent IoT Greengrass component minor version
  • Updated SUSE version in Seamless Domain Join script
  • Updated Greengrass component workflow to get installed Agent version and update Agent only when the installed Agent version doesn't match with Greengrass component Agent version
  • Upgraded GoLang version that builds agent binaries with to 1.20.11

Amazon SSM Agent - Release 3.2.1798.0 - 2023-11-08

13 Nov 15:28

Choose a tag to compare

  • Bump golang.org/x/net from 0.15.0 to 0.17.0
  • Upgraded GoLang to version 1.20.10
  • Fixing race condition in session datachannel unit test

Amazon SSM Agent - Release 3.2.1705.0 - 2023-10-10

11 Oct 18:46

Choose a tag to compare

  • Updated MGS Interactor to send 'Failed' status on agentJob parsing error
  • Added error handling for Linux DomainJoin when service account credentials empty
  • Fix for panic scenario in when running aws:configureDocker plugin
  • Upgraded GoLang to version 1.20.8
  • Upgraded golang.org/x/net to v0.15.0
  • Added support for macOS 13 (Ventura)

Amazon SSM Agent - Release 3.2.1630.0 - 2023-09-18

18 Sep 23:33

Choose a tag to compare

  • Fix credential retrieval retry logic in credential refresher
  • Reducing retrieval log level to debug in the credential refresher after more than 3 retrieval retries
  • Fix for EC2 credential retrieval errors not being propagated to the credential refresher
  • Fixing agent version input format validation
  • Fix downloadPlatformOverride for AlmaLinux
  • Fixed issue where removing seelog.xml file doesn't revert minimum log level back to INFO
  • Ignore non-audit files in audit folder

Amazon SSM Agent - Release 3.2.1542.0 - 2023-09-02

18 Sep 23:31

Choose a tag to compare

  • Add aws:updateSSMAgent plugin support for Flatcar Linux
  • Add fix to resolve manifest url during agent update when using stable keyword
  • Fix multiple issues causing tight loops during IPC connection scenarios
  • Sign deb and rpm installer packages for Linux instances using new key
  • Use file based IPC by default for amazon-ssm-agent and ssm-agent-worker communication in Darwin