Skip to content

Commit 199f1d2

Browse files
committed
Release v0.4.0
1 parent 151ddb6 commit 199f1d2

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Change Log
22

3+
## [0.4.0](https://github.com/dev-sec/cis-kubernetes-benchmark/tree/0.4.0) (2019-02-20)
4+
[Full Changelog](https://github.com/dev-sec/cis-kubernetes-benchmark/compare/v0.3.0...0.4.0)
5+
6+
**Closed issues:**
7+
8+
- CIS Benchmark v1.3.0 has been released [\#18](https://github.com/dev-sec/cis-kubernetes-benchmark/issues/18)
9+
- More Guidance On Usage [\#14](https://github.com/dev-sec/cis-kubernetes-benchmark/issues/14)
10+
- Runtime exception \(encode': "\xE2" from ASCII-8BIT to UTF-8 \(Encoding::UndefinedConversionError\)\) when requesting json format output [\#7](https://github.com/dev-sec/cis-kubernetes-benchmark/issues/7)
11+
12+
**Merged pull requests:**
13+
14+
- Update to CIS Kubernetes Benchmark version 1.4.0 [\#20](https://github.com/dev-sec/cis-kubernetes-benchmark/pull/20) ([rarenerd](https://github.com/rarenerd))
15+
- Update issue templates [\#19](https://github.com/dev-sec/cis-kubernetes-benchmark/pull/19) ([rndmh3ro](https://github.com/rndmh3ro))
16+
- use unified attributes [\#17](https://github.com/dev-sec/cis-kubernetes-benchmark/pull/17) ([chris-rock](https://github.com/chris-rock))
17+
- Simplification of kubernetes library [\#16](https://github.com/dev-sec/cis-kubernetes-benchmark/pull/16) ([tstuber](https://github.com/tstuber))
18+
- Detect whether the k8s distribution is hypercube [\#15](https://github.com/dev-sec/cis-kubernetes-benchmark/pull/15) ([ruettimac](https://github.com/ruettimac))
19+
- Update 2\_1\_worker\_node\_kubelet.rb [\#12](https://github.com/dev-sec/cis-kubernetes-benchmark/pull/12) ([ruettimac](https://github.com/ruettimac))
20+
321
## [v0.3.0](https://github.com/dev-sec/cis-kubernetes-benchmark/tree/v0.3.0) (2018-05-30)
422
[Full Changelog](https://github.com/dev-sec/cis-kubernetes-benchmark/compare/v0.2.0...v0.3.0)
523

inspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ copyright: Schuberg Philis B.V.
55
copyright_email: [email protected]
66
license: Apache-2.0
77
summary: An InSpec Compliance profile for the CIS Kubernetes Benchmark
8-
version: 0.3.0
8+
version: 0.4.0
99
inspec_version: '>= 2.3.5'
1010
supports:
1111
- platform-family: unix

0 commit comments

Comments
 (0)