Skip to content
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
2 changes: 1 addition & 1 deletion docker/istio/shared/tools/install-bazel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -eux

BAZEL_VERSION='0.27.0'
BAZEL_VERSION='0.28.0'
BAZEL_BASE_URL='https://github.com/bazelbuild/bazel/releases/download'
BAZEL_SH="bazel-${BAZEL_VERSION}-installer-linux-x86_64.sh"
BAZEL_URL="${BAZEL_BASE_URL}/${BAZEL_VERSION}/${BAZEL_SH}"
Expand Down
2 changes: 1 addition & 1 deletion docker/prowbazel/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PROJECT = istio-testing
VERSION ?= 0.5.7
VERSION ?= 0.5.8

# Note: The build directory is the root of the istio/test-infra repository, not ./
image:
Expand Down
1 change: 1 addition & 0 deletions docker/prowbazel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ Our dependency on this script is because it appropariately writes test job resul
* 0.5.5: Update golang to 1.12.5 and bazel to 0.26.0
* 0.5.6: Add kind v0.3.0
* 0.5.7: Update bazel to 0.27.0 and clang to 8
* 0.5.8: Update bazel to 0.28.0
2 changes: 1 addition & 1 deletion scripts/tools/linux-install-bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fi
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
. ${DIR}/all-utilities || { echo "Cannot load Bash utilities" ; exit 1 ; }

BAZEL_VERSION='0.27.0'
BAZEL_VERSION='0.28.0'
BAZEL_BASE_URL='https://github.com/bazelbuild/bazel/releases/download'
BAZEL_SH="bazel-${BAZEL_VERSION}-installer-linux-x86_64.sh"
BAZEL_URL="${BAZEL_BASE_URL}/${BAZEL_VERSION}/${BAZEL_SH}"
Expand Down