From 58ad6ec7797ae684b9eb91cc91aa3fc3d16050bf Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Tue, 16 Oct 2018 13:46:54 -0400 Subject: Update release notes for 0.10.1.1 Signed-off-by: Matthew Heon --- README.md | 2 +- RELEASE_NOTES.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bee9dc92..bbf742f75 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![PODMAN logo](logo/podman-logo-source.svg) # libpod - library for running OCI-based containers in Pods -### Latest Version: 0.9.3.1 +### Latest Version: 0.10.1.1 ### Status: Active Development ## What is the scope of this project? 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 -- cgit v1.2.3-54-g00ecf