Skip to content

Commit bdf931a

Browse files
authored
Merge pull request #117 from ansible-community/0.5.3-release
0.5.3 release
2 parents 536ec5b + 9e613a7 commit bdf931a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# 0.5.3
2+
3+
Thank you for contributions from @jamescassell and @alexgarel!
4+
5+
## Bug fixes
6+
7+
* Bender now correctly picks up all cached layers and does not display an error
8+
message: `Error: could not get runtime: error creating runtime static files
9+
directory /var/lib/containers/storage/libpod: mkdir
10+
/var/lib/containers/storage/libpod: permission denied`. This was coming from
11+
podman so we switched to buildah to perform checks for presence of layers.
12+
* A name of a working container now contains month digits instead of minutes as
13+
one would expect. (How come that no one noticed?)
14+
15+
## Minor
16+
17+
* README now contains a bit of documentation for limitations of rootless mode.
18+
19+
120
# 0.5.2
221

322
## Bug fixes

0 commit comments

Comments
 (0)