Skip to content

Commit d94c290

Browse files
nhinze23cesmarvin
authored andcommitted
Merge branch 'release/v3.0.1'
2 parents 3db0ee4 + fdbf2bc commit d94c290

5 files changed

Lines changed: 10 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [v3.0.1] - 2026-03-05
10+
### Security
11+
- [#101] Fix Go stdlib CVE-2025-68121
12+
913
## [v3.0.0] - 2026-02-27
1014
> [!IMPORTANT]
1115
> Breaking change!

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN make compile-generic
3434
FROM gcr.io/distroless/static:nonroot
3535
LABEL maintainer="hello@cloudogu.com" \
3636
NAME="k8s-backup-operator" \
37-
VERSION="3.0.0"
37+
VERSION="3.0.1"
3838

3939
WORKDIR /
4040
COPY --from=builder /workspace/target/k8s-backup-operator .

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Set these to the desired values
22
ARTIFACT_ID=k8s-backup-operator
3-
VERSION=3.0.0
3+
VERSION=3.0.1
44
IMAGE=cloudogu/${ARTIFACT_ID}:${VERSION}
55
GOTAG?=1.26.0
66
MAKEFILES_VERSION=10.6.0

k8s/helm/component-patch-tpl.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
values:
33
images:
4-
backupOperator: cloudogu/k8s-backup-operator:3.0.0
5-
kubectl: alpine/kubectl:1.34.1
4+
backupOperator: cloudogu/k8s-backup-operator:3.0.1
5+
kubectl: alpine/kubectl:1.35.2
66
patches:
77
values.yaml:
88
manager:

k8s/helm/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ manager:
1313
image:
1414
registry: docker.io
1515
repository: cloudogu/k8s-backup-operator
16-
tag: 3.0.0
16+
tag: 3.0.1
1717
imagePullPolicy: IfNotPresent
1818
resources:
1919
limits:
@@ -29,7 +29,7 @@ initContainer:
2929
image:
3030
registry: docker.io
3131
repository: alpine/kubectl
32-
tag: 1.34.1
32+
tag: 1.35.2
3333
metrics:
3434
serviceMonitor:
3535
enabled: true

0 commit comments

Comments
 (0)