Tsuru 1.5.0 rc5 和 rc 6 发布。Tsuru 是一个开放源码的 open Platform-as-a-Service (PaaS)平台。Tsuru 可以让你构建自己的 PaaS 服务。Tsuru 采用 go 语言写成,依赖 go 环境和 libxml。
在 Tsuru 的 PaaS 服务下,你可以选择自己的编程语言,选择使用 SQL 或者 NoSQL 数据库,memcache、redis、等等许多服务,甚至与你可以使用 Git 版本控制工具来上传你应用。
1.5.0-rc6 更新内容:
bump version to 1.5.0-rc6
all: do not hold db connection for potentially long periods of time
下载地址:
https://github.com/tsuru/tsuru/archive/1.5.0-rc6.zip
1.5.0-rc5 更新内容:
bump version to 1.5.0-rc5
Add OptsRouter to mock tests as seems that all should have opts
Enabling router opts on API routers
pool: add func to convert string to constraintType
vendor: update gopkg moving direct deps from overrides to constraints
all: extra event targets for swap, node healing and container healing
event: target filter also considers extratargets
event: add extra targets to events
下载地址:
https://github.com/tsuru/tsuru/archive/1.5.0-rc5.zip
来自:开源中国社区

