Skip to content

Commit

Permalink
Merge pull request #210 from user-cont/0.3.0-release
Browse files Browse the repository at this point in the history
0.3.0 release
  • Loading branch information
lachmanfrantisek authored Nov 15, 2018
2 parents a36c261 + 1ffd35e commit 4f14587
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# 0.3.0

## New Features

* Add check timeouts
* Add support for check skip

## Breaking changes

* Use search method in label regex

## Fixes

* Error result when the check code cannot be found
* Error result when missing FROM in testing image tag

# 0.2.1

## New 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.1.0
Version: 0.3.0
Release: 1%{?dist}
Summary: Tool to check generic rules/best-practices for containers/images/dockerfiles

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

%changelog
* Wed Nov 14 2018 Frantisek Lachman <[email protected]> - 0.3.0-1
- 0.3.0 release

* Mon May 28 2018 Tomas Tomecek <[email protected]> - 0.1.0-1
- new upstream release: 0.1.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.2.1'
__version__ = '0.3.0'

0 comments on commit 4f14587

Please sign in to comment.