File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,5 +12,6 @@ function echo_green {
1212 echo -e " \033[0;32m$1 \033[0m"
1313}
1414
15- COREOS_CHANNEL=${COREOS_CHANNEL:- stable}
16- COREOS_VERSION=${COREOS_VERSION:- 766.5.0}
15+ export COREOS_CHANNEL=${COREOS_CHANNEL:- stable}
16+ export COREOS_VERSION=${COREOS_VERSION:- 766.5.0}
17+ export DEIS_RELEASE=1.13.0-dev
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ Patch Release
3434 builder/rootfs/usr/local/src/slugbuilder/Dockerfile \
3535 builder/rootfs/usr/local/src/slugrunner/Dockerfile \
3636 client/deis-version \
37+ contrib/utils.sh \
3738 contrib/coreos/user-data.example \
3839 controller/deis/__init__.py \
3940 controller/Dockerfile \
@@ -91,6 +92,7 @@ Major or Minor Release
9192
9293 $ ./contrib/bumpver/bumpver -f A.B.C A.B.D \
9394 README.md \
95+ contrib/utils.sh \
9496 contrib/coreos/user-data.example \
9597 docs/_includes/_get-the-source.rst \
9698 docs/installing_deis/install-deisctl.rst \
@@ -156,6 +158,7 @@ Patch Release
156158
157159 ./contrib/bumpver/bumpver -f A.B.C A.B.D \
158160 README.md \
161+ contrib/utils.sh \
159162 contrib/coreos/user-data.example \
160163 docs/_includes/_get-the-source.rst \
161164 docs/installing_deis/install-deisctl.rst \
You can’t perform that action at this time.
0 commit comments