Skip to content

Commit bfa58a5

Browse files
authored
Merge pull request rancher#863 from krunalhinguu/bump-go.v1.3
[v1.3] Bump go version to v1.24.9
2 parents d0bc5e5 + f0ab5f8 commit bfa58a5

File tree

5 files changed

+10
-12
lines changed

5 files changed

+10
-12
lines changed

chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
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.7.0
15+
appVersion: v7.8.0-rc.1
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.7.0
22+
version: 7.8.0-rc.1

chart/values.yaml

Lines changed: 3 additions & 3 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.3.10
8+
tag: v1.3.11-rc.1
99
securityScan:
1010
repository: rancher/security-scan
11-
tag: v0.5.8
11+
tag: v0.5.9-rc.1
1212
sonobuoy:
1313
repository: rancher/mirrored-sonobuoy-sonobuoy
1414
tag: v0.57.3
@@ -45,7 +45,7 @@ global:
4545
clusterName: ""
4646
kubectl:
4747
repository: rancher/kubectl
48-
tag: v1.30.11
48+
tag: v1.30.14
4949

5050
alerts:
5151
enabled: false

go.mod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/rancher/cis-operator
22

3-
go 1.24.4
4-
5-
toolchain go1.24.6
3+
go 1.24.9
64

75
// to keep dependencies in sync with rancher
86
// k8s deps bumped due to kube bench bump in security-scan
@@ -22,7 +20,7 @@ require (
2220
github.com/prometheus/client_golang v1.21.1
2321
github.com/rancher/kubernetes-provider-detector v0.1.5
2422
github.com/rancher/lasso v0.0.0-20240924233157-8f384efc8813
25-
github.com/rancher/security-scan v0.5.8
23+
github.com/rancher/security-scan v0.5.9-rc.1
2624
github.com/rancher/wrangler/v3 v3.1.0
2725
github.com/robfig/cron v1.2.0
2826
github.com/sirupsen/logrus v1.9.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,8 @@ github.com/rancher/kubernetes-provider-detector v0.1.5 h1:hWRAsWuJOemzGjz/XrbTlM
249249
github.com/rancher/kubernetes-provider-detector v0.1.5/go.mod h1:ypuJS7kP7rUiAn330xG46mj+Nhvym05GM8NqMVekpH0=
250250
github.com/rancher/lasso v0.0.0-20240924233157-8f384efc8813 h1:V/LY8pUHZG9Kc+xEDWDOryOnCU6/Q+Lsr9QQEQnshpU=
251251
github.com/rancher/lasso v0.0.0-20240924233157-8f384efc8813/go.mod h1:IxgTBO55lziYhTEETyVKiT8/B5Rg92qYiRmcIIYoPgI=
252-
github.com/rancher/security-scan v0.5.8 h1:0p485iwxFLVzvGLUUIe4vXkHU8Ya6jMsMW3B1eSlXfc=
253-
github.com/rancher/security-scan v0.5.8/go.mod h1:9Oa1W70mcP5aWC6RyMZjepbWbUKWE8OtopwUlrdbun0=
252+
github.com/rancher/security-scan v0.5.9-rc.1 h1:MI5neZHgII+OfC8TxkGLBCKu+dTlP1VR0EwByQ8qORw=
253+
github.com/rancher/security-scan v0.5.9-rc.1/go.mod h1:0O3Fx4Hp7KHXdxJBKrQfOtYgRUzuRmoXhylHmbS5aqU=
254254
github.com/rancher/wrangler/v3 v3.1.0 h1:8ETBnQOEcZaR6WBmUSysWW7WnERBOiNTMJr4Dj3UG/s=
255255
github.com/rancher/wrangler/v3 v3.1.0/go.mod h1:gUPHS1ANs2NyByfeERHwkGiQ1rlIa8BpTJZtNSgMlZw=
256256
github.com/robfig/cron v1.2.0 h1:ZjScXvvxeQ63Dbyxy76Fj3AT3Ut0aKsyd2/tl3DTMuQ=

hack/make/deps.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ GOLANGCI_VERSION = v1.64.8
33
# renovate: datasource=github-release-attachments depName=k3d-io/k3d
44
K3D_VERSION = v5.8.3
55

6-
KUBECTL_VERSION = 1.30.11
6+
KUBECTL_VERSION = 1.30.14
77
# renovate: datasource=github-release-attachments depName=helm/helm
88
HELM_VERSION = v3.17.2

0 commit comments

Comments
 (0)