Skip to content

Latest commit

 

History

History
49 lines (26 loc) · 2.38 KB

CHANGELOG.md

File metadata and controls

49 lines (26 loc) · 2.38 KB

2.4.0 (Jul 7, 2015)

  • Delete Modulus projects instead of just stopping them [3ca0fae]

2.3.1 (May 25, 2015)

  • Do not delete existing S3 bucket on redeploy [13cabba]

2.3.0 (May 15, 2015)

  • Adds support for passing environment variables to Modulus with the env property in deployer options. [8c9640a]

2.2.1 (May 4, 2015)

  • Do not withdraw the project for the branch of a closed pull request if that branch also has another open pull request [8b95857]

2.2.0 (May 1, 2015)

  • Add method and headers options to webhook notifier [d02c723]
  • Add circleci-withdraw-closed-github-pull-requests script [6b50d0e]

2.1.1 (Feb 23, 2015)

2.1.0 (Feb 16, 2015)

  • Default deployer target name [dd3dc06]

2.0.1 (Jan 16, 2015)

  • Install modulus-cli automatically [1602923]

2.0.0 (Dec 12, 2014)

  • s3-static-website deployer [d8e176a]

BREAKING CHANGES:

  • The circleci-deploy-github-pull-request-to-modulus script is renamed to circleci-deploy-github-pull-request, and now requires the deployer service to be specified with the --deployer=SERVICE command line option or in the --options-from=FILE options file (as {"deployer": {"service": "SERVICE"}}).

1.0.0 (Nov 19, 2014)

  • Stop/delete project after PR is merged [870b9ed]

0.0.1 (May 12, 2014)

  • Initial release