開源 PaaS 系統,Tsuru 0.13.0 RC2 發布下載

jopen 9年前發布 | 6K 次閱讀 Tsuru

Tsuru 是一個開放源碼的 open Platform-as-a-Service (PaaS)平臺。

Tsuru 可以讓你構建自己的 PaaS 服務。Tsuru 采用 go 語言寫成,依賴 go 環境和 libxml。

在 Tsuru 的 PaaS 服務下,你可以選擇自己的編程語言,選擇使用 SQL 或者 NoSQL 數據庫,memcache、redis、等等許多服務,甚至與你可以使用 Git 版本控制工具來上傳你應用。

Tsuru 0.13.0 RC2 發布下載,Tsuru 0.13.0 更新內容:

新特性

  • 新 IaaS:tsuru 現支持 DigitalOcean,還有 Amazon EC2 和 CloudStack

    </li>

  • 新路由:支持新版本的 Galeb

    </li>

  • 添加平臺啟用和禁用功能

    </li>

  • 修改服務實例管理流

    </li>

  • 處理器添加和更新平臺是通過接收上傳的 Dockerfile

    </li> </ul>

    Bug 修復

    • Fix OAuth authentication: the library used by tsuru used to blindly trust the token_type returned by the OAuth provider, but some providers provide mismatching types in the authorization request and the token. Seehttps://github.com/golang/oauth2/issues/113 for more details.

      </li>

    • Admin users can now manage all teams (issue #1084).

      </li>

    • Fix the behavior of app-restart when the app is stopped: now it actually starts the app (issue #1281).

      </li>

    • Fix bug that disabled usage tracking for quota management when quota was unlimited (issue #1279).

      </li>

    • Deploy info now returns 404 when the provided id is not a valid MongoDB ObjectId.

      </li> </ul>

      其他改進

      • Simplified the interface for listing and rolling back deployments: tsuru now takes just the version of the app, instead of the whole Docker image (issue#1288).

        </li>

      • CloudStack IaaS now supports tagging, so admins can tag managed nodes when creating them (issue #1172).

        </li>

      • Prevent timeouts in all streaming handlers by keeping the wire busy while the connection is open.

        </li>

      • Add a parameter in the service-remove endpoint for unbinding all apps bound to the service instance.

        </li>

      • Add a parameter in the env-set, env-unset, service-bind and service-unbind to prevent the application restart when inject an environment variable (issue #1271).

        </li>

      • Add a parameter in the token-show and token-regenerate to display/regenerate token for third users. Only admins can perform this operations (issue #1316).

        </li>

      • Add a new filter in the app listing API endpoint: now it’s possible to filter applications by pool (issue #1311).

        </li>

      • Improve installing documentation format to better accommodate information about tsuru-now and tsuru-bootstrap.

        </li>

      • Improvements in the installing and management docs, reflecting the daemon rename (thanks Giuseppe Ciotta).

        </li>

      • Fix instructions on the Hipache installing page so it doesn’t use a deprecated configuration flag (thanks Giuseppe Ciotta).

        </li>

      • Improve database connection management in the application locking procedure, avoiding database connections leakage.

        </li>

      • Improve documentation for the Java platform (thanks Manoel Domingues Junior).

        </li> </ul>

        非向后兼容改進 (action needed)

        • The post-receive hook is no longer supported, please update to one of theavailable pre-receive hooks. You may stick to a post-receive hook that invokes git-archive and uploads it to tsuru, but we recommend using a pre-receive hook.

          </li> </ul>

          下載:https://github.com/tsuru/tsuru/archive/0.13.0-rc2.zip


           本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
           轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
           本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!