Skip to content

Commit d6c53a9

Browse files
authored
feat: release v0.37.0 (#173)
* feat: release v0.37.0 * chore(deps): update gcr.io/distroless/static:nonroot docker digest to e8a4044 * chore(deps): merge go.mod from main branch
1 parent 8b31fc7 commit d6c53a9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.36.0-dev
1+
v0.37.0

charts/mcp-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: mcp-operator
33
description: A Helm chart for the mcp-operator
44
type: application
5-
version: v0.36.0
6-
appVersion: v0.36.0
5+
version: v0.37.0
6+
appVersion: v0.37.0
77
home: https://github.com/openmcp-project/mcp-operator
88
sources:
99
- https://github.com/openmcp-project/mcp-operator

charts/mcp-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ deployment:
1414

1515
image:
1616
repository: ghcr.io/openmcp-project/images/mcp-operator
17-
tag: v0.36.0
17+
tag: v0.37.0
1818
pullPolicy: IfNotPresent
1919

2020
imagePullSecrets: []

0 commit comments

Comments
 (0)