Skip to content

Commit 5e8da3d

Browse files
authoredMay 6, 2020
Merge pull request operator-framework#295 from exdx/feat/support-v1-crds-in-index
Bug 1829945: support v1 CRDs in bundles and indexes
2 parents e4773b9 + dd85624 commit 5e8da3d

File tree

151 files changed

+11875
-5399
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

151 files changed

+11875
-5399
lines changed
 

‎go.mod

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ require (
3131
github.com/opencontainers/image-spec v1.0.2-0.20190823105129-775207bd45b6
3232
github.com/opencontainers/runc v1.0.0-rc9 // indirect
3333
github.com/opencontainers/runtime-spec v0.1.2-0.20190618234442-a950415649c7 // indirect
34-
github.com/operator-framework/api v0.1.1
34+
github.com/operator-framework/api v0.3.4
3535
github.com/otiai10/copy v1.0.2
3636
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
3737
github.com/pkg/errors v0.9.1
@@ -45,10 +45,10 @@ require (
4545
google.golang.org/grpc v1.26.0
4646
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
4747
gopkg.in/yaml.v2 v2.2.8
48-
k8s.io/api v0.18.0
49-
k8s.io/apiextensions-apiserver v0.18.0
50-
k8s.io/apimachinery v0.18.0
51-
k8s.io/client-go v0.18.0
48+
k8s.io/api v0.18.2
49+
k8s.io/apiextensions-apiserver v0.18.2
50+
k8s.io/apimachinery v0.18.2
51+
k8s.io/client-go v0.18.2
5252
k8s.io/klog v1.0.0
5353
k8s.io/kubectl v0.18.0
5454
)

‎go.sum

+59
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)