Webistrano 1.4 released

Posted by Jonathan

I just released Webistrano 1.4. Webistrano is a tool for managing Capistrano deployments and offers a rich web UI. It lets you manage projects with their stages and keep track who deployed which version to which servers.

Webistrano 1.4 brings many new features that make deployment easier. The most prominent are:

  • Recipe versioning - recipes are now versioned so that you can keep track of changes
  • Project cloning - you can now create a template project and clone it over and over again
  • Array parameters - support for arrays as values for configuration parameters
  • CAS-auth support - Single Sign-On support by delegating authentication to a CAS server. See the documentation
  • Enhaced UI - nicer overviews of deployments and many small fixes
  • Cancel deployments - a running deployment can now be canceled by Webistrano. The running Capistrano instance will be killed so use this feature with care
  • Track deployed revisions - Webistrano will track which revision was deployed. This way you always know which version is running where
  • Updated packages - Rails 2.1 and Capistrano 2.5.0

Apart from that some smaller enhancements and fixes went into the 1.4 release. See the CHANGELOG for a complete list.

Further, there is now a Webistrano mailing list at GoogleGroups.

Go get Webistrano from the project homepage as a download or checkout the source:

Download: webistrano-1.4.zip (3.4 MB)

# Development version:

svn co http://labs.peritor.com/svn/webistrano/trunk

# Stable version:

svn co http://labs.peritor.com/svn/webistrano/branches/1.4

Comments

Leave a response

  1. DenisNovember 06, 2008 @ 03:47 PM

    very nice improvement, thanks for sharing it, this project is a must have :)

  2. ElektronikNovember 16, 2008 @ 11:01 PM

    Hallo, es scheint so als ob der Mirror zum Download down ist. Zumindest bekomme ich weder einen 404 noch antwortet der Server auf einen Ping.

    Bitte prüfen.

  3. JonathanNovember 17, 2008 @ 03:34 PM

    this link should work: http://labs.peritor.com/webistrano/raw-attachment/wiki/Download/webistrano-1.4.zip

  4. TimNovember 21, 2008 @ 04:51 PM

    It looks very nice the new ui, i just had a small problem, it didn’t start at all, because of a problem in exception_notifiable plugin and the view-path (Unprocessed view path found: “…/vendor/plugins/smerf/app/views”. Set your view paths with #append_view_path, #prepend_view_path, or #view_paths=)

    I just kicked it out, since i don’t need it for webistrano…

    very nice work.

  5. SebastianNovember 24, 2008 @ 03:50 PM

    Very usefull post! THanks!