Skip to content

Commit

Permalink
Update CloudPrivateIPConfig definition
Browse files Browse the repository at this point in the history
openshift/api#1727 fixes issue where IPv6 CloudPrivateIPConfigs cannot
be created because of wrong name validation. This commit imports this
change into the CRD created by CNO when deploying
cloud-network-config-controller.
  • Loading branch information
dulek committed Jan 31, 2024
1 parent 3b85455 commit 2e613e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bindata/cloud-network-config-controller/001-crd.yaml
Expand Up @@ -30,7 +30,7 @@ spec:
name:
anyOf:
- format: ipv4
- format: ipv6
- format: ^[0-9a-f]{4}(\.[0-9a-f]{4}){7}$
type: string
type: object
spec:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -111,7 +111,7 @@ require (
)

require (
github.com/openshift/api v0.0.0-20240108220607-355cd2586ec4
github.com/openshift/api v0.0.0-20240131112740-4a45f440f7eb
github.com/openshift/client-go v0.0.0-20230926161409-848405da69e1
github.com/openshift/library-go v0.0.0-20231123173213-a037480d443b
github.com/openshift/machine-config-operator v0.0.1-0.20231002195040-a2469941c0dc
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Expand Up @@ -260,8 +260,8 @@ github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7J
github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo=
github.com/onsi/gomega v1.29.0 h1:KIA/t2t5UBzoirT4H9tsML45GEbo3ouUnBHsCfD2tVg=
github.com/onsi/gomega v1.29.0/go.mod h1:9sxs+SwGrKI0+PWe4Fxa9tFQQBG5xSsSbMXOI8PPpoQ=
github.com/openshift/api v0.0.0-20240108220607-355cd2586ec4 h1:DJbZpQkX6mzAZSrrkqKfN0UGL8KY6Noh7TJj7WyMINY=
github.com/openshift/api v0.0.0-20240108220607-355cd2586ec4/go.mod h1:CxgbWAlvu2iQB0UmKTtRu1YfepRg1/vJ64n2DlIEVz4=
github.com/openshift/api v0.0.0-20240131112740-4a45f440f7eb h1:ER3vlrHXPX3zuAVcRSkt2xyHDCQuUCznsu1sck5uIXI=
github.com/openshift/api v0.0.0-20240131112740-4a45f440f7eb/go.mod h1:CxgbWAlvu2iQB0UmKTtRu1YfepRg1/vJ64n2DlIEVz4=
github.com/openshift/build-machinery-go v0.0.0-20220913142420-e25cf57ea46d h1:RR4ah7FfaPR1WePizm0jlrsbmPu91xQZnAsVVreQV1k=
github.com/openshift/build-machinery-go v0.0.0-20220913142420-e25cf57ea46d/go.mod h1:b1BuldmJlbA/xYtdZvKi+7j5YGB44qJUJDZ9zwiNCfE=
github.com/openshift/client-go v0.0.0-20230926161409-848405da69e1 h1:W1N/3nVciqmjPjn2xldHjb0AwwCQzlGxLvX5BCgE8H4=
Expand Down

0 comments on commit 2e613e0

Please sign in to comment.