Skip to content

Commit

Permalink
Bump to v0.8.5
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 Aug 31, 2018
1 parent c65a8ba commit dc5a711
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 1 deletion.
57 changes: 57 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,60 @@
- Changelog for v0.8.5 (2018-08-31)
* Add proper support for systemd inside of podman
* We are mistakenly seeing repos as registries.
* container: resolve rootfs symlinks
* Up time between checks for podman wait
* Turn on test debugging
* Add support for remote commands
* fixup A few language changes and subuid(5)
* Make the documentation of user namespace options in podman-run clearer
* pod create: restore help flag
* catch command-not-found errors
* don't print help message for usage errors
* Vendor in latest containers/storage and containers/image
* add conmon to copr spec
* docs: consistent format for example
* docs: consistent headings
* docs: make HISTORY consistent
* docs: fix headers
* varlink: fix --timeout usage
* run/create: reserve `-h` flag for hostname
* podman,varlink: inform user about --timeout 0
* rootless: show an error when stats is used
* rootless: show an error when pause/unpause are used
* rootless: unexport GetUserNSForPid
* rootless, exec: use the new function to join the userns
* rootless: fix top
* rootless: add new function to join existing namespace
* Vendor in latest projectatomic/buildah
* Set nproc in containers unless explicitly overridden
* Do not set max open files by default if we are rootless
* Set default max open files in spec
* Resolve /etc/resolv.conf before reading
* document `--rm` semantics
* allow specification of entrypoint in the form of a slice
* Test RPM build and install for regressions
* rootless, search: do not create a new userns
* rootless, login, logout: do not create a new userns
* rootless, kill: do not create a new userns
* rootless, stop: do not create a new userns
* Ensure return errors match API docs
* Fix manpage to note how multiple filters are combined
* Fix handling of multiple filters in podman ps
* Fix Mount Propagation
* docs: add containers-mounts.conf(5)
* docs: use "containers-" prefix for registries and storage
* rootless: fix --pid=host
* rootless: fix --ipc=host
* spec: bind mount /sys only when userNS are enabled
* rootless, tests: add test for --uts=host
* Dockerfile.Fedora: install slirp4netns
* rootless: don't use kill --all
* rootless: exec handle processes that create an user namespace
* rootless: fix exec
* Move whale-says test to end of baseline
* Bump gitvalidation epoch
* Bump to v0.8.5-dev

- Changelog for v0.8.4 (2018-08-24)
* Add release notes
* Regenerate easyjson after rebase
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.8.5-dev"
const Version = "0.8.5"

0 comments on commit dc5a711

Please sign in to comment.