cfndsl 0.12.11 → 0.13.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +15 -770
- data/Rakefile +0 -1
- data/bin/cfndsl +37 -10
- data/lib/cfndsl.rb +3 -7
- data/lib/cfndsl/aws/resource_specification.json +16056 -0
- data/lib/cfndsl/globals.rb +19 -7
- data/lib/cfndsl/orchestration_template.rb +1 -1
- data/lib/cfndsl/patches.rb +98 -0
- data/lib/cfndsl/specification.rb +89 -0
- data/lib/cfndsl/types.rb +5 -2
- data/lib/cfndsl/version.rb +1 -1
- data/spec/aws/serverless_spec.rb +1 -1
- data/spec/cfndsl_spec.rb +1 -1
- data/spec/cli_spec.rb +14 -0
- data/spec/fixtures/serverless-api.json +1 -1
- data/spec/spec_helper.rb +3 -0
- data/spec/types_definition_spec.rb +43 -0
- metadata +7 -3
- data/lib/cfndsl/generate_types.rb +0 -154
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d042c87fe9b619e4a22eaa0423771dff2b8a9dfe
|
4
|
+
data.tar.gz: 684d9a637802bbb05f4790ee8ad4f0e0a1265120
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7a6158aad11fe6099ea2b6549e83524d6641d00a25ffac7a1f594f79b4b28632214d83925ab17376060caa467f6a212571cc3f007b528e11b7e454caa05a4c8e
|
7
|
+
data.tar.gz: ef1edfa24d69ea721f69a166064f85463e6f2b6436eb0458dac450b0d3707f1fb1dd5f34f85fd24d62e367eec817c8412c163cd44cdd0271c587c5028bbb1abd
|
data/CHANGELOG.md
CHANGED
@@ -1,782 +1,27 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
-
## [
|
4
|
-
[Full Changelog](https://github.com/
|
3
|
+
## [v0.11.8](https://github.com/kornypoet/cfndsl/tree/v0.11.8) (2016-11-13)
|
4
|
+
[Full Changelog](https://github.com/kornypoet/cfndsl/compare/v0.11.7...v0.11.8)
|
5
5
|
|
6
|
-
|
6
|
+
## [v0.11.7](https://github.com/kornypoet/cfndsl/tree/v0.11.7) (2016-11-09)
|
7
|
+
[Full Changelog](https://github.com/kornypoet/cfndsl/compare/v0.11.4...v0.11.7)
|
7
8
|
|
8
|
-
|
9
|
+
## [v0.11.4](https://github.com/kornypoet/cfndsl/tree/v0.11.4) (2016-09-22)
|
10
|
+
[Full Changelog](https://github.com/kornypoet/cfndsl/compare/v0.11.2...v0.11.4)
|
9
11
|
|
10
|
-
## [v0.
|
11
|
-
[Full Changelog](https://github.com/
|
12
|
+
## [v0.11.2](https://github.com/kornypoet/cfndsl/tree/v0.11.2) (2016-09-12)
|
13
|
+
[Full Changelog](https://github.com/kornypoet/cfndsl/compare/v0.1.3...v0.11.2)
|
12
14
|
|
13
|
-
|
15
|
+
## [v0.1.3](https://github.com/kornypoet/cfndsl/tree/v0.1.3) (2014-07-02)
|
16
|
+
[Full Changelog](https://github.com/kornypoet/cfndsl/compare/v0.1.2...v0.1.3)
|
14
17
|
|
15
|
-
|
18
|
+
## [v0.1.2](https://github.com/kornypoet/cfndsl/tree/v0.1.2) (2014-05-28)
|
19
|
+
[Full Changelog](https://github.com/kornypoet/cfndsl/compare/v0.1.1...v0.1.2)
|
16
20
|
|
17
|
-
## [v0.
|
18
|
-
[Full Changelog](https://github.com/
|
19
|
-
|
20
|
-
**Merged pull requests:**
|
21
|
-
|
22
|
-
- Update AWS::CloudWatch::Alarm with 2 new properties [\#312](https://github.com/stevenjack/cfndsl/pull/312) ([AnominousSign](https://github.com/AnominousSign))
|
23
|
-
|
24
|
-
## [v0.12.8](https://rubygems.org/gems/cfndsl/versions/v0.12.8) (2017-05-03)
|
25
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.12.7...v0.12.8)
|
26
|
-
|
27
|
-
**Merged pull requests:**
|
28
|
-
|
29
|
-
- CloudFormation::Stack: Add Tags property [\#311](https://github.com/stevenjack/cfndsl/pull/311) ([mikechau](https://github.com/mikechau))
|
30
|
-
- IAM Managed Policy: Add support for ManagedPolicyName property [\#310](https://github.com/stevenjack/cfndsl/pull/310) ([mikechau](https://github.com/mikechau))
|
31
|
-
|
32
|
-
## [v0.12.7](https://rubygems.org/gems/cfndsl/versions/v0.12.7) (2017-04-23)
|
33
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.12.6...v0.12.7)
|
34
|
-
|
35
|
-
**Merged pull requests:**
|
36
|
-
|
37
|
-
- Add ssm param [\#307](https://github.com/stevenjack/cfndsl/pull/307) ([elmobp](https://github.com/elmobp))
|
38
|
-
|
39
|
-
## [v0.12.6](https://rubygems.org/gems/cfndsl/versions/v0.12.6) (2017-04-21)
|
40
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.12.5...v0.12.6)
|
41
|
-
|
42
|
-
**Fixed bugs:**
|
43
|
-
|
44
|
-
- AWS::SSM::Parameter support breaks cfndsl [\#308](https://github.com/stevenjack/cfndsl/issues/308)
|
45
|
-
|
46
|
-
**Merged pull requests:**
|
47
|
-
|
48
|
-
- add a globals class, and exclude reserverd words [\#309](https://github.com/stevenjack/cfndsl/pull/309) ([gergnz](https://github.com/gergnz))
|
49
|
-
|
50
|
-
## [v0.12.5](https://rubygems.org/gems/cfndsl/versions/v0.12.5) (2017-04-10)
|
51
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.12.4...v0.12.5)
|
52
|
-
|
53
|
-
**Merged pull requests:**
|
54
|
-
|
55
|
-
- Rubocop best practice change for %w literal delimitation [\#306](https://github.com/stevenjack/cfndsl/pull/306) ([AnominousSign](https://github.com/AnominousSign))
|
56
|
-
- Add Amazon EFS type \(Elastic File System\) [\#305](https://github.com/stevenjack/cfndsl/pull/305) ([AnominousSign](https://github.com/AnominousSign))
|
57
|
-
|
58
|
-
## [v0.12.4](https://rubygems.org/gems/cfndsl/versions/v0.12.4) (2017-03-29)
|
59
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.12.3...v0.12.4)
|
60
|
-
|
61
|
-
**Fixed bugs:**
|
62
|
-
|
63
|
-
- fixes for rubocop 0.48 [\#302](https://github.com/stevenjack/cfndsl/pull/302) ([gergnz](https://github.com/gergnz))
|
64
|
-
|
65
|
-
**Closed issues:**
|
66
|
-
|
67
|
-
- Weird output in content section if string given to content doesn't end in new line [\#298](https://github.com/stevenjack/cfndsl/issues/298)
|
68
|
-
- rake aborted! Seahorse::Client::NetworkingError:execution expired [\#294](https://github.com/stevenjack/cfndsl/issues/294)
|
69
|
-
|
70
|
-
**Merged pull requests:**
|
71
|
-
|
72
|
-
- Add SSM Support [\#301](https://github.com/stevenjack/cfndsl/pull/301) ([elmobp](https://github.com/elmobp))
|
73
|
-
|
74
|
-
## [v0.12.3](https://rubygems.org/gems/cfndsl/versions/v0.12.3) (2017-03-12)
|
75
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.12.2...v0.12.3)
|
76
|
-
|
77
|
-
**Closed issues:**
|
78
|
-
|
79
|
-
- SQS Redrive policy - fix included. [\#295](https://github.com/stevenjack/cfndsl/issues/295)
|
80
|
-
|
81
|
-
**Merged pull requests:**
|
82
|
-
|
83
|
-
- Fix RedrivePolicy attributes [\#297](https://github.com/stevenjack/cfndsl/pull/297) ([devops-dude](https://github.com/devops-dude))
|
84
|
-
|
85
|
-
## [v0.12.2](https://rubygems.org/gems/cfndsl/versions/v0.12.2) (2017-03-04)
|
86
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.12.1...v0.12.2)
|
87
|
-
|
88
|
-
**Closed issues:**
|
89
|
-
|
90
|
-
- Rolename is missing from Role [\#291](https://github.com/stevenjack/cfndsl/issues/291)
|
91
|
-
|
92
|
-
**Merged pull requests:**
|
93
|
-
|
94
|
-
- add UserName property to IAM::User [\#293](https://github.com/stevenjack/cfndsl/pull/293) ([gergnz](https://github.com/gergnz))
|
95
|
-
|
96
|
-
## [v0.12.1](https://rubygems.org/gems/cfndsl/versions/v0.12.1) (2017-02-21)
|
97
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.12.0...v0.12.1)
|
98
|
-
|
99
|
-
**Closed issues:**
|
100
|
-
|
101
|
-
- Support for Serverless Application Model [\#273](https://github.com/stevenjack/cfndsl/issues/273)
|
102
|
-
|
103
|
-
**Merged pull requests:**
|
104
|
-
|
105
|
-
- updating IAM::Role and S3::Bucket types [\#292](https://github.com/stevenjack/cfndsl/pull/292) ([kornypoet](https://github.com/kornypoet))
|
106
|
-
|
107
|
-
## [v0.12.0](https://rubygems.org/gems/cfndsl/versions/v0.12.0) (2017-01-29)
|
108
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.11.12...v0.12.0)
|
109
|
-
|
110
|
-
**Merged pull requests:**
|
111
|
-
|
112
|
-
- Added Serverless::Function & API Transforms [\#290](https://github.com/stevenjack/cfndsl/pull/290) ([jonjitsu](https://github.com/jonjitsu))
|
113
|
-
|
114
|
-
## [v0.11.12](https://rubygems.org/gems/cfndsl/versions/v0.11.12) (2017-01-20)
|
115
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.11.11...v0.11.12)
|
116
|
-
|
117
|
-
**Implemented enhancements:**
|
118
|
-
|
119
|
-
- Spot fleet support [\#282](https://github.com/stevenjack/cfndsl/issues/282)
|
120
|
-
- add ipv6 to interfaces [\#284](https://github.com/stevenjack/cfndsl/pull/284) ([gergnz](https://github.com/gergnz))
|
121
|
-
- Add support for spotfleet. Resolves \#282 [\#283](https://github.com/stevenjack/cfndsl/pull/283) ([gergnz](https://github.com/gergnz))
|
122
|
-
|
123
|
-
**Closed issues:**
|
124
|
-
|
125
|
-
- Error setting variable with '.' [\#288](https://github.com/stevenjack/cfndsl/issues/288)
|
126
|
-
- Error specifying an SSL certificate when using an ALB [\#287](https://github.com/stevenjack/cfndsl/issues/287)
|
127
|
-
- Hyphen in external parameter key throws obscure error [\#286](https://github.com/stevenjack/cfndsl/issues/286)
|
128
|
-
- Variable Number of Instances to a LoadBalancer [\#285](https://github.com/stevenjack/cfndsl/issues/285)
|
129
|
-
- eval\_file\_with\_extras with ":raw" seems like it's trying to do two incompatible things [\#279](https://github.com/stevenjack/cfndsl/issues/279)
|
130
|
-
|
131
|
-
**Merged pull requests:**
|
132
|
-
|
133
|
-
- Added support for Fn::Split intrinsic function. [\#289](https://github.com/stevenjack/cfndsl/pull/289) ([pablovarela](https://github.com/pablovarela))
|
134
|
-
|
135
|
-
## [v0.11.11](https://rubygems.org/gems/cfndsl/versions/v0.11.11) (2016-12-04)
|
136
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.11.10...v0.11.11)
|
137
|
-
|
138
|
-
**Closed issues:**
|
139
|
-
|
140
|
-
- Support for environment variables in lambda functions [\#281](https://github.com/stevenjack/cfndsl/issues/281)
|
141
|
-
|
142
|
-
**Merged pull requests:**
|
143
|
-
|
144
|
-
- Add Environment as a property of Lambda::Function [\#280](https://github.com/stevenjack/cfndsl/pull/280) ([holmesjr](https://github.com/holmesjr))
|
145
|
-
|
146
|
-
## [v0.11.10](https://rubygems.org/gems/cfndsl/versions/v0.11.10) (2016-11-23)
|
147
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.11.9...v0.11.10)
|
148
|
-
|
149
|
-
**Closed issues:**
|
150
|
-
|
151
|
-
- ApplicationAutoScaling::ScalableTarget not supported. [\#270](https://github.com/stevenjack/cfndsl/issues/270)
|
152
|
-
|
153
|
-
**Merged pull requests:**
|
154
|
-
|
155
|
-
- Add Autoscaling NotificationConfiguration [\#275](https://github.com/stevenjack/cfndsl/pull/275) ([danielbergamin](https://github.com/danielbergamin))
|
156
|
-
|
157
|
-
## [v0.11.9](https://rubygems.org/gems/cfndsl/versions/v0.11.9) (2016-11-18)
|
158
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.11.8...v0.11.9)
|
159
|
-
|
160
|
-
**Closed issues:**
|
161
|
-
|
162
|
-
- Metadata in CFN Launch Config [\#268](https://github.com/stevenjack/cfndsl/issues/268)
|
163
|
-
|
164
|
-
**Merged pull requests:**
|
165
|
-
|
166
|
-
- Application Autoscaling Types [\#271](https://github.com/stevenjack/cfndsl/pull/271) ([kornypoet](https://github.com/kornypoet))
|
167
|
-
|
168
|
-
## [v0.11.8](https://rubygems.org/gems/cfndsl/versions/v0.11.8) (2016-11-13)
|
169
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.11.6...v0.11.8)
|
170
|
-
|
171
|
-
**Closed issues:**
|
172
|
-
|
173
|
-
- Support for Export/Import values from stacks [\#260](https://github.com/stevenjack/cfndsl/issues/260)
|
174
|
-
|
175
|
-
**Merged pull requests:**
|
176
|
-
|
177
|
-
- Certificate manager type [\#267](https://github.com/stevenjack/cfndsl/pull/267) ([kornypoet](https://github.com/kornypoet))
|
178
|
-
- Add monitoring properties to AWS::RDS::DBInstance [\#266](https://github.com/stevenjack/cfndsl/pull/266) ([mikechau](https://github.com/mikechau))
|
179
|
-
- Add support for AWS::KMS::Alias [\#265](https://github.com/stevenjack/cfndsl/pull/265) ([mikechau](https://github.com/mikechau))
|
180
|
-
|
181
|
-
## [v0.11.6](https://rubygems.org/gems/cfndsl/versions/v0.11.6) (2016-10-23)
|
182
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.11.5...v0.11.6)
|
183
|
-
|
184
|
-
**Implemented enhancements:**
|
185
|
-
|
186
|
-
- Better test cases [\#16](https://github.com/stevenjack/cfndsl/issues/16)
|
187
|
-
- Better documentation [\#15](https://github.com/stevenjack/cfndsl/issues/15)
|
188
|
-
|
189
|
-
**Fixed bugs:**
|
190
|
-
|
191
|
-
- No need to enforce this cop: this is a DSL [\#263](https://github.com/stevenjack/cfndsl/pull/263) ([kornypoet](https://github.com/kornypoet))
|
192
|
-
|
193
|
-
**Merged pull requests:**
|
194
|
-
|
195
|
-
- Add support for LogGroupName Property [\#262](https://github.com/stevenjack/cfndsl/pull/262) ([mikechau](https://github.com/mikechau))
|
196
|
-
- Feature/add ecs task definition properties [\#261](https://github.com/stevenjack/cfndsl/pull/261) ([mikechau](https://github.com/mikechau))
|
197
|
-
|
198
|
-
## [v0.11.5](https://rubygems.org/gems/cfndsl/versions/v0.11.5) (2016-10-05)
|
199
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.11.4...v0.11.5)
|
200
|
-
|
201
|
-
**Implemented enhancements:**
|
202
|
-
|
203
|
-
- Support new function "Sub" [\#241](https://github.com/stevenjack/cfndsl/issues/241)
|
204
|
-
|
205
|
-
**Merged pull requests:**
|
206
|
-
|
207
|
-
- create fnsub branch, resolves \#244 and \#241 [\#258](https://github.com/stevenjack/cfndsl/pull/258) ([gergnz](https://github.com/gergnz))
|
208
|
-
|
209
|
-
## [v0.11.4](https://rubygems.org/gems/cfndsl/versions/v0.11.4) (2016-10-05)
|
210
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.11.3...v0.11.4)
|
211
|
-
|
212
|
-
**Implemented enhancements:**
|
213
|
-
|
214
|
-
- Support Import and Export of values for cross stack referencing [\#242](https://github.com/stevenjack/cfndsl/issues/242)
|
215
|
-
- Support yaml as an output type option [\#240](https://github.com/stevenjack/cfndsl/issues/240)
|
216
|
-
|
217
|
-
**Closed issues:**
|
218
|
-
|
219
|
-
- Support Cloudformation's new YAML format. [\#254](https://github.com/stevenjack/cfndsl/issues/254)
|
220
|
-
- Uninitialized constant CfnDsl::VERSION \(NameError\) [\#246](https://github.com/stevenjack/cfndsl/issues/246)
|
221
|
-
|
222
|
-
**Merged pull requests:**
|
223
|
-
|
224
|
-
- Add ECS ClusterName property to ECS Cluster type. [\#256](https://github.com/stevenjack/cfndsl/pull/256) ([pvdvreede](https://github.com/pvdvreede))
|
225
|
-
- Update README.md [\#253](https://github.com/stevenjack/cfndsl/pull/253) ([herebebogans](https://github.com/herebebogans))
|
226
|
-
- Function spec examples [\#251](https://github.com/stevenjack/cfndsl/pull/251) ([kornypoet](https://github.com/kornypoet))
|
227
|
-
- Initial support for Cross stack references [\#249](https://github.com/stevenjack/cfndsl/pull/249) ([cmaxwellau](https://github.com/cmaxwellau))
|
228
|
-
- This supports yaml as an output type and leaves json as the default [\#243](https://github.com/stevenjack/cfndsl/pull/243) ([gergnz](https://github.com/gergnz))
|
229
|
-
|
230
|
-
## [v0.11.3](https://rubygems.org/gems/cfndsl/versions/v0.11.3) (2016-09-20)
|
231
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.11.2...v0.11.3)
|
232
|
-
|
233
|
-
**Merged pull requests:**
|
234
|
-
|
235
|
-
- require cfndsl/version to prevent executable load errors [\#247](https://github.com/stevenjack/cfndsl/pull/247) ([kornypoet](https://github.com/kornypoet))
|
236
|
-
- Add elastic search version [\#245](https://github.com/stevenjack/cfndsl/pull/245) ([ans0600](https://github.com/ans0600))
|
237
|
-
- Fix for updated rubocop \(v 0.43.0\) [\#239](https://github.com/stevenjack/cfndsl/pull/239) ([gergnz](https://github.com/gergnz))
|
238
|
-
- Update conditions.rb [\#238](https://github.com/stevenjack/cfndsl/pull/238) ([herebebogans](https://github.com/herebebogans))
|
239
|
-
|
240
|
-
## [v0.11.2](https://rubygems.org/gems/cfndsl/versions/v0.11.2) (2016-09-19)
|
241
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.11.1...v0.11.2)
|
242
|
-
|
243
|
-
**Implemented enhancements:**
|
244
|
-
|
245
|
-
- `FnNot` could be improved to not require array as the argument... [\#235](https://github.com/stevenjack/cfndsl/issues/235)
|
246
|
-
- Provide support for AWS::CloudFormation::CustomResource [\#18](https://github.com/stevenjack/cfndsl/issues/18)
|
247
|
-
- A couple of little things that were annoying me. [\#237](https://github.com/stevenjack/cfndsl/pull/237) ([gergnz](https://github.com/gergnz))
|
248
|
-
- Improve FnNot method to not require ruby array. Fixes \#235 [\#236](https://github.com/stevenjack/cfndsl/pull/236) ([gergnz](https://github.com/gergnz))
|
249
|
-
|
250
|
-
**Closed issues:**
|
251
|
-
|
252
|
-
- DSL to JSON mapping not working [\#230](https://github.com/stevenjack/cfndsl/issues/230)
|
253
|
-
- undefined method `LoadBalancer' [\#229](https://github.com/stevenjack/cfndsl/issues/229)
|
254
|
-
|
255
|
-
**Merged pull requests:**
|
256
|
-
|
257
|
-
- Add AccessLoggingPolicy to ELB [\#233](https://github.com/stevenjack/cfndsl/pull/233) ([gergnz](https://github.com/gergnz))
|
258
|
-
|
259
|
-
## [v0.11.1](https://rubygems.org/gems/cfndsl/versions/v0.11.1) (2016-09-05)
|
260
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.11.0...v0.11.1)
|
261
|
-
|
262
|
-
**Closed issues:**
|
263
|
-
|
264
|
-
- 0.11.0 removal of metadata has caused regression in existing templates [\#227](https://github.com/stevenjack/cfndsl/issues/227)
|
265
|
-
|
266
|
-
**Merged pull requests:**
|
267
|
-
|
268
|
-
- Add Kinesis Stream to AWS types [\#228](https://github.com/stevenjack/cfndsl/pull/228) ([holmesjr](https://github.com/holmesjr))
|
269
|
-
- standardise EC2Tag with ResourceTag [\#225](https://github.com/stevenjack/cfndsl/pull/225) ([gergnz](https://github.com/gergnz))
|
270
|
-
- Simplecov [\#224](https://github.com/stevenjack/cfndsl/pull/224) ([kornypoet](https://github.com/kornypoet))
|
271
|
-
|
272
|
-
## [v0.11.0](https://rubygems.org/gems/cfndsl/versions/v0.11.0) (2016-08-25)
|
273
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.10.2...v0.11.0)
|
274
|
-
|
275
|
-
**Implemented enhancements:**
|
276
|
-
|
277
|
-
- Orchestration template spec [\#213](https://github.com/stevenjack/cfndsl/pull/213) ([kornypoet](https://github.com/kornypoet))
|
278
|
-
- Top Level Metadata [\#209](https://github.com/stevenjack/cfndsl/pull/209) ([kornypoet](https://github.com/kornypoet))
|
279
|
-
|
280
|
-
## [v0.10.2](https://rubygems.org/gems/cfndsl/versions/v0.10.2) (2016-08-25)
|
281
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.10.1...v0.10.2)
|
282
|
-
|
283
|
-
**Merged pull requests:**
|
284
|
-
|
285
|
-
- Add SsmAssociations to EC2 Instance resource. [\#223](https://github.com/stevenjack/cfndsl/pull/223) ([pvdvreede](https://github.com/pvdvreede))
|
286
|
-
|
287
|
-
## [v0.10.1](https://rubygems.org/gems/cfndsl/versions/v0.10.1) (2016-08-24)
|
288
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.10.0...v0.10.1)
|
289
|
-
|
290
|
-
**Merged pull requests:**
|
291
|
-
|
292
|
-
- adding elasticache tags [\#216](https://github.com/stevenjack/cfndsl/pull/216) ([jstenhouse](https://github.com/jstenhouse))
|
293
|
-
|
294
|
-
## [v0.10.0](https://rubygems.org/gems/cfndsl/versions/v0.10.0) (2016-08-22)
|
295
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.9.5...v0.10.0)
|
296
|
-
|
297
|
-
**Merged pull requests:**
|
298
|
-
|
299
|
-
- remove method missing handlers [\#221](https://github.com/stevenjack/cfndsl/pull/221) ([kornypoet](https://github.com/kornypoet))
|
300
|
-
- adding support for new application load balancers - AWS::ElasticLoadB… [\#220](https://github.com/stevenjack/cfndsl/pull/220) ([jstenhouse](https://github.com/jstenhouse))
|
301
|
-
- Add GroupName property to IAM Group resource [\#219](https://github.com/stevenjack/cfndsl/pull/219) ([ampedandwired](https://github.com/ampedandwired))
|
302
|
-
- Add KmsKeyId to the Redshift function. [\#217](https://github.com/stevenjack/cfndsl/pull/217) ([holmesjr](https://github.com/holmesjr))
|
303
|
-
- Add EC2::FlowLog [\#215](https://github.com/stevenjack/cfndsl/pull/215) ([webdevwilson](https://github.com/webdevwilson))
|
304
|
-
|
305
|
-
## [v0.9.5](https://rubygems.org/gems/cfndsl/versions/v0.9.5) (2016-07-26)
|
306
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.9.4...v0.9.5)
|
307
|
-
|
308
|
-
**Implemented enhancements:**
|
309
|
-
|
310
|
-
- Plurals spec [\#212](https://github.com/stevenjack/cfndsl/pull/212) ([kornypoet](https://github.com/kornypoet))
|
311
|
-
|
312
|
-
## [v0.9.4](https://rubygems.org/gems/cfndsl/versions/v0.9.4) (2016-07-26)
|
313
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.9.3...v0.9.4)
|
314
|
-
|
315
|
-
**Implemented enhancements:**
|
316
|
-
|
317
|
-
- Names spec [\#211](https://github.com/stevenjack/cfndsl/pull/211) ([kornypoet](https://github.com/kornypoet))
|
318
|
-
|
319
|
-
## [v0.9.3](https://rubygems.org/gems/cfndsl/versions/v0.9.3) (2016-07-26)
|
320
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.9.2...v0.9.3)
|
321
|
-
|
322
|
-
**Merged pull requests:**
|
323
|
-
|
324
|
-
- AWS::WAF Type [\#208](https://github.com/stevenjack/cfndsl/pull/208) ([kornypoet](https://github.com/kornypoet))
|
325
|
-
|
326
|
-
## [v0.9.2](https://rubygems.org/gems/cfndsl/versions/v0.9.2) (2016-07-06)
|
327
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.9.1...v0.9.2)
|
328
|
-
|
329
|
-
**Fixed bugs:**
|
330
|
-
|
331
|
-
- Cfndsl206 apigateway resource [\#207](https://github.com/stevenjack/cfndsl/pull/207) ([gergnz](https://github.com/gergnz))
|
332
|
-
|
333
|
-
## [v0.9.1](https://rubygems.org/gems/cfndsl/versions/v0.9.1) (2016-06-22)
|
334
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.9.0...v0.9.1)
|
335
|
-
|
336
|
-
**Implemented enhancements:**
|
337
|
-
|
338
|
-
- Remove List context for VpcSettings Datatype [\#204](https://github.com/stevenjack/cfndsl/pull/204) ([herebebogans](https://github.com/herebebogans))
|
339
|
-
- Add Boolean for UseOpsworksSecurityGroups [\#203](https://github.com/stevenjack/cfndsl/pull/203) ([matthewrkrieger](https://github.com/matthewrkrieger))
|
340
|
-
- Add RDS Event Subscription cloudformation resource. [\#202](https://github.com/stevenjack/cfndsl/pull/202) ([pvdvreede](https://github.com/pvdvreede))
|
341
|
-
|
342
|
-
**Merged pull requests:**
|
343
|
-
|
344
|
-
- Api gateway [\#201](https://github.com/stevenjack/cfndsl/pull/201) ([webdevwilson](https://github.com/webdevwilson))
|
345
|
-
|
346
|
-
## [v0.9.0](https://rubygems.org/gems/cfndsl/versions/v0.9.0) (2016-06-22)
|
347
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.8.9...v0.9.0)
|
348
|
-
|
349
|
-
**Implemented enhancements:**
|
350
|
-
|
351
|
-
- Exparams class methods [\#187](https://github.com/stevenjack/cfndsl/pull/187) ([kornypoet](https://github.com/kornypoet))
|
352
|
-
|
353
|
-
## [v0.8.9](https://rubygems.org/gems/cfndsl/versions/v0.8.9) (2016-06-02)
|
354
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.8.8...v0.8.9)
|
355
|
-
|
356
|
-
**Merged pull requests:**
|
357
|
-
|
358
|
-
- Add Tags attribute to ELB [\#200](https://github.com/stevenjack/cfndsl/pull/200) ([webdevwilson](https://github.com/webdevwilson))
|
359
|
-
|
360
|
-
## [v0.8.8](https://rubygems.org/gems/cfndsl/versions/v0.8.8) (2016-06-02)
|
361
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.8.7...v0.8.8)
|
362
|
-
|
363
|
-
**Merged pull requests:**
|
364
|
-
|
365
|
-
- Add AWS RDS Option Group to types. [\#198](https://github.com/stevenjack/cfndsl/pull/198) ([pvdvreede](https://github.com/pvdvreede))
|
366
|
-
|
367
|
-
## [v0.8.7](https://rubygems.org/gems/cfndsl/versions/v0.8.7) (2016-06-02)
|
368
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.8.6...v0.8.7)
|
369
|
-
|
370
|
-
**Implemented enhancements:**
|
371
|
-
|
372
|
-
- Rubocop 0.40 Fixes [\#195](https://github.com/stevenjack/cfndsl/pull/195) ([gergnz](https://github.com/gergnz))
|
373
|
-
- Update types.yaml - fixed tenancey typo [\#194](https://github.com/stevenjack/cfndsl/pull/194) ([johnhyland](https://github.com/johnhyland))
|
374
|
-
|
375
|
-
## [v0.8.6](https://rubygems.org/gems/cfndsl/versions/v0.8.6) (2016-05-05)
|
376
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.8.5...v0.8.6)
|
377
|
-
|
378
|
-
**Implemented enhancements:**
|
379
|
-
|
380
|
-
- Add yamlllint to Gemfile and add a rake task to lint all yaml files. [\#191](https://github.com/stevenjack/cfndsl/pull/191) ([gergnz](https://github.com/gergnz))
|
381
|
-
|
382
|
-
**Merged pull requests:**
|
383
|
-
|
384
|
-
- Adding MicrosoftAD to AWS types. [\#193](https://github.com/stevenjack/cfndsl/pull/193) ([pvdvreede](https://github.com/pvdvreede))
|
385
|
-
|
386
|
-
## [v0.8.5](https://rubygems.org/gems/cfndsl/versions/v0.8.5) (2016-05-04)
|
387
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.8.4...v0.8.5)
|
388
|
-
|
389
|
-
**Implemented enhancements:**
|
390
|
-
|
391
|
-
- Build stacks by including other ruby files [\#152](https://github.com/stevenjack/cfndsl/issues/152)
|
392
|
-
- Osduplicatekey [\#192](https://github.com/stevenjack/cfndsl/pull/192) ([gergnz](https://github.com/gergnz))
|
393
|
-
|
394
|
-
**Merged pull requests:**
|
395
|
-
|
396
|
-
- Add cloudwatch events type [\#189](https://github.com/stevenjack/cfndsl/pull/189) ([gergnz](https://github.com/gergnz))
|
397
|
-
|
398
|
-
## [v0.8.4](https://rubygems.org/gems/cfndsl/versions/v0.8.4) (2016-05-03)
|
399
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.8.3...v0.8.4)
|
400
|
-
|
401
|
-
**Merged pull requests:**
|
402
|
-
|
403
|
-
- remove duplicate nat g/w definition [\#190](https://github.com/stevenjack/cfndsl/pull/190) ([gergnz](https://github.com/gergnz))
|
404
|
-
|
405
|
-
## [v0.8.3](https://rubygems.org/gems/cfndsl/versions/v0.8.3) (2016-04-27)
|
406
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.8.2...v0.8.3)
|
407
|
-
|
408
|
-
**Fixed bugs:**
|
409
|
-
|
410
|
-
- Add tag arguments [\#188](https://github.com/stevenjack/cfndsl/pull/188) ([kornypoet](https://github.com/kornypoet))
|
411
|
-
|
412
|
-
## [v0.8.2](https://rubygems.org/gems/cfndsl/versions/v0.8.2) (2016-04-27)
|
413
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.8.1...v0.8.2)
|
414
|
-
|
415
|
-
**Merged pull requests:**
|
416
|
-
|
417
|
-
- Updated OpsWorks\_Stack to include ChefConfiguration [\#186](https://github.com/stevenjack/cfndsl/pull/186) ([webdevwilson](https://github.com/webdevwilson))
|
418
|
-
|
419
|
-
## [v0.8.1](https://rubygems.org/gems/cfndsl/versions/v0.8.1) (2016-04-27)
|
420
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.8.0...v0.8.1)
|
421
|
-
|
422
|
-
**Merged pull requests:**
|
423
|
-
|
424
|
-
- Add in Route53 Health Check Tags as a type [\#185](https://github.com/stevenjack/cfndsl/pull/185) ([gergnz](https://github.com/gergnz))
|
425
|
-
|
426
|
-
## [v0.8.0](https://rubygems.org/gems/cfndsl/versions/v0.8.0) (2016-04-27)
|
427
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.7.0...v0.8.0)
|
428
|
-
|
429
|
-
**Implemented enhancements:**
|
430
|
-
|
431
|
-
- Use as\_json instead of to\_json [\#157](https://github.com/stevenjack/cfndsl/pull/157) ([johnf](https://github.com/johnf))
|
432
|
-
|
433
|
-
**Fixed bugs:**
|
434
|
-
|
435
|
-
- Use as\\_json instead of to\\_json [\#157](https://github.com/stevenjack/cfndsl/pull/157) ([johnf](https://github.com/johnf))
|
436
|
-
|
437
|
-
## [v0.7.0](https://rubygems.org/gems/cfndsl/versions/v0.7.0) (2016-04-27)
|
438
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.6.2...v0.7.0)
|
439
|
-
|
440
|
-
**Implemented enhancements:**
|
441
|
-
|
442
|
-
- Fix the issue with plural types [\#153](https://github.com/stevenjack/cfndsl/pull/153) ([johnf](https://github.com/johnf))
|
443
|
-
|
444
|
-
**Fixed bugs:**
|
445
|
-
|
446
|
-
- Fix the issue with plural types [\#153](https://github.com/stevenjack/cfndsl/pull/153) ([johnf](https://github.com/johnf))
|
447
|
-
|
448
|
-
## [v0.6.2](https://rubygems.org/gems/cfndsl/versions/v0.6.2) (2016-04-19)
|
449
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.6.1...v0.6.2)
|
450
|
-
|
451
|
-
**Implemented enhancements:**
|
452
|
-
|
453
|
-
- Fix for \#181 - deprecation warning [\#182](https://github.com/stevenjack/cfndsl/pull/182) ([cmaxwellau](https://github.com/cmaxwellau))
|
454
|
-
|
455
|
-
**Fixed bugs:**
|
456
|
-
|
457
|
-
- Fix for \\#181 - deprecation warning [\#182](https://github.com/stevenjack/cfndsl/pull/182) ([cmaxwellau](https://github.com/cmaxwellau))
|
458
|
-
|
459
|
-
**Closed issues:**
|
460
|
-
|
461
|
-
- Deprecation warning with rake 11.1.2 [\#181](https://github.com/stevenjack/cfndsl/issues/181)
|
462
|
-
|
463
|
-
## [v0.6.1](https://rubygems.org/gems/cfndsl/versions/v0.6.1) (2016-04-18)
|
464
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.6.0...v0.6.1)
|
465
|
-
|
466
|
-
**Implemented enhancements:**
|
467
|
-
|
468
|
-
- External Parameters [\#170](https://github.com/stevenjack/cfndsl/issues/170)
|
469
|
-
|
470
|
-
**Merged pull requests:**
|
471
|
-
|
472
|
-
- Update types.yaml [\#180](https://github.com/stevenjack/cfndsl/pull/180) ([herebebogans](https://github.com/herebebogans))
|
473
|
-
|
474
|
-
## [v0.6.0](https://rubygems.org/gems/cfndsl/versions/v0.6.0) (2016-04-18)
|
475
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.5.2...v0.6.0)
|
476
|
-
|
477
|
-
**Implemented enhancements:**
|
478
|
-
|
479
|
-
- External params [\#179](https://github.com/stevenjack/cfndsl/pull/179) ([kornypoet](https://github.com/kornypoet))
|
480
|
-
|
481
|
-
## [v0.5.2](https://rubygems.org/gems/cfndsl/versions/v0.5.2) (2016-04-15)
|
482
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.5.1...v0.5.2)
|
483
|
-
|
484
|
-
**Fixed bugs:**
|
485
|
-
|
486
|
-
- 5.0 release breaks addTag [\#175](https://github.com/stevenjack/cfndsl/issues/175)
|
487
|
-
- Remove erroneous logstream output [\#178](https://github.com/stevenjack/cfndsl/pull/178) ([stevenjack](https://github.com/stevenjack))
|
488
|
-
|
489
|
-
## [v0.5.1](https://rubygems.org/gems/cfndsl/versions/v0.5.1) (2016-04-15)
|
490
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.5.0...v0.5.1)
|
491
|
-
|
492
|
-
**Implemented enhancements:**
|
493
|
-
|
494
|
-
- Fix Rake task for bumping version number [\#173](https://github.com/stevenjack/cfndsl/pull/173) ([stevenjack](https://github.com/stevenjack))
|
495
|
-
|
496
|
-
**Fixed bugs:**
|
497
|
-
|
498
|
-
- JSON pretty printing for rake generated cloudformation [\#177](https://github.com/stevenjack/cfndsl/pull/177) ([cmaxwellau](https://github.com/cmaxwellau))
|
499
|
-
|
500
|
-
**Closed issues:**
|
501
|
-
|
502
|
-
- Pretty printing no longer working with Rake builds [\#176](https://github.com/stevenjack/cfndsl/issues/176)
|
503
|
-
|
504
|
-
## [v0.5.0](https://rubygems.org/gems/cfndsl/versions/v0.5.0) (2016-04-13)
|
505
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.4.4...v0.5.0)
|
506
|
-
|
507
|
-
**Implemented enhancements:**
|
508
|
-
|
509
|
-
- Code cleanup and improvments - Help needed [\#171](https://github.com/stevenjack/cfndsl/issues/171)
|
510
|
-
- cfndsl\_examples [\#83](https://github.com/stevenjack/cfndsl/issues/83)
|
511
|
-
- The Juno release of Openstack Heat has a whole new floatilla of resources [\#67](https://github.com/stevenjack/cfndsl/issues/67)
|
512
|
-
- CLI Tests [\#169](https://github.com/stevenjack/cfndsl/pull/169) ([kornypoet](https://github.com/kornypoet))
|
513
|
-
- Rubocop fixes [\#161](https://github.com/stevenjack/cfndsl/pull/161) ([stevenjack](https://github.com/stevenjack))
|
514
|
-
|
515
|
-
## [v0.4.4](https://rubygems.org/gems/cfndsl/versions/v0.4.4) (2016-04-01)
|
516
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.4.2...v0.4.4)
|
517
|
-
|
518
|
-
**Closed issues:**
|
519
|
-
|
520
|
-
- Updating aws\_types.yaml? [\#165](https://github.com/stevenjack/cfndsl/issues/165)
|
521
|
-
|
522
|
-
## [v0.4.2](https://rubygems.org/gems/cfndsl/versions/v0.4.2) (2016-03-03)
|
523
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.4.3...v0.4.2)
|
524
|
-
|
525
|
-
## [v0.4.3](https://rubygems.org/gems/cfndsl/versions/v0.4.3) (2016-03-01)
|
526
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.4.1...v0.4.3)
|
527
|
-
|
528
|
-
**Closed issues:**
|
529
|
-
|
530
|
-
- Support the Elasticsearch Service [\#155](https://github.com/stevenjack/cfndsl/issues/155)
|
531
|
-
|
532
|
-
## [v0.4.1](https://rubygems.org/gems/cfndsl/versions/v0.4.1) (2016-02-18)
|
533
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.4.0...v0.4.1)
|
534
|
-
|
535
|
-
## [v0.4.0](https://rubygems.org/gems/cfndsl/versions/v0.4.0) (2016-02-11)
|
536
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.3.6...v0.4.0)
|
537
|
-
|
538
|
-
## [v0.3.6](https://rubygems.org/gems/cfndsl/versions/v0.3.6) (2016-02-09)
|
539
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.3.5...v0.3.6)
|
540
|
-
|
541
|
-
**Implemented enhancements:**
|
542
|
-
|
543
|
-
- Pretty-formatted multi-line output JSON [\#149](https://github.com/stevenjack/cfndsl/issues/149)
|
544
|
-
|
545
|
-
## [v0.3.5](https://rubygems.org/gems/cfndsl/versions/v0.3.5) (2016-02-03)
|
546
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.3.4...v0.3.5)
|
547
|
-
|
548
|
-
## [v0.3.4](https://rubygems.org/gems/cfndsl/versions/v0.3.4) (2016-01-28)
|
549
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.3.3...v0.3.4)
|
550
|
-
|
551
|
-
**Merged pull requests:**
|
552
|
-
|
553
|
-
- add AutoScalingConfiguration missing property [\#144](https://github.com/stevenjack/cfndsl/pull/144) ([kornypoet](https://github.com/kornypoet))
|
554
|
-
|
555
|
-
## [v0.3.3](https://rubygems.org/gems/cfndsl/versions/v0.3.3) (2015-12-26)
|
556
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.3.2...v0.3.3)
|
557
|
-
|
558
|
-
**Closed issues:**
|
559
|
-
|
560
|
-
- Add support for additional RDS properties [\#142](https://github.com/stevenjack/cfndsl/issues/142)
|
561
|
-
- Add support for KMS::Key [\#140](https://github.com/stevenjack/cfndsl/issues/140)
|
562
|
-
|
563
|
-
## [v0.3.2](https://rubygems.org/gems/cfndsl/versions/v0.3.2) (2015-11-20)
|
564
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.3.1...v0.3.2)
|
565
|
-
|
566
|
-
**Merged pull requests:**
|
567
|
-
|
568
|
-
- json gem required [\#136](https://github.com/stevenjack/cfndsl/pull/136) ([erikmack](https://github.com/erikmack))
|
569
|
-
- Ensure last value wins when a Property is set multiple times [\#135](https://github.com/stevenjack/cfndsl/pull/135) ([erikmack](https://github.com/erikmack))
|
570
|
-
- Fix typo in return type [\#134](https://github.com/stevenjack/cfndsl/pull/134) ([erikmack](https://github.com/erikmack))
|
571
|
-
- Update t1.rb template to match README text [\#132](https://github.com/stevenjack/cfndsl/pull/132) ([nickjwebb](https://github.com/nickjwebb))
|
572
|
-
- Enable NotificationConfigurations on S3 Bucket object [\#131](https://github.com/stevenjack/cfndsl/pull/131) ([webdevwilson](https://github.com/webdevwilson))
|
573
|
-
|
574
|
-
## [v0.3.1](https://rubygems.org/gems/cfndsl/versions/v0.3.1) (2015-10-29)
|
575
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.2.9...v0.3.1)
|
576
|
-
|
577
|
-
## [v0.2.9](https://rubygems.org/gems/cfndsl/versions/v0.2.9) (2015-10-29)
|
578
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.2.8...v0.2.9)
|
579
|
-
|
580
|
-
## [v0.2.8](https://rubygems.org/gems/cfndsl/versions/v0.2.8) (2015-10-29)
|
581
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.2.7...v0.2.8)
|
582
|
-
|
583
|
-
## [v0.2.7](https://rubygems.org/gems/cfndsl/versions/v0.2.7) (2015-10-14)
|
584
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.2.4...v0.2.7)
|
585
|
-
|
586
|
-
## [v0.2.4](https://rubygems.org/gems/cfndsl/versions/v0.2.4) (2015-09-29)
|
587
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.3.0...v0.2.4)
|
588
|
-
|
589
|
-
## [v0.3.0](https://rubygems.org/gems/cfndsl/versions/v0.3.0) (2015-09-29)
|
590
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.2.3...v0.3.0)
|
591
|
-
|
592
|
-
## [v0.2.3](https://rubygems.org/gems/cfndsl/versions/v0.2.3) (2015-08-26)
|
593
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.2.2...v0.2.3)
|
594
|
-
|
595
|
-
**Closed issues:**
|
596
|
-
|
597
|
-
- Undefined symbol: EC2MountPoint - possible issue? [\#124](https://github.com/stevenjack/cfndsl/issues/124)
|
598
|
-
|
599
|
-
## [v0.2.2](https://rubygems.org/gems/cfndsl/versions/v0.2.2) (2015-08-10)
|
600
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.2.1...v0.2.2)
|
601
|
-
|
602
|
-
## [v0.2.1](https://rubygems.org/gems/cfndsl/versions/v0.2.1) (2015-08-10)
|
603
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.2.0...v0.2.1)
|
604
|
-
|
605
|
-
## [v0.2.0](https://rubygems.org/gems/cfndsl/versions/v0.2.0) (2015-08-10)
|
606
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.1.20...v0.2.0)
|
607
|
-
|
608
|
-
**Closed issues:**
|
609
|
-
|
610
|
-
- Add support for IAM::Group ManagedPolicyArns [\#119](https://github.com/stevenjack/cfndsl/issues/119)
|
611
|
-
|
612
|
-
## [v0.1.20](https://rubygems.org/gems/cfndsl/versions/v0.1.20) (2015-07-22)
|
613
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.1.19...v0.1.20)
|
614
|
-
|
615
|
-
**Closed issues:**
|
616
|
-
|
617
|
-
- Add support for IAM::Role ManagedPolicyArns [\#114](https://github.com/stevenjack/cfndsl/issues/114)
|
618
|
-
- aws\_types.aws AWS::SQS::Queue missing property QueueName: String [\#108](https://github.com/stevenjack/cfndsl/issues/108)
|
619
|
-
|
620
|
-
## [v0.1.19](https://rubygems.org/gems/cfndsl/versions/v0.1.19) (2015-07-16)
|
621
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.1.18...v0.1.19)
|
622
|
-
|
623
|
-
**Closed issues:**
|
624
|
-
|
625
|
-
- SecurityGroupIngress/Egress formatting with additional \[\] [\#109](https://github.com/stevenjack/cfndsl/issues/109)
|
626
|
-
|
627
|
-
## [v0.1.18](https://rubygems.org/gems/cfndsl/versions/v0.1.18) (2015-06-22)
|
628
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.1.17...v0.1.18)
|
629
|
-
|
630
|
-
## [v0.1.17](https://rubygems.org/gems/cfndsl/versions/v0.1.17) (2015-06-22)
|
631
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.1.16...v0.1.17)
|
632
|
-
|
633
|
-
## [v0.1.16](https://rubygems.org/gems/cfndsl/versions/v0.1.16) (2015-06-15)
|
634
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.1.15...v0.1.16)
|
635
|
-
|
636
|
-
**Fixed bugs:**
|
637
|
-
|
638
|
-
- PreferredAvailabilityZone Property on ElastiCache\_CacheCluster is incorrect [\#92](https://github.com/stevenjack/cfndsl/issues/92)
|
639
|
-
|
640
|
-
## [v0.1.15](https://rubygems.org/gems/cfndsl/versions/v0.1.15) (2015-05-10)
|
641
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.1.14...v0.1.15)
|
642
|
-
|
643
|
-
**Closed issues:**
|
644
|
-
|
645
|
-
- Oddity where do/end block breaks expectations, but {} works fine? [\#86](https://github.com/stevenjack/cfndsl/issues/86)
|
646
|
-
|
647
|
-
## [v0.1.14](https://rubygems.org/gems/cfndsl/versions/v0.1.14) (2015-04-24)
|
648
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.1.11...v0.1.14)
|
649
|
-
|
650
|
-
**Implemented enhancements:**
|
651
|
-
|
652
|
-
- Alert user if they've incorrectly capitialized the function name [\#84](https://github.com/stevenjack/cfndsl/pull/84) ([stevenjack](https://github.com/stevenjack))
|
653
|
-
|
654
|
-
**Merged pull requests:**
|
655
|
-
|
656
|
-
- Redshift [\#87](https://github.com/stevenjack/cfndsl/pull/87) ([kornypoet](https://github.com/kornypoet))
|
657
|
-
- Add Route53::HostedZone and Route53::HealthCheck [\#85](https://github.com/stevenjack/cfndsl/pull/85) ([benley](https://github.com/benley))
|
658
|
-
|
659
|
-
## [v0.1.11](https://rubygems.org/gems/cfndsl/versions/v0.1.11) (2015-02-05)
|
660
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.1.10...v0.1.11)
|
661
|
-
|
662
|
-
**Implemented enhancements:**
|
663
|
-
|
664
|
-
- "AWS::SNS::Topic" does not appear to be fully defined [\#81](https://github.com/stevenjack/cfndsl/issues/81)
|
665
|
-
|
666
|
-
## [v0.1.10](https://rubygems.org/gems/cfndsl/versions/v0.1.10) (2015-01-19)
|
667
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.1.9...v0.1.10)
|
668
|
-
|
669
|
-
## [v0.1.9](https://rubygems.org/gems/cfndsl/versions/v0.1.9) (2015-01-13)
|
670
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.1.8...v0.1.9)
|
671
|
-
|
672
|
-
**Closed issues:**
|
673
|
-
|
674
|
-
- Add some better support for base64 in FnFormat [\#66](https://github.com/stevenjack/cfndsl/issues/66)
|
675
|
-
|
676
|
-
**Merged pull requests:**
|
677
|
-
|
678
|
-
- Fixes a typo in cfndsl.rb that was causing an error when in verbose mode... [\#76](https://github.com/stevenjack/cfndsl/pull/76) ([scottabutler](https://github.com/scottabutler))
|
679
|
-
|
680
|
-
## [v0.1.8](https://rubygems.org/gems/cfndsl/versions/v0.1.8) (2015-01-02)
|
681
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.1.7...v0.1.8)
|
682
|
-
|
683
|
-
## [v0.1.7](https://rubygems.org/gems/cfndsl/versions/v0.1.7) (2014-12-26)
|
684
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.1.3...v0.1.7)
|
685
|
-
|
686
|
-
**Closed issues:**
|
687
|
-
|
688
|
-
- Support for userData Script [\#57](https://github.com/stevenjack/cfndsl/issues/57)
|
689
|
-
- The AWS Resource AWS::EC2::NetworkInterface is missing [\#54](https://github.com/stevenjack/cfndsl/issues/54)
|
690
|
-
- Add support for Openstack Heat [\#33](https://github.com/stevenjack/cfndsl/issues/33)
|
691
|
-
- Self-referencing SecurityGroups [\#32](https://github.com/stevenjack/cfndsl/issues/32)
|
692
|
-
- CloudFormation output ordering doesn't match order of cfndsl template [\#26](https://github.com/stevenjack/cfndsl/issues/26)
|
693
|
-
- Limited Validatation of Resource Property Data Types [\#4](https://github.com/stevenjack/cfndsl/issues/4)
|
694
|
-
|
695
|
-
**Merged pull requests:**
|
696
|
-
|
697
|
-
- typo [\#69](https://github.com/stevenjack/cfndsl/pull/69) ([tbenade](https://github.com/tbenade))
|
698
|
-
- Add support for OpsWorks types [\#64](https://github.com/stevenjack/cfndsl/pull/64) ([benley](https://github.com/benley))
|
699
|
-
- Made some changes to aws\_types.yaml to try to keep up with changes made ... [\#62](https://github.com/stevenjack/cfndsl/pull/62) ([howech](https://github.com/howech))
|
700
|
-
- Add support for ConnectionDrainingPolicy [\#61](https://github.com/stevenjack/cfndsl/pull/61) ([josephglanville](https://github.com/josephglanville))
|
701
|
-
- Add some missing properties of numerous resources [\#60](https://github.com/stevenjack/cfndsl/pull/60) ([josephglanville](https://github.com/josephglanville))
|
702
|
-
- Added some command line options to affect the behavior of cfndsl. [\#59](https://github.com/stevenjack/cfndsl/pull/59) ([howech](https://github.com/howech))
|
703
|
-
- Add some nominal support for Openstack Heat [\#58](https://github.com/stevenjack/cfndsl/pull/58) ([howech](https://github.com/howech))
|
704
|
-
- Eval context [\#56](https://github.com/stevenjack/cfndsl/pull/56) ([howech](https://github.com/howech))
|
705
|
-
- Add NetworkInterface resource Closes \#54 [\#55](https://github.com/stevenjack/cfndsl/pull/55) ([erikmack](https://github.com/erikmack))
|
706
|
-
|
707
|
-
## [v0.1.3](https://rubygems.org/gems/cfndsl/versions/v0.1.3) (2014-07-02)
|
708
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.1.2...v0.1.3)
|
709
|
-
|
710
|
-
**Fixed bugs:**
|
711
|
-
|
712
|
-
- fixed a typo in SourceSecurityGroupName and SourceSecurityGroupId [\#51](https://github.com/stevenjack/cfndsl/pull/51) ([howech](https://github.com/howech))
|
713
|
-
|
714
|
-
**Closed issues:**
|
715
|
-
|
716
|
-
- Output to a string instead of STDOUT? [\#23](https://github.com/stevenjack/cfndsl/issues/23)
|
717
|
-
|
718
|
-
## [v0.1.2](https://rubygems.org/gems/cfndsl/versions/v0.1.2) (2014-05-28)
|
719
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.1.1...v0.1.2)
|
720
|
-
|
721
|
-
**Closed issues:**
|
722
|
-
|
723
|
-
- Publish Updated Gem? [\#50](https://github.com/stevenjack/cfndsl/issues/50)
|
724
|
-
|
725
|
-
## [v0.1.1](https://rubygems.org/gems/cfndsl/versions/v0.1.1) (2014-05-14)
|
726
|
-
[Full Changelog](https://github.com/stevenjack/cfndsl/compare/v0.1.0...v0.1.1)
|
727
|
-
|
728
|
-
**Closed issues:**
|
729
|
-
|
730
|
-
- License missing from gemspec [\#21](https://github.com/stevenjack/cfndsl/issues/21)
|
731
|
-
|
732
|
-
**Merged pull requests:**
|
733
|
-
|
734
|
-
- Change license to MIT and update gemfile [\#48](https://github.com/stevenjack/cfndsl/pull/48) ([stevenjack](https://github.com/stevenjack))
|
735
|
-
|
736
|
-
## [v0.1.0](https://rubygems.org/gems/cfndsl/versions/v0.1.0) (2014-05-13)
|
737
|
-
**Implemented enhancements:**
|
738
|
-
|
739
|
-
- Adds missing Pseudo Parameters [\#40](https://github.com/stevenjack/cfndsl/pull/40) ([stevenjack](https://github.com/stevenjack))
|
740
|
-
- ASG update policy [\#38](https://github.com/stevenjack/cfndsl/pull/38) ([k-ong](https://github.com/k-ong))
|
741
|
-
- Added FnSelect function to JSONable.rb [\#36](https://github.com/stevenjack/cfndsl/pull/36) ([louism517](https://github.com/louism517))
|
742
|
-
- Adding new properties to various resources [\#35](https://github.com/stevenjack/cfndsl/pull/35) ([ianneub](https://github.com/ianneub))
|
743
|
-
|
744
|
-
**Closed issues:**
|
745
|
-
|
746
|
-
- Add support for UpdatePolicy on AutoScalingGroups [\#34](https://github.com/stevenjack/cfndsl/issues/34)
|
747
|
-
- One cfndsl file =\> multiple Cloudformation templates [\#29](https://github.com/stevenjack/cfndsl/issues/29)
|
748
|
-
- Errors on Mac 10.8.4, using version installed with 'gem install cfndsl' [\#25](https://github.com/stevenjack/cfndsl/issues/25)
|
749
|
-
- Requesting cfndsl example based on this AWS example template [\#24](https://github.com/stevenjack/cfndsl/issues/24)
|
750
|
-
- Feature Request: Support for "AWS::CloudFormation::Init" and "AWS::CloudFormation::Authentication" Types [\#17](https://github.com/stevenjack/cfndsl/issues/17)
|
751
|
-
- Unify implementations of singular/plural methods for array properties [\#13](https://github.com/stevenjack/cfndsl/issues/13)
|
752
|
-
- Better way to tag Instances [\#11](https://github.com/stevenjack/cfndsl/issues/11)
|
753
|
-
- Format identifiers [\#9](https://github.com/stevenjack/cfndsl/issues/9)
|
754
|
-
- Add Properties syntax for Resources [\#8](https://github.com/stevenjack/cfndsl/issues/8)
|
755
|
-
- Set up the cfn-init metadata to work like resources [\#7](https://github.com/stevenjack/cfndsl/issues/7)
|
756
|
-
- Better Error Handling via method\_missing [\#6](https://github.com/stevenjack/cfndsl/issues/6)
|
757
|
-
- Data driven type specifier [\#5](https://github.com/stevenjack/cfndsl/issues/5)
|
758
|
-
- Validate Resource Property Names [\#3](https://github.com/stevenjack/cfndsl/issues/3)
|
759
|
-
- Validate Resource Types [\#2](https://github.com/stevenjack/cfndsl/issues/2)
|
760
|
-
|
761
|
-
**Merged pull requests:**
|
762
|
-
|
763
|
-
- Updates test script to use correct load balancer names property [\#47](https://github.com/stevenjack/cfndsl/pull/47) ([stevenjack](https://github.com/stevenjack))
|
764
|
-
- Adds bundler tasks to ease testing gem and releasing [\#46](https://github.com/stevenjack/cfndsl/pull/46) ([stevenjack](https://github.com/stevenjack))
|
765
|
-
- Asg update policy [\#45](https://github.com/stevenjack/cfndsl/pull/45) ([stevenjack](https://github.com/stevenjack))
|
766
|
-
- Add conditions [\#44](https://github.com/stevenjack/cfndsl/pull/44) ([stevenjack](https://github.com/stevenjack))
|
767
|
-
- Don't exit - write error to STDERR [\#43](https://github.com/stevenjack/cfndsl/pull/43) ([stevenjack](https://github.com/stevenjack))
|
768
|
-
- Travis integration [\#42](https://github.com/stevenjack/cfndsl/pull/42) ([stevenjack](https://github.com/stevenjack))
|
769
|
-
- Corrected GetAtt typo. Edit doesn't appear to alter output. [\#31](https://github.com/stevenjack/cfndsl/pull/31) ([josh-wrale](https://github.com/josh-wrale))
|
770
|
-
- Fixed incomplete 'GroupName' property for AWS::IAM::UserToGroupAddition [\#30](https://github.com/stevenjack/cfndsl/pull/30) ([josh-wrale](https://github.com/josh-wrale))
|
771
|
-
- IAM Additions and Small Corrections and/or Improvements [\#28](https://github.com/stevenjack/cfndsl/pull/28) ([josh-wrale](https://github.com/josh-wrale))
|
772
|
-
- Added IamInstanceProfile to EC2::Instance type. [\#27](https://github.com/stevenjack/cfndsl/pull/27) ([ianneub](https://github.com/ianneub))
|
773
|
-
- Changing AliasTarget property to be a single AliasTarget, and not an array of them. [\#22](https://github.com/stevenjack/cfndsl/pull/22) ([ianneub](https://github.com/ianneub))
|
774
|
-
- Clean up the Listener property type [\#20](https://github.com/stevenjack/cfndsl/pull/20) ([ianneub](https://github.com/ianneub))
|
775
|
-
- Reimplmenented property methods as outlined in issue \#13 [\#14](https://github.com/stevenjack/cfndsl/pull/14) ([howech](https://github.com/howech))
|
776
|
-
- Added resources definitions related to VPC [\#12](https://github.com/stevenjack/cfndsl/pull/12) ([liguorien](https://github.com/liguorien))
|
777
|
-
- Added a Tag function [\#10](https://github.com/stevenjack/cfndsl/pull/10) ([liguorien](https://github.com/liguorien))
|
778
|
-
- Update supported pseudo parameters [\#1](https://github.com/stevenjack/cfndsl/pull/1) ([radim](https://github.com/radim))
|
21
|
+
## [v0.1.1](https://github.com/kornypoet/cfndsl/tree/v0.1.1) (2014-05-14)
|
22
|
+
[Full Changelog](https://github.com/kornypoet/cfndsl/compare/v0.1.0...v0.1.1)
|
779
23
|
|
24
|
+
## [v0.1.0](https://github.com/kornypoet/cfndsl/tree/v0.1.0) (2014-05-13)
|
780
25
|
|
781
26
|
|
782
27
|
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|