Skip to content
This repository was archived by the owner on Nov 1, 2022. It is now read-only.

Bump client-go to version 1.11 #1929

Merged
merged 7 commits into from
Apr 12, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Bump client-go to version 1.11
This required:
* Bumping all the kubernetes dependenices to 1.14
* Replacing justinbarrick/go-k8s-portforward by 2opremio/go-k8s-portforward
  until oliviabarrick/go-k8s-portforward#6 is merged
  • Loading branch information
Alfonso Acosta committed Apr 12, 2019
commit cfb6d2d2d504396aea92df95bf517147084fa7c2
14 changes: 7 additions & 7 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,23 @@ required = ["k8s.io/code-generator/cmd/client-gen"]

[[constraint]]
name = "k8s.io/api"
version = "kubernetes-1.11.0"
version = "kubernetes-1.14.0"

[[constraint]]
name = "k8s.io/apimachinery"
version = "kubernetes-1.11.0"
version = "kubernetes-1.14.0"

[[constraint]]
name = "k8s.io/apiextensions-apiserver"
version = "kubernetes-1.11.0"
version = "kubernetes-1.14.0"

[[constraint]]
name = "k8s.io/client-go"
version = "8.0.0"
version = "11.0.0"

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

[[override]]
name = "github.com/json-iterator/go"
Expand All @@ -47,8 +47,8 @@ required = ["k8s.io/code-generator/cmd/client-gen"]
version = "~v2.13.0"

[[constraint]]
name = "github.com/justinbarrick/go-k8s-portforward"
version = "v1.0.2"
name = "github.com/2opremio/go-k8s-portforward"
branch = "master"

[[constraint]]
branch = "master"
Expand Down