Skip to content

Commit 66e8d95

Browse files
committed
2.1.0
Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
1 parent 87f756c commit 66e8d95

File tree

2 files changed

+31
-6
lines changed

2 files changed

+31
-6
lines changed

CHANGELOG.md

Lines changed: 30 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,28 @@
11
# Change Log
22

3-
## [2.0.0](https://github.com/dev-sec/cis-docker-benchmark/tree/2.0.0) (2017-11-24)
4-
[Full Changelog](https://github.com/dev-sec/cis-docker-benchmark/compare/1.3.0...2.0.0)
3+
## [2.1.0](https://github.com/dev-sec/cis-docker-benchmark/tree/2.1.0) (2018-04-20)
4+
[Full Changelog](https://github.com/dev-sec/cis-docker-benchmark/compare/2.0.0...2.1.0)
55

6-
**Fixed bugs:**
6+
**Closed issues:**
77

8-
- undefined method `downcase' for nil:NilClass [\#32](https://github.com/dev-sec/cis-docker-benchmark/issues/32)
8+
- method\_missing: undefined local variable or method docker [\#50](https://github.com/dev-sec/cis-docker-benchmark/issues/50)
9+
- uploading cis docker profile to chef compliance [\#46](https://github.com/dev-sec/cis-docker-benchmark/issues/46)
10+
11+
**Merged pull requests:**
12+
13+
- Fix utf8 truncated output [\#53](https://github.com/dev-sec/cis-docker-benchmark/pull/53) ([aschmidt75](https://github.com/aschmidt75))
14+
- update inspec version to 2.0 [\#52](https://github.com/dev-sec/cis-docker-benchmark/pull/52) ([atomic111](https://github.com/atomic111))
15+
- Fixes \#37 prevent NoMethodError when no hosts available [\#49](https://github.com/dev-sec/cis-docker-benchmark/pull/49) ([Nowheresly](https://github.com/Nowheresly))
16+
- name correct minimum inspec version [\#47](https://github.com/dev-sec/cis-docker-benchmark/pull/47) ([chris-rock](https://github.com/chris-rock))
17+
- update changelog [\#45](https://github.com/dev-sec/cis-docker-benchmark/pull/45) ([chris-rock](https://github.com/chris-rock))
18+
19+
## [2.0.0](https://github.com/dev-sec/cis-docker-benchmark/tree/2.0.0) (2017-11-24)
20+
[Full Changelog](https://github.com/dev-sec/cis-docker-benchmark/compare/1.3.1...2.0.0)
921

1022
**Closed issues:**
1123

1224
- Verify enable content trust per-shell or per-invocation check [\#44](https://github.com/dev-sec/cis-docker-benchmark/issues/44)
1325
- load\_with\_context': undefined method `each' for nil:NilClass \(NoMethodError\) exception in cis-docker-benchmark-master/controls/container\_runtime.rb:194 [\#37](https://github.com/dev-sec/cis-docker-benchmark/issues/37)
14-
- docker variable not defined [\#31](https://github.com/dev-sec/cis-docker-benchmark/issues/31)
1526
- use own control number scheme [\#25](https://github.com/dev-sec/cis-docker-benchmark/issues/25)
1627
- Update to CIS 1.13 [\#24](https://github.com/dev-sec/cis-docker-benchmark/issues/24)
1728

@@ -20,6 +31,20 @@
2031
- Update to CIS Docker Benchmark 1.13.0 [\#43](https://github.com/dev-sec/cis-docker-benchmark/pull/43) ([atomic111](https://github.com/atomic111))
2132
- correct the maintainer and email in inspec.yml [\#42](https://github.com/dev-sec/cis-docker-benchmark/pull/42) ([atomic111](https://github.com/atomic111))
2233
- update gemfile [\#41](https://github.com/dev-sec/cis-docker-benchmark/pull/41) ([atomic111](https://github.com/atomic111))
34+
35+
## [1.3.1](https://github.com/dev-sec/cis-docker-benchmark/tree/1.3.1) (2017-11-18)
36+
[Full Changelog](https://github.com/dev-sec/cis-docker-benchmark/compare/1.3.0...1.3.1)
37+
38+
**Fixed bugs:**
39+
40+
- undefined method `downcase' for nil:NilClass [\#32](https://github.com/dev-sec/cis-docker-benchmark/issues/32)
41+
42+
**Closed issues:**
43+
44+
- docker variable not defined [\#31](https://github.com/dev-sec/cis-docker-benchmark/issues/31)
45+
46+
**Merged pull requests:**
47+
2348
- 1.3.1 [\#40](https://github.com/dev-sec/cis-docker-benchmark/pull/40) ([chris-rock](https://github.com/chris-rock))
2449
- updating check for container\_info networkings port [\#38](https://github.com/dev-sec/cis-docker-benchmark/pull/38) ([coolguru](https://github.com/coolguru))
2550
- add required docker cli version [\#35](https://github.com/dev-sec/cis-docker-benchmark/pull/35) ([chris-rock](https://github.com/chris-rock))

inspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ copyright: DevSec Hardening Framework Team
55
copyright_email: hello@dev-sec.io
66
license: Apache-2.0
77
summary: An InSpec Compliance Profile for the CIS Docker Benchmark
8-
version: 2.0.0
8+
version: 2.1.0

0 commit comments

Comments
 (0)