From 95dbcada740b4d7d0d3458cadfda1bf95f722c99 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Mon, 10 Sep 2018 16:20:19 -0400 Subject: Bump to v0.9.1.1 Signed-off-by: Matthew Heon --- changelog.txt | 8 ++++++++ contrib/spec/podman.spec.in | 2 +- version/version.go | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index ed35e13ef..918d10ba9 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,11 @@ +- Changelog for v0.9.1.1 (2018-09-10) + * Update release notes for 0.9.1.1 + * Replace existing iptables handler with firewall code + * Vendor CNI plugins firewall code + * Fix displaying size on size calculation error + * Bump gitvalidation epoch + * Bump to v0.9.2-dev + - Changelog for v0.9.1 (2018-09-07) * Update RELEASE_NOTES for 0.9.1 release * Fix pod sharing for utsmode diff --git a/contrib/spec/podman.spec.in b/contrib/spec/podman.spec.in index 1ac20865d..7ffe12db1 100644 --- a/contrib/spec/podman.spec.in +++ b/contrib/spec/podman.spec.in @@ -39,7 +39,7 @@ %global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7}) Name: podman -Version: 0.9.2 +Version: 0.9.1.1 Release: #COMMITDATE#.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 diff --git a/version/version.go b/version/version.go index d7c3b683e..9989f5c39 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.9.2-dev" +const Version = "0.9.1.1" -- cgit v1.2.3-54-g00ecf From 9b85f2a9864686e6c09b6ae88138569adab4a08e Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Mon, 10 Sep 2018 16:20:22 -0400 Subject: Bump to v0.9.2-dev Signed-off-by: Matthew Heon --- contrib/spec/podman.spec.in | 2 +- version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/spec/podman.spec.in b/contrib/spec/podman.spec.in index 7ffe12db1..1ac20865d 100644 --- a/contrib/spec/podman.spec.in +++ b/contrib/spec/podman.spec.in @@ -39,7 +39,7 @@ %global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7}) Name: podman -Version: 0.9.1.1 +Version: 0.9.2 Release: #COMMITDATE#.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 diff --git a/version/version.go b/version/version.go index 9989f5c39..d7c3b683e 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.9.1.1" +const Version = "0.9.2-dev" -- cgit v1.2.3-54-g00ecf From ca3ede269347b93d989758f384d08b4276ebd84d Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Mon, 10 Sep 2018 16:20:23 -0400 Subject: Bump gitvalidation epoch Signed-off-by: Matthew Heon --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7cb60079e..05979d6b9 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ GO ?= go DESTDIR ?= / -EPOCH_TEST_COMMIT ?= 086f3732ab0f524f8965815c94d6e049200b2237 +EPOCH_TEST_COMMIT ?= 6ffce631db6e01f66b09cb0e894600182caa872c HEAD ?= HEAD CHANGELOG_BASE ?= HEAD~ CHANGELOG_TARGET ?= HEAD -- cgit v1.2.3-54-g00ecf