stack_master 0.8.0 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: eb2d6fdde6c2c8a5c212ceaedc25d27c25fbc825
4
- data.tar.gz: ceb28eba091a63fb75505bc39d4409280145618c
3
+ metadata.gz: 669fe955eddbb4bac2997b5225589202c839cd51
4
+ data.tar.gz: 8f4a070bf9d8a239dad4af929f77205cf28ca2e2
5
5
  SHA512:
6
- metadata.gz: 9ee79f7e351f949f06afc53253f8e6e6760abec82d83dee94071c3d2a9d003030978a9d71dc7a4da4c89f307380fab15151cd1c1d6eed8a3cc42014bd09998c0
7
- data.tar.gz: 06276a434b95691c632bd99688b18f83b14d3dc0e8f389da6593740809cd164c5737ad16197577a65453029d8c22d0ed1fbb275fc6ddc38283c4196a07ee2c8f
6
+ metadata.gz: 27fc53a556cfdb8cdf310c7ccf2072ab9de8554c9c8f70ca57789ae9522a357974502dec79f9a5456a98ba47a38d27690cb47d6272c17a91ab3de5286d3b4a69
7
+ data.tar.gz: 68ccfeb10eb82cc6cde54d2ba559a3eebf80e5d882369d41ef267b79b08672c281906312fd73928a028e3224558a38986670b8a7996c3140f894fc43302eae60
@@ -121,7 +121,7 @@ module StackMaster
121
121
  {
122
122
  stack_name: stack_name,
123
123
  parameters: proposed_stack.aws_parameters,
124
- capabilities: ['CAPABILITY_IAM'],
124
+ capabilities: ['CAPABILITY_IAM', 'CAPABILITY_NAMED_IAM'],
125
125
  notification_arns: proposed_stack.notification_arns,
126
126
  stack_policy_body: proposed_stack.stack_policy_body,
127
127
  template_method => template_value
@@ -1,3 +1,3 @@
1
1
  module StackMaster
2
- VERSION = "0.8.0"
2
+ VERSION = "0.9.0"
3
3
  end
@@ -46,7 +46,7 @@ RSpec.describe StackMaster::Commands::Apply do
46
46
  parameters: [
47
47
  { parameter_key: 'param_1', parameter_value: 'hello' }
48
48
  ],
49
- capabilities: ['CAPABILITY_IAM'],
49
+ capabilities: ['CAPABILITY_IAM', 'CAPABILITY_NAMED_IAM'],
50
50
  notification_arns: [notification_arn],
51
51
  stack_policy_body: stack_policy_body
52
52
  )
@@ -133,7 +133,7 @@ RSpec.describe StackMaster::Commands::Apply do
133
133
  key: 'environment',
134
134
  value: 'production'
135
135
  }],
136
- capabilities: ['CAPABILITY_IAM'],
136
+ capabilities: ['CAPABILITY_IAM', 'CAPABILITY_NAMED_IAM'],
137
137
  notification_arns: [notification_arn],
138
138
  stack_policy_body: stack_policy_body,
139
139
  on_failure: 'ROLLBACK'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stack_master
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steve Hodgkiss
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-10-22 00:00:00.000000000 Z
12
+ date: 2016-11-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -447,7 +447,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
447
447
  version: '0'
448
448
  requirements: []
449
449
  rubyforge_project:
450
- rubygems_version: 2.5.1
450
+ rubygems_version: 2.4.5.1
451
451
  signing_key:
452
452
  specification_version: 4
453
453
  summary: StackMaster is a sure-footed way of creating, updating and keeping track