-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatic commit of package [koji-containerbuild] release [0.11.0-1].
Created by command: /usr/bin/tito tag --use-version=0.11.0
- Loading branch information
1 parent
142fbf3
commit 2c77ff2
Showing
3 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
%global module koji_containerbuild | ||
|
||
Name: koji-containerbuild | ||
Version: 0.10.0 | ||
Version: 0.11.0 | ||
Release: 1%{?dist} | ||
Summary: Koji support for building layered container images | ||
Group: Applications/System | ||
|
@@ -160,6 +160,13 @@ rm -rf $RPM_BUILD_ROOT | |
|
||
|
||
%changelog | ||
* 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]) | ||
- Replace f32 with f33 to run bandit and pylint ([email protected]) | ||
- Fix coveralls 422 Client Error ([email protected]) | ||
- Replace f31 with f33 in CI workflow ([email protected]) | ||
|
||
* Mon Jan 18 2021 Martin Bašti <[email protected]> 0.10.0-1 | ||
- Sort CLI output alphabetically ([email protected]) | ||
- Pin 'bandit<1.6.3' to resolve an install error on Cent/Py2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.10.0-1 ./ | ||
0.11.0-1 ./ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ def get_requirements(requirements_file='requirements.txt'): | |
|
||
setup( | ||
name="koji-containerbuild", | ||
version="0.10.0", | ||
version="0.11.0", | ||
author="Pavol Babincak", | ||
author_email="[email protected]", | ||
description="Container build support for Koji buildsystem", | ||
|