summaryrefslogtreecommitdiff
path: root/changelog.txt
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-09-14 18:13:27 -0400
committerMatthew Heon <matthew.heon@gmail.com>2018-09-14 18:13:27 -0400
commit37a2afe8728f44f0b311ba26ad7162888fb3e00b (patch)
tree88df6b79ce7df2f62381f020a88d78bfdc2b483c /changelog.txt
parentab5dd390ccbb0dbb33b7a78cbb41cb3807a459d2 (diff)
downloadpodman-37a2afe8728f44f0b311ba26ad7162888fb3e00b.tar.gz
podman-37a2afe8728f44f0b311ba26ad7162888fb3e00b.tar.bz2
podman-37a2afe8728f44f0b311ba26ad7162888fb3e00b.zip
Bump to v0.9.2v0.9.2
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
Diffstat (limited to 'changelog.txt')
-rw-r--r--changelog.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt
index 918d10ba9..faea7734b 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,32 @@
+- Changelog for v0.9.2 (2018-09-14)
+ * Update release notes for 0.9.2
+ * change search test to look for fedora and not fedora-minimal
+ * Don't mount /dev/* if user mounted /dev
+ * add registry information to varlink info
+ * libpod/image/pull: Return image-pulling errors from doPullImage
+ * Update gitvalidation epoch to avoid a bad commit
+ * Update README to reflect current development efforts
+ * rootless: do not raise an error if the entrypoint is specified
+ * Add Buildah Podman relationship to README.md
+ * Swap default mount propagation from private to rprivate
+ * Add a way to disable port reservation
+ * Add notes to check version on problem
+ * Do not set rlimits if we are rootless
+ * Up default Podman rlimits to avoid max open files
+ * Search registries with an empty query
+ * Vendor in latest containers/image
+ * Remove duplicate code between create.go and run.go
+ * Add --interval flag to podman wait
+ * Add `podman rm --volumes` flag
+ * Vendor in latest containers/storage to eliminage deadlock
+ * do not build with devicemapper
+ * run different cgroup tests depending on conditions
+ * dont make python when running make
+ * Explicitly set default CNI network name in libpod.conf
+ * Pass on securityOpts from podInfraContainer to container added to pod.
+ * Bump gitvalidation epoch
+ * Bump to v0.9.2-dev
+
- Changelog for v0.9.1.1 (2018-09-10)
* Update release notes for 0.9.1.1
* Replace existing iptables handler with firewall code