summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2020-06-10 09:43:15 -0400
committerMatthew Heon <mheon@redhat.com>2020-06-10 09:43:15 -0400
commit4c729407e9ef3cf9b5d03d0c103eeffa601cf276 (patch)
tree446d0be7485e23ae08a498ca44f0d6a0287da30d
parent37c907868db51ce8357eedd818e5962cd3adf99d (diff)
downloadpodman-2.0.0-rc5.tar.gz
podman-2.0.0-rc5.tar.bz2
podman-2.0.0-rc5.zip
Bump to v2.0.0-rc5v2.0.0-rc5
Signed-off-by: Matthew Heon <mheon@redhat.com>
-rw-r--r--changelog.txt27
-rw-r--r--contrib/spec/podman.spec.in2
-rw-r--r--version/version.go2
3 files changed, 29 insertions, 2 deletions
diff --git a/changelog.txt b/changelog.txt
index 609e2de8f..f17e0ee75 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,30 @@
+- Changelog for v2.0.0-rc5 (2020-06-10)
+ * Fix Id->ID where possible for lint
+ * Fixup issues found by golint
+ * podman-events: clarify streaming behaviour
+ * Cirrus: Include packages for containers/conmon CI
+ * Ensure signal validation happens first in pod kill
+ * Bump github.com/json-iterator/go from 1.1.9 to 1.1.10
+ * Bump github.com/containers/common from 0.12.0 to 0.13.0
+ * Improve swagger+CORS metadata docs
+ * Ensure Conmon is alive before waiting for exit file
+ * Bump github.com/stretchr/testify from 1.6.0 to 1.6.1
+ * e2e: disable checkpoint test on Ubuntu
+ * force bats version to v1.1.0
+ * Enable Ubuntu tests in CI
+ * Modify py test to start stop system service for each test
+ * Add parallel operation to `podman stop`
+ * Fix handling of systemd.
+ * Add parallel execution code for container operations
+ * Fix handling of ThrottleWriteIOPSDevice
+ * Bump github.com/seccomp/containers-golang from 0.4.1 to 0.5.0
+ * Strip defaults from namespace flags
+ * Ensure that containers in pods properly set hostname
+ * Adds docker py regression test.
+ * Turn on the podman-commands script to verify man pages
+ * Attempt to turn on special_testing_in_podman tests
+ * Bump to v2.0.0-dev
+
- Changelog for v2.0.0-rc4 (2020-06-04)
* /images/.../json: fix port parsing
* BATS and APIv2: more tests and tweaks
diff --git a/contrib/spec/podman.spec.in b/contrib/spec/podman.spec.in
index 8d3cba612..e5fadd0ef 100644
--- a/contrib/spec/podman.spec.in
+++ b/contrib/spec/podman.spec.in
@@ -42,7 +42,7 @@ Epoch: 99
%else
Epoch: 0
%endif
-Version: 2.0.0
+Version: 2.0.0-rc5
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 4c7202e77..e3f28cf84 100644
--- a/version/version.go
+++ b/version/version.go
@@ -4,7 +4,7 @@ package version
// NOTE: remember to bump the version at the top
// of the top-level README.md file when this is
// bumped.
-const Version = "2.0.0-dev"
+const Version = "2.0.0-rc5"
// APIVersion is the version for the remote
// client API. It is used to determine compatibility