Browse Source

release v1.0.0

jtimberman 12 years ago
parent
commit
bb5827ff33
2 changed files with 17 additions and 1 deletions
  1. 16 0
      CHANGELOG.md
  2. 1 1
      metadata.rb

+ 16 - 0
CHANGELOG.md

@@ -1,3 +1,19 @@
+## v1.0.0:
+
+This release introduces the LWRP for application deployment, as well
+as other improvements. The recipes will be deprecated in August 2012
+as indicated by their warning messages and in the README.md.
+
+* [COOK-634] - Implement LWRP for application deployment
+* [COOK-1116] - use other SCMs than git
+* [COOK-1252] - add :force_deploy that maps to corresponding action of
+  deploy resource
+* [COOK-1253] - fix rollback error
+* [COOK-1312] - string callbacks fail with method not found
+* [COOK-1313] - implicit file based hooks aren't invoked
+* [COOK-1318] - Create to_ary method to resolve issue in resources()
+  lookup on "application[foo]" resources
+
 ## v0.99.14:
 
 * [COOK-1065] - use pip in virtualenv during deploy

+ 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          "0.99.15"
+version          "1.0.0"
 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"