File tree Expand file tree Collapse file tree 3 files changed +18
-4
lines changed
Expand file tree Collapse file tree 3 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 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 )
3+ ## [ 1.0.0] ( https://github.com/dev-sec/cis-kubernetes-benchmark/tree/1.0.0 ) (2020-04-01)
4+ [ Full Changelog] ( https://github.com/dev-sec/cis-kubernetes-benchmark/compare/v0.4.0...1.0.0 )
5+
6+ ** Closed issues:**
7+
8+ - Update to CIS Benchmark 1.4.1 [ \# 23] ( https://github.com/dev-sec/cis-kubernetes-benchmark/issues/23 )
9+ - Question: Azure Kubernetes Service \( AKS\) Benchmark Scan [ \# 21] ( https://github.com/dev-sec/cis-kubernetes-benchmark/issues/21 )
10+
11+ ** Merged pull requests:**
12+
13+ - Feature/cis k8s benchmark v1.5.0 [ \# 26] ( https://github.com/dev-sec/cis-kubernetes-benchmark/pull/26 ) ([ aromeyer] ( https://github.com/aromeyer ) )
14+ - Feature: Update to 1.4.1 [ \# 24] ( https://github.com/dev-sec/cis-kubernetes-benchmark/pull/24 ) ([ jaredledvina] ( https://github.com/jaredledvina ) )
15+ - fix scheduler not found [ \# 22] ( https://github.com/dev-sec/cis-kubernetes-benchmark/pull/22 ) ([ silenceper] ( https://github.com/silenceper ) )
16+
17+ ## [ v0.4.0] ( https://github.com/dev-sec/cis-kubernetes-benchmark/tree/v0.4.0 ) (2019-02-20)
18+ [ Full Changelog] ( https://github.com/dev-sec/cis-kubernetes-benchmark/compare/v0.3.0...v0.4.0 )
519
620** Closed issues:**
721
Original file line number Diff line number Diff line change 11source 'https://rubygems.org'
22
33gem 'highline' , '~> 1.6.0'
4- gem 'inspec' , '~> 2 '
4+ gem 'inspec' , '~> 3 '
55gem 'rack' , '>= 1.6.11'
66gem 'rake'
77gem 'rubocop' , '~> 0.49.0'
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ copyright: Schuberg Philis B.V.
55copyright_email : kvlaardingerbroek@schubergphilis.com
66license : Apache-2.0
77summary : An InSpec Compliance profile for the CIS Kubernetes Benchmark
8- version : 0.4 .0
8+ version : 1.0 .0
99inspec_version : ' >= 2.3.5'
1010supports :
1111 - platform-family : unix
You can’t perform that action at this time.
0 commit comments