From 84779766bbe28ecadb92cec3f966c0de95a29771 Mon Sep 17 00:00:00 2001 From: Tomas Tomecek Date: Mon, 18 Mar 2019 20:46:29 +0000 Subject: [PATCH] 0.5.1 release --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c5e385..dd1a4b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# 0.5.1 + +## Bug fixes + +* When pushing a build using the `push` command, bender now picks the correct + image with metadata, instead of the last layer. +* Variables are now expanded recursively. This means that when you define a variable in `vars` section, you can use it in other variables. + +## Minor + +* Documentation updates. + + # 0.5.0 ## Breaking changes