summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-12-13 13:58:39 -0500
committerGitHub <noreply@github.com>2018-12-13 13:58:39 -0500
commit1f9bc65d6d67724bd31a6b531986da65c2cce12a (patch)
tree17053cf69074daec5d06f5fb0711f4aaa5ca8d6e
parente1732a5213147e3c0b7bf60b55a332c3720ecb4b (diff)
parentfbf7422bc5165e74cb00dd8d3925a7b8a267c7c5 (diff)
downloadpodman-1f9bc65d6d67724bd31a6b531986da65c2cce12a.tar.gz
podman-1f9bc65d6d67724bd31a6b531986da65c2cce12a.tar.bz2
podman-1f9bc65d6d67724bd31a6b531986da65c2cce12a.zip
Merge pull request #2005 from mheon/bump-0.12.1.2
Bump to v0.12.1.2
-rw-r--r--Makefile2
-rw-r--r--changelog.txt26
2 files changed, 27 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 55d5ddae3..250226cf0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
GO ?= go
DESTDIR ?= /
-EPOCH_TEST_COMMIT ?= 1a5024193094a178cd93b675a0178062236c4a22
+EPOCH_TEST_COMMIT ?= e1732a5213147e3c0b7bf60b55a332c3720ecb4b
HEAD ?= HEAD
CHANGELOG_BASE ?= HEAD~
CHANGELOG_TARGET ?= HEAD
diff --git a/changelog.txt b/changelog.txt
index bc141cceb..b0680a02c 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,29 @@
+- Changelog for v0.12.1.2 (2018-12-13)
+ * Add release notes for 0.12.1.2
+ * runlabel should sub podman for docker|/usr/bin/docker
+ * condition fixed for adding volume to boltdb.
+ * e2e: add tests for systemd
+ * Add test for sharing resolv and hosts with netns
+ * Makefile tweaks to fix make shell
+ * failed containers with --rm should remove themselves
+ * Fix documentation links and flow
+ * Set Socket label for contianer
+ * Containers sharing a netns should share resolv/hosts
+ * Prevent a second lookup of user for image volumes
+ * fix typo in kubernetes
+ * No need to use `-i` in go build (with go 1.10 and above)
+ * rootless: fix restart when using fuse-overlayfs
+ * Cirrus: Update base-image build docs
+ * Add capabilities to generate kube
+ * disable F29 tests on PAPR
+ * Ensure storage options are properly initialized
+ * add more example usage to varlink endpoints
+ * Update for API change
+ * Vendor buildah after merging mtrmac/blob-info-caching-on-top-of-contents-caching
+ * Vendor c/image after merging c/image#536
+ * Bump gitvalidation epoch
+ * Bump to v0.12.2-dev
+
- Changelog for v0.12.1.1 (2018-12-07)
* Update release notes for v0.12.1.1
* Fix errors where OCI hooks directory does not exist