summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-04-15 19:05:55 +0300
committerLars Wirzenius <liw@liw.fi>2018-04-15 19:05:55 +0300
commite4cb32628c7547d08316ecc08788c0977ba71260 (patch)
treeade0d4d068cb28f143e77211b871f53fdee4b5d4 /NEWS
parentf3b1a5ee1f737ad5325dcc14cf7e0ac6f76d59d2 (diff)
parente8087c03e48b23d051611d913c5726765ae5140b (diff)
downloadick2-e4cb32628c7547d08316ecc08788c0977ba71260.tar.gz
Merge: give build actions build number via environment
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cc1b6cc..6113c1c 100644
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,11 @@ Version 0.36+git, not yet released
* `icktool trigger` now works. There was a bug in how the controller
response was printed out.
+* Worker-manager now gives all the child processes it runs the build
+ number as the `BUILD_NUMBER` environment variable. This lets
+ pipeline actions do things like embed it in Debian package versions
+ for CI builds.
+
Version 0.36, released 2018-04-08
----------------------------------