From c10c8fdbbaca4f0ae7a5b6aeb93f910ad26e9380 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Billeter?= Date: Sat, 20 Sep 2025 09:40:16 +0200 Subject: [PATCH] NEWS: Prepare for 2.6.0 --- NEWS | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/NEWS b/NEWS index 433378a63..8157115ff 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +================= +buildstream 2.6.0 +================= + + o Add the `remote-apis-socket` sandbox configuration to offer build tools + in the sandbox (e.g., recc or bazel) access to the Remote Execution API + for caching or (nested) remote execution (#2014, #2031, #2038) + + o Add the `digest-environment` dependency configuration for use by + Remote Execution API clients running in the sandbox (#2036) + + o Additional source provenance in SourceInfo (#2009) + + o Allow showing the element kind in `bst show` (#2058) + + o Accept pre-releases for plugins loaded from the `pip` origin (#2019) + + o BuildStream now requires BuildBox 1.2.6 or later + + o Support Python 3.13.4+ and 3.14 (#2039, #2064, #2067) + + o Support protobuf 6+ (#2043) and Click 8.2+ (#2065) + ================= buildstream 2.5.0 =================