内容简介:Tsuru 1.5.0 rc13 发布。Tsuru 是一个开放源码的 open Platform-as-a-Service (PaaS)平台。Tsuru 可以让你构建自己的 PaaS 服务。Tsuru 采用 go 语言写成,依赖 go 环境和 libxml。 在 Tsuru 的 PaaS 服务下,可以...
Tsuru 1.5.0 rc13 发布。Tsuru 是一个开放源码的 open Platform-as-a-Service (PaaS)平台。Tsuru 可以让你构建自己的 PaaS 服务。Tsuru 采用 go 语言写成,依赖 go 环境和 libxml。
在 Tsuru 的 PaaS 服务下,可以自由选择自己的编程语言,选择使用 SQL 或者 NoSQL 数据库,memcache、 redis 、等等许多服务,甚至可以使用 Git 版本控制 工具 来上传应用。
更新列表:
6ed42d2 bump version to 1.5.0-rc13
28f75e6 event: increase mongodb pool size in test
edb445a storage/mongodb: change maxPoolSize to 150 in tests
377348a api,app,service: add user and eventid to all service requests
b8b536d provision/kubernetes: attach with tty on containers started with tty
bbb1fb2 app,builder,pool: use correct builder based on provisioner, fixes swarm
1371be8 provision/kubernetes: use in loadTsuruYaml separated buffers stdout and stderr
d6ce60e builder,provision: move SplitImage to image package and small fixes
30395ea builder,provision: fix linter vet errors and const warnings
3087481 provision: removes UploadDeployer, ImageDeployer and RebuildableDeployer interfaces
16d9c26 provision/kubernetes: remove UploadDeploy and ImageDeploy
4139201 kubernetes: move mock to testing package
4b60d04 provision/kubernetes: fix procfileInspect pod name
完整内容请查看发布主页。
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Types and Programming Languages
Benjamin C. Pierce / The MIT Press / 2002-2-1 / USD 95.00
A type system is a syntactic method for automatically checking the absence of certain erroneous behaviors by classifying program phrases according to the kinds of values they compute. The study of typ......一起来看看 《Types and Programming Languages》 这本书的介绍吧!