Bump to v1.0.1

Signed-off-by: Matthew Heon <matthew.heon@pm.me>
This commit is contained in:
Matthew Heon
2019-02-11 08:57:41 -05:00
parent 6226e24d40
commit 2c74edd0ac
2 changed files with 18 additions and 1 deletions

View File

@ -1,3 +1,20 @@
- Changelog for v1.0.1 (2019-02-11):
* Fix tests after cherry-picking
* rootless: join both userns and mount namespace with --pod
* spec: add nosuid,noexec,nodev to ro bind mount
* rootless: create the userns immediately when creating a new pod
* Preserve exited state across reboot
* libpod/image: Use RepoDigests() in Inspect()
* podman image prune -- implement all flag
* Add varlink support for prune
* Make --quiet work in podman create/run
* Show a better error message when podman info fails during a refresh
* Vendor in latest opencontainers/selinux
* rootless: fix --pid=host without --privileged
* Do not unmarshal into c.config.Spec
* podman-inspect: don't ignore errors
* Ensure that wait exits on state transition
- Changelog for v1.0.0 (2018-1-11)
* Update release notes for v1.0
* Remove clientintegration from Makefile

View File

@ -4,4 +4,4 @@ package version
// NOTE: remember to bump the version at the top
// of the top-level README.md file when this is
// bumped.
const Version = "1.0.1-dev"
const Version = "1.0.1"