Skip to content

Commit 04fe946

Browse files
Merge pull request #639 from vardhaman22/v1.3/chart-bump
[release/v1.3] chat bump to 7.3.0-rc.2
2 parents c3cb49d + 17e90b3 commit 04fe946

File tree

4 files changed

+41
-52
lines changed

4 files changed

+41
-52
lines changed

chart/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -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.3.0-rc.1
15+
appVersion: v7.3.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.3.0-rc.1
22+
version: 7.3.0-rc.2

chart/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
image:
66
cisoperator:
77
repository: rancher/cis-operator
8-
tag: v1.3.6-rc.1
8+
tag: v1.3.6-rc.2
99
securityScan:
1010
repository: rancher/security-scan
11-
tag: v0.5.4-rc.1
11+
tag: v0.5.4-rc.2
1212
sonobuoy:
1313
repository: rancher/mirrored-sonobuoy-sonobuoy
1414
tag: v0.57.2

go.mod

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/rancher/cis-operator
22

3-
go 1.23.4
3+
go 1.23.5
44

55
toolchain go1.23.6
66

@@ -11,7 +11,7 @@ replace (
1111
k8s.io/apimachinery => k8s.io/apimachinery v0.31.5
1212
k8s.io/client-go => k8s.io/client-go v0.31.5
1313
k8s.io/gengo/v2 => k8s.io/gengo/v2 v2.0.0-20240228010128-51d4e06bde70
14-
k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20240808142205-8e686545bdb8
14+
k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340
1515
sigs.k8s.io/structured-merge-diff/v4 => sigs.k8s.io/structured-merge-diff/v4 v4.4.1
1616
)
1717

@@ -22,16 +22,16 @@ require (
2222
github.com/prometheus/client_golang v1.20.5
2323
github.com/rancher/kubernetes-provider-detector v0.1.5
2424
github.com/rancher/lasso v0.0.0-20240924233157-8f384efc8813
25-
github.com/rancher/security-scan v0.5.4-rc.1
25+
github.com/rancher/security-scan v0.5.4-rc.2
2626
github.com/rancher/wrangler/v3 v3.1.0
2727
github.com/robfig/cron v1.2.0
2828
github.com/sirupsen/logrus v1.9.3
2929
github.com/urfave/cli v1.22.16
3030
golang.org/x/crypto/x509roots/fallback v0.0.0-20231030152948-74c2ba9521f1
31-
k8s.io/api v0.32.0
31+
k8s.io/api v0.32.1
3232
k8s.io/apiextensions-apiserver v0.31.5
33-
k8s.io/apimachinery v0.32.0
34-
k8s.io/client-go v0.32.0
33+
k8s.io/apimachinery v0.32.1
34+
k8s.io/client-go v0.32.1
3535
)
3636

3737
require (
@@ -49,10 +49,10 @@ require (
4949
)
5050

5151
require (
52-
github.com/aquasecurity/kube-bench v0.10.0 // indirect
53-
github.com/aws/aws-sdk-go-v2 v1.32.8 // indirect
54-
github.com/aws/aws-sdk-go-v2/service/securityhub v1.55.3 // indirect
55-
github.com/aws/smithy-go v1.22.1 // indirect
52+
github.com/aquasecurity/kube-bench v0.10.1 // indirect
53+
github.com/aws/aws-sdk-go-v2 v1.36.0 // indirect
54+
github.com/aws/aws-sdk-go-v2/service/securityhub v1.55.8 // indirect
55+
github.com/aws/smithy-go v1.22.2 // indirect
5656
github.com/beorn7/perks v1.0.1 // indirect
5757
github.com/cespare/xxhash/v2 v2.3.0 // indirect
5858
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect

0 commit comments

Comments
 (0)