summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-09-17 12:04:18 -0400
committerGitHub <noreply@github.com>2018-09-17 12:04:18 -0400
commit8b66eae7d8dcb298d05bfb0234104bfda6be3929 (patch)
tree5ce871e7b16b7a7bb6b3ebf40f8080d3df0f8eac
parentc3180c2e51dc7f097679edb86aed1639f3fba41e (diff)
parente2f44f1045fa2dddf9cb2bc39ec9e9f62b2174d0 (diff)
downloadpodman-8b66eae7d8dcb298d05bfb0234104bfda6be3929.tar.gz
podman-8b66eae7d8dcb298d05bfb0234104bfda6be3929.tar.bz2
podman-8b66eae7d8dcb298d05bfb0234104bfda6be3929.zip
Merge pull request #1490 from mheon/bump-0.9.2.1
Bump to 0.9.2.1
-rw-r--r--Makefile2
-rw-r--r--changelog.txt7
2 files changed, 8 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 496340d93..7c666ead5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
GO ?= go
DESTDIR ?= /
-EPOCH_TEST_COMMIT ?= ab5dd390ccbb0dbb33b7a78cbb41cb3807a459d2
+EPOCH_TEST_COMMIT ?= c3180c2e51dc7f097679edb86aed1639f3fba41e
HEAD ?= HEAD
CHANGELOG_BASE ?= HEAD~
CHANGELOG_TARGET ?= HEAD
diff --git a/changelog.txt b/changelog.txt
index faea7734b..e7b5eff7e 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,10 @@
+- Changelog for v0.9.2.1 (2018-09-17)
+ * Update release notes for 0.9.2.1
+ * Vendor in latest projectatomic/buildah
+ * Vndr latest containers/image
+ * Bump gitvalidation epoch
+ * Bump to v0.9.3-dev
+
- Changelog for v0.9.2 (2018-09-14)
* Update release notes for 0.9.2
* change search test to look for fedora and not fedora-minimal