Skip to content

Releases: aws/amazon-ssm-agent

Amazon SSM Agent - Release 3.1.1260.0 - 2022-04-12

15 Apr 17:53
Compare
Choose a tag to compare
  • Added missing check for invalid S3 path parameter
  • Added support for domain join using a non-local username
  • Fixed broken links in README.md
  • Fixed ECS Exec issue where agent was using environment variables for credentials
  • Updated Ec2Detector test to query smbios directly for system information

Amazon SSM Agent - Release 3.1.1208.0 - 2022-04-04

05 Apr 19:37
Compare
Choose a tag to compare
  • Updated ec2detector module to use Get-CmiInstance instead of wmic.exe
  • Fixed file creation mode of ssm-agent-users sudoer file

Amazon SSM Agent - Release 3.1.1188.0 - 2022-03-29

29 Mar 17:05
Compare
Choose a tag to compare
  • Added new ec2detector module to determine if agent is on EC2
  • Added support for port forwarding to remote host
  • Added quotes around inventory parameter ValueName on Windows
  • Fix for domain join DNS IP assignments in shared directories
  • Replaced namedpipe updater test with ec2detector test

Amazon SSM Agent - Release 3.1.1141.0 - 2022-03-23

23 Mar 15:29
Compare
Choose a tag to compare
  • Add application inventory by file for Bottlerocket
  • Fix infinite retry logic to send failed replies in MGSInteractor
  • Remove usage of io/fs package

Amazon SSM Agent - Release 3.1.1080.0 - 2022-03-10

10 Mar 23:18
Compare
Choose a tag to compare
  • (windows only) Remove symlink scan during update

Amazon SSM Agent - Release 3.1.1045.0 - 2022-02-28

28 Feb 21:56
Compare
Choose a tag to compare
  • Fixed sourceHash validation for aws:application document plugin
  • Added document parameter validation for values passed to target document of aws:runDocument plugin
  • (windows only) Fix process leak when legacy cloudwatch plugin is enabled
  • (windows only) Fail installation if C:\ProgramData\Amazon\SSM\ has symlinks

Amazon SSM Agent - Release 3.1.1004.0 - 2022-02-17

28 Feb 16:28
Compare
Choose a tag to compare
  • Added platform detection for Bottlerocket OS
  • Consolidated regional endpoint generation to common endpoint module

Bugs:

  • Version is affected by #436

Amazon SSM Agent - Release 3.1.941.0 - 2022-02-07

07 Feb 19:05
Compare
Choose a tag to compare
  • Added support for Rocky linux
  • Fixed sharefile/shareprofile not being propagated to updateutil
  • Fixed incorrect darwin platform detection post BigSur
  • Fixed log flush issue in updater
  • Updated .NET dependencies for domainjoin and cloudwatch (windows only)
  • Updated go version to 1.17.6

Bugs:

  • Version is affected by #436

Amazon SSM Agent - Release 3.1.821.0 - 2022-01-13

13 Jan 17:00
Compare
Choose a tag to compare
  • 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

Bugs:

  • Version is affected by #436

Amazon SSM Agent - Release 3.1.804.0 - 2022-01-05

06 Jan 22:38
Compare
Choose a tag to compare
  • 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
  • Update DNS server selection logic for seamless domain join on linux and darwin
  • Update go version to go1.17.5
  • Update golang sys package dependency

Bugs:

  • Version is affected by #436