summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2020-07-27 17:22:20 +0200
committerbst-marge-bot <marge-bot@buildstream.build>2020-08-13 09:24:43 +0000
commitaea06a75c6d6ac404729bc48c5cdfb6aca7ae7ac (patch)
treecb0566c72640c292676ab8654d273666b088a88b /NEWS
parenta637dc1d737d9d6ca24a1bb5938de37b7bcf440f (diff)
downloadbuildstream-aea06a75c6d6ac404729bc48c5cdfb6aca7ae7ac.tar.gz
NEWS: Add note about the switch to the Remote Asset API
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index babcb259b..b0f8650db 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,14 @@ CLI
o Add `bst source push` subcommand. This command pushes element sources to a
remote source cache.
+Artifacts
+---------
+
+ o BREAKING CHANGE: Use Remote Asset API for remote artifact and source caches.
+ Existing artifact servers are not compatible and need to be updated to the
+ latest version which will then allow them to be repopulated with new
+ artifacts.
+
Plugins
-------