summaryrefslogtreecommitdiff
path: root/changelog.txt
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.txt')
-rw-r--r--changelog.txt76
1 files changed, 76 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt
index 918d10ba9..879302ee0 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,79 @@
+- Changelog for v0.9.3.1 (2018-09-25)
+ * Update release notes for 0.9.3.1
+ * Disable problematic SELinux code causing runc issues
+ * Bump gitvalidation epoch
+ * Bump to v0.9.4-dev
+
+- Changelog for v0.9.3 (2018-09-21)
+ * Update release notes for 0.9.3
+ * Add --mount option for `create` & `run` command
+ * Refactor Wait() to not require a timeout
+ * Updates from reviews
+ * Implement new subcommands
+ * Don't mount /dev/shm if the user told you --ipc=none
+ * rootless: error out if there are not enough UIDs/GIDs available
+ * Vendor in latest containers/buildah
+ * rootless: fix create with images not in the storage
+ * rootless: skip usage of filepath.Join
+ * create, rootless: join the userns of ns:PATH
+ * create, rootless: join the userns of container:CONTAINER
+ * spec: refactor ns modes to a common interface
+ * Don't output inodes created to run a container
+ * Add rpmbuild to the openshift fedora test image
+ * Add new field to libpod to indicate whether or not to use labelling
+ * Bind Mounts should be mounted read-only when in read-only mode
+ * test, rootless: enforce cgroupfs manager
+ * report when rootless
+ * add the gopath environment variable to the openshift dockerfile
+ * Vendor in latest opencontainers/runtime-tools
+ * Add python-varlink to the Fedora openshift image
+ * Add Dockerfile for openshift lint, gofmt, and validate testing
+ * Vendor in latest containers/buildah
+ * Don't crash if an image has no names
+ * Replace all usages of "install -D" with "install -d"
+ * Increase pidWaitTimeout to 1000ms
+ * Small updates to OCI spec generation
+ * Add new tests for ipc namespace sharing
+ * Hooks supports two directories, process default and override
+ * Bump gitvalidation epoch
+ * Bump to v0.9.3-dev
+
+- Changelog for v0.9.2.1 (2018-09-17)
+ * Update release notes for 0.9.2.1
+ * Vendor in latest projectatomic/buildah
+ * Vndr latest containers/image
+ * Bump gitvalidation epoch
+ * Bump to v0.9.3-dev
+
+- 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