Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/common.env
Original file line number Diff line number Diff line change
@@ -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}"
23 changes: 23 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
=================
Expand Down
Loading