summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJames Ennis <james.ennis@codethink.co.uk>2019-08-01 12:57:18 +0100
committerJames Ennis <james.ennis@codethink.com>2019-08-06 13:03:47 +0000
commitb03eab16b624cda9bbcc72303ea814a6ac374dc4 (patch)
tree67f4e5907f4567eeb3d9f741e1a521a5c9ebe503 /NEWS
parentef778ca58d13be60faad37d55a4a64918c1b3d00 (diff)
downloadbuildstream-b03eab16b624cda9bbcc72303ea814a6ac374dc4.tar.gz
NEWS: Added a news entry announcing the two new junction config options
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5d5906500..6c93dde94 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,14 @@
buildstream 1.3.1
=================
+ o BREAKING CHANGE: Reverted the default behaviour of junctions. Subproject
+ elements will no longer interact with the parent project's remote (by
+ default). To enable this behaviour, a new "cache-junction-elements" boolean
+ can be optionally declared as part of your junction element's configuration.
+ Additionally, a new "ignore-junction-remotes" option has also been
+ introduced. This allows you to completely ignore subproject remotes when
+ using the parent project.
+
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.