File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 3333%global shortcommit0 %(c=%{commit0}; echo ${c:0:8})
3434
3535Name: podman
36- Version: 0.8.3
36+ Version: 0.8.2.1
3737Release: #COMMITDATE#.git%{shortcommit0}%{?dist}
3838Summary: Manage Pods, Containers and Container Images
3939License: ASL 2.0
Original file line number Diff line number Diff line change 11package version
22
33// Version is the version of the build.
4- const Version = "0.8.3-dev "
4+ const Version = "0.8.2.1 "
You can’t perform that action at this time.
0 commit comments