Skip to content

Releases: onema/opsworks-chef-cookbooks

Version 1.2.0

15 Jul 22:48
Compare
Choose a tag to compare
  • Update to latest version of ini file for AdWords

Version 1.1.2

16 Apr 17:16
Compare
Choose a tag to compare
  • Fixes an issue that executes composer install/update for all php apps (some apps in the layer may not use composer)

Version 1.1.1

16 Dec 22:37
Compare
Choose a tag to compare
  • Fixes a bad revert of the README file.
  • Fixes an issue caused when executing the 'cache:clear --no-warmup' command. This was causing DB connection errors.

Version 1.1.0

31 Oct 20:45
Compare
Choose a tag to compare
  • Remove code that created a custom .htaccess for symfony with custom environment variables. This is because OpsWorks now supports environment variables for PHP.

Version 1.0.3

30 Jul 04:16
Compare
Choose a tag to compare
  • Symfony Doctrine migrations will run with the flag --dry-run to prevent command prompts.

Version 1.0.2

21 Jul 23:28
Compare
Choose a tag to compare
  • Fixes some issues installing redis and mongo php modules.
  • Adds a recipe to enable mcrypt php module

Version 1.0.1

18 Jul 23:18
Compare
Choose a tag to compare
  • Fixes a problem installing php modules.

Version 1.0.0

27 Jun 19:07
Compare
Choose a tag to compare
  • Supports chef 11.4 and 11.10
  • Removed deprecated recipes
  • Added metadata.rb files
  • Recipe to install MongoDB module sets the ini file in the correct path regardless of php version
  • Recipe to install Redis module sets the ini file in the correct path regardless of php version

Version 0.5.1

05 Mar 02:38
Compare
Choose a tag to compare
  • Recipe symfony::configure can execute php app/console cache:clear --env=prod --no-debug if the warmup_cache option is defined in the application configuration
  • Recipe composer::install doesn't enforce to get the code from source speeding up the deployment process. This is because newer versions of composer will retry and get code from source if default installation fails

Version 0.5.0

05 Feb 02:19
Compare
Choose a tag to compare

Recipe to add AdWords API configuration file.