Skip to content

Commit

Permalink
Bump to v0.8.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
  • Loading branch information
mheon committed Aug 11, 2018
1 parent 7d116f5 commit f38eb4f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
- Changelog for v0.8.2.1 (2018-08-11)
* Ensure pod inspect is locked and validity-checked
* Further fix tests
* Bump gitvalidation epoch
* Bump to v0.8.3-dev
* Fix python tests again
* Fix python tests to use cgroupfs
* Fix typo breaking tests
* Force cgroupfs for python tests
* Swap default CGroup manager to systemd
* Only use cgroupfs for containerized tests
* Temporarily force all tests to use cgroupfs driver

- Changelog for v0.8.2 (2018-08-10)
* We need to sort mounts so that one mount does not over mount another.
* search name should include registry
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 @@ -33,7 +33,7 @@
%global shortcommit0 %(c=%{commit0}; echo ${c:0:8})

Name: podman
Version: 0.8.3
Version: 0.8.2.1
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
@@ -1,4 +1,4 @@
package version

// Version is the version of the build.
const Version = "0.8.3-dev"
const Version = "0.8.2.1"

0 comments on commit f38eb4f

Please sign in to comment.