Skip to content

Commit 49add6f

Browse files
committed
1.0.0
Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
1 parent 6406ec3 commit 49add6f

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
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

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22

33
gem 'highline', '~> 1.6.0'
4-
gem 'inspec', '~> 2'
4+
gem 'inspec', '~> 3'
55
gem 'rack', '>= 1.6.11'
66
gem 'rake'
77
gem 'rubocop', '~> 0.49.0'

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: kvlaardingerbroek@schubergphilis.com
66
license: Apache-2.0
77
summary: An InSpec Compliance profile for the CIS Kubernetes Benchmark
8-
version: 0.4.0
8+
version: 1.0.0
99
inspec_version: '>= 2.3.5'
1010
supports:
1111
- platform-family: unix

0 commit comments

Comments
 (0)