diff --git a/atomic.spec b/atomic.spec index 21b8837..8e45695 100644 --- a/atomic.spec +++ b/atomic.spec @@ -11,11 +11,11 @@ %global __python %{__python3} %endif -%global commit 3391fc2c25a21f2c73d923bbbfe5eec2fa02be7c +%global commit e7f78948a00571b8aca797e0dcaa362d36f5493e %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: atomic -Version: 1.16.2 +Version: 1.16.3 Release: 1%{?dist} Summary: Tool for managing ProjectAtomic systems and containers License: LGPLv2+ @@ -152,6 +152,18 @@ EOF %dir %{_sharedstatedir}/containers/%{name} %changelog +* Thu Mar 9 2017 Dan Walsh - 1.16.3-1 +- bump to v1.16.1 +- Fix str/byte exception with fingerprint +- Atomic/discovery.py: Fix exception with FQDN in atomic sign +- Small fix to image info +- Report an error when no applicable registries.d configuration exists +- Fix debug output when in RegistryInspect.find_image_on_registry +- Allow returning raw bytes from RegistryInspect.get_manifest +- syscontainers: do not fail if Docker is not running +- syscontainers: add a warning if the image is not a system container +- Atomic/scan.py: Fix KeyError for uuid + * Wed Mar 1 2017 Dan Walsh - 1.16.2-1 - bump to v1.16.1 - Fix lots of atomic storage bugs