Hello community,

here is the log from the commit of package amazon-ssm-agent for 
openSUSE:Factory checked in at 2017-11-11 14:20:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/amazon-ssm-agent (Old)
 and      /work/SRC/openSUSE:Factory/.amazon-ssm-agent.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "amazon-ssm-agent"

Sat Nov 11 14:20:31 2017 rev:5 rq:540362 version:2.2.45.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/amazon-ssm-agent/amazon-ssm-agent.changes        
2017-08-28 15:18:27.645803215 +0200
+++ /work/SRC/openSUSE:Factory/.amazon-ssm-agent.new/amazon-ssm-agent.changes   
2017-11-11 14:20:35.033049822 +0100
@@ -1,0 +2,33 @@
+Wed Nov  8 20:37:30 UTC 2017 - sean.mar...@suse.com
+
+- Add ssm-document-worker binary to agent package. 
+
+-------------------------------------------------------------------
+Wed Nov  8 19:46:59 UTC 2017 - sean.mar...@suse.com
+
+- Update to 2.2.45.0 2017-10-18 (bsc#1067256)
+  + Refresh version patch with new version.
+  + Adding versioning support for Parameter Store.
+  + Added additional gatherers for inventory, including windows
+    service gatherer, windows registry gatherer, file metadata
+    gatherer, windows role gatherer.
+  + Added support for aws:downloadContent plugin to download
+    content from GitHub, S3 and documents from SSM documents.
+  + Added support for aws:runDocument plugin to execute SSM
+    documents.
+- Update to 2.2.30.0 2017-10-09
+  + Improved speed of initial association application on boot
+  + Various aws:configurePackage service integration changes
+  + Improved home directory detection in non-x64 linux platforms
+    to address cases where shared AWS SDK credentials were not
+    available in on-prem instances
+- Update to 2.2.24.0 2017-10-02
+  + Added exponential backoff in bucket region check for s3 upload
+  + Fixed an issue with orchestration directory cleanup for
+    RunCommand
+- Update to 2.2.16.0 2017-09-25
+- Update to 2.1.4.0 2017-09-11
+  + Support for command execution out-of-process
+- Update to 2.0.952.0 2017-08-28
+
+-------------------------------------------------------------------

Old:
----
  amazon-ssm-agent-2.0.922.0.tar.gz

New:
----
  amazon-ssm-agent-2.2.45.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ amazon-ssm-agent.spec ++++++
--- /var/tmp/diff_new_pack.pVqbh1/_old  2017-11-11 14:20:35.821020943 +0100
+++ /var/tmp/diff_new_pack.pVqbh1/_new  2017-11-11 14:20:35.825020796 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           amazon-ssm-agent
-Version:        2.0.922.0
+Version:        2.2.45.0
 Release:        0
 Summary:        Amazon Remote System Config Management
 License:        Apache-2.0
@@ -72,6 +72,9 @@
 go build -ldflags "-s -w" -o bin/ssm-cli -v \
 ${PKG_ROOT}/agent/cli-main/cli-main.go
 
+go build -ldflags "-s -w" -o bin/ssm-document-worker -v \
+${PKG_ROOT}/agent/framework/processor/executer/outofproc/worker/main.go
+
 %install
 install -d -m 755 %{buildroot}%{_sbindir}
 install -d -m 755 %{buildroot}%{_bindir}
@@ -79,6 +82,7 @@
 install -d -m 755 %{buildroot}%{_sysconfdir}/amazon/ssm
 install -m 755 bin/amazon-ssm-agent %{buildroot}%{_sbindir}
 install -m 755 bin/ssm-cli %{buildroot}%{_bindir}
+install -m 755 bin/ssm-document-worker %{buildroot}%{_bindir}
 
 mkdir -p %{buildroot}%{_unitdir}
 install -m 755 %SOURCE1 %{buildroot}%{_unitdir}

++++++ amazon-ssm-agent-2.0.922.0.tar.gz -> amazon-ssm-agent-2.2.45.0.tar.gz 
++++++
/work/SRC/openSUSE:Factory/amazon-ssm-agent/amazon-ssm-agent-2.0.922.0.tar.gz 
/work/SRC/openSUSE:Factory/.amazon-ssm-agent.new/amazon-ssm-agent-2.2.45.0.tar.gz
 differ: char 13, line 1

++++++ fix-version.patch ++++++
--- /var/tmp/diff_new_pack.pVqbh1/_old  2017-11-11 14:20:35.877018891 +0100
+++ /var/tmp/diff_new_pack.pVqbh1/_new  2017-11-11 14:20:35.881018744 +0100
@@ -3,9 +3,9 @@
 --- amazon-ssm-agent-2.0.922.0.orig/VERSION
 +++ amazon-ssm-agent-2.0.922.0/VERSION
 @@ -1 +1 @@
--2.0.0.0
+-2.2.0.0
 \ No newline at end of file
-+2.0.922.0
++2.2.45.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
@@ -14,5 +14,5 @@
  package version
  
  // Version is the version of the Agent
--const Version = "2.0.0.0"
-+const Version = "2.0.922.0"
+-const Version = "2.2.0.0"
++const Version = "2.2.45.0"


Reply via email to