Skip to content

Commit

Permalink
Merge pull request #243 from rchirakk/rel-112
Browse files Browse the repository at this point in the history
update version to 1.1.2
  • Loading branch information
rchirakk committed Aug 26, 2017
2 parents 6650593 + 0eeb764 commit afe8183
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ fi
DEV_IMAGE_NAME="devbuild"
VERSION=${BUILD_VERSION-$DEV_IMAGE_NAME}

contiv_version=${CONTIV_VERSION:-"1.1.1"}
contiv_version=${CONTIV_VERSION:-"1.1.2"}
pull_images=${CONTIV_CI_HOST:-"false"}
aci_gw_version=${CONTIV_ACI_GW_VERSION:-"latest"}
aci_gw_version=${CONTIV_ACI_GW_VERSION:-"08-04-2017.2.2_2j"}
ansible_image_version=${CONTIV_ANSIBLE_IMAGE_VERSION:-$contiv_version}
auth_proxy_version=${CONTIV_API_PROXY_VERSION:-$contiv_version}
docker_version=${CONTIV_DOCKER_VERSION:-1.12.6}
Expand All @@ -26,7 +26,7 @@ etcd_version=${CONTIV_ETCD_VERSION:-v2.3.8}
# because of this, the default value for this variable will become the latest
# version that is available in the Docker Store and should be considered
# independent of $contiv_version above.
v2plugin_version=${CONTIV_V2PLUGIN_VERSION:-"1.1.1"}
v2plugin_version=${CONTIV_V2PLUGIN_VERSION:-"1.1.2"}

function usage() {
echo "Usage:"
Expand Down

0 comments on commit afe8183

Please sign in to comment.