Skip to content

Commit f38eb4f

Browse files
committed
Bump to v0.8.2.1
Signed-off-by: Matthew Heon <[email protected]>
1 parent 7d116f5 commit f38eb4f

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

changelog.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
- Changelog for v0.8.2.1 (2018-08-11)
2+
* Ensure pod inspect is locked and validity-checked
3+
* Further fix tests
4+
* Bump gitvalidation epoch
5+
* Bump to v0.8.3-dev
6+
* Fix python tests again
7+
* Fix python tests to use cgroupfs
8+
* Fix typo breaking tests
9+
* Force cgroupfs for python tests
10+
* Swap default CGroup manager to systemd
11+
* Only use cgroupfs for containerized tests
12+
* Temporarily force all tests to use cgroupfs driver
13+
114
- Changelog for v0.8.2 (2018-08-10)
215
* We need to sort mounts so that one mount does not over mount another.
316
* search name should include registry

contrib/spec/podman.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
%global shortcommit0 %(c=%{commit0}; echo ${c:0:8})
3434

3535
Name: podman
36-
Version: 0.8.3
36+
Version: 0.8.2.1
3737
Release: #COMMITDATE#.git%{shortcommit0}%{?dist}
3838
Summary: Manage Pods, Containers and Container Images
3939
License: ASL 2.0

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package version
22

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

0 commit comments

Comments
 (0)