Skip to content

Commit a723353

Browse files
committed
Bump to v0.9.3
Signed-off-by: Matthew Heon <[email protected]>
1 parent 58e6395 commit a723353

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

changelog.txt

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
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+
135
- Changelog for v0.9.2.1 (2018-09-17)
236
* Update release notes for 0.9.2.1
337
* Vendor in latest projectatomic/buildah

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ package version
44
// NOTE: remember to bump the version at the top
55
// of the top-level README.md file when this is
66
// bumped.
7-
const Version = "0.9.3-dev"
7+
const Version = "0.9.3"

0 commit comments

Comments
 (0)