Skip to content

Commit eb92a7f

Browse files
authored
Merge pull request #188 from user-cont/0.2.0-release
0.2.0 release
2 parents 2cfbe63 + 6be7696 commit eb92a7f

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# 0.2.0
2+
3+
## Breaking changes
4+
5+
* switch from docker to podman, thanks to @lachmanfrantisek
6+
* remove `container` target type
7+
* new cli arg: target type (defaults to image -- for podman)
8+
9+
## New Features
10+
11+
* add `ostree` target, thanks to @TomasTomecek
12+
* use fmf format in checks, thanks to @jscotka
13+
* allow rulesets in the YAML format, thanks to @SkullTech
14+
15+
## Fixes
16+
17+
* many code style fixes
18+
* use Centos CI, thanks to @jpopelka
19+
* better loading of the ruleset files (subdir -> user -> system), thanks to @SkullTech
20+
* check existence of json output file directory
21+
* simpler loading of checks
22+
* tinker CONTRIBUTING.md
23+
* do not mount whole FS when checking for files
24+
* improve tests quality
25+
26+
127
# 0.1.0
228

329
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.

colin/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1515
#
1616

17-
__version__ = "0.1.0"
17+
__version__ = '0.2.0'

0 commit comments

Comments
 (0)