Skip to content

Commit 4ee8eb6

Browse files
authored
Merge pull request rancher#864 from krunalhinguu/bump-go.v1.4
[v1.4] Bump go version to v1.24.9
2 parents 18e48ae + e7fe545 commit 4ee8eb6

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: v8.4.0
15+
appVersion: v8.5.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: 8.4.0
22+
version: 8.5.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.4.4
8+
tag: v1.4.5-rc.1
99
securityScan:
1010
repository: rancher/security-scan
11-
tag: v0.6.4
11+
tag: v0.6.5-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.31.7
48+
tag: v1.31.13
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
require (
86
github.com/blang/semver v3.5.1+incompatible
@@ -11,7 +9,7 @@ require (
119
github.com/prometheus/client_golang v1.21.1
1210
github.com/rancher/kubernetes-provider-detector v0.1.5
1311
github.com/rancher/lasso v0.2.1
14-
github.com/rancher/security-scan v0.6.4
12+
github.com/rancher/security-scan v0.6.5-rc.1
1513
github.com/rancher/wrangler/v3 v3.2.0
1614
github.com/robfig/cron v1.2.0
1715
github.com/sirupsen/logrus v1.9.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ github.com/rancher/kubernetes-provider-detector v0.1.5 h1:hWRAsWuJOemzGjz/XrbTlM
218218
github.com/rancher/kubernetes-provider-detector v0.1.5/go.mod h1:ypuJS7kP7rUiAn330xG46mj+Nhvym05GM8NqMVekpH0=
219219
github.com/rancher/lasso v0.2.1 h1:SZTqMVQn8cAOqvwGBd1/EYOIJ/MGN+UfJrOWvHd4jHU=
220220
github.com/rancher/lasso v0.2.1/go.mod h1:KSV3jBXfdXqdCuMm2uC8kKB9q/wuDYb3h0eHZoRjShM=
221-
github.com/rancher/security-scan v0.6.4 h1:/mP8j+MNEsDm3IFQzWw4U709gHJVC/BbptjlwpPbR9o=
222-
github.com/rancher/security-scan v0.6.4/go.mod h1:9Oa1W70mcP5aWC6RyMZjepbWbUKWE8OtopwUlrdbun0=
221+
github.com/rancher/security-scan v0.6.5-rc.1 h1:VsekS5AOZs3MsuBN8QAg4rt7x+l3+2XYy0+IhcY1IBI=
222+
github.com/rancher/security-scan v0.6.5-rc.1/go.mod h1:0O3Fx4Hp7KHXdxJBKrQfOtYgRUzuRmoXhylHmbS5aqU=
223223
github.com/rancher/wrangler/v3 v3.2.0 h1:fZmhSOczW+pxAhyOaGG+9xbEwETPGA5gbS0x0Im2zWs=
224224
github.com/rancher/wrangler/v3 v3.2.0/go.mod h1:0C5QyvSrQOff8gQQzpB/L/FF03EQycjR3unSJcKCHno=
225225
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.31.7
6+
KUBECTL_VERSION = 1.31.13
77
# renovate: datasource=github-release-attachments depName=helm/helm
88
HELM_VERSION = v3.17.2

0 commit comments

Comments
 (0)