Skip to content

Commit

Permalink
Bump to v1.8.1-rc2
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Heon <[email protected]>
  • Loading branch information
mheon committed Feb 27, 2020
1 parent 3d1af08 commit 9f8565a
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 2 deletions.
41 changes: 41 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
- Changelog for v1.8.1-rc2 (2020-02-27)
* Update release notes for v1.8.1-rc2
* Vendor in latest containers/buildah
* kill test: clean up warnings; document better
* curb flakes in integration tests
* spec: allow container alias name in lookup
* add epoch for specfile
* fix trivial typo
* Add support for multiple CNI networks in podman inspect
* Remove 1 sec delay
* Temp. skip "remove pause by id" bindings test
* Fix kill test obtaining CID
* System Tests: Force default signal handlers
* Fix cgroupsv2 run test, unexpected output
* Cirrus: SELinux Enforcing for F31 w/ CGv2
* Cirrus: collect podman system info
* Cirrus: F31: Force systemd cgroup mgr
* Cirrus: Temp. disable F31 p-in-p testing
* Cirrus: Handle runc->crun when both are possible
* Cirrus: Use deadline elevator in F31
* Cirrus: Support testing with F31
* rootless: become root only if the pause file is specified
* rootless: fix segfault when open fd >= FD_SETSIZE
* apiv2 tests: add more pod tests, timing check
* Update vendor of buildah and containers/common
* build: move initialization after SetXdgDirs
* utils: relax check for directory to use
* add apiv2 tests for podman pause and stop
* always run the docs task on post-merge
* Fixed build_rpm.sh script for Fedora 30
* Add basic deadlock detection for container start/remove
* Friendly amendment: tests, and a help message
* fix port list by container with port
* more image binding tests
* docs: symlink to host device is resolved
* Add --no-healthcheck command to create/run
* enable ci on go binding tests
* add more image tests for go bindings
* Bump to v1.8.1-dev
* build(deps): bump github.com/opencontainers/selinux from 1.3.1 to 1.3.2

- Changelog for v1.8.1-rc1 (2020-02-21)
* Update release notes for v1.8.1
* disable generation of cni firewall plugin
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: 1.8.1
Version: 1.8.1-rc2
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 = "1.8.1-dev"
const Version = "1.8.1-rc2"

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

0 comments on commit 9f8565a

Please sign in to comment.