Skip to content

Commit

Permalink
Update k8s library dependencies to v1.16 (#192)
Browse files Browse the repository at this point in the history
* Update k8s library dependencies to v1.16
* Remove container resource OpenAPI validation from all types
  • Loading branch information
jessesuen authored and dthomson25 committed Oct 10, 2019
1 parent 4d2be84 commit fb287a4
Show file tree
Hide file tree
Showing 18 changed files with 3,078 additions and 294 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Initial stage which pulls prepares build dependencies and CLI tooling we need for our final image
# Also used as the image in CI jobs so needs all dependencies
####################################################################################################
FROM golang:1.12.6 as builder
FROM golang:1.13.1 as builder

RUN apt-get update && apt-get install -y \
git \
Expand Down
108 changes: 62 additions & 46 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 7 additions & 14 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,38 +7,31 @@ required = [

[[constraint]]
name = "k8s.io/client-go"
branch = "release-11.0"
branch = "release-13.0"

[[constraint]]
name = "k8s.io/code-generator"
branch = "release-1.14"
branch = "release-1.16"

[[constraint]]
branch = "release-1.14"
branch = "release-1.16"
name = "k8s.io/api"


# To use reference package:
# vendor/k8s.io/kubernetes/pkg/util/parsers/parsers.go:36:16: undefined: reference.ParseNormalizedNamed
[[override]]
name = "github.com/docker/distribution"
branch = "master"

[[constraint]]
name = "k8s.io/apiserver"
branch = "release-1.14"
branch = "release-1.16"

[[constraint]]
name = "k8s.io/apimachinery"
branch = "release-1.14"
branch = "release-1.16"

[[constraint]]
name = "k8s.io/kubernetes"
branch = "release-1.14"
branch = "release-1.16"

[[constraint]]
name = "k8s.io/apiextensions-apiserver"
branch = "release-1.14"
branch = "release-1.16"

[[constraint]]
name = "github.com/bouk/monkey"
Expand Down
Loading

0 comments on commit fb287a4

Please sign in to comment.