Skip to content

Commit 3412075

Browse files
committed
0.8.1 release
1 parent 1919c84 commit 3412075

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# 0.8.1
2+
3+
## Fixes
4+
5+
* `clean` command now works properly.
6+
* If bender can't create a container, a useful error message is now being
7+
printed.
8+
9+
## Features
10+
11+
* Warn when you request a change to UID while running in rootless mode (user
12+
namespaces are tricky).
13+
* If an image build failed, bender tagged the image with a `-failed` suffix so
14+
it could be inspected further. Now bender also prepends timestamp so one
15+
image is not being overwritten over and over.
16+
17+
## Minor
18+
19+
* Improvements to documentation in README and `--help` output.
20+
21+
122
# 0.8.0
223

324
Thank you to all the contributors! You are awesome!

ansible-bender.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
%bcond_with privileged_tests
77

88
Name: ansible-bender
9-
Version: 0.8.0
9+
Version: 0.8.1
1010
Release: 1%{?dist}
1111
Summary: Build container images using Ansible playbooks
1212

@@ -84,6 +84,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \
8484

8585

8686
%changelog
87+
* Thu Dec 12 2019 Tomas Tomecek <[email protected]> - 0.8.1-1
88+
- new upstream release: 0.8.1
89+
8790
* Tue Nov 19 2019 Tomas Tomecek <[email protected]> - 0.8.0-1
8891
- new upstream release: 0.8.0
8992

0 commit comments

Comments
 (0)