Skip to content

Commit 7e5f3ff

Browse files
committed
Merge pull request #4735 from helgi/export_utils
ref(contrib): expose COREOS ENV vars via export in utils.sh. Add DEIS_RELEASE
2 parents 293d657 + 349d567 commit 7e5f3ff

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

contrib/utils.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

docs/roadmap/releases.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)