This is an automated email from the ASF dual-hosted git repository. abderrahim pushed a commit to branch abderrahim/2.8 in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 88bb009e9f577cdc2f9f492b9718de3ccaf9dcde Author: Abderrahim Kitouni <[email protected]> AuthorDate: Wed Aug 5 16:43:52 2026 +0100 NEWS: prepare for 2.8.0 --- NEWS | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/NEWS b/NEWS index 3c18f7e02..0730d794b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,29 @@ +================= +buildstream 2.8.0 +================= + + o Fix for overriding mirrors by parent project if the subproject doesn't + have mirrors (#2112) + + o Fix circular reference errors with junction overrides (#2114) + + o Defer source provenance check until the project is fully loaded (#2119) + + o Fix using full element names in workspace reset (#2125) + + o Disable status printer in non-interactive mode (#2135) + + o Don't cache failed actions in the action cache (#2152) (This raises the + minimum supported version of buildbox to 1.3.41) + + o Use artifact caches from the parent project for junctions (#1941) + + o Fix hangs when trying to terminate pull and push jobs (#2160) + + o Correctly track the number of session elements (#2104) + + o Documentation improvements + ================= buildstream 2.7.0 =================
