Skip to content

Commit 7b151f0

Browse files
committed
Bumps the regsitry version to 0.22
Signed-off-by: Daniel Sover [email protected] Upstream-repository: operator-registry Upstream-commit: a4fd56c7fb85428c6fb20d8e9fa378d3b5647657
1 parent f434f30 commit 7b151f0

File tree

186 files changed

+14731
-8038
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

+14731
-8038
lines changed

go.sum

Lines changed: 13 additions & 54 deletions
Large diffs are not rendered by default.

staging/operator-registry/go.mod

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -41,27 +41,26 @@ require (
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
45-
github.com/spf13/afero v1.6.0 // indirect
44+
github.com/sirupsen/logrus v1.8.1
4645
github.com/spf13/cobra v1.1.1
4746
github.com/stretchr/testify v1.6.1
4847
github.com/yvasiyarov/go-metrics v0.0.0-20150112132944-c25f46c4b940 // indirect
4948
github.com/yvasiyarov/gorelic v0.0.7 // indirect
5049
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
50+
go.etcd.io/bbolt v1.3.6
51+
golang.org/x/mod v0.4.2
52+
golang.org/x/net v0.0.0-20210520170846-37e1c6afe023
53+
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
54+
google.golang.org/grpc v1.38.0
5655
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
56+
google.golang.org/protobuf v1.26.0
57+
gopkg.in/yaml.v2 v2.4.0
58+
k8s.io/api v0.22.0
59+
k8s.io/apiextensions-apiserver v0.22.0
60+
k8s.io/apimachinery v0.22.0
61+
k8s.io/client-go v0.22.0
62+
k8s.io/kubectl v0.22.0
63+
sigs.k8s.io/controller-runtime v0.9.0
6564
sigs.k8s.io/kind v0.11.1
6665
sigs.k8s.io/yaml v1.2.0
6766
)

staging/operator-registry/go.sum

Lines changed: 183 additions & 13 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)