Skip to content

Commit

Permalink
0.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasTomecek committed Dec 13, 2018
1 parent 44342ec commit e05d6e1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# 0.3.1

## Breaking changes

* Since our executable, `ab`, conflicted with a binary from `httpd` package, I
decided to rename it to `ansible-bender`. Please add a shell alias if you
want ab back.

## Features

* You can pass extra arguments to `ansible-playbook` command via
`--ansible-extra-args=`. Use it with caution!
* Python packaging was improved, thanks to great help from @webknjaz

## Bug fixes

* Ansible-bender now correctly processes build volumes even when a layer is
loaded from cache.


# 0.3.0

## Features
Expand Down

0 comments on commit e05d6e1

Please sign in to comment.