Skip to content

Commit

Permalink
Bump to v0.6.3
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 Jun 15, 2018
1 parent 16ea659 commit cd39b62
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
- Changelog for v0.6.3 (2018-06-15)
* spec: remove dead code
* test: add test for running a rootless container
* container: specify path to error message
* podman: use a different store for the rootless case
* container: do not set any mapping when using a rootfs
* podman: do not use Chown in rootless mode
* network: do not attempt to create a network in rootless mode
* oci: do not set resources in rootless mode
* oci: do not use hooks in rootless mode
* oci: do not set the cgroup path in Rootless mode
* spec: change mount options for /dev/pts in rootless mode
* container: do not add shm in rootless mode
* oci: pass XDG_RUNTIME_DIR down to the OCI runtime
* podman: allow to override Tmpdir
* podman: provide a default UID mapping when non root
* podman: accept option --rootfs to use exploded images
* When setting a memory limit, also set a swap limit
* Fix cleaning up network namespaces on detached ctrs
* Vendor in latest projectatomic/buildah
* Temporarily turn of ps --last test until fixed
* Implement --latest for ps
* Correctly report errors retrieving containers in ps
* Doc changes to fix alignment on most of the docs
* Added --sort flag to podman image
* add podman container and image command
* Vendor in latest buildah code
* rmi: remove image if all tags are specified
* Aliases do not work with IsSet
* Touchups for registries.conf across a few man pages
* Remove container from state before cleaning up.
* hack/release.sh: Add a guard against -dev suffixes for argv[2]
* Bump gitvalidation epoch
* Bump to v0.6.3-dev

- Changelog for v0.6.2 (2018-06-08)
* Test to make sure we are getting proper exit codes on podman run
* Propegate exit code on Exec calls and integrated test
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.6.3-dev"
const Version = "0.6.3"

0 comments on commit cd39b62

Please sign in to comment.