eb_deployer 0.5.1.beta3 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ 0.5.2
2
+ =====
3
+
4
+ * Fix issue: worker tier aws-sqsd using 1.0 version
5
+ * Update multi_components example
1
6
 
2
7
  0.5.0
3
8
  =====
@@ -121,8 +121,8 @@ module EbDeployer
121
121
  private
122
122
 
123
123
  TIERS = [
124
- {:name=>"Worker", :type=>"SQS/HTTP", :version=>"1.0"},
125
- {:name=>"WebServer", :type=>"Standard", :version=>"1.0"}
124
+ {:name=>"Worker", :type=>"SQS/HTTP"},
125
+ {:name=>"WebServer", :type=>"Standard"}
126
126
  ]
127
127
 
128
128
  def get_environment_attribute(app_name, env_name, attribute)
@@ -30,15 +30,13 @@ common:
30
30
  # name will be thoughtworks.simple.packages. Default to application name.
31
31
  # package_bucket: my-s3-bucket
32
32
 
33
- # If phoenix mode is turned 'on', it will terminate the old elastic
34
- # beanstalk environment and recreate a new one on deploy. For blue-green
35
- # deployment it will terminate the inactive environment first then
33
+ # If phoenix mode is turned on, it will terminate the old elastic
34
+ # beanstalk environment and recreate on deploy. For blue-green
35
+ # deployment it terminates the inactive environment first then
36
36
  # recreate it. This is useful to avoid configuration drift and
37
- # accumulating state on the ec2 instances. Also it has the benefit of
38
- # keeping your ec2 instance system package upto date, because everytime ec2
39
- # instance boots up from AMI it does a system update. Default is 'off' but we suggest
40
- # you override it to 'on' for production environment.
41
- # phoenix_mode: false
37
+ # accumulating state on the ec2 instances. Default is off but we recommend
38
+ # it to be turned on for production environment.
39
+ # phoenix_mode: off
42
40
 
43
41
  # The tags you would like to be associated with your resources.
44
42
  # These tags will only be used when you first launch an environment. If you are using
@@ -1,3 +1,3 @@
1
1
  module EbDeployer
2
- VERSION = "0.5.1.beta3"
2
+ VERSION = "0.5.2"
3
3
  end
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eb_deployer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1.beta3
5
- prerelease: 6
4
+ version: 0.5.2
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - wpc
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2015-05-13 00:00:00.000000000 Z
13
+ date: 2015-05-22 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: aws-sdk-v1
@@ -120,9 +120,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
120
120
  required_rubygems_version: !ruby/object:Gem::Requirement
121
121
  none: false
122
122
  requirements:
123
- - - ! '>'
123
+ - - ! '>='
124
124
  - !ruby/object:Gem::Version
125
- version: 1.3.1
125
+ version: '0'
126
126
  requirements: []
127
127
  rubyforge_project:
128
128
  rubygems_version: 1.8.23