From 5957103d7afe2de6b60c15de2bf53e19acee368c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Billeter?= Date: Fri, 6 Feb 2026 14:05:58 +0100 Subject: [PATCH 1/2] ci: Update images Update BuildBox to 1.3.52. --- .github/common.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/common.env b/.github/common.env index 152504fd6..de24cb564 100644 --- a/.github/common.env +++ b/.github/common.env @@ -1,6 +1,6 @@ # Shared common variables -CI_IMAGE_VERSION=master-2057058575 +CI_IMAGE_VERSION=master-2310077904 CI_TOXENV_MAIN=py310,py311,py312,py313,py314 CI_TOXENV_PLUGINS=py310-plugins,py311-plugins,py312-plugins,py313-plugins,py314-plugins CI_TOXENV_ALL="${CI_TOXENV_MAIN},${CI_TOXENV_PLUGINS}" From c59ff0ef2a057f97f1f149ef7d80365aacd490db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Billeter?= Date: Fri, 6 Feb 2026 14:24:11 +0100 Subject: [PATCH 2/2] NEWS: Prepare for 2.7.0 --- NEWS | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/NEWS b/NEWS index 8157115ff..3c18f7e02 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +================= +buildstream 2.7.0 +================= + + o Support defining source provenance attributes in project.conf (#2099) + + o Allow multi-source plugins to provide source provenance info per source (#2098) + + o Don't require runtime deps when building projects with `--deps none` (#2102) + + o Add `--artifact-remote` and `--ignore-project-artifact-remotes` options to + `bst artifact show` (#2088) + + o Fix build of projects with multiple link elements with the same target (#2097) + + o Fix filesystem write access in `bst shell` with a cached build tree (#2093) + + o Artifact cache fixes to support buildgrid-asset as cache server (#2091) + + o Fix pip plugins installed in editable mode (#2084) + + o Drop support for Python 3.9 (#2085) + ================= buildstream 2.6.0 =================