Skip to content

Commit dea3ece

Browse files
simrandhaliwbenluddy
authored andcommitted
Bug 1861605: Reduce length of explanation of status of Operator resource
This PR bumps the operator-framework/api version to v0.3.12 to include a [bug fix](operator-framework/api#59) Upstream-repository: operator-lifecycle-manager Upstream-commit: 51f74ee7589ff5870494880bf688cc5ce2952897
1 parent 076b22f commit dea3ece

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

staging/operator-lifecycle-manager/deploy/chart/crds/0000_50_olm_00-installplans.crd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ spec:
6262
properties:
6363
approval:
6464
description: Approval is the user approval policy for an InstallPlan.
65+
It must be one of "Automatic" or "Manual".
6566
type: string
6667
approved:
6768
type: boolean

staging/operator-lifecycle-manager/deploy/chart/crds/0000_50_olm_00-operators.crd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ spec:
3838
description: OperatorSpec defines the desired state of Operator
3939
type: object
4040
status:
41-
description: OperatorStatus describes the observed state of an operator
42-
and its components.
41+
description: OperatorStatus defines the observed state of an Operator
42+
and its components
4343
type: object
4444
properties:
4545
components:

staging/operator-lifecycle-manager/deploy/chart/crds/0000_50_olm_00-subscriptions.crd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1634,6 +1634,7 @@ spec:
16341634
type: string
16351635
installPlanApproval:
16361636
description: Approval is the user approval policy for an InstallPlan.
1637+
It must be one of "Automatic" or "Manual".
16371638
type: string
16381639
name:
16391640
type: string

staging/operator-lifecycle-manager/go.mod

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

staging/operator-lifecycle-manager/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -574,8 +574,8 @@ github.com/openshift/client-go v0.0.0-20200326155132-2a6cd50aedd0 h1:kMiuiZXH1Gd
574574
github.com/openshift/client-go v0.0.0-20200326155132-2a6cd50aedd0/go.mod h1:uUQ4LClRO+fg5MF/P6QxjMCb1C9f7Oh4RKepftDnEJE=
575575
github.com/openzipkin/zipkin-go v0.1.6/go.mod h1:QgAqvLzwWbR/WpD4A3cGpPtJrZXNIiJc5AZX7/PBEpw=
576576
github.com/operator-framework/api v0.3.7-0.20200602203552-431198de9fc2/go.mod h1:Xbje9x0SHmh0nihE21kpesB38vk3cyxnE6JdDS8Jo1Q=
577-
github.com/operator-framework/api v0.3.11 h1:+fyck2pcr+vVGnVxM4UNoi7qOSMVCTQOWW2xsJtLSq0=
578-
github.com/operator-framework/api v0.3.11/go.mod h1:Xbje9x0SHmh0nihE21kpesB38vk3cyxnE6JdDS8Jo1Q=
577+
github.com/operator-framework/api v0.3.12 h1:In6bSbDr5zVOb5ats7TBMnl1h0hCIjkAxXkh+MXFJps=
578+
github.com/operator-framework/api v0.3.12/go.mod h1:Xbje9x0SHmh0nihE21kpesB38vk3cyxnE6JdDS8Jo1Q=
579579
github.com/operator-framework/operator-registry v1.13.6 h1:h/dIjQQS7uneQNRifrSz7h0xg4Xyjg6C9f6XZofbMPg=
580580
github.com/operator-framework/operator-registry v1.13.6/go.mod h1:YhnIzOVjRU2ZwZtzt+fjcjW8ujJaSFynBEu7QVKaSdU=
581581
github.com/otiai10/copy v1.2.0 h1:HvG945u96iNadPoG2/Ja2+AUJeW5YuFQMixq9yirC+k=

0 commit comments

Comments
 (0)