Skip to content

Commit 1151c64

Browse files
authored
Merge pull request #382 from vardhaman22/v2.10-chart-update
[main] [v2.10] chart update
2 parents 3e39179 + 3ecdfb3 commit 1151c64

31 files changed

+284
-1037
lines changed

chart/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ annotations:
22
catalog.cattle.io/auto-install: rancher-cis-benchmark-crd=match
33
catalog.cattle.io/certified: rancher
44
catalog.cattle.io/display-name: CIS Benchmark
5-
catalog.cattle.io/kube-version: '>= 1.27.0-0 < 1.32.0-0'
5+
catalog.cattle.io/kube-version: '>= 1.28.0-0 < 1.32.0-0'
66
catalog.cattle.io/namespace: cis-operator-system
77
catalog.cattle.io/os: linux
88
catalog.cattle.io/permits-os: linux,windows
@@ -12,11 +12,11 @@ annotations:
1212
catalog.cattle.io/type: cluster-tool
1313
catalog.cattle.io/ui-component: rancher-cis-benchmark
1414
apiVersion: v1
15-
appVersion: v7.0.0-rc.1
15+
appVersion: v7.0.0-rc.2
1616
description: The cis-operator enables running CIS benchmark security scans on a kubernetes
1717
cluster
1818
icon: https://charts.rancher.io/assets/logos/cis-kube-bench.svg
1919
keywords:
2020
- security
2121
name: rancher-cis-benchmark
22-
version: 7.0.0-rc.1
22+
version: 7.0.0-rc.2

chart/app-readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ This chart installs the following components:
2828
| CIS | eks | eks-1.2.0 | eks |
2929
| CIS | aks | aks-1.0 | aks |
3030
| CIS | gke | gke-1.2.0 | gke |
31+
| CIS | gke | gke-1.6.0 | gke-1.29+ |

chart/templates/benchmark-gke-1.2.0.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ metadata:
66
spec:
77
clusterProvider: gke
88
minKubernetesVersion: "1.15.0"
9+
maxKubernetesVersion: "1.28.x"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
apiVersion: cis.cattle.io/v1
3+
kind: ClusterScanBenchmark
4+
metadata:
5+
name: gke-1.6.0
6+
spec:
7+
clusterProvider: gke
8+
minKubernetesVersion: "1.29.0"
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
apiVersion: cis.cattle.io/v1
3+
kind: ClusterScanProfile
4+
metadata:
5+
name: gke-profile-1.6.0
6+
annotations:
7+
clusterscanprofile.cis.cattle.io/builtin: "true"
8+
spec:
9+
benchmarkVersion: gke-1.6.0

chart/templates/validate-install-crd.yaml

Lines changed: 0 additions & 17 deletions
This file was deleted.

chart/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
image:
66
cisoperator:
77
repository: rancher/cis-operator
8-
tag: v1.0.16-rc.1
8+
tag: v1.3.0-rc.1
99
securityScan:
1010
repository: rancher/security-scan
11-
tag: v0.2.18-rc.1
11+
tag: v0.5.0-rc.1
1212
sonobuoy:
1313
repository: rancher/mirrored-sonobuoy-sonobuoy
1414
tag: v0.57.2

go.mod

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,33 +10,38 @@ require (
1010
github.com/prometheus-operator/prometheus-operator/pkg/client v0.71.2
1111
github.com/prometheus/client_golang v1.20.5
1212
github.com/rancher/kubernetes-provider-detector v0.1.5
13-
github.com/rancher/lasso v0.0.0-20240828170735-d79536cac289
14-
github.com/rancher/security-scan v0.2.18
13+
github.com/rancher/lasso v0.0.0-20240924233157-8f384efc8813
14+
github.com/rancher/security-scan v0.5.0-rc.1
15+
github.com/rancher/wrangler/v3 v3.0.0
1516
github.com/robfig/cron v1.2.0
1617
github.com/sirupsen/logrus v1.9.3
1718
github.com/urfave/cli v1.22.16
1819
golang.org/x/crypto/x509roots/fallback v0.0.0-20231030152948-74c2ba9521f1
19-
k8s.io/api v0.30.0
20-
k8s.io/apiextensions-apiserver v0.28.4
21-
k8s.io/apimachinery v0.30.0
22-
k8s.io/client-go v0.30.0
20+
k8s.io/api v0.31.1
21+
k8s.io/apiextensions-apiserver v0.31.0
22+
k8s.io/apimachinery v0.31.1
23+
k8s.io/client-go v0.31.1
2324
)
2425

