Skip to content

Commit

Permalink
Merge branch 'release/v1.1.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
nhinze23 authored and cesmarvin committed Sep 18, 2024
2 parents 8e0a472 + 47241d5 commit 57c9922
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v1.1.0] - 2024-09-18
### Changed
- [#79] Relicense to AGPL-3.0-only

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN make compile-generic
FROM gcr.io/distroless/static:nonroot
LABEL maintainer="hello@cloudogu.com" \
NAME="k8s-blueprint-operator" \
VERSION="1.0.0"
VERSION="1.1.0"

WORKDIR /
COPY --from=builder /workspace/target/k8s-blueprint-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-blueprint-operator
VERSION=1.0.0
VERSION=1.1.0
IMAGE=cloudogu/${ARTIFACT_ID}:${VERSION}
GOTAG=1.22
MAKEFILES_VERSION=9.0.3
Expand Down
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:
blueprintOperator: cloudogu/k8s-blueprint-operator:1.0.0
blueprintOperator: cloudogu/k8s-blueprint-operator:1.1.0
kubeRbacProxy: gcr.io/kubebuilder/kube-rbac-proxy:v0.15.0
patches:
values.yaml:
Expand Down
2 changes: 1 addition & 1 deletion k8s/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manager:
replicas: 1
image:
repository: cloudogu/k8s-blueprint-operator
tag: 1.0.0
tag: 1.1.0
imagePullPolicy: IfNotPresent
env:
logLevel: info
Expand Down

0 comments on commit 57c9922

Please sign in to comment.