Hello community,

here is the log from the commit of package docker-distribution for 
openSUSE:Factory checked in at 2016-01-07 00:24:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/docker-distribution (Old)
 and      /work/SRC/openSUSE:Factory/.docker-distribution.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "docker-distribution"

Changes:
--------
--- /work/SRC/openSUSE:Factory/docker-distribution/docker-distribution.changes  
2015-10-06 13:25:02.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.docker-distribution.new/docker-distribution.changes 
    2016-01-07 00:24:39.000000000 +0100
@@ -1,0 +2,37 @@
+Mon Dec 28 16:44:33 UTC 2015 - [email protected]
+
+- Fix default configuration file
+
+-------------------------------------------------------------------
+Mon Dec 28 09:51:35 UTC 2015 - [email protected]
+
+- Update to 2.2.1:
+  * Storage Drivers correctly handle empty directories.
+  * Swift storage driver support for bulk deletes and improved handling of
+    eventually consistent configurations.
+  * Reduction in roundtrips for layer download.
+  * Catalog performance improvements.
+- Update to 2.2.0:
+  * Google Cloud Storage Driver: the Registry now supports Google's reliable 
and
+    fast network and storage infrastructure for layer and manifest storage.
+  * Read-only mode: Enables a Registry to serve only read requests, useful to
+     maintain read availability during unsafe administrative tasks.
+  * Configurable hostname support:  Allows the specification of an
+    externally-reachable URL for the Registry.
+  * Improved handling of environmental variables: Enables environment variables
+    to be specified which are not part of the configuration file.
+  * Configurable file-existence and HTTP health checks: Allows administrators 
to
+    easily disable a registry temporarily by placing a file on the filesystem.
+    Additionally a registry can be configured to check the health of other
+    services, such as notification endpoints.
+  * Enable configurable HTTP headers to be set in responses: This feature is
+    usable for Registry administrators to set response headers for various
+    uses cases including increased security.
+  * Redirect Support in the Swift Driver: The Swift storage driver now supports
+    generating download URLs in line with other cloud storage drivers.
+  * Gotchas: In order to support valid hostnames as name components, supporting
+    repeated dash was added. Additionally double underscore is now allowed as a
+    separator to loosen the restriction for previously supported names.
+- Update bundled configuration file: do no longer use deprecated `loglevel`
+
+-------------------------------------------------------------------

Old:
----
  docker-distribution-2.1.1.tar.bz2

New:
----
  _service
  distribution-2.2.1.tar.xz

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

Other differences:
------------------
++++++ docker-distribution.spec ++++++
--- /var/tmp/diff_new_pack.k1eKgk/_old  2016-01-07 00:24:41.000000000 +0100
+++ /var/tmp/diff_new_pack.k1eKgk/_new  2016-01-07 00:24:41.000000000 +0100
@@ -17,18 +17,18 @@
 
 
 Name:           docker-distribution
-Version:        2.1.1
+Version:        2.2.1
 Release:        0
 Summary:        The Docker toolset to pack, ship, store, and deliver content 
 License:        Apache-2.0
 Group:          System/Management
 Url:            http://www.docker.io
-Source:         %{name}-%{version}.tar.bz2
+Source:         distribution-%{version}.tar.xz
 Source1:        registry-configuration.yml
 Source2:        registry.service
 Source3:        README-registry.SUSE
 Patch0:         fix_version.patch
-BuildRequires:  go >= 1.3
+BuildRequires:  go >= 1.5.2
 BuildRequires:  make
 BuildRequires:  systemd-devel
 PreReq:         %fillup_prereq
@@ -54,7 +54,7 @@
 Registry server for Docker (hosting/delivering of repositories and images).
 
 %prep
-%setup -q -n docker-distribution-%{version}
+%setup -q -n distribution-%{version}
 cp %{SOURCE3} .
 %patch0 -p1
 

++++++ _service ++++++
<services>
  <service name="tar_scm" mode="disabled">
    <param name="url">https://github.com/docker/distribution.git</param>
    <param name="scm">git</param>
    <param name="exclude">.git</param>
    <param name="versionformat">2.2.1</param>
    <param name="revision">v2.2.1</param>
  </service>
  <service name="recompress" mode="disabled">
    <param name="file">distribution-*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service name="set_version" mode="disabled">
    <param name="basename">distribution</param>
  </service>
</services>
++++++ registry-configuration.yml ++++++
--- /var/tmp/diff_new_pack.k1eKgk/_old  2016-01-07 00:24:41.000000000 +0100
+++ /var/tmp/diff_new_pack.k1eKgk/_new  2016-01-07 00:24:41.000000000 +0100
@@ -1,5 +1,6 @@
 version: 0.1
-loglevel: info
+log:
+  level: info
 storage:
   filesystem:
     rootdirectory: /var/lib/docker-registry


Reply via email to