Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
=================
Expand Down
Loading