Skip to content

Commit 802d4f2

Browse files
committed
Bump to v0.7.1
Signed-off-by: Matthew Heon <[email protected]>
1 parent b2344b8 commit 802d4f2

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

changelog.txt

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
- Changelog for v0.7.1 (2018-07-06)
2+
* pkg/ctime: Factor libpod/finished* into a separate package
3+
* Block use of /proc/acpi from inside containers
4+
* remove buildah requirement for the libpod image library
5+
* contrib/python/test/test_tunnel: Fix -nNT -> -nNTq
6+
* Refactor podman/utils with a single container start and attach function
7+
* Remove now-unneeded cleanupCgroup() for unsupported OS
8+
* Remove per-container CGroup parents
9+
* Fix nits and GOPATH in tutorial
10+
* spec: Make addPrivilegedDevices and createBlockIO per-platform
11+
* libpod/runtime_pod: Make removePod per-platform
12+
* libpod/networking_unsupported: Remove JoinNetworkNameSpace
13+
* .travis: Run gofmt and lint on OS X
14+
* rootless: Merge rootless.go back into rootless_linux.go
15+
* Makefile: Use a pattern rule for cross-compilation
16+
* more changes to compile darwin
17+
* Fix timeout issue with built-in volume test
18+
* rootless: add /run/user/$UID to the lookup paths
19+
* rootless: add function to retrieve the original UID
20+
* rootless: always set XDG_RUNTIME_DIR
21+
* rootless: set XDG_RUNTIME_DIR also for state and exec
22+
* libpod/container: Replace containerState* with containerPlatformState
23+
* urfave/cli: fix parsing of short opts
24+
* docs: Follow man-pages(7) suggestions for SYNOPSIS
25+
* Allow multiple mounts
26+
* Makefile: Use 'git diff' to show gofmt changes
27+
* Skip a test in Travis that has timeout issues
28+
* vendor in selinux and buildah for darwin compilation
29+
* add image user to inspect data
30+
* changes to allow for darwin compilation
31+
* Bump gitvalidation epoch
32+
* Bump to v0.7.1-dev
33+
134
- Changelog for v0.6.5 (2018-06-29)
235
* Fix built-in volume issue with podman run/create
336
* Add `podman container cleanup` to CLI

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.7.1-dev"
4+
const Version = "0.7.1"

0 commit comments

Comments
 (0)