summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Salmon <will.salmon@codethink.co.uk>2019-05-28 16:47:37 +0100
committerWilliam Salmon <will.salmon@codethink.co.uk>2019-07-25 13:57:18 +0100
commitb2328f913cb571692e342a9cd7f98b57fa882c5f (patch)
tree7622421b4722fe37ba01f102409d7a69bb7a6be7
parent56fe004209fab0c4bc614b0baebbb797db5eb511 (diff)
downloadbuildstream-buildbox.tar.gz
News: Added a news item for the new BuildBox sandboxbuildbox
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2fabe0c65..5d5906500 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,10 @@
buildstream 1.3.1
=================
+ o Added Basic support for the BuildBox sandbox. The sand box will only be used if the
+ environment variable BST_FORCE_SANDBOX is set to `buildbox`. This is the first step in
+ transitioning to only using BuildBox for local sandboxing.
+
o BREAKING CHANGE: The yaml API has been rewritten entirely. When accessing
configuration from YAML, please use the new `Node` classes exposed in the
`buildstream` package. See the documentation for how to use it.