diff --git a/koji-containerbuild.spec b/koji-containerbuild.spec index a525daa..452cd43 100644 --- a/koji-containerbuild.spec +++ b/koji-containerbuild.spec @@ -15,7 +15,7 @@ %global module koji_containerbuild Name: koji-containerbuild -Version: 0.16.0 +Version: 0.17.0 Release: 1%{?dist} Summary: Koji support for building layered container images Group: Applications/System @@ -161,6 +161,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jun 16 2022 Robert Cerven 0.17.0-1 +- Honour allowed_scms_use_* kojid options (rcerven@redhat.com) + * Mon Nov 22 2021 Robert Cerven 0.16.0-1 - allow isolated flatpak (rcerven@redhat.com) diff --git a/rel-eng/packages/koji-containerbuild b/rel-eng/packages/koji-containerbuild index afccf29..6c7f260 100644 --- a/rel-eng/packages/koji-containerbuild +++ b/rel-eng/packages/koji-containerbuild @@ -1 +1 @@ -0.16.0-1 ./ +0.17.0-1 ./ diff --git a/setup.py b/setup.py index a6cc0db..541cf10 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ def get_requirements(requirements_file='requirements.txt'): setup( name="koji-containerbuild", - version="0.16.0", + version="0.17.0", author="Pavol Babincak", author_email="pbabinca@redhat.com", description="Container build support for Koji buildsystem",