Skip to content

Releases: aws/amazon-ssm-agent

Amazon SSM Agent - Release 3.2.532.0 - 2023-01-17

18 Jan 16:56
Compare
Choose a tag to compare
  • Removed explicit setting of EC2 aws credential profile
  • Added public key to registration info
  • Sends non-interactive command errors that occur before command execution to data channel
  • Added instance id verification to registration process

(Deprecated)

Amazon SSM Agent - Release 3.2.419.0 - 2022-12-22

23 Dec 22:14
Compare
Choose a tag to compare
  • Added minimum retry sleep for Registrar RegisterManagedInstance calls
  • Explicitly skip AZ info check for on-prem and ECS targets
  • Fix for SSM-Agent that is unable to start on Apple Mac M1's (mac2.metal instances)
  • Ensuring powershell path is set to system directory on Windows
  • Load DLLs with using system/absolute paths on Windows
  • Added workaround for Samba limit when loading Active Directory ids
  • Dynamically get network interface name for SeamlessDomainJoin
  • Added install-yum-rpm to makefile to install agent on host from source code
  • Added logging for specifying credential source
  • Refactored tests to remove mocks from production binaries
  • Updated Windows DomainJoin plugin SharpZipLib and Newtonsoft.json dependencies

Version is affected by #497

Amazon SSM Agent - Release 3.2.345.0 - 2022-12-13

22 Dec 23:24
Compare
Choose a tag to compare
  • Updated yaml.v3 dependency

Version is affected by #497

Amazon SSM Agent - Release 3.2.286.0 - 2022-11-14

18 Nov 20:20
Compare
Choose a tag to compare
  • Separated EC2 identity vault manifest from OnPrem identity vault manifest
  • Fix for credential retrieval blocking os termination signals
  • Fix for agent updater using shared credentials on EC2
  • Added guards against panic for agent identity health checks
  • Added logging around agent module start/stop

Version is affected by #497

Amazon SSM Agent - Release 3.2.183.0 - 2022-11-01

01 Nov 18:23
Compare
Choose a tag to compare
  • Added logging when assuming identity
  • Increased retries to ECS metadata endpoint
  • Added linux debug build to makefile
  • Implemented aws sdk logging interface
  • Updated agent minor version to 3.2
  • Added functionality to retrieve agent credentials from Systems Manager on EC2

Version is affected by #484
Version is affected by #497

Amazon SSM Agent - Release 3.1.1927.0 - 2022-10-04

01 Nov 18:21
Compare
Choose a tag to compare
  • Update shell for Session Manager on MacOS

Amazon SSM Agent - Release 3.1.1856.0 - 2022-09-27

28 Sep 16:23
Compare
Choose a tag to compare
  • Lower message length threshold for cloudwatch log streaming
  • Ran gofmt and goimports with golang version 1.19
  • Report AvailabilityZone and AvailabilityZoneId in health pings
  • Update AWS Go SDK to v1.44.78

Amazon SSM Agent - Release 3.1.1767.0 - 2022-08-29

09 Sep 21:45
Compare
Choose a tag to compare
  • Fix samba configuration for sub-domains

Amazon SSM Agent - Release 3.1.1732.0 - 2022-08-15

24 Aug 19:12
Compare
Choose a tag to compare
  • Add code in document/session worker to fallback to default identity selector when runtime config not present
  • Fix to handle command-line-arguments in document/session worker when launched by old agent workers

Amazon SSM Agent - Release 3.1.1634.0 - 2022-07-14

14 Jul 22:06
Compare
Choose a tag to compare
  • Fallback to file based IPC if named pipe creation times out
  • Increase tls handshake timeout in http download client
  • Log mds client timeout errors as WARN