Skip to content

Commit

Permalink
Merge pull request #233 from user-cont/0.4.0-release
Browse files Browse the repository at this point in the history
0.4.0 release
  • Loading branch information
TomasTomecek authored May 24, 2019
2 parents d80c2cd + 0b1587d commit 19a6688
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# 0.4.0

## Features

* Create a new check which makes sure that certain labels are overridden in
layered images.
* Certain remote API calls are now being retried - this should help in environments where network is unreliable.

## Breaking changes

* Python 2 is now completely unsupported.

## Minor

* A bunch of usability issues: when things go wrong, colin should not
produce more helpful error messages and logs.


# 0.3.1

## Fixes
Expand Down
7 changes: 5 additions & 2 deletions colin.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
%endif

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

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

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

* Wed May 01 2019 Lukas Slebodnik <[email protected]> 0.3.1-4
- Change weak dependency in rawhide (docker -> moby-engine)

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.3.1'
__version__ = '0.4.0'

0 comments on commit 19a6688

Please sign in to comment.