From 30e89a6a3cdcea83e0d83e373e50b88c02df3667 Mon Sep 17 00:00:00 2001 From: Raoul Hidalgo Charman Date: Thu, 28 Mar 2019 12:31:50 +0000 Subject: _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 --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'NEWS') 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 -- cgit v1.2.1