tsuru 0.12.0 release notes¶
Welcome to tsuru 0.12.0!
These release notes cover the new features you’ll want to be aware of when upgrading from tsuru 0.11.x or older versions.
What’s new in tsuru 0.12.0¶
- Multiple cnames: now it’s possible to app have multiple cnames with
tsuru add-cname
. You can remove multiple cnames withtsuru remove-cname
. The old commandsset-cname
andunset-cname
was removed from tsuru (issue #677). - Change app’s owner team: now tsuru has a new command
tsuru app-set-team-owner
. Admin users can change owner team to any team on tsuru. The new owner team will be added to app’s teams list (issue #894). - deploy via upload: now it’s possible to deploy a set of files and/or directory to tsuru with
tsuru deploy
. To deploy the current directory, just dotsuru deploy .
. To deploy a set of files, just dotsuru deploy somefile.jar another_file
.
One more thing¶
Now tsuru has responsive tables on terminal. When a tsuru command show a table, it adapt to terminal screen width.