From 7a526bbf9e7bfafb6c62115ca0f388fc4cc20f2f Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 10 Aug 2018 17:31:52 -0400 Subject: Bump to v0.8.2 Signed-off-by: Daniel J Walsh Closes: #1256 Approved by: rhatdan --- changelog.txt | 42 ++++++++++++++++++++++++++++++++++++++++++ version/version.go | 2 +- 2 files changed, 43 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index c9b384012..75ff286f4 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,45 @@ +- Changelog for v0.8.2 (2018-08-10) + * We need to sort mounts so that one mount does not over mount another. + * search name should include registry + * Split pod.go into 3 files + * Make errors during refresh nonfatal + * Add batch check to container stats lock + * removeContainer: fix deadlock + * Add FFJSON to build container + * Don't require .gopathok for individual FFJSON targets + * Add FFJSON generation to makefile + * Re-add FFJSON for container and pod structs + * Fixed a bug setting dependencies on the wrong container + * Always connect to the stdout and stderr of stream + * apparmor: respect "unconfined" setting + * oci.go: syslog: fix debug formatting + * add podman pod inspect + * Fix ambiguity in adding localhost to podman save + * Fix CGroupFS cgroup manager cgroup creation for pods + * Update Conmon commit for testing + * Pass newly-added --log-level flag to Conmon + * Cleanup man pages + * Improve ps handling of container start/stop time + * rootless: fix user lookup if USER= is not set + * enabled copr epel builds again + * Handle yum and dnf + * Test regressions against the RPM spec file + * Pass DESTDIR down to python Makefile + * Add dpkg support for returning oci/conmon versions + * Have info print conmon/oci runtime information + * Better pull error for fully-qualified images + * Stub varlink pod methods. + * Remove inotify work around + * Rename varlink socket and interface + * Change tarball filename in copr prepare and match short-commit length + * Add Runc and Conmon versions to Podman Version + * update copr spec, lets get it building again + * Add missing dependencies to build system + * Port to MacOS + * Make one runtime for the varlink service + * Bump gitvalidation epoch + * Bump to v0.8.2-dev + - Changelog for v0.8.1 (2018-08-03) * Vendor in latest github.com/projectatomic/buildah * Update gitvalidation epoch diff --git a/version/version.go b/version/version.go index 37a42df46..3df85f932 100644 --- a/version/version.go +++ b/version/version.go @@ -1,4 +1,4 @@ package version // Version is the version of the build. -const Version = "0.8.2-dev" +const Version = "0.8.2" -- cgit v1.2.3-54-g00ecf