diff --git a/CHANGELOG.md b/CHANGELOG.md index 90b0a2d..f8902d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# 0.8.1 + +## Fixes + +* `clean` command now works properly. +* If bender can't create a container, a useful error message is now being + printed. + +## Features + +* Warn when you request a change to UID while running in rootless mode (user + namespaces are tricky). +* If an image build failed, bender tagged the image with a `-failed` suffix so + it could be inspected further. Now bender also prepends timestamp so one + image is not being overwritten over and over. + +## Minor + +* Improvements to documentation in README and `--help` output. + + # 0.8.0 Thank you to all the contributors! You are awesome! diff --git a/ansible-bender.spec b/ansible-bender.spec index daebc4a..a53f80e 100644 --- a/ansible-bender.spec +++ b/ansible-bender.spec @@ -6,7 +6,7 @@ %bcond_with privileged_tests Name: ansible-bender -Version: 0.8.0 +Version: 0.8.1 Release: 1%{?dist} Summary: Build container images using Ansible playbooks @@ -84,6 +84,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \ %changelog +* Thu Dec 12 2019 Tomas Tomecek - 0.8.1-1 +- new upstream release: 0.8.1 + * Tue Nov 19 2019 Tomas Tomecek - 0.8.0-1 - new upstream release: 0.8.0