diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-08-11 15:16:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-11 15:16:00 -0400 |
commit | 3d55721fc4879cba166a9afb5acfeb8e1cdd6272 (patch) | |
tree | 92394079283717a1386930ab39d9af2b47b184db | |
parent | 7d116f5f73520e6db389f28e9963f0137a27d52d (diff) | |
parent | 44987a5e7132ebdce950ee0fb2656350502a0da0 (diff) | |
download | podman-3d55721fc4879cba166a9afb5acfeb8e1cdd6272.tar.gz podman-3d55721fc4879cba166a9afb5acfeb8e1cdd6272.tar.bz2 podman-3d55721fc4879cba166a9afb5acfeb8e1cdd6272.zip |
Merge pull request #1259 from mheon/bump-0.8.2.1
Bump to 0.8.2.1
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | changelog.txt | 13 |
2 files changed, 14 insertions, 1 deletions
@@ -1,6 +1,6 @@ GO ?= go DESTDIR ?= / -EPOCH_TEST_COMMIT ?= 92e9d7891e2d68b119936509e780f3a3d93d8780 +EPOCH_TEST_COMMIT ?= 7d116f5f73520e6db389f28e9963f0137a27d52d HEAD ?= HEAD CHANGELOG_BASE ?= HEAD~ CHANGELOG_TARGET ?= HEAD diff --git a/changelog.txt b/changelog.txt index 75ff286f4..b13283535 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,16 @@ +- Changelog for v0.8.2.1 (2018-08-11) + * Ensure pod inspect is locked and validity-checked + * Further fix tests + * Bump gitvalidation epoch + * Bump to v0.8.3-dev + * Fix python tests again + * Fix python tests to use cgroupfs + * Fix typo breaking tests + * Force cgroupfs for python tests + * Swap default CGroup manager to systemd + * Only use cgroupfs for containerized tests + * Temporarily force all tests to use cgroupfs driver + - 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 |