summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-12-26 16:08:57 +0200
committerLars Wirzenius <liw@liw.fi>2018-12-26 16:08:57 +0200
commitebc7a4e704ac3ca904e6cc1d49b86a457bcbaa01 (patch)
tree788692a8ebba276ad6d86325bf6b91e819946dd9
parent9de63eaf033079d6bd01a6759cca1a6b03831b6c (diff)
downloadvmdb2-ebc7a4e704ac3ca904e6cc1d49b86a457bcbaa01.tar.gz
Change: update NEWS
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c42283d..ddbbde0 100644
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,12 @@ Version 0.13.2+git, not yet released
* Christian Schlüter added support for f2fs labels in the `mkfs` step.
+* Step runners may now implement the `run_even_if_skipped` method to
+ have code that is run whether the step is skipped or not. The
+ `debootstrap` step now uses this to run `apt-get update` always.
+ This allows a rootfs tarball that is old to be used, without the
+ Packages files being too old to be usable.
+
Version 0.13.2, released 2018-05-06
------------------------------------