Skip to content

Commit c7b4949

Browse files
authored
chore: release v0.30.1 (#84)
1 parent e3a3097 commit c7b4949

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

VERSION

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

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.30.0
6-
appVersion: v0.30.0
5+
version: v0.30.1
6+
appVersion: v0.30.1
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.30.0@sha256:ace306a4b2b0ebe4fd3de42d705d9c0088363cbec5a572cc1cbf8047b05e1040
17+
tag: v0.30.1
1818
pullPolicy: IfNotPresent
1919

2020
imagePullSecrets: []

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/onsi/gomega v1.37.0
1616
github.com/openmcp-project/control-plane-operator v0.1.9
1717
github.com/openmcp-project/controller-utils v0.10.0
18-
github.com/openmcp-project/mcp-operator/api v0.30.0
18+
github.com/openmcp-project/mcp-operator/api v0.30.1
1919
github.com/spf13/cobra v1.9.1
2020
github.com/spf13/pflag v1.0.6
2121
github.com/stretchr/testify v1.10.0

0 commit comments

Comments
 (0)