Skip to content

Commit

Permalink
Bump to v2.0.0-rc3
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Heon <[email protected]>
  • Loading branch information
mheon committed May 29, 2020
1 parent 78c3846 commit d4a3c05
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 2 deletions.
39 changes: 39 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
- Changelog for v2.0.0-rc3 (2020-05-29)
* Bump github.com/stretchr/testify from 1.5.1 to 1.6.0
* V2 verify JSON output is consistent and doesn't drift
* Vendor in containers/common v0.12.0
* Ensure that signal names can be parsed on Windows
* fix `ps --last=N`
* test.apiv2: add testing for image and deal with API returning binary
* specgen: fix segfault
* Add streaming ability to endpoint
* Fix builds on 32 bit arches
* v2 libpod push: correct docs
* container stats: fix --no-stream race
* Add --format to pod inspect
* Add support for `readonly` option to --mount
* docs: fix typo
* V2 Fix interface nil checks
* [CI:DOCS] Tweak casing in rootless doc
* podman-registry: many unrelated fixes
* Fix Dockerfile
* Bump github.com/opencontainers/selinux from 1.5.1 to 1.5.2
* podman-registry helper script: handle errors
* Makefile: customizable $REMOTETAGS
* add section on rootless volumes
* [CI:DOCS] Prepare image to turn on podman-commands test
* Vendor in latest containers/buildah
* Turn on Fedora testing
* [CI:DOCS] Fix readthedocs link
* [CI:DOCS]add crun to gating image
* network compatibility endpoints for API
* Add MethodNotAllowedHandler() to add in debugging
* Follow up PR to fix issues found in #6341
* Bump to v2.0.0-dev
* [CI:DOCS]Add conmon to gating image
* Attempt to turn on build_without_cgo tests
* Attempt to turn on additional build tests
* Added new flags to 'podman generate systemd' to change the unit name prefix
* Enable rootless tests for podman remote
* V2 enable remote logs and testing

- Changelog for v2.0.0-rc2 (2020-05-22)
* Attempt to turn on integration tests
* Removes remote system reset functionality. skip e2e test for remote.
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 @@ -48,7 +48,7 @@ Epoch: 99
%else
Epoch: 0
%endif
Version: 2.0.0
Version: 2.0.0-rc3
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-rc3"

// APIVersion is the version for the remote
// client API. It is used to determine compatibility
Expand Down

0 comments on commit d4a3c05

Please sign in to comment.