Skip to content
This repository was archived by the owner on Sep 28, 2020. It is now read-only.

Commit 176e399

Browse files
author
Erik Hollensbe
committed
box release 0.5.4
Signed-off-by: Erik Hollensbe <github@hollensbe.org>
1 parent 9e33dcd commit 176e399

3 files changed

Lines changed: 26 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
### v0.5.4
2+
3+
* A fix to the portable (os x and windows) script to allow it to pass variables in the environment.
4+
5+
With this patch, you can supply `BOX_INCLUDE_ENV` with a whitespace-separated
6+
list of environment variables to pass to box. This admittedly a hack until real
7+
variables arrive (0.6.0!) and we can deprecate the environment functionality.
8+
9+
Nothing in the binary itself has changed.
10+
11+
### v0.5.4
12+
13+
* A fix to the portable (os x and windows) script to allow it to pass variables in the environment.
14+
15+
With this patch, you can supply `BOX_INCLUDE_ENV` with a whitespace-separated
16+
list of environment variables to pass to box. This admittedly a hack until real
17+
variables arrive (0.6.0!) and we can deprecate the environment functionality.
18+
19+
Nothing in the binary itself has changed.
20+
21+
### v0.5.4
22+
23+
* A fix to the portable (os x and windows) script to allow it to pass variables in the environment.
24+
125
### v0.5.3
226

327
copy statements have changed:

build.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from "debian"
1+
from "debian:jessie"
22

33
after { tag "boxbuilder/box:master" }
44
DOCKER_VERSION = "1.13.1"

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
# linux/mac installer for box
33
set -e
4-
version=0.5.3
4+
version=0.5.4
55
if [ "$(uname -s)" = "Linux" ]; then
66
arch="linux"
77
else

0 commit comments

Comments
 (0)