Skip to content

Commit

Permalink
Update fortio version to latest (istio#2596)
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue.

Update fortio version to latest

~Not clear why Gopkg.lock changed so much~
  • Loading branch information
ldemailly authored and istio-merge-robot committed Jan 16, 2018
1 parent 80967e6 commit 4ac0512
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
5 changes: 3 additions & 2 deletions Gopkg.lock

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

9 changes: 4 additions & 5 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,17 +105,16 @@ required = [
name = "github.com/apache/thrift"
version = ">=0.9.3, <0.11.0"

[[constraint]]
name = "istio.io/fortio"
version = ">= v0.6.2"

### DO NOT PIN these repos to master. It will result in inconsistent builds in circleci
### as we cache dep ensure.
[[constraint]]
name = "istio.io/api"
revision = "ba8e7cab9e80a538014df6aa8676b98d398b9779"

[[constraint]]
name = "istio.io/fortio"
revision = "6684bc54abfa793ee4beffe8b2a5b9ec83c782e3"


### Begin Mixer codegen dep pinning

[[override]]
Expand Down
2 changes: 1 addition & 1 deletion istio.VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ export AUTH_DEBIAN_URL="https://storage.googleapis.com/istio-artifacts/auth/d10e
export PILOT_DEBIAN_URL="https://storage.googleapis.com/istio-artifacts/pilot/3101ea9d82a5f83b699c2d3245b371a19fa6bef4/artifacts/debs"
export PROXY_DEBIAN_URL="https://storage.googleapis.com/istio-artifacts/proxy/2458e4e27bc588df858711b66de0970183e0cf66/artifacts/debs"
export FORTIO_HUB="docker.io/istio"
export FORTIO_TAG="0.4.2"
export FORTIO_TAG="0.6.2"
export HYPERKUBE_HUB="quay.io/coreos/hyperkube"
export HYPERKUBE_TAG="v1.7.6_coreos.0"

0 comments on commit 4ac0512

Please sign in to comment.