|
| 1 | +- Changelog for v0.9.3 (2018-09-21) |
| 2 | + * Update release notes for 0.9.3 |
| 3 | + * Add --mount option for `create` & `run` command |
| 4 | + * Refactor Wait() to not require a timeout |
| 5 | + * Updates from reviews |
| 6 | + * Implement new subcommands |
| 7 | + * Don't mount /dev/shm if the user told you --ipc=none |
| 8 | + * rootless: error out if there are not enough UIDs/GIDs available |
| 9 | + * Vendor in latest containers/buildah |
| 10 | + * rootless: fix create with images not in the storage |
| 11 | + * rootless: skip usage of filepath.Join |
| 12 | + * create, rootless: join the userns of ns:PATH |
| 13 | + * create, rootless: join the userns of container:CONTAINER |
| 14 | + * spec: refactor ns modes to a common interface |
| 15 | + * Don't output inodes created to run a container |
| 16 | + * Add rpmbuild to the openshift fedora test image |
| 17 | + * Add new field to libpod to indicate whether or not to use labelling |
| 18 | + * Bind Mounts should be mounted read-only when in read-only mode |
| 19 | + * test, rootless: enforce cgroupfs manager |
| 20 | + * report when rootless |
| 21 | + * add the gopath environment variable to the openshift dockerfile |
| 22 | + * Vendor in latest opencontainers/runtime-tools |
| 23 | + * Add python-varlink to the Fedora openshift image |
| 24 | + * Add Dockerfile for openshift lint, gofmt, and validate testing |
| 25 | + * Vendor in latest containers/buildah |
| 26 | + * Don't crash if an image has no names |
| 27 | + * Replace all usages of "install -D" with "install -d" |
| 28 | + * Increase pidWaitTimeout to 1000ms |
| 29 | + * Small updates to OCI spec generation |
| 30 | + * Add new tests for ipc namespace sharing |
| 31 | + * Hooks supports two directories, process default and override |
| 32 | + * Bump gitvalidation epoch |
| 33 | + * Bump to v0.9.3-dev |
| 34 | + |
1 | 35 | - Changelog for v0.9.2.1 (2018-09-17) |
2 | 36 | * Update release notes for 0.9.2.1 |
3 | 37 | * Vendor in latest projectatomic/buildah |
|
0 commit comments