Skip to content

Commit 81e2811

Browse files
authored
feat: release v0.11.0 (#105)
* feat: release v0.11.0 * chore(deps): update gcr.io/distroless/static:nonroot docker digest to e8a4044
1 parent d7bc422 commit 81e2811

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# NOTE: This Dockerfile is used by the pipeline, but not for the 'make image' command, which uses the Dockerfile template in hack/common instead.
22
# Use distroless as minimal base image to package the component binary
33
# Refer to https://github.com/GoogleContainerTools/distroless for more details
4-
FROM gcr.io/distroless/static:nonroot@sha256:e8a4044e0b4ae4257efa45fc026c0bc30ad320d43bd4c1a7d5271bd241e386d0
4+
FROM gcr.io/distroless/static-debian12:nonroot@sha256:e8a4044e0b4ae4257efa45fc026c0bc30ad320d43bd4c1a7d5271bd241e386d0
55
ARG TARGETOS
66
ARG TARGETARCH
77
ARG COMPONENT

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.10.0-dev
1+
v0.11.0

charts/quota-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: quota-operator
33
description: A Helm chart for the quota-operator
44
type: application
5-
version: v0.10.0
6-
appVersion: v0.10.0
5+
version: v0.11.0
6+
appVersion: v0.11.0
77
home: https://github.com/openmcp-project/quota-operator
88
sources:
99
- https://github.com/openmcp-project/quota-operator

charts/quota-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
image:
22
repository: ghcr.io/openmcp-project/images/quota-operator
3-
tag: v0.10.0
3+
tag: v0.11.0
44
pullPolicy: IfNotPresent
55

66
imagePullSecrets: []

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/onsi/ginkgo/v2 v2.25.3
99
github.com/onsi/gomega v1.38.2
1010
github.com/openmcp-project/controller-utils v0.19.0
11-
github.com/openmcp-project/quota-operator/api v0.10.0
11+
github.com/openmcp-project/quota-operator/api v0.11.0
1212
github.com/spf13/cobra v1.10.1
1313
github.com/spf13/pflag v1.0.10
1414
k8s.io/api v0.34.0

0 commit comments

Comments
 (0)