Releases: onema/opsworks-chef-cookbooks
Releases · onema/opsworks-chef-cookbooks
Version 1.2.0
Version 1.1.2
- 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
- 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
- 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
- Symfony Doctrine migrations will run with the flag --dry-run to prevent command prompts.
Version 1.0.2
- Fixes some issues installing redis and mongo php modules.
- Adds a recipe to enable mcrypt php module
Version 1.0.1
- Fixes a problem installing php modules.
Version 1.0.0
- Supports chef
11.4
and11.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
- Recipe
symfony::configure
can executephp app/console cache:clear --env=prod --no-debug
if thewarmup_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
Recipe to add AdWords API configuration file.