Skip to content

Commit 6be2080

Browse files
authored
Merge pull request #593 from allencloud/version-and-changelog
doc: add release version and changelog
2 parents f96ec89 + b286b51 commit 6be2080

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
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

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package version
33
import "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.

0 commit comments

Comments
 (0)