2526
require (
27+
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
2628
github.com/google/gnostic-models v0.6.8 // indirect
2729
github.com/klauspost/compress v1.17.9 // indirect
2830
github.com/sagikazarmark/locafero v0.4.0 // indirect
2931
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
3032
github.com/sourcegraph/conc v0.3.0 // indirect
33+
github.com/x448/float16 v0.8.4 // indirect
3134
go.uber.org/multierr v1.11.0 // indirect
3235
golang.org/x/exp v0.0.0-20231206192017-f3f8817b8deb // indirect
36+
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
37+
k8s.io/gengo/v2 v2.0.0-20240228010128-51d4e06bde70 // indirect
3338
)
3439

3540
require (
36-
github.com/aquasecurity/kube-bench v0.8.0 // indirect
37-
github.com/aws/aws-sdk-go-v2 v1.26.0 // indirect
38-
github.com/aws/aws-sdk-go-v2/service/securityhub v1.37.0 // indirect
39-
github.com/aws/smithy-go v1.20.1 // indirect
41+
github.com/aquasecurity/kube-bench v0.9.1 // indirect
42+
github.com/aws/aws-sdk-go-v2 v1.31.0 // indirect
43+
github.com/aws/aws-sdk-go-v2/service/securityhub v1.53.3 // indirect
44+
github.com/aws/smithy-go v1.21.0 // indirect
4045
github.com/beorn7/perks v1.0.1 // indirect
4146
github.com/cespare/xxhash/v2 v2.3.0 // indirect
4247
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
@@ -45,12 +50,12 @@ require (
4550
github.com/evanphx/json-patch v5.7.0+incompatible // indirect
4651
github.com/fsnotify/fsnotify v1.7.0 // indirect
4752
github.com/ghodss/yaml v1.0.0 // indirect
48-
github.com/go-logr/logr v1.4.1 // indirect
53+
github.com/go-logr/logr v1.4.2 // indirect
4954
github.com/go-openapi/jsonpointer v0.20.0 // indirect
5055
github.com/go-openapi/jsonreference v0.20.2 // indirect
5156
github.com/go-openapi/swag v0.22.4 // indirect
5257
github.com/gogo/protobuf v1.3.2 // indirect
53-
github.com/golang/glog v1.2.0 // indirect
58+
github.com/golang/glog v1.2.2 // indirect
5459
github.com/golang/protobuf v1.5.4 // indirect
5560
github.com/google/go-cmp v0.6.0 // indirect
5661
github.com/google/gofuzz v1.2.0 // indirect
@@ -71,7 +76,6 @@ require (
7176
github.com/prometheus/client_model v0.6.1 // indirect
7277
github.com/prometheus/common v0.55.0 // indirect
7378
github.com/prometheus/procfs v0.15.1 // indirect
74-
github.com/rancher/wrangler v1.1.1
7579
github.com/russross/blackfriday/v2 v2.1.0 // indirect
7680
github.com/spf13/afero v1.11.0 // indirect
7781
github.com/spf13/cast v1.6.0 // indirect
@@ -92,12 +96,12 @@ require (
9296
gopkg.in/ini.v1 v1.67.0 // indirect
9397
gopkg.in/yaml.v2 v2.4.0 // indirect
9498
gopkg.in/yaml.v3 v3.0.1 // indirect
95-
k8s.io/code-generator v0.28.4 // indirect
96-
k8s.io/gengo v0.0.0-20230829151522-9cce18d56c01 // indirect
97-
k8s.io/klog/v2 v2.120.1 // indirect
99+
k8s.io/code-generator v0.31.0 // indirect
100+
k8s.io/gengo v0.0.0-20240228010128-51d4e06bde70 // indirect
101+
k8s.io/klog/v2 v2.130.1 // indirect
98102
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
99-
k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0 // indirect
100-
sigs.k8s.io/controller-runtime v0.16.3 // indirect
103+
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
104+
sigs.k8s.io/controller-runtime v0.19.0 // indirect
101105
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
102106
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
103107
sigs.k8s.io/yaml v1.4.0 // indirect

0 commit comments

Comments
 (0)