From 888927abaaca9ae13ff885f1f493e98b6e7bcb7b Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Fri, 27 Apr 2018 17:23:43 -0400 Subject: Bump to v0.4.4 Signed-off-by: Matthew Heon --- changelog.txt | 36 ++++++++++++++++++++++++++++++++++++ version/version.go | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index cf5d5b2c1..655278666 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,39 @@ +- Changelog for v0.4.4 (2018-04-27): + * Use buildah commit and bud in podman + * README: Link to CONTRIBUTING.md + * Remove systemd-cat support + * Refactor unittest for varlink component + * Update .gitignore for python work + * Modify secrets pkg + * varlink images + * Retrieve IP addresses for container from DB + * Add --default-mounts-file hidden flag + * Add isolation note to build man page + * Modify man pages so they compile correctly in mandb + * Strip transport from image name when looking for local image + * readme: improve formatting, add links + * updated epoch for bad dco + * Only generate the varlink glue code if needed and from the vendor dir + * Latest revendoring deleted the cmd dir in varlink + * Remove more Errorf in favor of Wrapf + * Do not eat error messages from pullImage + * Updated varlink vendored code + * Add unit files to the copr spec + * packagers need the varlink generated file + * Makefile; make podman depend on varlink_generate + * Modify --user flag for podman create and run + * Add some podman search test with filter + * Fix podman search no-trunc test + * Dusty would prefer it to be part of the release. + * Add FIPS mode secret + * Initial varlink implementation + * Add restart test with timeout + * Improve restart latest container test + * Add start time check for restart test + * add libpod.conf man page + * Add seconds after epoch to copr rpms to tie break versioning + * enable no test cache + - Changelog for v0.4.3 (2018-04-20): * podman push without destination image * Add make .git target diff --git a/version/version.go b/version/version.go index e5fae3b97..200d0d6ea 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.4.4-dev" +const Version = "0.4.4" -- cgit v1.2.3-54-g00ecf From d91b24e2ebe7c6b64a3147009d5c7ab75973645a Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Fri, 27 Apr 2018 17:24:46 -0400 Subject: Bump to v0.5.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 6814bfea4..cfbc5316b 100644 --- a/contrib/spec/podman.spec.in +++ b/contrib/spec/podman.spec.in @@ -44,7 +44,7 @@ %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: podman -Version: 0.4.4 +Version: 0.5.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 200d0d6ea..e44a88b57 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.4.4" +const Version = "0.5.1-dev" -- cgit v1.2.3-54-g00ecf From d9cced240b6953218cbcb7e0605e777c078f5f07 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Fri, 27 Apr 2018 17:25:27 -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 13948db02..e002fb954 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ GO ?= go -EPOCH_TEST_COMMIT ?= 57359619e8b2154 +EPOCH_TEST_COMMIT ?= a824186ac9803ef HEAD ?= HEAD CHANGELOG_BASE ?= HEAD~ CHANGELOG_TARGET ?= HEAD -- cgit v1.2.3-54-g00ecf