Skip to content

Commit e05d6e1

Browse files
committed
0.3.1 release
1 parent 44342ec commit e05d6e1

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# 0.3.1
2+
3+
## Breaking changes
4+
5+
* Since our executable, `ab`, conflicted with a binary from `httpd` package, I
6+
decided to rename it to `ansible-bender`. Please add a shell alias if you
7+
want ab back.
8+
9+
## Features
10+
11+
* You can pass extra arguments to `ansible-playbook` command via
12+
`--ansible-extra-args=`. Use it with caution!
13+
* Python packaging was improved, thanks to great help from @webknjaz
14+
15+
## Bug fixes
16+
17+
* Ansible-bender now correctly processes build volumes even when a layer is
18+
loaded from cache.
19+
20+
121
# 0.3.0
222

323
## Features

0 commit comments

Comments
 (0)