Skip to content

Commit

Permalink
Merge pull request #188 from user-cont/0.2.0-release
Browse files Browse the repository at this point in the history
0.2.0 release
  • Loading branch information
jpopelka committed Sep 19, 2018
2 parents 2cfbe63 + 6be7696 commit eb92a7f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# 0.2.0

## Breaking changes

* switch from docker to podman, thanks to @lachmanfrantisek
* remove `container` target type
* new cli arg: target type (defaults to image -- for podman)

## New Features

* add `ostree` target, thanks to @TomasTomecek
* use fmf format in checks, thanks to @jscotka
* allow rulesets in the YAML format, thanks to @SkullTech

## Fixes

* many code style fixes
* use Centos CI, thanks to @jpopelka
* better loading of the ruleset files (subdir -> user -> system), thanks to @SkullTech
* check existence of json output file directory
* simpler loading of checks
* tinker CONTRIBUTING.md
* do not mount whole FS when checking for files
* improve tests quality


# 0.1.0

Welcome to the first official release of colin. With `0.0.*` releases we tried to iterate on a minimal viable product and with this `0.1.0` release we believe it's finally here.
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.1.0"
__version__ = '0.2.0'

0 comments on commit eb92a7f

Please sign in to comment.