diff --git a/koji-containerbuild.spec b/koji-containerbuild.spec index 275b26af..dc382715 100644 --- a/koji-containerbuild.spec +++ b/koji-containerbuild.spec @@ -15,7 +15,7 @@ %global module koji_containerbuild Name: koji-containerbuild -Version: 0.11.0 +Version: 0.11.1 Release: 1%{?dist} Summary: Koji support for building layered container images Group: Applications/System @@ -160,6 +160,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Mar 18 2021 Martin Bašti 0.11.1-1 +- Fix: Fix passing operator_csv_modifications_url param to orchestrator + (mbasti@redhat.com) + * Mon Mar 15 2021 Martin Bašti 0.11.0-1 - add task signatures to koji.task.LEGACY_SIGNATURES (tkopecek@redhat.com) - New option --operator-csv-modifications-url (mbasti@redhat.com) diff --git a/rel-eng/packages/koji-containerbuild b/rel-eng/packages/koji-containerbuild index 2a3d421d..ecc7d5aa 100644 --- a/rel-eng/packages/koji-containerbuild +++ b/rel-eng/packages/koji-containerbuild @@ -1 +1 @@ -0.11.0-1 ./ +0.11.1-1 ./ diff --git a/setup.py b/setup.py index 2ce4f591..503aabe7 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ def get_requirements(requirements_file='requirements.txt'): setup( name="koji-containerbuild", - version="0.11.0", + version="0.11.1", author="Pavol Babincak", author_email="pbabinca@redhat.com", description="Container build support for Koji buildsystem",