From 40c2addb5eebb6e5a1065b741cb8adcfcc32b818 Mon Sep 17 00:00:00 2001 From: Yee Hing Tong Date: Thu, 19 Dec 2019 16:39:36 -0800 Subject: [PATCH] bump IDL v0.16.3 (#41) This brings in these releases. https://github.com/lyft/flyteidl/releases/tag/v0.16.3 https://github.com/lyft/flyteidl/releases/tag/v0.16.2 https://github.com/lyft/flyteidl/releases/tag/v0.16.1 https://github.com/lyft/flyteidl/releases/tag/v0.16.0 https://github.com/lyft/flyteidl/releases/tag/v0.15.0 --- Gopkg.lock | 6 +++--- Gopkg.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gopkg.lock b/Gopkg.lock index 3e4f3e6508..ebc7b1a46f 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -329,7 +329,7 @@ version = "v1.0.2" [[projects]] - digest = "1:dec8d616f023c717c476cad2b30d5afebb4b6ed2f23d215bf309b9889c2a377b" + digest = "1:24508da9d4741637264e1f5deeceb58150415974ce08efe1f0764ffa881d833d" name = "github.com/lyft/flyteidl" packages = [ "clients/go/coreutils", @@ -339,8 +339,8 @@ "gen/pb-go/flyteidl/plugins", ] pruneopts = "" - revision = "fac461ff1d6926e98b48e2f3374419afdb69de18" - version = "v0.14.1" + revision = "7f8cdc2cb0f613bb62b8b44167828326b733f8a5" + version = "v0.16.3" [[projects]] digest = "1:7fee6ae151d081a92d58a53099adcfccf89e424aef03eb20531ae0285da8613d" diff --git a/Gopkg.toml b/Gopkg.toml index 7e73b5bd31..83b7644a5c 100755 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -11,7 +11,7 @@ ignored = ["k8s.io/spark-on-k8s-operator", [[constraint]] name = "github.com/lyft/flyteidl" - version = "^0.14.x" + version = "^0.16.x" [[override]] name = "github.com/dgrijalva/jwt-go"