Skip to content

Commit 63353f8

Browse files
Merge pull request #549 from JoelSpeed/bump-capi-operator
OCPBUGS-55947: Update manifests to remove reliance on v1beta1 admission registration
2 parents 005a765 + 245f912 commit 63353f8

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

openshift/infrastructure-components-openshift.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18406,7 +18406,7 @@ spec:
1840618406
selector:
1840718407
cluster.x-k8s.io/provider: infrastructure-aws
1840818408
---
18409-
apiVersion: admissionregistration.k8s.io/v1beta1
18409+
apiVersion: admissionregistration.k8s.io/v1
1841018410
kind: ValidatingAdmissionPolicy
1841118411
metadata:
1841218412
name: openshift-cluster-api-protect-awscluster
@@ -18430,7 +18430,7 @@ spec:
1843018430
message: InfraCluster resources with metadata.name corresponding to the cluster
1843118431
infrastructureName cannot be deleted.
1843218432
---
18433-
apiVersion: admissionregistration.k8s.io/v1beta1
18433+
apiVersion: admissionregistration.k8s.io/v1
1843418434
kind: ValidatingAdmissionPolicyBinding
1843518435
metadata:
1843618436
name: openshift-cluster-api-protect-awscluster

openshift/manifests/0000_30_cluster-api_04_cm.infrastructure-aws.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18408,7 +18408,7 @@ data:
1840818408
selector:
1840918409
cluster.x-k8s.io/provider: infrastructure-aws
1841018410
---
18411-
apiVersion: admissionregistration.k8s.io/v1beta1
18411+
apiVersion: admissionregistration.k8s.io/v1
1841218412
kind: ValidatingAdmissionPolicy
1841318413
metadata:
1841418414
name: openshift-cluster-api-protect-awscluster
@@ -18432,7 +18432,7 @@ data:
1843218432
message: InfraCluster resources with metadata.name corresponding to the cluster
1843318433
infrastructureName cannot be deleted.
1843418434
---
18435-
apiVersion: admissionregistration.k8s.io/v1beta1
18435+
apiVersion: admissionregistration.k8s.io/v1
1843618436
kind: ValidatingAdmissionPolicyBinding
1843718437
metadata:
1843818438
name: openshift-cluster-api-protect-awscluster

openshift/tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.22.7
44

55
toolchain go1.23.6
66

7-
require github.com/openshift/cluster-capi-operator/manifests-gen v0.0.0-20250326163512-302c8534aab9
7+
require github.com/openshift/cluster-capi-operator/manifests-gen v0.0.0-20250509150604-ac5aa33f14d7
88

99
require (
1010
github.com/MakeNowJust/heredoc v1.0.0 // indirect

openshift/tools/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ github.com/onsi/gomega v1.36.0 h1:Pb12RlruUtj4XUuPUqeEWc6j5DkVVVA49Uf6YLfC95Y=
116116
github.com/onsi/gomega v1.36.0/go.mod h1:PvZbdDc8J6XJEpDK4HCuRBm8a6Fzp9/DmhC9C7yFlog=
117117
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
118118
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
119-
github.com/openshift/cluster-capi-operator/manifests-gen v0.0.0-20250326163512-302c8534aab9 h1:/13h1O+FN12St4+EbR949pf5zGazrwbdFdPVemiOUj0=
120-
github.com/openshift/cluster-capi-operator/manifests-gen v0.0.0-20250326163512-302c8534aab9/go.mod h1:4+57eaR8Pv6wpuhZhmImQOixmRMUgVN/ugesZddG8xc=
119+
github.com/openshift/cluster-capi-operator/manifests-gen v0.0.0-20250509150604-ac5aa33f14d7 h1:SS+1xU25s6waQabfKAdjGFQed7WdY75WWz/UqCaizUg=
120+
github.com/openshift/cluster-capi-operator/manifests-gen v0.0.0-20250509150604-ac5aa33f14d7/go.mod h1:4+57eaR8Pv6wpuhZhmImQOixmRMUgVN/ugesZddG8xc=
121121
github.com/pelletier/go-toml/v2 v2.2.2 h1:aYUidT7k73Pcl9nb2gScu7NSrKCSHIDE89b3+6Wq+LM=
122122
github.com/pelletier/go-toml/v2 v2.2.2/go.mod h1:1t835xjRzz80PqgE6HHgN2JOsmgYu/h4qDAS4n929Rs=
123123
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=

openshift/tools/vendor/github.com/openshift/cluster-capi-operator/manifests-gen/customizations.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openshift/tools/vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ github.com/munnerz/goautoneg
201201
# github.com/opencontainers/go-digest v1.0.0
202202
## explicit; go 1.13
203203
github.com/opencontainers/go-digest
204-
# github.com/openshift/cluster-capi-operator/manifests-gen v0.0.0-20250326163512-302c8534aab9
204+
# github.com/openshift/cluster-capi-operator/manifests-gen v0.0.0-20250509150604-ac5aa33f14d7
205205
## explicit; go 1.22.7
206206
github.com/openshift/cluster-capi-operator/manifests-gen
207207
# github.com/pelletier/go-toml/v2 v2.2.2

0 commit comments

Comments
 (0)