Skip to content

Commit dd45b33

Browse files
Marco Bergencesmarvin
authored andcommitted
Merge branch 'release/v3.11.1'
2 parents 46b125d + cdb8418 commit dd45b33

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-5
lines changed

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.11.1] - 2025-07-07
10+
### Fixed
11+
- [#148] Fix metadata file to use correct key
12+
913
## [v3.11.0] - 2025-07-04
1014
### Changed
1115
- [#255] updated exporter-sidecar to registry.cloudogu.com/k8s/rsync-sidecar:1.1.0

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN make compile-generic
3535
FROM gcr.io/distroless/static:nonroot
3636
LABEL maintainer="[email protected]" \
3737
NAME="k8s-dogu-operator" \
38-
VERSION="3.11.0"
38+
VERSION="3.11.1"
3939

4040
WORKDIR /
4141
COPY --from=builder /workspace/target/k8s-dogu-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-dogu-operator
3-
VERSION=3.11.0
3+
VERSION=3.11.1
44

55
IMAGE=cloudogu/${ARTIFACT_ID}:${VERSION}
66
GOTAG=1.24.3

k8s/helm/component-patch-tpl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
values:
33
images:
4-
doguOperator: cloudogu/k8s-dogu-operator:3.11.0
4+
doguOperator: cloudogu/k8s-dogu-operator:3.11.1
55
chownInitImage: busybox:1.36
66
exporterImage: registry.cloudogu.com/k8s/rsync-sidecar:1.1.0
77
additionalMountsInitContainerImage: cloudogu/dogu-additional-mounts-init:0.1.2

k8s/helm/component-values-metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metavalues:
55
name: Log-Level
66
description: The central configuration value to set the log level for this component
77
keys:
8-
- path: controllerManager.env.loglevel
8+
- path: controllerManager.env.logLevel
99
mapping:
1010
debug: trace
1111
info: info

k8s/helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ controllerManager:
1616
image:
1717
registry: docker.io
1818
repository: cloudogu/k8s-dogu-operator
19-
tag: 3.11.0
19+
tag: 3.11.1
2020
imagePullPolicy: IfNotPresent
2121
env:
2222
logLevel: debug

0 commit comments

Comments
 (0)