From 8f90fbeb5077c0716bc738bfdd5d5acb8d5cd43c Mon Sep 17 00:00:00 2001 From: Robert Cerven Date: Tue, 4 Apr 2017 17:57:46 +0200 Subject: [PATCH] Automatic commit of package [koji-containerbuild] release [0.7.2-1]. --- koji-containerbuild.spec | 11 ++++++++++- rel-eng/packages/koji-containerbuild | 2 +- setup.py | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/koji-containerbuild.spec b/koji-containerbuild.spec index fc907a0c..142a7ac8 100644 --- a/koji-containerbuild.spec +++ b/koji-containerbuild.spec @@ -6,7 +6,7 @@ %global module koji_containerbuild Name: koji-containerbuild -Version: 0.7.1 +Version: 0.7.2 Release: 1%{?dist} Summary: Koji support for building layered container images Group: Applications/System @@ -114,6 +114,15 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Apr 04 2017 Robert Cerven 0.7.2-1 +- check if pkg can be tagged (lucarval@redhat.com) +- orchestrator build can only successfully run if can_orchestrate option is + set, in osbs.conf otherwise will fallback to regular prod_build + (rcerven@redhat.com) +- add unit testing for orchestrator builds (lucarval@redhat.com) +- Use osbs-client's create_orchestrator_build method if available + (vrutkovs@redhat.com) + * 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 diff --git a/rel-eng/packages/koji-containerbuild b/rel-eng/packages/koji-containerbuild index ee9f070b..98138f0c 100644 --- a/rel-eng/packages/koji-containerbuild +++ b/rel-eng/packages/koji-containerbuild @@ -1 +1 @@ -0.7.1-1 ./ +0.7.2-1 ./ diff --git a/setup.py b/setup.py index 2e5a051c..142651b8 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def run(self): setup( name="koji-containerbuild", - version="0.7.1", + version="0.7.2", author="Pavol Babincak", author_email="pbabinca@redhat.com", description="Container build support for Koji buildsystem",