1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 Tsuru 0.12.3 发布,开源 PaaS 平台 下载

本帖由 漂亮的石头2015-10-08 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    487,295
    赞:
    47
    tsurud 0.12.3 发布,更新内容如下:

    改进


    • On some unstable network environments it was possible for a deploy to remain frozen while running Attach and Wait operations on the docker node. This can happen after a network partition where the connection was severed without FIN or RST being sent from on end to the other.

      This problem was solved in two different ways. First TCP keepalive was enabled for all connections with the Docker API. This way if there are any problems severing the connection, the keepalive probe will hopefully receive RST as an answer when the connectivity with the remote server is re-established, closing the connection on our end.

      As a failsafe, while tsuru is blocked on Attach and Wait requests it will also keep polling Docker for the current container state. If the container is stopped it means that the Attach and Wait operations should have ended. At this moment tsuru will resume the deploy process and ignore the output from Attach and Wait.


    • Use the KeepAliveWriter across all streaming handlers in the API, so the API is able to cope with small timeouts in the network.


    • Add a service level proxy so service APIs can have management plugins. This proxy endpoint checks the permission of the user as an admin of the service. The other proxy endpoint checks the user permission in the service instance.
    Bug 修复


    • Fix bug in /units/status route that is called by bs containers. The bug caused this route to return a 500 error if the request included containers with the status building in tsuru’s database.


    • Fix error message in the docker-node-update handler when it’s called with an invalid name (issue #1207).


    • Fix bug in Procfile parsing in the API. We used to parse it as YAML, but a Procfile is not really an YAML.


    • Properly manage repository permissions in Gandalf after running app-set-team-owner (issue #1270).


    • Fix quota management for units in applications (issue #1279).

    详情请看:http://docs.tsuru.io/en/stable/releases/tsurud/0.12.3.htm

    下载页面:tsurud 0.12.3

    Tsuru 是一个开放源码的 open Platform-as-a-Service (PaaS)平台。

    Tsuru 可以让你构建自己的 PaaS 服务。Tsuru 采用 go 语言写成,依赖 go 环境和 libxml。

    在 Tsuru 的 PaaS 服务下,你可以选择自己的编程语言,选择使用 SQL 或者 NoSQL 数据库,memcache、redis、等等许多服务,甚至与你可以使用 Git 版本控制工具来上传你应用。
    Tsuru 0.12.3 发布,开源 PaaS 平台下载地址
     
正在加载...