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-24 11:56:21 +0100
commitfa1eba3895202323a42da51aa4bd7dca38ecc125 (patch)
tree5ddbd536b1e7b074f1906f459a51f4a421a5f1a7
parenta3f8f8e318141625ab1a34101e15665520be67df (diff)
downloadbuildstream-fa1eba3895202323a42da51aa4bd7dca38ecc125.tar.gz
News: Added a news item for the new BuildBox sandbox
-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.