Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.18 KB

0.5.2.rst

File metadata and controls

39 lines (29 loc) · 1.18 KB

tsr 0.5.2 release notes

Welcome to tsr 0.5.2!

These release notes cover the new features <new-0.5.2> and bug fixes <bug-0.5.2> you'll want to be aware of when upgrading from tsr 0.5.1 or older versions.

What's new in tsr 0.5.2

Improvements

  • improve the Docker cluster management so it keeps track of which node contains a certain image, so a request to remove an image from the cluster can be sent only to the proper nodes (docker-cluster #22).
  • improve error handling on OAuth authentication

Bug fixes

  • Check if node exists before excludind it (mongo doesn't return an error if I try to remove a node which not exists from a pool) (#840).
  • Fix race condition in unit-remove that prevented the command from removing the requested number of units
  • Fix app lock management in unit-remove