From 7fcf9aabd30fb4107e6551ae4e448bb9ad02c957 Mon Sep 17 00:00:00 2001 From: Tomas Tomecek Date: Thu, 10 Jan 2019 15:26:13 +0100 Subject: [PATCH] 0.3.2 release --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 512bcf9..3f4f6af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# 0.3.2 + +I experimented with running ansible-bender inside an OpenShift pod. Details can +be found in a Makefile and in the `contrib/` directory. + +## Bug fixes + +* Ansible-bender is now able to pull base images properly again if they are not + present before a build. +* `podman` is now used to perform `inspect`. +* Working container name was improved to be more safe. + + # 0.3.1 ## Breaking changes