Skip to content

Commit 3669367

Browse files
committed
Bump operator-framework/api dependency
1 parent 78bb41b commit 3669367

File tree

14 files changed

+68
-29
lines changed

14 files changed

+68
-29
lines changed

deploy/chart/crds/0000_50_olm_00-clusterserviceversions.crd.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8824,6 +8824,11 @@ spec:
88248824
type: string
88258825
sideEffects:
88268826
type: string
8827+
targetPort:
8828+
anyOf:
8829+
- type: integer
8830+
- type: string
8831+
x-kubernetes-int-or-string: true
88278832
timeoutSeconds:
88288833
type: integer
88298834
format: int32
@@ -8834,6 +8839,7 @@ spec:
88348839
enum:
88358840
- ValidatingAdmissionWebhook
88368841
- MutatingAdmissionWebhook
8842+
- ConversionWebhook
88378843
webhookPath:
88388844
type: string
88398845
status:

deploy/ocp/manifests/0.16.1/0000_50_olm_00-clusterserviceversions.crd.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8826,6 +8826,11 @@ spec:
88268826
type: string
88278827
sideEffects:
88288828
type: string
8829+
targetPort:
8830+
anyOf:
8831+
- type: integer
8832+
- type: string
8833+
x-kubernetes-int-or-string: true
88298834
timeoutSeconds:
88308835
type: integer
88318836
format: int32
@@ -8836,6 +8841,7 @@ spec:
88368841
enum:
88378842
- ValidatingAdmissionWebhook
88388843
- MutatingAdmissionWebhook
8844+
- ConversionWebhook
88398845
webhookPath:
88408846
type: string
88418847
status:

deploy/upstream/manifests/0.16.1/0000_50_olm_00-clusterserviceversions.crd.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8826,6 +8826,11 @@ spec:
88268826
type: string
88278827
sideEffects:
88288828
type: string
8829+
targetPort:
8830+
anyOf:
8831+
- type: integer
8832+
- type: string
8833+
x-kubernetes-int-or-string: true
88298834
timeoutSeconds:
88308835
type: integer
88318836
format: int32
@@ -8836,6 +8841,7 @@ spec:
88368841
enum:
88378842
- ValidatingAdmissionWebhook
88388843
- MutatingAdmissionWebhook
8844+
- ConversionWebhook
88398845
webhookPath:
88408846
type: string
88418847
status:

deploy/upstream/quickstart/crds.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9025,6 +9025,11 @@ spec:
90259025
type: string
90269026
sideEffects:
90279027
type: string
9028+
targetPort:
9029+
anyOf:
9030+
- type: integer
9031+
- type: string
9032+
x-kubernetes-int-or-string: true
90289033
timeoutSeconds:
90299034
type: integer
90309035
format: int32
@@ -9035,6 +9040,7 @@ spec:
90359040
enum:
90369041
- ValidatingAdmissionWebhook
90379042
- MutatingAdmissionWebhook
9043+
- ConversionWebhook
90389044
webhookPath:
90399045
type: string
90409046
status:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323
github.com/onsi/gomega v1.9.0
2424
github.com/openshift/api v0.0.0-20200331152225-585af27e34fd
2525
github.com/openshift/client-go v0.0.0-20200326155132-2a6cd50aedd0
26-
github.com/operator-framework/api v0.3.12
26+
github.com/operator-framework/api v0.3.15
2727
github.com/operator-framework/operator-registry v1.13.6
2828
github.com/otiai10/copy v1.2.0
2929
github.com/pkg/errors v0.9.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -597,8 +597,8 @@ github.com/openshift/client-go v0.0.0-20200326155132-2a6cd50aedd0 h1:kMiuiZXH1Gd
597597
github.com/openshift/client-go v0.0.0-20200326155132-2a6cd50aedd0/go.mod h1:uUQ4LClRO+fg5MF/P6QxjMCb1C9f7Oh4RKepftDnEJE=
598598
github.com/openzipkin/zipkin-go v0.1.6/go.mod h1:QgAqvLzwWbR/WpD4A3cGpPtJrZXNIiJc5AZX7/PBEpw=
599599
github.com/operator-framework/api v0.3.7-0.20200602203552-431198de9fc2/go.mod h1:Xbje9x0SHmh0nihE21kpesB38vk3cyxnE6JdDS8Jo1Q=
600-
github.com/operator-framework/api v0.3.12 h1:In6bSbDr5zVOb5ats7TBMnl1h0hCIjkAxXkh+MXFJps=
601-
github.com/operator-framework/api v0.3.12/go.mod h1:Xbje9x0SHmh0nihE21kpesB38vk3cyxnE6JdDS8Jo1Q=
600+
github.com/operator-framework/api v0.3.15 h1:gVVx9y8o9RpY8+bzSCo+WLi+LZylYI8zp4Gtlei8Mac=
601+
github.com/operator-framework/api v0.3.15/go.mod h1:Xbje9x0SHmh0nihE21kpesB38vk3cyxnE6JdDS8Jo1Q=
602602
github.com/operator-framework/operator-registry v1.13.6 h1:h/dIjQQS7uneQNRifrSz7h0xg4Xyjg6C9f6XZofbMPg=
603603
github.com/operator-framework/operator-registry v1.13.6/go.mod h1:YhnIzOVjRU2ZwZtzt+fjcjW8ujJaSFynBEu7QVKaSdU=
604604
github.com/otiai10/copy v1.2.0 h1:HvG945u96iNadPoG2/Ja2+AUJeW5YuFQMixq9yirC+k=

manifests/0000_50_olm_00-clusterserviceversions.crd.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8824,6 +8824,11 @@ spec:
88248824
type: string
88258825
sideEffects:
88268826
type: string
8827+
targetPort:
8828+
anyOf:
8829+
- type: integer
8830+
- type: string
8831+
x-kubernetes-int-or-string: true
88278832
timeoutSeconds:
88288833
type: integer
88298834
format: int32
@@ -8834,6 +8839,7 @@ spec:
88348839
enum:
88358840
- ValidatingAdmissionWebhook
88368841
- MutatingAdmissionWebhook
8842+
- ConversionWebhook
88378843
webhookPath:
88388844
type: string
88398845
status:

pkg/package-server/client/openapi/zz_generated.openapi.go

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

vendor/github.com/operator-framework/api/crds/operators.coreos.com_clusterserviceversions.yaml

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

vendor/github.com/operator-framework/api/crds/zz_defs.go

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

0 commit comments

Comments
 (0)