Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update argo dependencies to kubernetes v1.14 #1530

Merged
merged 3 commits into from
Aug 8, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
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
616 changes: 387 additions & 229 deletions Gopkg.lock

Large diffs are not rendered by default.

19 changes: 12 additions & 7 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@ required = [

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

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

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

[[constraint]]
name = "k8s.io/kube-openapi"
branch = "master"

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

[[constraint]]
name = "github.com/stretchr/testify"
Expand All @@ -49,11 +49,16 @@ required = [
name = "github.com/ghodss/yaml"
branch = "master"

# vendor/k8s.io/client-go/plugin/pkg/client/auth/azure/azure.go:300:25:
# cannot call non-function spt.Token (type adal.Token)
# azure.go:252:4: cannot use json.Number(expiresIn) (type json.Number) as type string in field value
[[override]]
name = "github.com/Azure/go-autorest"
revision = "1ff28809256a84bb6966640ff3d0371af82ccba4"
version = "12.4.2"

# contrib.go.opencensus.io/exporter/ocagent/transform_stats_to_metrics.go:67:11: undefined:
# "github.com/argoproj/argo/vendor/github.com/census-instrumentation/opencensus-proto/gen-go/metrics/v1".Metric_MetricDescriptor
[[override]]
name = "contrib.go.opencensus.io/exporter/ocagent"
version = "0.5.0"

[[constraint]]
name = "github.com/colinmarc/hdfs"
Expand Down
Loading