Skip to content

Commit

Permalink
Merge pull request #213 from ansible-community/0.8.1-release
Browse files Browse the repository at this point in the history
0.8.1 release

Reviewed-by: Tomas Tomecek <tomas@tomecek.net>
             https://github.com/TomasTomecek
  • Loading branch information
ansible-zuul[bot] authored Dec 12, 2019
2 parents 1919c84 + 3412075 commit 77aea92
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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!
Expand Down
5 changes: 4 additions & 1 deletion ansible-bender.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -84,6 +84,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \


%changelog
* Thu Dec 12 2019 Tomas Tomecek <ttomecek@redhat.com> - 0.8.1-1
- new upstream release: 0.8.1

* Tue Nov 19 2019 Tomas Tomecek <ttomecek@redhat.com> - 0.8.0-1
- new upstream release: 0.8.0

Expand Down

0 comments on commit 77aea92

Please # to comment.