File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed
Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1- # CHANGELOG
1+ # CHANGELOG
2+
3+ 0.1.0 (2018-01-17)
4+
5+ Initial experiemental release for public
6+
7+ * Initial implemention to integrate containerd 1.0 in daemon
8+ * Hypervisor-based container implementation
9+ * Achieve container resource view isolation via supporting LXCFS
10+ * Add API and CLI documentation
11+ * Add unit test for project
12+ * Add API and CLI for project
13+ * Implement basic CRI to support Kubernetes
14+ * Be consistent with Moby's 1.12.6 API
15+ * Support basic network management and volume management
16+ * Make Pouch run as a system service
17+ * Make Pouch installed on distribution CentOS 7.2 and Ubuntu 16.04
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package version
33import "time"
44
55// Version represents the version of pouchd.
6- const Version = "0.1.0-rc0 "
6+ const Version = "0.1.0"
77
88// BuildTime is the time when this binary of daemon is built
99// FIXME: this is dynamical. We need a fixed build time.
You can’t perform that action at this time.
0 commit comments