From aba58d1660e36e1bed8b52d4a79221867962348a Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Fri, 7 Sep 2018 14:55:12 -0400 Subject: Bump to v0.9.1 Signed-off-by: Matthew Heon --- changelog.txt | 32 ++++++++++++++++++++++++++++++++ version/version.go | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index b3096dab1..ed35e13ef 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,35 @@ +- Changelog for v0.9.1 (2018-09-07) + * Update RELEASE_NOTES for 0.9.1 release + * Fix pod sharing for utsmode + * Respect user-added mounts over default spec mounts + * Ensure we do not overlap mounts in the spec + * Change references to cri-o to point at new repository + * fix docs for podman build + * use layer cache when building images + * Add first pass for baseline pod tests + * Change shm test to be less flaky. + * Update WaitForTimeOut to output OutputString to help with debugging. + * Fixups for baseline test script + * Fix nameing of Namespaces to be more consistent + * Start pod infra container when pod is created + * vendor containerd/cgroups + * Fix up libpod.conf man pages and referencese to it. + * Print errors from individual pull attempts + * Added GOPATH/bin to PATH install.md + * We should fail Podman with ExitCode 125 by default + * Add CRI logs parsing to podman logs + * rmi remove all not error when no images are present + * rootless: check uid with Geteuid() instead of Getuid() + * rootless, tests: add tests for the pod command + * rootless, create: support --pod + * rootless, run: support --pod + * rootless: create compatible pod infra container + * rootless: be in an userns to initialize the runtime + * commandNotFoundHandler: use stderr and exit code 1 + * Bump gitvalidation epoch + * Bump to v0.9.1-dev + * Update release notes for 0.8.5 + - Changelog for v0.8.5 (2018-08-31) * Add proper support for systemd inside of podman * We are mistakenly seeing repos as registries. diff --git a/version/version.go b/version/version.go index 558a936bc..0e7228751 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-dev" +const Version = "0.9.1" -- cgit v1.2.3-54-g00ecf From 3904680858307afa21b94c238487fd6b91e3666a Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Fri, 7 Sep 2018 14:55:16 -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 6f67b84dc..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 +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 0e7228751..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" +const Version = "0.9.2-dev" -- cgit v1.2.3-54-g00ecf From 947a46e32dbb0e3c52a4c0dbcb6bfafbe79560b8 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Fri, 7 Sep 2018 14:55:16 -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 1e0d8b0bf..7cb60079e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ GO ?= go DESTDIR ?= / -EPOCH_TEST_COMMIT ?= c65a8bad8f99867cff5bf0d914796897fbebc30d +EPOCH_TEST_COMMIT ?= 086f3732ab0f524f8965815c94d6e049200b2237 HEAD ?= HEAD CHANGELOG_BASE ?= HEAD~ CHANGELOG_TARGET ?= HEAD -- cgit v1.2.3-54-g00ecf