Browse Source

release v1.0.4

jtimberman 11 years ago
parent
commit
bcae81e744
3 changed files with 7 additions and 1 deletions
  1. 4 0
      CHANGELOG.md
  2. 2 0
      README.md
  3. 1 1
      metadata.rb

+ 4 - 0
CHANGELOG.md

@@ -1,3 +1,7 @@
+## v1.0.4:
+
+* [COOK-1567] - Add git submodules to application cookbook
+
 ## v1.0.2:
 
 * [COOK-1312] - string callbacks fail with method not found (really

+ 2 - 0
README.md

@@ -89,6 +89,8 @@ Configuration of framework-specific aspects of the application are performed by
 - migration_command: a command to run to migrate the application from the previous to the current state
 - restart_command: a command to run when restarting the application
 - environment_name: the name of a framework-specific "environment" (for example the Rails environment). By default it is the same as the Chef environment, unless it is `_default`, in which case it is set to `production`
+- enable_submodules: whether to enable git submodules in the deploy,
+  passed into the deploy resource.
 
 # Callback Attributes
 

+ 1 - 1
metadata.rb

@@ -3,7 +3,7 @@ maintainer_email "cookbooks@opscode.com"
 license          "Apache 2.0"
 description      "Deploys and configures a variety of applications"
 long_description  IO.read(File.join(File.dirname(__FILE__), 'README.md'))
-version          "1.0.3"
+version          "1.0.4"
 recipe           "application", "Loads application databags and selects recipes to use"
 recipe           "application::django", "Deploys a Django application specified in a data bag with the deploy_revision resource"
 recipe           "application::gunicorn", "Sets up the deployed Django application with Gunicorn as the web server"