summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-04-23 13:27:22 +0300
committerLars Wirzenius <liw@liw.fi>2018-04-23 15:21:39 +0300
commit9d4e01e2df83a108c2c44cc4471666b5cecf4c36 (patch)
tree272049de3e1e30f67aee4ce6304c92e349bccea0 /NEWS
parentde851333b5a0c90aa8cb7fb75e188b9e391b582d (diff)
downloadick2-9d4e01e2df83a108c2c44cc4471666b5cecf4c36.tar.gz
Change: all actions must have a "where"
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 85c2db8..0e55170 100644
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,10 @@ Version 0.46+git, not yet released
* Worker manager now sets `LC_ALL` and `DEBIAN_FRONTEND` variables
inside the container.
+* Each action in a pipeline MUST now have a `where` field. Previously
+ you could leave it out and it would act as if `where: host` was
+ specified.
+
Version 0.46, released 2018-04-22
----------------------------------