Skip to content

Commit 3f0232a

Browse files
authored
feat: Release v0.16.0 dev (#115)
* chore: Update and automerge all components from openmcp-project immediately * feat: release v0.17.0 * chore(deps): update gcr.io/distroless/static:nonroot docker digest to e8a4044
1 parent 7e8ae88 commit 3f0232a

File tree

6 files changed

+14
-7
lines changed

6 files changed

+14
-7
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.16.0-dev
1+
v0.17.0

charts/project-workspace-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: project-workspace-operator
33
description: A Helm chart for the project-workspace-operator
44
type: application
5-
version: v0.16.0
6-
appVersion: v0.16.0
5+
version: v0.17.0
6+
appVersion: v0.17.0

charts/project-workspace-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ image:
2020
repository: ghcr.io/openmcp-project/images/project-workspace-operator
2121
pullPolicy: IfNotPresent
2222
# Overrides the image tag whose default is the chart appVersion.
23-
tag: v0.16.0
23+
tag: v0.17.0
2424

2525
imagePullSecrets: []
2626
nameOverride: ""

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/onsi/ginkgo/v2 v2.25.3
88
github.com/onsi/gomega v1.38.2
99
github.com/openmcp-project/controller-utils v0.19.0
10-
github.com/openmcp-project/project-workspace-operator/api v0.16.0
10+
github.com/openmcp-project/project-workspace-operator/api v0.17.0
1111
github.com/stretchr/testify v1.11.1
1212
k8s.io/api v0.34.0
1313
k8s.io/apimachinery v0.34.0

renovate.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,19 @@
2828
"rangeStrategy": "bump"
2929
},
3030
{
31+
"matchPackageNames": [
32+
"description": "Automerge submodule update",
33+
"automerge": true,
34+
"matchPackageNames": ["hack/common"]
35+
},
36+
{
37+
"description": "Update and automerge all components from openmcp-project immediately",
3138
"matchPackageNames": [
3239
"github.com/openmcp-project/*"
3340
],
34-
"description": "Update all components from openmcp-project immediately",
3541
"rebaseWhen": "auto",
3642
"minimumReleaseAge": "0 days",
43+
"automerge": true,
3744
"enabled": true
3845
},
3946
{

0 commit comments

Comments
 (0)