Skip to content

Commit

Permalink
Merge pull request #258 from lachmanfrantisek/release-0.5.0
Browse files Browse the repository at this point in the history
Prepare release 0.5.0
  • Loading branch information
lachmanfrantisek authored Mar 12, 2021
2 parents 90af4e7 + 49f4ba2 commit c5bd378
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# 0.5.0

## Features

- Result can be converted to xunit xml file. (You can use `--xunit` CLI option to set the file we save the xunit output to.)
- Support for scanning images in OCI format.

## Breaking changes

- Minimal supported version of Python has been raised to 3.6.
- Support for images in ostree format has been removed because Fedora 30 was the latest one
which had support for ostree in Skopeo. (Replaced by newly added support for OCI format.)

## Minor

- The timeout overwriting now works as expected.

# 0.4.0

## Features
Expand Down
5 changes: 4 additions & 1 deletion colin.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
%endif

Name: %{pypi_name}
Version: 0.4.0
Version: 0.5.0
Release: 1%{?dist}
Summary: Tool to check generic rules/best-practices for containers/images/dockerfiles.

Expand Down Expand Up @@ -77,6 +77,9 @@ rm -rf html/.{doctrees,buildinfo}
%doc html

%changelog
* Thu Mar 11 13:31:23 CET 2021 Frantisek Lachman <[email protected]> - 0.5.0-1
- new upstream release 0.5.0

* Thu May 23 2019 Tomas Tomecek <[email protected]> - 0.4.0-1
- new upstream release: 0.4.0

Expand Down
2 changes: 1 addition & 1 deletion colin/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#

__version__ = "0.4.0"
__version__ = "0.5.0"

0 comments on commit c5bd378

Please sign in to comment.