File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed
Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 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
324Thank you to all the contributors! You are awesome!
Original file line number Diff line number Diff line change 66%bcond_with privileged_tests
77
88Name: ansible-bender
9- Version: 0.8.0
9+ Version: 0.8.1
1010Release: 1%{?dist }
1111Summary: 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
You can’t perform that action at this time.
0 commit comments