Skip to content

Commit bd97e32

Browse files
authoredAug 31, 2022
chore: update o-f/api dependency to v0.17 (#2848)
Signed-off-by: Tyler Slaton <[email protected]> Signed-off-by: Tyler Slaton <[email protected]>
1 parent 35c5af2 commit bd97e32

File tree

8 files changed

+20
-5
lines changed

8 files changed

+20
-5
lines changed
 

Diff for: ‎deploy/chart/crds/0000_50_olm_00-catalogsources.crd.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ spec:
120120
type: integer
121121
publisher:
122122
type: string
123+
runAsRoot:
124+
description: RunAsRoot allows admins to indicate that they wish to run the CatalogSource pod in a privileged pod as root. This should only be enabled when running older catalog images which could not be run as non-root.
125+
type: boolean
123126
secrets:
124127
description: Secrets represent set of secrets that can be used to access the contents of the catalog. It is best to keep this list small, since each will need to be tried for every catalog entry.
125128
type: array

Diff for: ‎go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ require (
2424
github.com/onsi/gomega v1.18.1
2525
github.com/openshift/api v0.0.0-20200331152225-585af27e34fd
2626
github.com/openshift/client-go v0.0.0-20200326155132-2a6cd50aedd0
27-
github.com/operator-framework/api v0.16.0
27+
github.com/operator-framework/api v0.17.0
2828
github.com/operator-framework/operator-registry v1.17.5
2929
github.com/otiai10/copy v1.2.0
3030
github.com/pkg/errors v0.9.1

Diff for: ‎go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1078,8 +1078,8 @@ github.com/openshift/client-go v0.0.0-20200326155132-2a6cd50aedd0/go.mod h1:uUQ4
10781078
github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o=
10791079
github.com/openzipkin/zipkin-go v0.1.6/go.mod h1:QgAqvLzwWbR/WpD4A3cGpPtJrZXNIiJc5AZX7/PBEpw=
10801080
github.com/operator-framework/api v0.7.1/go.mod h1:L7IvLd/ckxJEJg/t4oTTlnHKAJIP/p51AvEslW3wYdY=
1081-
github.com/operator-framework/api v0.16.0 h1:swUOhVv7QDszxBTwYM8QAtyeqI4EQHNVAiKMS+xjakY=
1082-
github.com/operator-framework/api v0.16.0/go.mod h1:kk8xJahHJR3bKqrA+A+1VIrhOTmyV76k+ARv+iV+u1Q=
1081+
github.com/operator-framework/api v0.17.0 h1:OXpCP0XJzM7MYgr/zEZDqdOahUxHR9JSYAmmNUIj4W8=
1082+
github.com/operator-framework/api v0.17.0/go.mod h1:kk8xJahHJR3bKqrA+A+1VIrhOTmyV76k+ARv+iV+u1Q=
10831083
github.com/operator-framework/operator-registry v1.17.5 h1:LR8m1rFz5Gcyje8WK6iYt+gIhtzqo52zMRALdmTYHT0=
10841084
github.com/operator-framework/operator-registry v1.17.5/go.mod h1:sRQIgDMZZdUcmHltzyCnM6RUoDF+WS8Arj1BQIARDS8=
10851085
github.com/otiai10/copy v1.2.0 h1:HvG945u96iNadPoG2/Ja2+AUJeW5YuFQMixq9yirC+k=

Diff for: ‎vendor/github.com/operator-framework/api/crds/operators.coreos.com_catalogsources.yaml

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ‎vendor/github.com/operator-framework/api/crds/zz_defs.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ‎vendor/github.com/operator-framework/api/pkg/manifests/bundleloader.go

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ‎vendor/github.com/operator-framework/api/pkg/operators/v1alpha1/catalogsource_types.go

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ‎vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ github.com/openshift/client-go/config/informers/externalversions/config
626626
github.com/openshift/client-go/config/informers/externalversions/config/v1
627627
github.com/openshift/client-go/config/informers/externalversions/internalinterfaces
628628
github.com/openshift/client-go/config/listers/config/v1
629-
# github.com/operator-framework/api v0.16.0
629+
# github.com/operator-framework/api v0.17.0
630630
## explicit; go 1.18
631631
github.com/operator-framework/api/crds
632632
github.com/operator-framework/api/pkg/constraints

0 commit comments

Comments
 (0)
Please sign in to comment.