mirror of
https://github.com/containers/podman.git
synced 2025-06-23 02:18:13 +08:00
Merge pull request #1657 from mheon/release_notes_0.10.1.1
Update release notes for 0.10.1.1
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||

|

|
||||||
# libpod - library for running OCI-based containers in Pods
|
# libpod - library for running OCI-based containers in Pods
|
||||||
|
|
||||||
### Latest Version: 0.9.3.1
|
### Latest Version: 0.10.1.1
|
||||||
### Status: Active Development
|
### Status: Active Development
|
||||||
|
|
||||||
## What is the scope of this project?
|
## What is the scope of this project?
|
||||||
|
@ -1,5 +1,17 @@
|
|||||||
# Release Notes
|
# 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
|
## 0.10.1
|
||||||
### Features
|
### Features
|
||||||
- Added the `podman container checkpoint` and `podman container restore` commands to checkpoint and restore containers
|
- Added the `podman container checkpoint` and `podman container restore` commands to checkpoint and restore containers
|
||||||
|
Reference in New Issue
Block a user