Skip to content

Commit 6c79651

Browse files
Merge pull request #664 from vardhaman22/v1.3/chart-unrc
[release/v1.3] unrc chart
2 parents 04fe946 + 893aa6b commit 6c79651

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ generate: ## Run code generation logic.
6060
validate: validate-lint generate validate-dirty ## Run validation checks.
6161

6262
validate-lint: $(GOLANGCI)
63-
$(GOLANGCI) run
63+
$(GOLANGCI) run --timeout=2m
6464

6565
validate-dirty:
6666
ifdef DIRTY

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.3.0-rc.2
15+
appVersion: v7.3.0
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.2
22+
version: 7.3.0

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.3.6-rc.2
8+
tag: v1.3.6
99
securityScan:
1010
repository: rancher/security-scan
11-
tag: v0.5.4-rc.2
11+
tag: v0.5.4
1212
sonobuoy:
1313
repository: rancher/mirrored-sonobuoy-sonobuoy
1414
tag: v0.57.2

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ 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.2
25+
github.com/rancher/security-scan v0.5.4
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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,8 @@ github.com/rancher/kubernetes-provider-detector v0.1.5 h1:hWRAsWuJOemzGjz/XrbTlM
252252
github.com/rancher/kubernetes-provider-detector v0.1.5/go.mod h1:ypuJS7kP7rUiAn330xG46mj+Nhvym05GM8NqMVekpH0=
253253
github.com/rancher/lasso v0.0.0-20240924233157-8f384efc8813 h1:V/LY8pUHZG9Kc+xEDWDOryOnCU6/Q+Lsr9QQEQnshpU=
254254
github.com/rancher/lasso v0.0.0-20240924233157-8f384efc8813/go.mod h1:IxgTBO55lziYhTEETyVKiT8/B5Rg92qYiRmcIIYoPgI=
255-
github.com/rancher/security-scan v0.5.4-rc.2 h1:lfmwbTfMqK7k0+PpxtMNdIStzdIfFr9tl3G8RSndqcI=
256-
github.com/rancher/security-scan v0.5.4-rc.2/go.mod h1:LS57VSm7BMu+KMB2l/KvVfLD+uuXzgHO76WvAHorQIo=
255+
github.com/rancher/security-scan v0.5.4 h1:llg69uTonGxShVe7PmhjqJu0g4O0JnJeZ3gyDaGRYwY=
256+
github.com/rancher/security-scan v0.5.4/go.mod h1:LS57VSm7BMu+KMB2l/KvVfLD+uuXzgHO76WvAHorQIo=
257257
github.com/rancher/wrangler/v3 v3.1.0 h1:8ETBnQOEcZaR6WBmUSysWW7WnERBOiNTMJr4Dj3UG/s=
258258
github.com/rancher/wrangler/v3 v3.1.0/go.mod h1:gUPHS1ANs2NyByfeERHwkGiQ1rlIa8BpTJZtNSgMlZw=
259259
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
@@ -1,5 +1,5 @@
11
# renovate: datasource=github-release-attachments depName=golangci/golangci-lint
2-
GOLANGCI_VERSION = v1.63.4
2+
GOLANGCI_VERSION = v1.64.5
33
# renovate: datasource=github-release-attachments depName=k3d-io/k3d
44
K3D_VERSION = v5.8.1
55

0 commit comments

Comments
 (0)