From 24d73eda9a91f8b3976026833b1d4bd0c21b99fd Mon Sep 17 00:00:00 2001 From: Luiz Carvalho Date: Tue, 15 Nov 2016 08:03:55 -0500 Subject: [PATCH] Automatic commit of package [koji-containerbuild] release [0.7.1-1]. --- koji-containerbuild.spec | 18 +++++++++++++++++- rel-eng/packages/koji-containerbuild | 2 +- setup.py | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/koji-containerbuild.spec b/koji-containerbuild.spec index 7efd491c..fc907a0c 100644 --- a/koji-containerbuild.spec +++ b/koji-containerbuild.spec @@ -6,7 +6,7 @@ %global module koji_containerbuild Name: koji-containerbuild -Version: 0.6.6 +Version: 0.7.1 Release: 1%{?dist} Summary: Koji support for building layered container images Group: Applications/System @@ -114,6 +114,22 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Nov 15 2016 Luiz Carvalho 0.7.1-1 +- Move long tag check in checkLabels (vrutkovs@redhat.com) +- Update tests and documentation after tasks have been merged + (vrutkovs@redhat.com) +- Merge buildContainer and createContainer tasks (vrutkovs@redhat.com) +- Pick the longest tag correctly (vrutkovs@redhat.com) +- Pick the longest tag part among release and a list from additional-tags + (vrutkovs@redhat.com) +- Reject a build if the longest tag is longer than 128 chars + (vrutkovs@redhat.com) +- Trap build cancellation using signal handler (vrutkovs@redhat.com) +- tests: make tests work (twaugh@redhat.com) +- Cancel build when createContainer task is cancelled (throws + koji.GenericException) (vrutkovs@redhat.com) +- Drop support for release parameter (lucarval@redhat.com) + * Wed Jun 29 2016 Luiz Carvalho 0.6.6-1 - Use osbs 'scratch' configuration for scratch builds (vrutkovs@redhat.com) - Revert "Disable scratch builds" (vrutkovs@redhat.com) diff --git a/rel-eng/packages/koji-containerbuild b/rel-eng/packages/koji-containerbuild index 48682280..ee9f070b 100644 --- a/rel-eng/packages/koji-containerbuild +++ b/rel-eng/packages/koji-containerbuild @@ -1 +1 @@ -0.6.6-1 ./ +0.7.1-1 ./ diff --git a/setup.py b/setup.py index b540c60a..2e5a051c 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def run(self): setup( name="koji-containerbuild", - version="0.6.6", + version="0.7.1", author="Pavol Babincak", author_email="pbabinca@redhat.com", description="Container build support for Koji buildsystem",