Hello community, here is the log from the commit of package amazon-ssm-agent for openSUSE:Factory checked in at 2018-03-22 12:05:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/amazon-ssm-agent (Old) and /work/SRC/openSUSE:Factory/.amazon-ssm-agent.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "amazon-ssm-agent" Thu Mar 22 12:05:00 2018 rev:8 rq:589232 version:2.2.325.0 Changes: -------- --- /work/SRC/openSUSE:Factory/amazon-ssm-agent/amazon-ssm-agent.changes 2018-02-10 17:58:12.260051561 +0100 +++ /work/SRC/openSUSE:Factory/.amazon-ssm-agent.new/amazon-ssm-agent.changes 2018-03-22 12:10:39.205767091 +0100 @@ -1,0 +2,17 @@ +Wed Mar 14 23:50:17 UTC 2018 - [email protected] + +- Update to 2.2.325.0 2018-03-07 (bsc#1085670) + + Bug fix to change sourceHashType to be default sha256 on + psmodule. +- Update to 2.2.257.0 2018-02-23 + + Bug fix to address an issue that can prevent the agent from + processing associations after a restart. +- Update to 2.2.160.0 2018-01-15 + + Execute "pwsh" on linux when using runPowershellScript plugin. +- Update to 2.2.93.0 2017-11-14 + + Update to latest AWS SDK. +- Update to 2.2.58.0 2017-10-23 + + Switching to use Birdwatcher distribution service for AWS + packages. + +------------------------------------------------------------------- Old: ---- amazon-ssm-agent-2.2.45.0.tar.gz New: ---- amazon-ssm-agent-2.2.325.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ amazon-ssm-agent.spec ++++++ --- /var/tmp/diff_new_pack.M5fZPs/_old 2018-03-22 12:10:40.629716053 +0100 +++ /var/tmp/diff_new_pack.M5fZPs/_new 2018-03-22 12:10:40.633715909 +0100 @@ -17,7 +17,7 @@ Name: amazon-ssm-agent -Version: 2.2.45.0 +Version: 2.2.325.0 Release: 0 Summary: Amazon Remote System Config Management License: Apache-2.0 ++++++ amazon-ssm-agent-2.2.45.0.tar.gz -> amazon-ssm-agent-2.2.325.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/amazon-ssm-agent/amazon-ssm-agent-2.2.45.0.tar.gz /work/SRC/openSUSE:Factory/.amazon-ssm-agent.new/amazon-ssm-agent-2.2.325.0.tar.gz differ: char 12, line 1 ++++++ fix-version.patch ++++++ --- /var/tmp/diff_new_pack.M5fZPs/_old 2018-03-22 12:10:40.757711465 +0100 +++ /var/tmp/diff_new_pack.M5fZPs/_new 2018-03-22 12:10:40.757711465 +0100 @@ -5,7 +5,7 @@ @@ -1 +1 @@ -2.2.0.0 \ No newline at end of file -+2.2.45.0 ++2.2.325.0 Index: amazon-ssm-agent-2.0.922.0/agent/version/version.go =================================================================== --- amazon-ssm-agent-2.0.922.0.orig/agent/version/version.go @@ -15,4 +15,4 @@ // Version is the version of the Agent -const Version = "2.2.0.0" -+const Version = "2.2.45.0" ++const Version = "2.2.325.0"
