File tree Expand file tree Collapse file tree 5 files changed +29
-5
lines changed
github.com/openshift/cluster-capi-operator/manifests-gen Expand file tree Collapse file tree 5 files changed +29
-5
lines changed Original file line number Diff line number Diff line change @@ -8327,7 +8327,6 @@ metadata:
8327
8327
exclude.release.openshift.io/internal-openshift-hosted : " true"
8328
8328
include.release.openshift.io/self-managed-high-availability : " true"
8329
8329
include.release.openshift.io/single-node-developer : " true"
8330
- release.openshift.io/feature-set : CustomNoUpgrade,TechPreviewNoUpgrade
8331
8330
creationTimestamp : null
8332
8331
labels :
8333
8332
cluster.x-k8s.io/provider : cluster-api
@@ -8535,7 +8534,6 @@ metadata:
8535
8534
exclude.release.openshift.io/internal-openshift-hosted : " true"
8536
8535
include.release.openshift.io/self-managed-high-availability : " true"
8537
8536
include.release.openshift.io/single-node-developer : " true"
8538
- release.openshift.io/feature-set : CustomNoUpgrade,TechPreviewNoUpgrade
8539
8537
creationTimestamp : null
8540
8538
labels :
8541
8539
cluster.x-k8s.io/provider : cluster-api
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module tools
2
2
3
3
go 1.18
4
4
5
- require github.com/openshift/cluster-capi-operator/manifests-gen v0.0.0-20240215153220-d299b8b0a225
5
+ require github.com/openshift/cluster-capi-operator/manifests-gen v0.0.0-20240216070530-91b37162630f
6
6
7
7
require (
8
8
github.com/MakeNowJust/heredoc v1.0.0 // indirect
Original file line number Diff line number Diff line change @@ -779,6 +779,8 @@ github.com/openshift/cluster-capi-operator/manifests-gen v0.0.0-20240215095648-d
779
779
github.com/openshift/cluster-capi-operator/manifests-gen v0.0.0-20240215095648-dca27d1f8c99 /go.mod h1:H95ZCEuVQWjL1E22PUrmvVvx4ULjeDLzSoJoxzgNTkc =
780
780
github.com/openshift/cluster-capi-operator/manifests-gen v0.0.0-20240215153220-d299b8b0a225 h1:TVnzn4vcLgcR8jtt7SHpWWn/12W4yuEeWZaDldN/Lxw =
781
781
github.com/openshift/cluster-capi-operator/manifests-gen v0.0.0-20240215153220-d299b8b0a225 /go.mod h1:H95ZCEuVQWjL1E22PUrmvVvx4ULjeDLzSoJoxzgNTkc =
782
+ github.com/openshift/cluster-capi-operator/manifests-gen v0.0.0-20240216070530-91b37162630f h1:s3109F/lyCzQtTjh9jclgnuldV8MUcZ81PBRxnGeD+k =
783
+ github.com/openshift/cluster-capi-operator/manifests-gen v0.0.0-20240216070530-91b37162630f /go.mod h1:H95ZCEuVQWjL1E22PUrmvVvx4ULjeDLzSoJoxzgNTkc =
782
784
github.com/opentracing-contrib/go-observer v0.0.0-20170622124052-a52f23424492 /go.mod h1:Ngi6UdF0k5OKD5t5wlmGhe/EDKPoUM3BXZSSfIuJbis =
783
785
github.com/opentracing/basictracer-go v1.0.0 /go.mod h1:QfBfYuafItcjQuMwinw9GhYKwFXS9KnPs5lxoYwgW74 =
784
786
github.com/opentracing/opentracing-go v1.0.2 /go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o =
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ github.com/munnerz/goautoneg
170
170
# github.com/opencontainers/go-digest v1.0.0
171
171
## explicit; go 1.13
172
172
github.com/opencontainers/go-digest
173
- # github.com/openshift/cluster-capi-operator/manifests-gen v0.0.0-20240215153220-d299b8b0a225
173
+ # github.com/openshift/cluster-capi-operator/manifests-gen v0.0.0-20240216070530-91b37162630f
174
174
## explicit; go 1.18
175
175
github.com/openshift/cluster-capi-operator/manifests-gen
176
176
# github.com/pelletier/go-toml/v2 v2.0.8
You can’t perform that action at this time.
0 commit comments