summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRaoul Hidalgo Charman <raoul.hidalgocharman@codethink.co.uk>2019-03-28 12:31:50 +0000
committerbst-marge-bot <marge-bot@buildstream.build>2019-05-15 10:18:26 +0000
commit30e89a6a3cdcea83e0d83e373e50b88c02df3667 (patch)
tree2ca584a89133bdc0efe2fa5d876173f48d7f396c /NEWS
parent7c1bb299c891b7fe8b92e1d54a38eca0b55840ef (diff)
downloadbuildstream-30e89a6a3cdcea83e0d83e373e50b88c02df3667.tar.gz
_artifact.py: Rework to use artifact proto
This will replace the previous use of a directory structure. Quite a lot is changed here, predominantly _artifact and _artifactcache modules. Part of #974
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 239fcf35e..ee935711e 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,12 @@
buildstream 1.3.1
=================
+ o BREAKING CHANGE: Artifact as a Proto. The caching of buildstream artifacts
+ has changed from a reference based impelementation. Existing artifacts and
+ artifact servers are not compatible, as such remote artifact servers need to
+ be updated to the latest version which will then allow them to be repopulated
+ with new artifacts.
+
o BREAKING CHANGE: ostree plugin has been removed. It now leaves in the
bst-plugins-experimental repo