summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-01-27 16:55:23 +0200
committerLars Wirzenius <liw@liw.fi>2018-01-27 17:11:18 +0200
commite5d6178773b68e421b3c91e1ccfd04fd965f0fc5 (patch)
tree3ad7fea865499b036fa805fb8247cbb6834ce142 /NEWS
parentcc4d4552fffb9b6facad43cfc5a852b243b29f8b (diff)
downloadick2-e5d6178773b68e421b3c91e1ccfd04fd965f0fc5.tar.gz
Change: get debootstrap suite from debian_codename parameter
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 16efc7f..252b256 100644
--- a/NEWS
+++ b/NEWS
@@ -27,6 +27,11 @@ Version 0.23+git, not yet released
* The `debootstrap` action now defaults to using the `deb.debian.org`
mirror, if the action doesn't specify one.
+* The `debootstrap` action now accepts a suite value of `auto`, which
+ makes it get the suite name from the `debian_codename` pipeline
+ parameter. The old behaviour of having the suite name as an argument
+ to the `debootstrap` field in the action still works.
+
Version 0.23, released 2018-01-22
----------------------------------