From 1fdfa16397bf04fd93dccbd9a2f0421b5a1567d4 Mon Sep 17 00:00:00 2001 From: Krunal Hingu Date: Wed, 15 Oct 2025 15:57:16 +0530 Subject: [PATCH 1/2] bump appVersion and image tags --- chart/Chart.yaml | 4 ++-- chart/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index c6502e51..298d172d 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -12,11 +12,11 @@ annotations: catalog.cattle.io/type: cluster-tool catalog.cattle.io/ui-component: rancher-cis-benchmark apiVersion: v1 -appVersion: v7.7.0-rc.1 +appVersion: v7.7.0-rc.2 description: The cis-operator enables running CIS benchmark security scans on a kubernetes cluster icon: https://charts.rancher.io/assets/logos/cis-kube-bench.svg keywords: - security name: rancher-cis-benchmark -version: 7.7.0-rc.1 +version: 7.7.0-rc.2 diff --git a/chart/values.yaml b/chart/values.yaml index 6357d28e..14e95489 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -5,10 +5,10 @@ image: cisoperator: repository: rancher/cis-operator - tag: v1.3.10-rc.1 + tag: v1.3.10-rc.2 securityScan: repository: rancher/security-scan - tag: v0.5.8-rc.2 + tag: v0.5.8-rc.3 sonobuoy: repository: rancher/mirrored-sonobuoy-sonobuoy tag: v0.57.3 From 1efaa588e9b664470acab560cc6384cca9037920 Mon Sep 17 00:00:00 2001 From: Krunal Hingu Date: Wed, 15 Oct 2025 16:36:01 +0530 Subject: [PATCH 2/2] update security-scan dependency to v0.5.8-rc.3 --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 79f979e9..7a81fec4 100644 --- a/go.mod +++ b/go.mod @@ -22,7 +22,7 @@ require ( github.com/prometheus/client_golang v1.21.1 github.com/rancher/kubernetes-provider-detector v0.1.5 github.com/rancher/lasso v0.0.0-20240924233157-8f384efc8813 - github.com/rancher/security-scan v0.5.8-rc.2 + github.com/rancher/security-scan v0.5.8-rc.3 github.com/rancher/wrangler/v3 v3.1.0 github.com/robfig/cron v1.2.0 github.com/sirupsen/logrus v1.9.3 diff --git a/go.sum b/go.sum index 9f186222..f4957e0f 100644 --- a/go.sum +++ b/go.sum @@ -249,8 +249,8 @@ github.com/rancher/kubernetes-provider-detector v0.1.5 h1:hWRAsWuJOemzGjz/XrbTlM github.com/rancher/kubernetes-provider-detector v0.1.5/go.mod h1:ypuJS7kP7rUiAn330xG46mj+Nhvym05GM8NqMVekpH0= github.com/rancher/lasso v0.0.0-20240924233157-8f384efc8813 h1:V/LY8pUHZG9Kc+xEDWDOryOnCU6/Q+Lsr9QQEQnshpU= github.com/rancher/lasso v0.0.0-20240924233157-8f384efc8813/go.mod h1:IxgTBO55lziYhTEETyVKiT8/B5Rg92qYiRmcIIYoPgI= -github.com/rancher/security-scan v0.5.8-rc.2 h1:HrVcnoJ6RDODKaoExY30E8chYVegjvEsNDTGfihAIIM= -github.com/rancher/security-scan v0.5.8-rc.2/go.mod h1:9Oa1W70mcP5aWC6RyMZjepbWbUKWE8OtopwUlrdbun0= +github.com/rancher/security-scan v0.5.8-rc.3 h1:9MwzHNhH5Uez61WOaLL0bxKO44CGhBHq5U9aeRlrADM= +github.com/rancher/security-scan v0.5.8-rc.3/go.mod h1:9Oa1W70mcP5aWC6RyMZjepbWbUKWE8OtopwUlrdbun0= github.com/rancher/wrangler/v3 v3.1.0 h1:8ETBnQOEcZaR6WBmUSysWW7WnERBOiNTMJr4Dj3UG/s= github.com/rancher/wrangler/v3 v3.1.0/go.mod h1:gUPHS1ANs2NyByfeERHwkGiQ1rlIa8BpTJZtNSgMlZw= github.com/robfig/cron v1.2.0 h1:ZjScXvvxeQ63Dbyxy76Fj3AT3Ut0aKsyd2/tl3DTMuQ=