Skip to content

Commit

Permalink
Merge branch 'release/v2.0.1' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
meiserloh authored and cesmarvin committed Aug 8, 2024
2 parents 9cd70a9 + fa6dcfc commit 0797416
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v2.0.1] - 2024-08-08
### Fixed
- [#187] Fix dependency for k8s-dogu-operator-crd in helm-chart
- Now depends on `k8s-dogu-operator-crd:2.x.x-0`

## [v2.0.0] - 2024-08-08
**Breaking Change ahead**
### Removed
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN make compile-generic
FROM gcr.io/distroless/static:nonroot
LABEL maintainer="hello@cloudogu.com" \
NAME="k8s-dogu-operator" \
VERSION="2.0.0"
VERSION="2.0.1"

WORKDIR /
COPY --from=builder /workspace/target/k8s-dogu-operator .
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Set these to the desired values
ARTIFACT_ID=k8s-dogu-operator
VERSION=2.0.0
VERSION=2.0.1

IMAGE=cloudogu/${ARTIFACT_ID}:${VERSION}
GOTAG=1.22.5
Expand Down
2 changes: 1 addition & 1 deletion k8s/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ appVersion: "0.0.0-replaceme"
annotations:
# Dependency for the Dogu-CRD.
# Allow all versions up to next major version to avoid breaking changes
"k8s.cloudogu.com/ces-dependency/k8s-dogu-operator-crd": "1.x.x-0"
"k8s.cloudogu.com/ces-dependency/k8s-dogu-operator-crd": "2.x.x-0"
2 changes: 1 addition & 1 deletion k8s/helm/component-patch-tpl.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
values:
images:
doguOperator: cloudogu/k8s-dogu-operator:2.0.0
doguOperator: cloudogu/k8s-dogu-operator:2.0.1
kubeRbacProxy: gcr.io/kubebuilder/kube-rbac-proxy:v0.14.1
chownInitImage: busybox:1.36
patches:
Expand Down
2 changes: 1 addition & 1 deletion k8s/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ additionalImages:
controllerManager:
image:
repository: cloudogu/k8s-dogu-operator
tag: 2.0.0
tag: 2.0.1
imagePullPolicy: IfNotPresent
env:
logLevel: debug
Expand Down

0 comments on commit 0797416

Please sign in to comment.