Skip to content

Releases: aws/amazon-ssm-agent

Amazon SSM Agent - Release 2.0.834.0 - 2017-06-16

19 Feb 19:37
Compare
Choose a tag to compare

Amazon SSM Agent - Release 2.0.805.0 - 2017-06-07

07 Jun 23:15
Compare
Choose a tag to compare
  • Added support for SLES (SuSE) (64-bit, v12 and above)
  • Various bug fixes

Amazon SSM Agent - Release 2.0.796.0 - 2017-05-26

19 Feb 19:38
Compare
Choose a tag to compare
  • Linux platform version now based on os-release when available
  • Various bug fixes

Amazon SSM Agent - Release 2.0.790.0 - 2017-05-09

19 Feb 19:40
Compare
Choose a tag to compare
  • Added support for step-level preconditions
  • Added support for rate/interval based schedule expressions for associations
  • Added Summary and PackageID fields to inventory's aws:application gatherer
  • Changed inventory's aws:application gatherer to use win32_processor: addressWidth to detect OS architecture to avoid localization based errors
  • Fixed CloudWatch issue with large configuration
  • Fixed S3 upload when instance and bucket are not in the same region
  • Fixed bug that prevented native language AMIs (Japanese AMI) from launching Cloudwatch
  • Various bug fixes

Amazon SSM Agent - Release 2.0.755.0 - 2017-04-07

19 Feb 19:43
Compare
Choose a tag to compare
  • Fixed bugs that prevented CloudWatch from launching and allowed multiple instances of CloudWatch to launch on Windows
  • Various bug fixes

Amazon SSM Agent - Release 2.0.730.0 - 2017-04-07

11 Apr 22:21
Compare
Choose a tag to compare
  • Fixed issues with agent starting before network is ready on systemd systems.

Amazon SSM Agent - Release 2.0.716.0 - 2017-03-15

15 Mar 23:54
Compare
Choose a tag to compare
  • Pass proxy settings to domain join and CloudWatch
  • Added support for installing Docker on Linux
  • Removed the upper limit for the maximum number of parallel executing documents on the agent (previously the max was 10)
  • You can configure this number by setting the “CommandWorkerLimit” attribute in amazon-ssm-agent.json file
  • Various bug fixes

Amazon SSM Agent - Release 2.0.672.0 - 2017-02-17

17 Feb 19:41
Compare
Choose a tag to compare
  • Added bucket-owner-full-control ACL to S3 outputs to support cross-account upload
  • Standardized S3 result paths across plugins; commands append command-id/instance-id/plugin-name/step-id associations append instance-id/association-id/execution-date/plugin-name/step-id
    1. step-id is the id field in plugin input if present and supported, otherwise the step name (in 2.0 schema documents), otherwise the plugin-name again
    2. plugin-name and step-id have : characters removed
  • FreeBSD patches from external contributor
  • Various bug fixes

Amazon SSM Agent - Release 2.0.633.0 - 2017-01-18

19 Jan 00:48
Compare
Choose a tag to compare
  • Added support for aws:softwareInventory plugin to upload inventory related log messages to S3
  • Fixed CloudWatch crash issue
  • Fixed Domain Join to support customized OU
  • Various bug fixes

Amazon SSM Agent - Release 2.0.599.0 - 2016-12-30

17 Feb 18:24
Compare
Choose a tag to compare
  • Added support for running Powershell on Linux
  • Added support for State Manager that automates the process of keeping your Amazon EC2 and hybrid infrastructure in a state that you define You can use State Manager to ensure that your instances are bootstrapped with specific software at startup, configured according to your security policy, joined to a Windows domain, or patched with specific software updates throughout their lifecycle
  • Added support for Systems Manager Inventory that allows you to specify the type of metadata to collect, the instances from where the metadata should be collected, and a schedule for metadata collection
  • Added support for installing, uninstalling, and updating AWS packages published by AWS
  • Added support for installing Docker on Windows and running Docker actions
  • Added support for Windows Server 2016
  • Added support for Windows Server Nano
  • Fixed CloudWatch doesn't work with creating association from Console
  • Fixed SSM Agent not able to start on Windows Server 2003
  • Various bug fixes