Skip to content

Commit

Permalink
docs: add 1.2.1 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
cezarsa committed May 4, 2017
1 parent d6cbddc commit e24fb5f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/releases/index.rst
Expand Up @@ -28,6 +28,8 @@ tsurud (tsuru server daemon)
.. toctree::
:maxdepth: 1

tsurud/1.2.1

tsurud/1.2.0

tsurud/1.1.1
Expand Down
23 changes: 23 additions & 0 deletions docs/releases/tsurud/1.2.1.rst
@@ -0,0 +1,23 @@
.. Copyright 2016 tsuru authors. All rights reserved.
Use of this source code is governed by a BSD-style
license that can be found in the LICENSE file.
===========================
tsurud 1.2.1 release notes
===========================

tsurud 1.2.1 fixes the following bugs:

* Fix multiple possible goroutines leaks related to redis and log messages pub/sub.
`c8fc818cfb66732fb287eb6f7ab3b9e0461ec36c
<https://github.com/tsuru/tsuru/commit/c8fc818cfb66732fb287eb6f7ab3b9e0461ec36c>`_
`2b4f994a437ea5276fe893880bdb054fba26ea29
<https://github.com/tsuru/tsuru/commit/2b4f994a437ea5276fe893880bdb054fba26ea29>`_
`0e13156a62f352cc3fe210b13e2045d4b499f6e0
<https://github.com/tsuru/tsuru/commit/0e13156a62f352cc3fe210b13e2045d4b499f6e0>`_

* Fix machine creation with digitalocean iaas and dockermachine iaas using
digitalocean driver.
`ee4acf99e0c58faef7d4a0fdf0e0f8a83947a24c
<https://github.com/tsuru/tsuru/commit/ee4acf99e0c58faef7d4a0fdf0e0f8a83947a24c>`_

0 comments on commit e24fb5f

Please sign in to comment.