Skip to content

Commit 4892ad6

Browse files
chore: update go version to resolve vulnerabilities. (#1434)
increase version to v0.15.32
1 parent 2bbb667 commit 4892ad6

25 files changed

+54
-54
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626
- 'NOTICE'
2727

2828
env:
29-
GO_VERSION: "1.24.11"
29+
GO_VERSION: "1.24.12"
3030
KIND_VERSION: "v0.17.0"
3131
KIND_IMAGE: "kindest/node:v1.21.1@sha256:69860bda5563ac81e3c0057d654b5253219618a22ec3a346306239bba8cfa1a6"
3232

.github/workflows/release-snapshot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- cron: "0 0 * * *"
99

1010
env:
11-
GO_VERSION: "1.24.11"
11+
GO_VERSION: "1.24.12"
1212

1313
# Disable permissions granted to the GITHUB_TOKEN for all the available scopes.
1414
permissions: {}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
tags:
1111
- "v*"
1212
env:
13-
GO_VERSION: "1.24.11"
13+
GO_VERSION: "1.24.12"
1414
KIND_VERSION: "v0.11.1"
1515
KIND_IMAGE: "kindest/node:v1.21.1@sha256:69860bda5563ac81e3c0057d654b5253219618a22ec3a346306239bba8cfa1a6"
1616
jobs:

build/starboard-operator/Dockerfile.fips.ubi8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal
22

33
LABEL name="Starboard" \
44
vendor="Aqua Security Software Ltd." \
5-
version="v0.15.30" \
5+
version="v0.15.32" \
66
summary="Starboard Operator."
77

88
RUN microdnf install -y shadow-utils

build/starboard-operator/Dockerfile.fips.ubi9

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM registry.access.redhat.com/ubi9/ubi-minimal
22

33
LABEL name="Starboard" \
44
vendor="Aqua Security Software Ltd." \
5-
version="v0.15.30" \
5+
version="v0.15.32" \
66
summary="Starboard Operator."
77

88
RUN microdnf upgrade -y --nodocs \

build/starboard-operator/Dockerfile.ubi8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal
22

33
LABEL name="Starboard" \
44
vendor="Aqua Security Software Ltd." \
5-
version="v0.15.30" \
5+
version="v0.15.32" \
66
summary="Starboard Operator."
77

88
RUN microdnf install -y shadow-utils

build/starboard-operator/Dockerfile.ubi9

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ FROM registry.access.redhat.com/ubi9/ubi-minimal
22

33
LABEL name="Starboard" \
44
vendor="Aqua Security Software Ltd." \
5-
version="v0.15.30" \
5+
version="v0.15.32" \
66
summary="Starboard Operator." \
77
org.label-schema.schema-version="1.0" \
88
maintainer="Aqua Security Software Ltd." \
9-
release=v0.15.30 \
9+
release=v0.15.32 \
1010
description="Starboard Operator."
1111

1212
RUN microdnf upgrade -y --nodocs \

deploy/crd/ciskubebenchreports.crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: ciskubebenchreports.aquasecurity.github.io
66
labels:
77
app.kubernetes.io/managed-by: starboard
8-
app.kubernetes.io/version: "0.15.30"
8+
app.kubernetes.io/version: "0.15.32"
99
spec:
1010
group: aquasecurity.github.io
1111
versions:

deploy/crd/clustercompliancedetailreports.crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: clustercompliancedetailreports.aquasecurity.github.io
66
labels:
77
app.kubernetes.io/managed-by: starboard
8-
app.kubernetes.io/version: "0.15.30"
8+
app.kubernetes.io/version: "0.15.32"
99
spec:
1010
group: aquasecurity.github.io
1111
versions:

deploy/crd/clustercompliancereports.crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: clustercompliancereports.aquasecurity.github.io
66
labels:
77
app.kubernetes.io/managed-by: starboard
8-
app.kubernetes.io/version: "0.15.30"
8+
app.kubernetes.io/version: "0.15.32"
99
spec:
1010
group: aquasecurity.github.io
1111
scope: Cluster

0 commit comments

Comments
 (0)