You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
+
1
27
# 0.1.0
2
28
3
29
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.
0 commit comments