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 11:16:42 +0100
commit264e51d9181e2cbe4a08e6950427e9c0592875d0 (patch)
tree7b18e7bebbad127930c20596c1aa5a069729ccb5
parent66adab89e7c43fe6b8bad39f08607a2ac78e9ebd (diff)
downloadbuildstream-willsalmon/buildbox.tar.gz
News: Added a news item for the new BuildBox sandboxwillsalmon/buildbox
-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.