Skip to content

Commit

Permalink
Bump to v2.0.0-rc5
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Heon <[email protected]>
  • Loading branch information
mheon committed Jun 10, 2020
1 parent 37c9078 commit 4c72940
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion contrib/spec/podman.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c72940

Please sign in to comment.