summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2020-07-27 17:22:20 +0200
committerJürg Billeter <j@bitron.ch>2020-08-12 22:06:52 +0200
commit24d330e50536b27196adfee894dd8ef883965cc7 (patch)
tree38735dccfbf0cb75145d3c4606b379c6b2185c1a
parent94b578e8685d64528024d825fcc64bc4cb6c3289 (diff)
downloadbuildstream-juerg/remote-asset.tar.gz
NEWS: Add note about the switch to the Remote Asset APIjuerg/remote-asset
-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
-------