Skip to content

Commit

Permalink
Merge pull request #593 from allencloud/version-and-changelog
Browse files Browse the repository at this point in the history
doc: add release version and changelog
  • Loading branch information
allencloud authored Jan 17, 2018
2 parents f96ec89 + b286b51 commit 6be2080
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
# CHANGELOG
# CHANGELOG

0.1.0 (2018-01-17)

Initial experiemental release for public

* Initial implemention to integrate containerd 1.0 in daemon
* Hypervisor-based container implementation
* Achieve container resource view isolation via supporting LXCFS
* Add API and CLI documentation
* Add unit test for project
* Add API and CLI for project
* Implement basic CRI to support Kubernetes
* Be consistent with Moby's 1.12.6 API
* Support basic network management and volume management
* Make Pouch run as a system service
* Make Pouch installed on distribution CentOS 7.2 and Ubuntu 16.04
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package version
import "time"

// Version represents the version of pouchd.
const Version = "0.1.0-rc0"
const Version = "0.1.0"

// BuildTime is the time when this binary of daemon is built
// FIXME: this is dynamical. We need a fixed build time.
Expand Down

0 comments on commit 6be2080

Please sign in to comment.