Skip to content

Commit c3c1725

Browse files
authored
fix: mcpv2 conditions (#150)
* fix invalid condition type * release v0.13.1
1 parent a921155 commit c3c1725

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.13.0-dev
1+
v0.13.1

api/core/v2alpha1/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const (
2424
ConditionMeta = "Meta"
2525

2626
ConditionClusterRequestReady = "ClusterRequestReady"
27-
ConditionPrefixOIDCAccessReady = "OIDCAccessReady:"
27+
ConditionPrefixOIDCAccessReady = "OIDCAccessReady."
2828
ConditionAllAccessReady = "AllAccessReady"
2929
ConditionAllServicesDeleted = "AllServicesDeleted"
3030
ConditionAllClusterRequestsDeleted = "AllClusterRequestsDeleted"

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ require (
1414
github.com/onsi/ginkgo/v2 v2.25.3
1515
github.com/onsi/gomega v1.38.2
1616
github.com/openmcp-project/controller-utils v0.19.0
17-
github.com/openmcp-project/openmcp-operator/api v0.13.0
18-
github.com/openmcp-project/openmcp-operator/lib v0.13.0
17+
github.com/openmcp-project/openmcp-operator/api v0.13.1
18+
github.com/openmcp-project/openmcp-operator/lib v0.13.1
1919
github.com/spf13/cobra v1.10.1
2020
k8s.io/api v0.34.0
2121
k8s.io/apimachinery v0.34.0

lib/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/openmcp-operator/api v0.13.0
11+
github.com/openmcp-project/openmcp-operator/api v0.13.1
1212
k8s.io/api v0.34.0
1313
k8s.io/apimachinery v0.34.0
1414
k8s.io/client-go v0.34.0

0 commit comments

Comments
 (0)