diff options
author | Jürg Billeter <j@bitron.ch> | 2020-07-27 17:22:20 +0200 |
---|---|---|
committer | bst-marge-bot <marge-bot@buildstream.build> | 2020-08-13 09:24:43 +0000 |
commit | aea06a75c6d6ac404729bc48c5cdfb6aca7ae7ac (patch) | |
tree | cb0566c72640c292676ab8654d273666b088a88b /NEWS | |
parent | a637dc1d737d9d6ca24a1bb5938de37b7bcf440f (diff) | |
download | buildstream-aea06a75c6d6ac404729bc48c5cdfb6aca7ae7ac.tar.gz |
NEWS: Add note about the switch to the Remote Asset API
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 ------- |