summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-09-21 18:22:15 -0400
committerMatthew Heon <matthew.heon@gmail.com>2018-09-21 18:22:15 -0400
commit44c1c8cf829b5281e82e944a6c065efa61d44b33 (patch)
tree2422774962cacde317908da828819ab686d0a9ff
parent52c1365f32398b8ba0321c159e739a5416cd9ab2 (diff)
downloadpodman-44c1c8cf829b5281e82e944a6c065efa61d44b33.tar.gz
podman-44c1c8cf829b5281e82e944a6c065efa61d44b33.tar.bz2
podman-44c1c8cf829b5281e82e944a6c065efa61d44b33.zip
Update release notes for 0.9.3
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
-rw-r--r--README.md2
-rw-r--r--RELEASE_NOTES.md15
2 files changed, 16 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5063c6a8e..119a35539 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.2.1
+### Latest Version: 0.9.3
### Status: Active Development
## What is the scope of this project?
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 1bb618a04..c1a966b80 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,5 +1,20 @@
# Release Notes
+## 0.9.3
+### Features
+- Added a flag to `libpod.conf`, `label`, to globally enable/disable SELinux labelling for libpod
+- Added `--mount` flag to `podman create` and `podman run` as a new, more explicit way of specifying volume mounts
+
+### Bugfixes
+- Fixed a crash during container creation when an image had no names
+- Fixed default rootfs mount propagation to for containers to match Docker
+- Fixed permissions of `/proc` in containers
+- Fixed permissions of some default bind mounts (for example, `/etc/hosts`) in read-only containers
+- Fixed `/dev/shm` in `--ipc=container` and `--ipc=host` containers to use the correct SHM
+- Fixed rootless Podman to properly join the namespaces of other containers
+- Fixed the output of `podman diff` to not display some default changes that will not be committed
+- Fixed rootless to better handle cases where insufficient UIDs/GIDs are mapped into the container
+
## 0.9.2.1
### Bugfixes
- Updated Buildah dependency to fix several bugs in `podman build`