Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

v1.9.0

Compare
Choose a tag to compare
@ajgon ajgon released this 17 Mar 21:16
· 152 commits to master since this release
bad3740

Bug Fixes

  • appserver: Wait up to 10 sec for graceful shutdown (def1c21), closes #127
  • configure: Don't create pids symlink if it already exists (4671ac9), closes #126
  • appserver: failed to start appserver. (#146) (4505890)
  • source: remove temporary directories after deploy (b92417f)
  • source: Subdirectories on S3 are now properly handled (9373173)
  • webserver: Switched chef_nginx back to nginx cookbook (683f840), closes #148

Features

  • ruby: Added support for ruby 2.5 (2fd887a)
  • source: Added support for HTTP (34829f2)
  • source: Added support for S3 (019c0ad), closes #133

BREAKING CHANGES

  • source: app['scm'] has been renamed to app['source']. This
    only affects the Custom JSON files, so if you were using this block
    there, you should change it. If you were using OpsWorks git configurator
    (which is probably 99.99% true), this change wouldn't affect you.