Skip to content

Commit

Permalink
Automatic commit of package [koji-containerbuild] release [0.12.0-1].
Browse files Browse the repository at this point in the history
Created by command:

/usr/bin/tito tag --use-version=0.12.0
  • Loading branch information
rcerven committed Jun 9, 2021
1 parent 5bc7a97 commit 24e35fe
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion koji-containerbuild.spec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
%global module koji_containerbuild

Name: koji-containerbuild
Version: 0.11.0
Version: 0.12.0
Release: 1%{?dist}
Summary: Koji support for building layered container images
Group: Applications/System
Expand Down Expand Up @@ -160,6 +160,20 @@ rm -rf $RPM_BUILD_ROOT


%changelog
* Wed Jun 09 2021 Robert Cerven <[email protected]> 0.12.0-1
- Factor out duplicated code for handling task response ([email protected])
- Refactoring: simplify creation of tasks results ([email protected])
- Test UW reading ([email protected])
- Add user warnings to the task output ([email protected])
- Provide an unit test for user warnings ([email protected])
- Collect user warnings from logs and store them ([email protected])
- Remove runtime assertions ([email protected])
- No more TODOs and FIXME in code ([email protected])
- Drop importlib_metadata from requirements.txt ([email protected])
- Fix: Fix passing operator_csv_modifications_url param to orchestrator
([email protected])
- Replace deprecated get-pip.py url ([email protected])

* Mon Mar 15 2021 Martin Bašti <[email protected]> 0.11.0-1
- add task signatures to koji.task.LEGACY_SIGNATURES ([email protected])
- New option --operator-csv-modifications-url ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion rel-eng/packages/koji-containerbuild
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.0-1 ./
0.12.0-1 ./
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def get_requirements(requirements_file='requirements.txt'):

setup(
name="koji-containerbuild",
version="0.11.0",
version="0.12.0",
author="Pavol Babincak",
author_email="[email protected]",
description="Container build support for Koji buildsystem",
Expand Down

0 comments on commit 24e35fe

Please sign in to comment.