From 0d5034d9d94993fd8edd2a105dda230b1d902cd7 Mon Sep 17 00:00:00 2001 From: JONBRWN Date: Fri, 30 Nov 2018 16:13:47 +0000 Subject: [PATCH] Update version for 0.6.0 release --- Dockerfile | 2 +- VERSION | 2 +- misc/wallaroo-up.sh | 6 +++--- vagrant/Vagrantfile | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6efd830854..0473593aa3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN locale-gen en_US.UTF-8 ENV LANG en_US.UTF-8 ENV LANGUAGE en_US:en -ENV WALLAROO_VERSION release-0.6.0 +ENV WALLAROO_VERSION 0.6.0 RUN apt-get install -y \ curl \ diff --git a/VERSION b/VERSION index 28be45aa07..a918a2aa18 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -release-0.6.0 +0.6.0 diff --git a/misc/wallaroo-up.sh b/misc/wallaroo-up.sh index a006cfcc10..db900418ca 100755 --- a/misc/wallaroo-up.sh +++ b/misc/wallaroo-up.sh @@ -1,14 +1,14 @@ #!/bin/bash # md5 for validatiing script checksum -MD5="e83a9ded8d8b34f86045e0d65920ff5d -" +MD5="d858f70ac039cb96c6f34b0f9f17c220 -" set -eEuo pipefail WALLAROO_UP_DEST_DEFAULT=~/wallaroo-tutorial WALLAROO_UP_DEST_ARG="$WALLAROO_UP_DEST_DEFAULT" WALLAROO_UP_INSTALL_TYPE=UNSPECIFIED -WALLAROO_VERSION_DEFAULT=release-0.6.0 +WALLAROO_VERSION_DEFAULT=0.6.0 WALLAROO_VERSION="$WALLAROO_VERSION_DEFAULT" WALLAROO_TOOLS_TO_BUILD="build-giles-sender-all build-utils-all" @@ -44,7 +44,7 @@ GOLANG_DL_URL=https://dl.google.com/go/go${GOLANG_VERSION}.linux-amd64.tar.gz # sample wallaroo version to ponyc version map entry: W0.4.3=0.21.0 # another sample entry: W4807928=0.22.6 WALLAROO_PONYC_MAP=" -Wrelease-0.6.0=0.25.0 +W0.6.0=0.25.0 W0.5.4=0.25.0 W0.5.3=0.24.4 W0.5.2=0.24.4 diff --git a/vagrant/Vagrantfile b/vagrant/Vagrantfile index 85ab4ed2ba..cdb5992824 100644 --- a/vagrant/Vagrantfile +++ b/vagrant/Vagrantfile @@ -7,7 +7,7 @@ $script = <<-SCRIPT set -o errexit set -o nounset -export WALLAROO_VERSION="release-0.6.0" +export WALLAROO_VERSION="0.6.0" wallaroo_up() { cd /tmp