Skip to content

Commit

Permalink
Merge pull request #137 from ansible-community/0.7.0-release
Browse files Browse the repository at this point in the history
0.7.0 release
  • Loading branch information
TomasTomecek authored May 28, 2019
2 parents aad1774 + 0f27443 commit efdbbed
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# 0.7.0

## Changes

* Intermediate image layers are no longer tagged with a name. This was required
by buildah, which is no longer the case since the 1.8 release. You can have
the old behavior by adding `verbose_layer_names: true` to the root of the
configuration.

## Bug fixes

* `list-builds` should no longer error out after an upgrade.
* Bender incorrectly printed output of `buildah inspect $base_image` which
cluttered the output a lot - that's no longer the case.


# 0.6.1

## Bug fixes

0 comments on commit efdbbed

Please sign in to comment.