File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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!
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ RUN make compile-generic
3434FROM gcr.io/distroless/static:nonroot
3535LABEL maintainer="hello@cloudogu.com" \
3636 NAME="k8s-backup-operator" \
37- VERSION="3.0.0 "
37+ VERSION="3.0.1 "
3838
3939WORKDIR /
4040COPY --from=builder /workspace/target/k8s-backup-operator .
Original file line number Diff line number Diff line change 11# Set these to the desired values
22ARTIFACT_ID =k8s-backup-operator
3- VERSION =3.0.0
3+ VERSION =3.0.1
44IMAGE =cloudogu/${ARTIFACT_ID}:${VERSION}
55GOTAG? =1.26.0
66MAKEFILES_VERSION =10.6.0
Original file line number Diff line number Diff line change 11apiVersion : v1
22values :
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
66patches :
77 values.yaml :
88 manager :
Original file line number Diff line number Diff 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
3333metrics :
3434 serviceMonitor :
3535 enabled : true
You can’t perform that action at this time.
0 commit comments