We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aad1774 + 0f27443 commit efdbbedCopy full SHA for efdbbed
CHANGELOG.md
@@ -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
17
# 0.6.1
18
19
## Bug fixes
0 commit comments