Skip to content

Commit efdbbed

Browse files
authored
Merge pull request #137 from ansible-community/0.7.0-release
0.7.0 release
2 parents aad1774 + 0f27443 commit efdbbed

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# 0.7.0
2+
3+
## Changes
4+
5+
* Intermediate image layers are no longer tagged with a name. This was required
6+
by buildah, which is no longer the case since the 1.8 release. You can have
7+
the old behavior by adding `verbose_layer_names: true` to the root of the
8+
configuration.
9+
10+
## Bug fixes
11+
12+
* `list-builds` should no longer error out after an upgrade.
13+
* Bender incorrectly printed output of `buildah inspect $base_image` which
14+
cluttered the output a lot - that's no longer the case.
15+
16+
117
# 0.6.1
218

319
## Bug fixes

0 commit comments

Comments
 (0)