All Versions
43
Latest Version
Avg Release Cycle
136 days
Latest Release
1770 days ago

Changelog History
Page 1

  • v1.0.0 Changes

    June 13, 2019
    • πŸš€ First stable release per SemVer.

    • βœ‚ Removes support for versions of Ruby which are no longer supported by the Ruby project.

    • πŸ›  Bugfix: Splat whenever_roles when passing to roles to allow definition of multiple whenever roles samuelokrent

  • v0.11.0 Changes

    April 23, 2019
    • βž• Add support for mapping Range objects to cron range syntax Tim Craft

    • πŸ›  Bugfix: Avoid modifying Capistrano default_env when setting the whenever environment. ta1kt0me

    • Enable to execute whenever's task independently without setting :release_path or :whenever_path ta1kt0me

    • πŸ“œ Make error message clearer when parsing cron syntax fails due to a trailing space ignisf

  • v0.10.0 Changes

    November 20, 2017
    • Modify wheneverize to allow for the creating of 'config' directory when not present

    • βž• Add --crontab-command to whenever binary for overriding the crontab command. [Martin Grandrath]

    • πŸ‘ Allow setting the path within which Capistrano will execute whenever. Samuel Johnson

    • πŸ‘ Allow the use of string literals for month and day-of-week in raw cron syntax.. Potamianos Gregory

    • 0️⃣ Include Capistrano default environment variables when executing Whenever. Karl Li

    • πŸ‘ Allow configuring an alternative schedule file in Capistrano. Shinichi Okamoto

    • βž• Add customizing email recipient option with the MAILTO environment variable. Chikahiro Tokoro

  • v0.9.7 Changes

    June 14, 2016
    • βͺ Restore compatibility with Capistrano v3; it has a bug which we have to work around [Ben Langfeld, Chris Gunther, Shohei Yamasaki]
  • v0.9.6 Changes

    June 13, 2016
    • πŸš€ Bypass symlinks when loading Capistrano v3 code, since these symlinks don't work in recent gem releases [Justin Ramos]
  • v0.9.5 Changes

    June 12, 2016
    • πŸ‘Œ Improve documentation [Ben Langfeld, Spencer Fry]

    • πŸ‘ Properly support Solaris / SmartOS [Steven Williamson]

    • ⬇️ Drop support for Ruby < 1.9.3. Test newer Ruby versions. [Javan Makhmali, BartΕ‚omiej Kozal]

    • πŸ’Ž Suport Ruby 2.3.0 and Rails 4 [Vincent Boisard]

    • ⏱ Set RAILS_ENV correctly in schedule when writing crontab from Capistrano [Ben Langfeld, Lorenzo Manacorda]

    • πŸ”¨ Minor refactoring, avoidance of Ruby warnings, etc [Ben Langfeld, DV Dasari]

    • πŸ‘· Correctly pass through date expressions (e.g. 1.day) inside job definitions [Rafael Sales]

    • Prevent writing invalid cron strings [Danny Fallon, Ben Langfeld]

    • Execute runner with bundle exec to ensure presence of app dependencies [Judith Roth]

  • v0.9.4 Changes

    October 24, 2014
    • πŸ›  Fix duplicated command line arguments when deploying to multiple servers with Cap 3. [betesh]

    • 0️⃣ Set whenever_environment to the current stage before defaulting to production in Cap 3 tasks. [Karthik T]

  • v0.9.3 Changes

    October 05, 2014
    • ⬇️ Drop ActiveSupport dependency [James Healy, Javan Makhmali]

    • ⬇️ Drop shoulda for tests

    • πŸ›  Fix whenever:clear_crontab Cap 3 task [Javan Makhmali]

    • Avoid using tempfiles [ahoward]

  • v0.9.2 Changes

    March 04, 2014
    • πŸ›  Fix issues generating arguments for execute in Capistrano 3 tasks. [Javan Makhmali]
  • v0.9.1 Changes

    March 03, 2014
    • Pass --roles option to whenever in Capistrano 3 tasks. [betesh, Javan Makhmali]

    • πŸ‘ Allow setting :whenever_command for Capistrano 3. [Javan Makhmali]

    • πŸ‘ Allow :whenever command to be mapped in SSHKit. [Javan Makhmali]