From 9d97bd67ed625494792787adadfc46fd26f43c8c Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Fri, 29 Jun 2018 15:59:12 -0400 Subject: Bump to v0.6.5 Signed-off-by: Matthew Heon --- changelog.txt | 44 ++++++++++++++++++++++++++++++++++++++++++++ version/version.go | 2 +- 2 files changed, 45 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 89c6144f3..c535b528c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,47 @@ +- Changelog for v0.6.5 (2018-06-29) + * Fix built-in volume issue with podman run/create + * Add `podman container cleanup` to CLI + * Allow multiple containers and all for umount + * Returning joining namespace error should not be fatal + * Start using github.com/seccomp/containers-golang + * Test to verify overlay quotas work, show container overhead on quota + * conmon no longer writes to syslog + * Fix broken f28/cloud instance + * Vendor latest projectatomic/buildah + * vendor in latest golang/x/sys + * vendor in latest docker package + * Remove the --registry flag from podman search + * utils: fix endless write of resize event + * Start prints UUID or container name that user inputs on success + * cmd/podman/utils.go: Cancel-able resize writes + * Fix podman hangs when detecting startup error in container attached mode + * travis: bump go to 1.9.x and 1.10.x + * podman-build --help: update description + * *: Replace Generator.Spec() with Generator.Config + * generator.New() requires an OS string input variable + * Vendor in latest buildah + * Vendor in latest runtime-tools + * docs: add documentation for rootless containers + * runtime: change rootless data storage default path + * rootless: use $HOME/.config/containers/libpod.conf + * test: add env variables to the debug output + * rootless: do not configure additional groups + * oci: set XDG_RUNTIME_DIR to the runtime from GetRootlessRuntimeDir() + * rootless: add management for the userNS + * container_internal: don't ignore error from cleanupNetwork() + * Mark containers invalid earlier during removal + * Add --authfile to podman search + * Vendor in latest containers/image + * add podman remote client + * Vendor in go-selinux again + * Update the vendoring of github.com/opencontainers/selinux + * Containers can dissappear + * Add podman-image and podman-container man page links + * Update ocicni vendor to pick up bugfixes + * make varlink optional for podman + * Bump gitvalidation epoch + * Bump to v0.6.5-dev + - Changelog for v0.6.4 (2018-06-22) * Add tests for podman refresh * Point podman-refresh at the right manpage diff --git a/version/version.go b/version/version.go index 22522ed6f..923d1af20 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.6.5-dev" +const Version = "0.6.5" -- cgit v1.2.3-54-g00ecf From c71845fa7016a766942efc716fe73300ee265a74 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Fri, 29 Jun 2018 15:59:22 -0400 Subject: Bump to v0.7.1-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 0837de8d8..309995c10 100644 --- a/contrib/spec/podman.spec.in +++ b/contrib/spec/podman.spec.in @@ -51,7 +51,7 @@ %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: podman -Version: 0.6.5 +Version: 0.7.1 Release: #COMMITDATE#.git%{shortcommit}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 diff --git a/version/version.go b/version/version.go index 923d1af20..a846c8b18 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.6.5" +const Version = "0.7.1-dev" -- cgit v1.2.3-54-g00ecf From 7a2298db6b489df721758c227deb239b76df548d Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Fri, 29 Jun 2018 15:59:22 -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 269ba4f21..c38f17118 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ GO ?= go -EPOCH_TEST_COMMIT ?= 55dd266ec1396038992db76283931e8bce04f1b3 +EPOCH_TEST_COMMIT ?= 4c8c000f3aa0b25577338f805a07c16518890b3d HEAD ?= HEAD CHANGELOG_BASE ?= HEAD~ CHANGELOG_TARGET ?= HEAD -- cgit v1.2.3-54-g00ecf