summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-10-16 13:46:54 -0400
committerMatthew Heon <matthew.heon@gmail.com>2018-10-16 13:50:20 -0400
commit58ad6ec7797ae684b9eb91cc91aa3fc3d16050bf (patch)
tree9b4499db876ad2912bedb70baa241769c7b63c44 /RELEASE_NOTES.md
parenta2266c63b4368eebfe3a1b9ea469c65e7cceb69a (diff)
downloadpodman-58ad6ec7797ae684b9eb91cc91aa3fc3d16050bf.tar.gz
podman-58ad6ec7797ae684b9eb91cc91aa3fc3d16050bf.tar.bz2
podman-58ad6ec7797ae684b9eb91cc91aa3fc3d16050bf.zip
Update release notes for 0.10.1.1
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 8b7912d98..4cd925f84 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,5 +1,17 @@
# Release Notes
+## 0.10.1.1
+### Features
+- Added handling for running containers as users with numeric UIDs not present in the container's /etc/passwd. This allows getpwuid() to work inside these containers.
+- Added support for the REGISTRY_AUTH_FILE environment variable, which specifies the location of credentials for registry login. This is supported by the `push`, `pull`, `login`, `logout`, `runlabel`, and `search` commands
+
+### Bugfixes
+- Fixed handling for image volumes which are mounted on symlinks. The links are now resolved within the container, not on the host
+- Fixed mounts for containers that use systemd as init to properly include all mounts required by systemd to function
+
+### Misc
+- Updated vendored version of Buildah used to power `podman build`
+
## 0.10.1
### Features
- Added the `podman container checkpoint` and `podman container restore` commands to checkpoint and restore containers