Skip to content

Commit e65faeb

Browse files
exdxtimflannagan
authored andcommitted
feat: bump k8s dependencies to v0.22.0 (#747)
* feat: bump k8s dependencies to v0.22.0 Signed-off-by: Daniel Sover <[email protected]> * add warning message for v1beta1 CRDs in bundle Upstream-repository: operator-registry Upstream-commit: a4fd56c7fb85428c6fb20d8e9fa378d3b5647657 Signed-off-by: Daniel Sover <[email protected]>
1 parent 6a09bad commit e65faeb

File tree

186 files changed

+14811
-8090
lines changed

Some content is hidden

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

186 files changed

+14811
-8090
lines changed

go.sum

Lines changed: 12 additions & 41 deletions
Large diffs are not rendered by default.

staging/operator-registry/go.mod

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ require (
2222
github.com/gofrs/uuid v3.3.0+incompatible // indirect
2323
github.com/golang-migrate/migrate/v4 v4.6.2
2424
github.com/golang/mock v1.4.1
25-
github.com/golang/protobuf v1.4.3
26-
github.com/google/go-cmp v0.5.2
25+
github.com/golang/protobuf v1.5.2
26+
github.com/google/go-cmp v0.5.5
2727
github.com/gorilla/handlers v1.4.2 // indirect
2828
github.com/grpc-ecosystem/grpc-health-probe v0.3.2
2929
github.com/h2non/filetype v1.1.1
@@ -32,36 +32,36 @@ require (
3232
github.com/mattn/go-sqlite3 v1.10.0
3333
github.com/maxbrunsfeld/counterfeiter/v6 v6.2.2
3434
github.com/mitchellh/hashstructure/v2 v2.0.2
35-
github.com/onsi/ginkgo v1.14.1
36-
github.com/onsi/gomega v1.10.2
35+
github.com/onsi/ginkgo v1.16.4
36+
github.com/onsi/gomega v1.13.0
3737
github.com/opencontainers/go-digest v1.0.0
3838
github.com/opencontainers/image-spec v1.0.2-0.20190823105129-775207bd45b6
3939
github.com/opencontainers/runc v0.1.1 // indirect
4040
github.com/operator-framework/api v0.7.1
4141
github.com/otiai10/copy v1.2.0
4242
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
4343
github.com/pkg/errors v0.9.1
44-
github.com/sirupsen/logrus v1.6.0
44+
github.com/sirupsen/logrus v1.8.1
4545
github.com/spf13/afero v1.6.0 // indirect
46-
github.com/spf13/cobra v1.1.1
47-
github.com/stretchr/testify v1.6.1
46+
github.com/spf13/cobra v1.1.3
47+
github.com/stretchr/testify v1.7.0
4848
github.com/yvasiyarov/go-metrics v0.0.0-20150112132944-c25f46c4b940 // indirect
4949
github.com/yvasiyarov/gorelic v0.0.7 // indirect
5050
github.com/yvasiyarov/newrelic_platform_go v0.0.0-20160601141957-9c099fbc30e9 // indirect
51-
go.etcd.io/bbolt v1.3.5
52-
golang.org/x/mod v0.3.0
53-
golang.org/x/net v0.0.0-20210326060303-6b1517762897
54-
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
55-
google.golang.org/grpc v1.30.0
51+
go.etcd.io/bbolt v1.3.6
52+
golang.org/x/mod v0.4.2
53+
golang.org/x/net v0.0.0-20210520170846-37e1c6afe023
54+
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
55+
google.golang.org/grpc v1.38.0
5656
google.golang.org/grpc/cmd/protoc-gen-go-grpc v0.0.0-20200709232328-d8193ee9cc3e
57-
google.golang.org/protobuf v1.25.0
58-
gopkg.in/yaml.v2 v2.3.0
59-
k8s.io/api v0.20.6
60-
k8s.io/apiextensions-apiserver v0.20.6
61-
k8s.io/apimachinery v0.20.6
62-
k8s.io/client-go v0.20.6
63-
k8s.io/kubectl v0.20.6
64-
sigs.k8s.io/controller-runtime v0.8.0
57+
google.golang.org/protobuf v1.26.0
58+
gopkg.in/yaml.v2 v2.4.0
59+
k8s.io/api v0.22.0
60+
k8s.io/apiextensions-apiserver v0.22.0
61+
k8s.io/apimachinery v0.22.0
62+
k8s.io/client-go v0.22.0
63+
k8s.io/kubectl v0.22.0
64+
sigs.k8s.io/controller-runtime v0.9.0
6565
sigs.k8s.io/kind v0.11.1
6666
sigs.k8s.io/yaml v1.2.0
6767
)

staging/operator-registry/go.sum

Lines changed: 258 additions & 73 deletions
Large diffs are not rendered by default.

staging/operator-registry/pkg/lib/bundle/validate.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,8 @@ func (i imageValidator) ValidateBundleContent(manifestDir string) error {
343343
}
344344
}
345345
case v1beta1CRDapiVersion:
346+
i.logger.Warnf("GroupVersionKind apiextensions.k8s.io/v1beta1, Kind=CustomResourceDefinition was deprecated in Kubernetes 1.16+, removed in 1.22. Support" +
347+
"for apiextensions.k8s.io/v1beta1 CustomResourceDefinitions will be removed in the future in favor of apiextensions.k8s.io/v1 CustomResourceDefinitions.")
346348
crd := &apiextensionsv1beta1.CustomResourceDefinition{}
347349
err := dec.Decode(crd)
348350
if err != nil {

vendor/github.com/go-openapi/spec/.editorconfig

Lines changed: 0 additions & 26 deletions
This file was deleted.

vendor/github.com/go-openapi/spec/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

vendor/github.com/go-openapi/spec/.golangci.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

vendor/github.com/go-openapi/spec/.travis.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

vendor/github.com/go-openapi/spec/CODE_OF_CONDUCT.md

Lines changed: 0 additions & 74 deletions
This file was deleted.

0 commit comments

Comments
 (0)