Releases: aws/amazon-ssm-agent
Releases · aws/amazon-ssm-agent
Amazon SSM Agent - Release 3.1.1260.0 - 2022-04-12
- 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
- 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
- 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
- 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
- (windows only) Remove symlink scan during update
Amazon SSM Agent - Release 3.1.1045.0 - 2022-02-28
- 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
- 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
- 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
- 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
- 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