Skip to content

Commit cd39b62

Browse files
committed
Bump to v0.6.3
Signed-off-by: Matthew Heon <[email protected]>
1 parent 16ea659 commit cd39b62

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

changelog.txt

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
- Changelog for v0.6.3 (2018-06-15)
2+
* spec: remove dead code
3+
* test: add test for running a rootless container
4+
* container: specify path to error message
5+
* podman: use a different store for the rootless case
6+
* container: do not set any mapping when using a rootfs
7+
* podman: do not use Chown in rootless mode
8+
* network: do not attempt to create a network in rootless mode
9+
* oci: do not set resources in rootless mode
10+
* oci: do not use hooks in rootless mode
11+
* oci: do not set the cgroup path in Rootless mode
12+
* spec: change mount options for /dev/pts in rootless mode
13+
* container: do not add shm in rootless mode
14+
* oci: pass XDG_RUNTIME_DIR down to the OCI runtime
15+
* podman: allow to override Tmpdir
16+
* podman: provide a default UID mapping when non root
17+
* podman: accept option --rootfs to use exploded images
18+
* When setting a memory limit, also set a swap limit
19+
* Fix cleaning up network namespaces on detached ctrs
20+
* Vendor in latest projectatomic/buildah
21+
* Temporarily turn of ps --last test until fixed
22+
* Implement --latest for ps
23+
* Correctly report errors retrieving containers in ps
24+
* Doc changes to fix alignment on most of the docs
25+
* Added --sort flag to podman image
26+
* add podman container and image command
27+
* Vendor in latest buildah code
28+
* rmi: remove image if all tags are specified
29+
* Aliases do not work with IsSet
30+
* Touchups for registries.conf across a few man pages
31+
* Remove container from state before cleaning up.
32+
* hack/release.sh: Add a guard against -dev suffixes for argv[2]
33+
* Bump gitvalidation epoch
34+
* Bump to v0.6.3-dev
35+
136
- Changelog for v0.6.2 (2018-06-08)
237
* Test to make sure we are getting proper exit codes on podman run
338
* Propegate exit code on Exec calls and integrated test

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

0 commit comments

Comments
 (0)