cfndsl 1.1.0 → 1.1.1

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
  SHA256:
3
- metadata.gz: 9cf9bc6b5e89d82bad3ceb1d70ca8d21e45b56a0ddf10a86c193a276ed002ce7
4
- data.tar.gz: 2c18e5728f5344dfea8a25250710859b232f1db9bbff9eab1e2265bbc1a38be0
3
+ metadata.gz: c11f50695d1e13909473489585ada3f4f3e82817d1b79819c26cc3301dd74dc2
4
+ data.tar.gz: f944c74fdb59b4a52677a7816a4e65b97ad39ba8046124cbafeda3fe311a7304
5
5
  SHA512:
6
- metadata.gz: 867b4f09e4f6003b74d7fc6f7893d96022219c1e28e8d4cc4238820735373fed90380c387dc1fced44f5bc0698c9e9ad604fde82551f7d2f105fcdb017c0faec
7
- data.tar.gz: 0baf10e9ca24ea7bee83915ccf6a7b1ef2036ad80c3887da67b56bed34fd6aabd9d72d37c55b5081ce91175c61cc554feee9c0b979dd48d7aab4aa06611a8483
6
+ metadata.gz: ff62869d9f35a74c25298669cfb3c36a1b9512a4b30991d4e374278eb6bbde19292f20c31fd079a6751b6db71728c4501f425b45f37350750382aec5f54b9dbf
7
+ data.tar.gz: a2db5440ca6d3dfce93f8cbc9cfc92bf2c98be149cd63476d6895bcb93e310f0b728a6dc3a90bc342b7915bd0b9a1643a1b6e6027ec4ec5097564f209e94d62c
@@ -28,6 +28,10 @@ Lint/Void:
28
28
  Style/SafeNavigation:
29
29
  Enabled: false
30
30
 
31
+ # crashing in 0.85.0
32
+ Lint/MixedRegexpCaptureTypes:
33
+ Enabled: false
34
+
31
35
  AllCops:
32
36
  NewCops: enable
33
37
  TargetRubyVersion: 2.4
@@ -1,7 +1,17 @@
1
- # Change Log
1
+ # Changelog
2
2
 
3
- ## [1.1.0](https://github.com/cfndsl/cfndsl/tree/1.1.0) (2020-06-01)
4
- [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.0.6...1.1.0)
3
+ ## [1.1.1](https://github.com/cfndsl/cfndsl/tree/1.1.1) (2020-06-02)
4
+
5
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.1.0...1.1.1)
6
+
7
+ **Merged pull requests:**
8
+
9
+ - allow hooks [\#458](https://github.com/cfndsl/cfndsl/pull/458) ([gergnz](https://github.com/gergnz))
10
+ - add UpdateReplacePolicy [\#457](https://github.com/cfndsl/cfndsl/pull/457) ([gergnz](https://github.com/gergnz))
11
+
12
+ ## [v1.1.0](https://github.com/cfndsl/cfndsl/tree/v1.1.0) (2020-05-31)
13
+
14
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.0.6...v1.1.0)
5
15
 
6
16
  **Closed issues:**
7
17
 
@@ -12,6 +22,7 @@
12
22
  - Fix \#455 [\#456](https://github.com/cfndsl/cfndsl/pull/456) ([lwoggardner](https://github.com/lwoggardner))
13
23
 
14
24
  ## [v1.0.6](https://github.com/cfndsl/cfndsl/tree/v1.0.6) (2020-04-23)
25
+
15
26
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.0.5...v1.0.6)
16
27
 
17
28
  **Fixed bugs:**
@@ -23,17 +34,20 @@
23
34
  - Bring up to date [\#454](https://github.com/cfndsl/cfndsl/pull/454) ([lwoggardner](https://github.com/lwoggardner))
24
35
 
25
36
  ## [v1.0.5](https://github.com/cfndsl/cfndsl/tree/v1.0.5) (2020-03-20)
26
- [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.0.4...v1.0.5)
27
37
 
28
- ## [v1.0.4](https://github.com/cfndsl/cfndsl/tree/v1.0.4) (2020-03-20)
29
- [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.0.3...v1.0.4)
38
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.0.4...v1.0.5)
30
39
 
31
40
  **Merged pull requests:**
32
41
 
33
42
  - Update spec to 11.5.0 [\#452](https://github.com/cfndsl/cfndsl/pull/452) ([lwoggardner](https://github.com/lwoggardner))
34
43
  - fix bugs in rake task [\#451](https://github.com/cfndsl/cfndsl/pull/451) ([lwoggardner](https://github.com/lwoggardner))
35
44
 
45
+ ## [v1.0.4](https://github.com/cfndsl/cfndsl/tree/v1.0.4) (2020-03-20)
46
+
47
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.0.3...v1.0.4)
48
+
36
49
  ## [v1.0.3](https://github.com/cfndsl/cfndsl/tree/v1.0.3) (2020-03-12)
50
+
37
51
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.0.2...v1.0.3)
38
52
 
39
53
  **Fixed bugs:**
@@ -45,6 +59,7 @@
45
59
  - fixes \#449 [\#450](https://github.com/cfndsl/cfndsl/pull/450) ([gergnz](https://github.com/gergnz))
46
60
 
47
61
  ## [v1.0.2](https://github.com/cfndsl/cfndsl/tree/v1.0.2) (2020-02-22)
62
+
48
63
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.0.1...v1.0.2)
49
64
 
50
65
  **Closed issues:**
@@ -58,6 +73,7 @@
58
73
  - Added support for AWS::Partition pseudo parameter [\#445](https://github.com/cfndsl/cfndsl/pull/445) ([behrangsa](https://github.com/behrangsa))
59
74
 
60
75
  ## [v1.0.1](https://github.com/cfndsl/cfndsl/tree/v1.0.1) (2020-01-26)
76
+
61
77
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.0.0...v1.0.1)
62
78
 
63
79
  **Implemented enhancements:**
@@ -73,6 +89,7 @@
73
89
  - Add the pseudo parameter AWS::URLSuffix [\#443](https://github.com/cfndsl/cfndsl/pull/443) ([rickselby](https://github.com/rickselby))
74
90
 
75
91
  ## [v1.0.0](https://github.com/cfndsl/cfndsl/tree/v1.0.0) (2020-01-16)
92
+
76
93
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.17.5...v1.0.0)
77
94
 
78
95
  **Implemented enhancements:**
@@ -84,7 +101,6 @@
84
101
 
85
102
  **Fixed bugs:**
86
103
 
87
- - gitter.im link is broken \\(gives 404 not found\\) [\#432](https://github.com/cfndsl/cfndsl/issues/432)
88
104
  - ArtifactStore and ArtifactStores are not the same thing [\#389](https://github.com/cfndsl/cfndsl/issues/389)
89
105
 
90
106
  **Closed issues:**
@@ -106,6 +122,7 @@
106
122
  - Add a Gitter chat badge to README.md [\#436](https://github.com/cfndsl/cfndsl/pull/436) ([gitter-badger](https://github.com/gitter-badger))
107
123
 
108
124
  ## [v0.17.5](https://github.com/cfndsl/cfndsl/tree/v0.17.5) (2019-12-27)
125
+
109
126
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.0.0.pre.1...v0.17.5)
110
127
 
111
128
  **Fixed bugs:**
@@ -123,9 +140,11 @@
123
140
  - add tag types to new WAFv2, as AWS are not explicitly defining them in the spec [\#435](https://github.com/cfndsl/cfndsl/pull/435) ([gergnz](https://github.com/gergnz))
124
141
 
125
142
  ## [v1.0.0.pre.1](https://github.com/cfndsl/cfndsl/tree/v1.0.0.pre.1) (2019-10-27)
143
+
126
144
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.0.0.pre.2...v1.0.0.pre.1)
127
145
 
128
146
  ## [v1.0.0.pre.2](https://github.com/cfndsl/cfndsl/tree/v1.0.0.pre.2) (2019-10-27)
147
+
129
148
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.17.4...v1.0.0.pre.2)
130
149
 
131
150
  **Merged pull requests:**
@@ -133,8 +152,15 @@
133
152
  - 1.0.0 pre rake and spec [\#427](https://github.com/cfndsl/cfndsl/pull/427) ([lwoggardner](https://github.com/lwoggardner))
134
153
  - 1.0.0.pre merge fix403 [\#426](https://github.com/cfndsl/cfndsl/pull/426) ([lwoggardner](https://github.com/lwoggardner))
135
154
  - 1.0.0.pre merge with master [\#425](https://github.com/cfndsl/cfndsl/pull/425) ([lwoggardner](https://github.com/lwoggardner))
155
+ - implement json patch for patches and pull in patches from CDK [\#386](https://github.com/cfndsl/cfndsl/pull/386) ([gergnz](https://github.com/gergnz))
156
+ - 0.x changes to 1.0.0.pre [\#361](https://github.com/cfndsl/cfndsl/pull/361) ([gergnz](https://github.com/gergnz))
157
+ - merge ruby version fix into 1.0.0.pre branch [\#333](https://github.com/cfndsl/cfndsl/pull/333) ([gergnz](https://github.com/gergnz))
158
+ - remove 'disable\_binding', merge 0.x changes [\#329](https://github.com/cfndsl/cfndsl/pull/329) ([gergnz](https://github.com/gergnz))
159
+ - Modernize cfndsl executable [\#319](https://github.com/cfndsl/cfndsl/pull/319) ([kornypoet](https://github.com/kornypoet))
160
+ - Remove support for OpenStack Heat [\#318](https://github.com/cfndsl/cfndsl/pull/318) ([kornypoet](https://github.com/kornypoet))
136
161
 
137
162
  ## [v0.17.4](https://github.com/cfndsl/cfndsl/tree/v0.17.4) (2019-10-06)
163
+
138
164
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.17.3...v0.17.4)
139
165
 
140
166
  **Closed issues:**
@@ -147,9 +173,15 @@
147
173
  - Suggest to not use system wide Ruby [\#421](https://github.com/cfndsl/cfndsl/pull/421) ([elmobp](https://github.com/elmobp))
148
174
 
149
175
  ## [v0.17.3](https://github.com/cfndsl/cfndsl/tree/v0.17.3) (2019-09-13)
176
+
150
177
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.17.2...v0.17.3)
151
178
 
179
+ **Merged pull requests:**
180
+
181
+ - Fix for \#418. This time with less pre 1.0.... [\#420](https://github.com/cfndsl/cfndsl/pull/420) ([cmaxwellau](https://github.com/cmaxwellau))
182
+
152
183
  ## [v0.17.2](https://github.com/cfndsl/cfndsl/tree/v0.17.2) (2019-09-05)
184
+
153
185
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.17.1...v0.17.2)
154
186
 
155
187
  **Fixed bugs:**
@@ -167,6 +199,7 @@
167
199
  - Added Rules support for cross-parameter validation [\#417](https://github.com/cfndsl/cfndsl/pull/417) ([cmaxwellau](https://github.com/cmaxwellau))
168
200
 
169
201
  ## [v0.17.1](https://github.com/cfndsl/cfndsl/tree/v0.17.1) (2019-09-01)
202
+
170
203
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.17.0...v0.17.1)
171
204
 
172
205
  **Fixed bugs:**
@@ -182,6 +215,7 @@
182
215
  - Patch to support Tags on AWS::IAM::Role and AWS::Serverless::Function, add support for AWS::Serverless::Application [\#413](https://github.com/cfndsl/cfndsl/pull/413) ([cmaxwellau](https://github.com/cmaxwellau))
183
216
 
184
217
  ## [v0.17.0](https://github.com/cfndsl/cfndsl/tree/v0.17.0) (2019-06-16)
218
+
185
219
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.16.13...v0.17.0)
186
220
 
187
221
  **Closed issues:**
@@ -195,6 +229,7 @@
195
229
  - Added cfndsl patch for AWSEC2CapacityReservationTag Name Error [\#409](https://github.com/cfndsl/cfndsl/pull/409) ([sktan](https://github.com/sktan))
196
230
 
197
231
  ## [v0.16.13](https://github.com/cfndsl/cfndsl/tree/v0.16.13) (2019-03-22)
232
+
198
233
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.16.12...v0.16.13)
199
234
 
200
235
  **Closed issues:**
@@ -207,6 +242,7 @@
207
242
  - add InlineCode to serverless function [\#405](https://github.com/cfndsl/cfndsl/pull/405) ([gergnz](https://github.com/gergnz))
208
243
 
209
244
  ## [v0.16.12](https://github.com/cfndsl/cfndsl/tree/v0.16.12) (2019-02-24)
245
+
210
246
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.16.11...v0.16.12)
211
247
 
212
248
  **Closed issues:**
@@ -221,6 +257,7 @@
221
257
  - add instructions at the top of the readme on how to update the spec [\#400](https://github.com/cfndsl/cfndsl/pull/400) ([gergnz](https://github.com/gergnz))
222
258
 
223
259
  ## [v0.16.11](https://github.com/cfndsl/cfndsl/tree/v0.16.11) (2019-02-22)
260
+
224
261
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.16.10...v0.16.11)
225
262
 
226
263
  **Closed issues:**
@@ -233,6 +270,7 @@
233
270
  - handle simple resource types [\#397](https://github.com/cfndsl/cfndsl/pull/397) ([gergnz](https://github.com/gergnz))
234
271
 
235
272
  ## [v0.16.10](https://github.com/cfndsl/cfndsl/tree/v0.16.10) (2019-02-13)
273
+
236
274
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.16.9...v0.16.10)
237
275
 
238
276
  **Implemented enhancements:**
@@ -245,12 +283,8 @@
245
283
  - support a version for cfndsl -u [\#393](https://github.com/cfndsl/cfndsl/issues/393)
246
284
  - 'require': cannot load such file -- hana \(0.17.pre.5\) [\#387](https://github.com/cfndsl/cfndsl/issues/387)
247
285
 
248
- **Merged pull requests:**
249
-
250
- - Fix for \#418. This time with less pre 1.0.... [\#420](https://github.com/cfndsl/cfndsl/pull/420) ([cmaxwellau](https://github.com/cmaxwellau))
251
- - implement json patch for patches and pull in patches from CDK [\#386](https://github.com/cfndsl/cfndsl/pull/386) ([gergnz](https://github.com/gergnz))
252
-
253
286
  ## [v0.16.9](https://github.com/cfndsl/cfndsl/tree/v0.16.9) (2018-12-07)
287
+
254
288
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.16.8...v0.16.9)
255
289
 
256
290
  **Closed issues:**
@@ -265,6 +299,7 @@
265
299
  - fix \#382, add Map primitive type [\#383](https://github.com/cfndsl/cfndsl/pull/383) ([gergnz](https://github.com/gergnz))
266
300
 
267
301
  ## [v0.16.8](https://github.com/cfndsl/cfndsl/tree/v0.16.8) (2018-11-21)
302
+
268
303
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.16.7...v0.16.8)
269
304
 
270
305
  **Merged pull requests:**
@@ -272,6 +307,7 @@
272
307
  - add fix for 2.15.0, There is a pattern here... [\#379](https://github.com/cfndsl/cfndsl/pull/379) ([gergnz](https://github.com/gergnz))
273
308
 
274
309
  ## [v0.16.7](https://github.com/cfndsl/cfndsl/tree/v0.16.7) (2018-11-11)
310
+
275
311
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.16.6...v0.16.7)
276
312
 
277
313
  **Closed issues:**
@@ -284,6 +320,7 @@
284
320
  - add missing types fixes \#377 [\#378](https://github.com/cfndsl/cfndsl/pull/378) ([gergnz](https://github.com/gergnz))
285
321
 
286
322
  ## [v0.16.6](https://github.com/cfndsl/cfndsl/tree/v0.16.6) (2018-05-30)
323
+
287
324
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.16.5...v0.16.6)
288
325
 
289
326
  **Fixed bugs:**
@@ -295,9 +332,11 @@
295
332
  - Array dupe [\#372](https://github.com/cfndsl/cfndsl/pull/372) ([johnf](https://github.com/johnf))
296
333
 
297
334
  ## [v0.16.5](https://github.com/cfndsl/cfndsl/tree/v0.16.5) (2018-04-16)
335
+
298
336
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.16.4...v0.16.5)
299
337
 
300
338
  ## [v0.16.4](https://github.com/cfndsl/cfndsl/tree/v0.16.4) (2018-04-16)
339
+
301
340
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.16.3...v0.16.4)
302
341
 
303
342
  **Merged pull requests:**
@@ -306,6 +345,7 @@
306
345
  - update SAM for latest details [\#366](https://github.com/cfndsl/cfndsl/pull/366) ([gergnz](https://github.com/gergnz))
307
346
 
308
347
  ## [v0.16.3](https://github.com/cfndsl/cfndsl/tree/v0.16.3) (2018-03-19)
348
+
309
349
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.16.2...v0.16.3)
310
350
 
311
351
  **Closed issues:**
@@ -316,9 +356,9 @@
316
356
 
317
357
  - add Fn::Cidr [\#364](https://github.com/cfndsl/cfndsl/pull/364) ([gergnz](https://github.com/gergnz))
318
358
  - fixes for rubocop [\#363](https://github.com/cfndsl/cfndsl/pull/363) ([gergnz](https://github.com/gergnz))
319
- - 0.x changes to 1.0.0.pre [\#361](https://github.com/cfndsl/cfndsl/pull/361) ([gergnz](https://github.com/gergnz))
320
359
 
321
360
  ## [v0.16.2](https://github.com/cfndsl/cfndsl/tree/v0.16.2) (2017-12-07)
361
+
322
362
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.16.1...v0.16.2)
323
363
 
324
364
  **Closed issues:**
@@ -330,6 +370,7 @@
330
370
  - add option to print version. Fixes \#358 [\#359](https://github.com/cfndsl/cfndsl/pull/359) ([gergnz](https://github.com/gergnz))
331
371
 
332
372
  ## [v0.16.1](https://github.com/cfndsl/cfndsl/tree/v0.16.1) (2017-12-02)
373
+
333
374
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.16.0...v0.16.1)
334
375
 
335
376
  **Merged pull requests:**
@@ -337,6 +378,7 @@
337
378
  - 352 update contacts repos [\#355](https://github.com/cfndsl/cfndsl/pull/355) ([gergnz](https://github.com/gergnz))
338
379
 
339
380
  ## [v0.16.0](https://github.com/cfndsl/cfndsl/tree/v0.16.0) (2017-11-15)
381
+
340
382
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.15.3...v0.16.0)
341
383
 
342
384
  **Fixed bugs:**
@@ -353,6 +395,7 @@
353
395
  - Update the embedded resource specification file to version 1.9.1 [\#346](https://github.com/cfndsl/cfndsl/pull/346) ([bobziuchkovski](https://github.com/bobziuchkovski))
354
396
 
355
397
  ## [v0.15.3](https://github.com/cfndsl/cfndsl/tree/v0.15.3) (2017-09-05)
398
+
356
399
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.15.2...v0.15.3)
357
400
 
358
401
  **Implemented enhancements:**
@@ -371,6 +414,7 @@
371
414
  - Fix parameter parsing when its value contains equal symbol [\#340](https://github.com/cfndsl/cfndsl/pull/340) ([ans0600](https://github.com/ans0600))
372
415
 
373
416
  ## [v0.15.2](https://github.com/cfndsl/cfndsl/tree/v0.15.2) (2017-06-20)
417
+
374
418
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.15.1...v0.15.2)
375
419
 
376
420
  **Implemented enhancements:**
@@ -380,9 +424,9 @@
380
424
  **Merged pull requests:**
381
425
 
382
426
  - add outformat for rake task [\#334](https://github.com/cfndsl/cfndsl/pull/334) ([gergnz](https://github.com/gergnz))
383
- - merge ruby version fix into 1.0.0.pre branch [\#333](https://github.com/cfndsl/cfndsl/pull/333) ([gergnz](https://github.com/gergnz))
384
427
 
385
428
  ## [v0.15.1](https://github.com/cfndsl/cfndsl/tree/v0.15.1) (2017-06-19)
429
+
386
430
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.15.0...v0.15.1)
387
431
 
388
432
  **Fixed bugs:**
@@ -391,6 +435,7 @@
391
435
  - specify ruby v 2.1 as minimum [\#332](https://github.com/cfndsl/cfndsl/pull/332) ([gergnz](https://github.com/gergnz))
392
436
 
393
437
  ## [v0.15.0](https://github.com/cfndsl/cfndsl/tree/v0.15.0) (2017-06-18)
438
+
394
439
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.14.0...v0.15.0)
395
440
 
396
441
  **Closed issues:**
@@ -400,10 +445,10 @@
400
445
  **Merged pull requests:**
401
446
 
402
447
  - Clean up of README [\#330](https://github.com/cfndsl/cfndsl/pull/330) ([elmobp](https://github.com/elmobp))
403
- - remove 'disable\_binding', merge 0.x changes [\#329](https://github.com/cfndsl/cfndsl/pull/329) ([gergnz](https://github.com/gergnz))
404
448
  - enable deep merge as the default for yaml [\#328](https://github.com/cfndsl/cfndsl/pull/328) ([gergnz](https://github.com/gergnz))
405
449
 
406
450
  ## [v0.14.0](https://github.com/cfndsl/cfndsl/tree/v0.14.0) (2017-06-15)
451
+
407
452
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.13.1...v0.14.0)
408
453
 
409
454
  **Implemented enhancements:**
@@ -414,11 +459,8 @@
414
459
 
415
460
  - Error reading specification file on 0.13.0 [\#322](https://github.com/cfndsl/cfndsl/issues/322)
416
461
 
417
- **Merged pull requests:**
418
-
419
- - Modernize cfndsl executable [\#319](https://github.com/cfndsl/cfndsl/pull/319) ([kornypoet](https://github.com/kornypoet))
420
-
421
462
  ## [v0.13.1](https://github.com/cfndsl/cfndsl/tree/v0.13.1) (2017-05-17)
463
+
422
464
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.13.0...v0.13.1)
423
465
 
424
466
  **Implemented enhancements:**
@@ -435,6 +477,7 @@
435
477
  - Fallback to included resource spec if not overridden [\#323](https://github.com/cfndsl/cfndsl/pull/323) ([kornypoet](https://github.com/kornypoet))
436
478
 
437
479
  ## [v0.13.0](https://github.com/cfndsl/cfndsl/tree/v0.13.0) (2017-05-17)
480
+
438
481
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.12.11...v0.13.0)
439
482
 
440
483
  **Closed issues:**
@@ -443,11 +486,11 @@
443
486
 
444
487
  **Merged pull requests:**
445
488
 
446
- - Remove support for OpenStack Heat [\#318](https://github.com/cfndsl/cfndsl/pull/318) ([kornypoet](https://github.com/kornypoet))
447
489
  - Remove release\_url config from github changelog generator [\#316](https://github.com/cfndsl/cfndsl/pull/316) ([mikechau](https://github.com/mikechau))
448
490
  - WIP: Aws schema [\#278](https://github.com/cfndsl/cfndsl/pull/278) ([kornypoet](https://github.com/kornypoet))
449
491
 
450
492
  ## [v0.12.11](https://github.com/cfndsl/cfndsl/tree/v0.12.11) (2017-05-10)
493
+
451
494
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.12.10...v0.12.11)
452
495
 
453
496
  **Merged pull requests:**
@@ -455,6 +498,7 @@
455
498
  - Add generated changelog [\#314](https://github.com/cfndsl/cfndsl/pull/314) ([mikechau](https://github.com/mikechau))
456
499
 
457
500
  ## [v0.12.10](https://github.com/cfndsl/cfndsl/tree/v0.12.10) (2017-05-10)
501
+
458
502
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.12.9...v0.12.10)
459
503
 
460
504
  **Merged pull requests:**
@@ -462,6 +506,7 @@
462
506
  - EC2::SecurityGroup: Add GroupName property [\#313](https://github.com/cfndsl/cfndsl/pull/313) ([mikechau](https://github.com/mikechau))
463
507
 
464
508
  ## [v0.12.9](https://github.com/cfndsl/cfndsl/tree/v0.12.9) (2017-05-08)
509
+
465
510
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.12.8...v0.12.9)
466
511
 
467
512
  **Merged pull requests:**
@@ -469,6 +514,7 @@
469
514
  - Update AWS::CloudWatch::Alarm with 2 new properties [\#312](https://github.com/cfndsl/cfndsl/pull/312) ([AnominousSign](https://github.com/AnominousSign))
470
515
 
471
516
  ## [v0.12.8](https://github.com/cfndsl/cfndsl/tree/v0.12.8) (2017-05-03)
517
+
472
518
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.12.7...v0.12.8)
473
519
 
474
520
  **Merged pull requests:**
@@ -477,6 +523,7 @@
477
523
  - IAM Managed Policy: Add support for ManagedPolicyName property [\#310](https://github.com/cfndsl/cfndsl/pull/310) ([mikechau](https://github.com/mikechau))
478
524
 
479
525
  ## [v0.12.7](https://github.com/cfndsl/cfndsl/tree/v0.12.7) (2017-04-23)
526
+
480
527
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.12.6...v0.12.7)
481
528
 
482
529
  **Merged pull requests:**
@@ -484,6 +531,7 @@
484
531
  - Add ssm param [\#307](https://github.com/cfndsl/cfndsl/pull/307) ([elmobp](https://github.com/elmobp))
485
532
 
486
533
  ## [v0.12.6](https://github.com/cfndsl/cfndsl/tree/v0.12.6) (2017-04-21)
534
+
487
535
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.12.5...v0.12.6)
488
536
 
489
537
  **Fixed bugs:**
@@ -495,6 +543,7 @@
495
543
  - add a globals class, and exclude reserverd words [\#309](https://github.com/cfndsl/cfndsl/pull/309) ([gergnz](https://github.com/gergnz))
496
544
 
497
545
  ## [v0.12.5](https://github.com/cfndsl/cfndsl/tree/v0.12.5) (2017-04-10)
546
+
498
547
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.12.4...v0.12.5)
499
548
 
500
549
  **Merged pull requests:**
@@ -503,6 +552,7 @@
503
552
  - Add Amazon EFS type \(Elastic File System\) [\#305](https://github.com/cfndsl/cfndsl/pull/305) ([AnominousSign](https://github.com/AnominousSign))
504
553
 
505
554
  ## [v0.12.4](https://github.com/cfndsl/cfndsl/tree/v0.12.4) (2017-03-29)
555
+
506
556
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.12.3...v0.12.4)
507
557
 
508
558
  **Fixed bugs:**
@@ -519,6 +569,7 @@
519
569
  - Add SSM Support [\#301](https://github.com/cfndsl/cfndsl/pull/301) ([elmobp](https://github.com/elmobp))
520
570
 
521
571
  ## [v0.12.3](https://github.com/cfndsl/cfndsl/tree/v0.12.3) (2017-03-12)
572
+
522
573
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.12.2...v0.12.3)
523
574
 
524
575
  **Closed issues:**
@@ -530,6 +581,7 @@
530
581
  - Fix RedrivePolicy attributes [\#297](https://github.com/cfndsl/cfndsl/pull/297) ([devops-dude](https://github.com/devops-dude))
531
582
 
532
583
  ## [v0.12.2](https://github.com/cfndsl/cfndsl/tree/v0.12.2) (2017-03-04)
584
+
533
585
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.12.1...v0.12.2)
534
586
 
535
587
  **Closed issues:**
@@ -541,6 +593,7 @@
541
593
  - add UserName property to IAM::User [\#293](https://github.com/cfndsl/cfndsl/pull/293) ([gergnz](https://github.com/gergnz))
542
594
 
543
595
  ## [v0.12.1](https://github.com/cfndsl/cfndsl/tree/v0.12.1) (2017-02-21)
596
+
544
597
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.12.0...v0.12.1)
545
598
 
546
599
  **Closed issues:**
@@ -552,6 +605,7 @@
552
605
  - updating IAM::Role and S3::Bucket types [\#292](https://github.com/cfndsl/cfndsl/pull/292) ([kornypoet](https://github.com/kornypoet))
553
606
 
554
607
  ## [v0.12.0](https://github.com/cfndsl/cfndsl/tree/v0.12.0) (2017-01-29)
608
+
555
609
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.11.12...v0.12.0)
556
610
 
557
611
  **Merged pull requests:**
@@ -559,6 +613,7 @@
559
613
  - Added Serverless::Function & API Transforms [\#290](https://github.com/cfndsl/cfndsl/pull/290) ([jonjitsu](https://github.com/jonjitsu))
560
614
 
561
615
  ## [v0.11.12](https://github.com/cfndsl/cfndsl/tree/v0.11.12) (2017-01-20)
616
+
562
617
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.11.11...v0.11.12)
563
618
 
564
619
  **Implemented enhancements:**
@@ -580,6 +635,7 @@
580
635
  - Added support for Fn::Split intrinsic function. [\#289](https://github.com/cfndsl/cfndsl/pull/289) ([pablovarela](https://github.com/pablovarela))
581
636
 
582
637
  ## [v0.11.11](https://github.com/cfndsl/cfndsl/tree/v0.11.11) (2016-12-04)
638
+
583
639
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.11.10...v0.11.11)
584
640
 
585
641
  **Closed issues:**
@@ -591,6 +647,7 @@
591
647
  - Add Environment as a property of Lambda::Function [\#280](https://github.com/cfndsl/cfndsl/pull/280) ([holmesjr](https://github.com/holmesjr))
592
648
 
593
649
  ## [v0.11.10](https://github.com/cfndsl/cfndsl/tree/v0.11.10) (2016-11-23)
650
+
594
651
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.11.9...v0.11.10)
595
652
 
596
653
  **Closed issues:**
@@ -602,6 +659,7 @@
602
659
  - Add Autoscaling NotificationConfiguration [\#275](https://github.com/cfndsl/cfndsl/pull/275) ([dbergamin](https://github.com/dbergamin))
603
660
 
604
661
  ## [v0.11.9](https://github.com/cfndsl/cfndsl/tree/v0.11.9) (2016-11-18)
662
+
605
663
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.11.8...v0.11.9)
606
664
 
607
665
  **Closed issues:**
@@ -613,6 +671,7 @@
613
671
  - Application Autoscaling Types [\#271](https://github.com/cfndsl/cfndsl/pull/271) ([kornypoet](https://github.com/kornypoet))
614
672
 
615
673
  ## [v0.11.8](https://github.com/cfndsl/cfndsl/tree/v0.11.8) (2016-11-13)
674
+
616
675
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.11.6...v0.11.8)
617
676
 
618
677
  **Closed issues:**
@@ -626,6 +685,7 @@
626
685
  - Add support for AWS::KMS::Alias [\#265](https://github.com/cfndsl/cfndsl/pull/265) ([mikechau](https://github.com/mikechau))
627
686
 
628
687
  ## [v0.11.6](https://github.com/cfndsl/cfndsl/tree/v0.11.6) (2016-10-23)
688
+
629
689
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.11.5...v0.11.6)
630
690
 
631
691
  **Implemented enhancements:**
@@ -643,6 +703,7 @@
643
703
  - Feature/add ecs task definition properties [\#261](https://github.com/cfndsl/cfndsl/pull/261) ([mikechau](https://github.com/mikechau))
644
704
 
645
705
  ## [v0.11.5](https://github.com/cfndsl/cfndsl/tree/v0.11.5) (2016-10-05)
706
+
646
707
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.11.4...v0.11.5)
647
708
 
648
709
  **Implemented enhancements:**
@@ -654,6 +715,7 @@
654
715
  - create fnsub branch, resolves \#244 and \#241 [\#258](https://github.com/cfndsl/cfndsl/pull/258) ([gergnz](https://github.com/gergnz))
655
716
 
656
717
  ## [v0.11.4](https://github.com/cfndsl/cfndsl/tree/v0.11.4) (2016-10-05)
718
+
657
719
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.11.3...v0.11.4)
658
720
 
659
721
  **Implemented enhancements:**
@@ -675,6 +737,7 @@
675
737
  - This supports yaml as an output type and leaves json as the default [\#243](https://github.com/cfndsl/cfndsl/pull/243) ([gergnz](https://github.com/gergnz))
676
738
 
677
739
  ## [v0.11.3](https://github.com/cfndsl/cfndsl/tree/v0.11.3) (2016-09-20)
740
+
678
741
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.11.2...v0.11.3)
679
742
 
680
743
  **Merged pull requests:**
@@ -685,6 +748,7 @@
685
748
  - Update conditions.rb [\#238](https://github.com/cfndsl/cfndsl/pull/238) ([herebebogans](https://github.com/herebebogans))
686
749
 
687
750
  ## [v0.11.2](https://github.com/cfndsl/cfndsl/tree/v0.11.2) (2016-09-19)
751
+
688
752
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.11.1...v0.11.2)
689
753
 
690
754
  **Implemented enhancements:**
@@ -704,6 +768,7 @@
704
768
  - Add AccessLoggingPolicy to ELB [\#233](https://github.com/cfndsl/cfndsl/pull/233) ([gergnz](https://github.com/gergnz))
705
769
 
706
770
  ## [v0.11.1](https://github.com/cfndsl/cfndsl/tree/v0.11.1) (2016-09-05)
771
+
707
772
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.11.0...v0.11.1)
708
773
 
709
774
  **Closed issues:**
@@ -717,6 +782,7 @@
717
782
  - Simplecov [\#224](https://github.com/cfndsl/cfndsl/pull/224) ([kornypoet](https://github.com/kornypoet))
718
783
 
719
784
  ## [v0.11.0](https://github.com/cfndsl/cfndsl/tree/v0.11.0) (2016-08-25)
785
+
720
786
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.10.2...v0.11.0)
721
787
 
722
788
  **Implemented enhancements:**
@@ -725,6 +791,7 @@
725
791
  - Top Level Metadata [\#209](https://github.com/cfndsl/cfndsl/pull/209) ([kornypoet](https://github.com/kornypoet))
726
792
 
727
793
  ## [v0.10.2](https://github.com/cfndsl/cfndsl/tree/v0.10.2) (2016-08-25)
794
+
728
795
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.10.1...v0.10.2)
729
796
 
730
797
  **Merged pull requests:**
@@ -732,6 +799,7 @@
732
799
  - Add SsmAssociations to EC2 Instance resource. [\#223](https://github.com/cfndsl/cfndsl/pull/223) ([pvdvreede](https://github.com/pvdvreede))
733
800
 
734
801
  ## [v0.10.1](https://github.com/cfndsl/cfndsl/tree/v0.10.1) (2016-08-24)
802
+
735
803
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.10.0...v0.10.1)
736
804
 
737
805
  **Merged pull requests:**
@@ -739,6 +807,7 @@
739
807
  - adding elasticache tags [\#216](https://github.com/cfndsl/cfndsl/pull/216) ([jstenhouse](https://github.com/jstenhouse))
740
808
 
741
809
  ## [v0.10.0](https://github.com/cfndsl/cfndsl/tree/v0.10.0) (2016-08-22)
810
+
742
811
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.9.5...v0.10.0)
743
812
 
744
813
  **Merged pull requests:**
@@ -750,6 +819,7 @@
750
819
  - Add EC2::FlowLog [\#215](https://github.com/cfndsl/cfndsl/pull/215) ([webdevwilson](https://github.com/webdevwilson))
751
820
 
752
821
  ## [v0.9.5](https://github.com/cfndsl/cfndsl/tree/v0.9.5) (2016-07-26)
822
+
753
823
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.9.4...v0.9.5)
754
824
 
755
825
  **Implemented enhancements:**
@@ -757,6 +827,7 @@
757
827
  - Plurals spec [\#212](https://github.com/cfndsl/cfndsl/pull/212) ([kornypoet](https://github.com/kornypoet))
758
828
 
759
829
  ## [v0.9.4](https://github.com/cfndsl/cfndsl/tree/v0.9.4) (2016-07-26)
830
+
760
831
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.9.3...v0.9.4)
761
832
 
762
833
  **Implemented enhancements:**
@@ -764,6 +835,7 @@
764
835
  - Names spec [\#211](https://github.com/cfndsl/cfndsl/pull/211) ([kornypoet](https://github.com/kornypoet))
765
836
 
766
837
  ## [v0.9.3](https://github.com/cfndsl/cfndsl/tree/v0.9.3) (2016-07-26)
838
+
767
839
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.9.2...v0.9.3)
768
840
 
769
841
  **Merged pull requests:**
@@ -771,6 +843,7 @@
771
843
  - AWS::WAF Type [\#208](https://github.com/cfndsl/cfndsl/pull/208) ([kornypoet](https://github.com/kornypoet))
772
844
 
773
845
  ## [v0.9.2](https://github.com/cfndsl/cfndsl/tree/v0.9.2) (2016-07-06)
846
+
774
847
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.9.1...v0.9.2)
775
848
 
776
849
  **Fixed bugs:**
@@ -778,6 +851,7 @@
778
851
  - Cfndsl206 apigateway resource [\#207](https://github.com/cfndsl/cfndsl/pull/207) ([gergnz](https://github.com/gergnz))
779
852
 
780
853
  ## [v0.9.1](https://github.com/cfndsl/cfndsl/tree/v0.9.1) (2016-06-22)
854
+
781
855
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.9.0...v0.9.1)
782
856
 
783
857
  **Implemented enhancements:**
@@ -791,6 +865,7 @@
791
865
  - Api gateway [\#201](https://github.com/cfndsl/cfndsl/pull/201) ([webdevwilson](https://github.com/webdevwilson))
792
866
 
793
867
  ## [v0.9.0](https://github.com/cfndsl/cfndsl/tree/v0.9.0) (2016-06-22)
868
+
794
869
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.8.9...v0.9.0)
795
870
 
796
871
  **Implemented enhancements:**
@@ -798,6 +873,7 @@
798
873
  - Exparams class methods [\#187](https://github.com/cfndsl/cfndsl/pull/187) ([kornypoet](https://github.com/kornypoet))
799
874
 
800
875
  ## [v0.8.9](https://github.com/cfndsl/cfndsl/tree/v0.8.9) (2016-06-02)
876
+
801
877
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.8.8...v0.8.9)
802
878
 
803
879
  **Merged pull requests:**
@@ -805,6 +881,7 @@
805
881
  - Add Tags attribute to ELB [\#200](https://github.com/cfndsl/cfndsl/pull/200) ([webdevwilson](https://github.com/webdevwilson))
806
882
 
807
883
  ## [v0.8.8](https://github.com/cfndsl/cfndsl/tree/v0.8.8) (2016-06-02)
884
+
808
885
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.8.7...v0.8.8)
809
886
 
810
887
  **Merged pull requests:**
@@ -812,6 +889,7 @@
812
889
  - Add AWS RDS Option Group to types. [\#198](https://github.com/cfndsl/cfndsl/pull/198) ([pvdvreede](https://github.com/pvdvreede))
813
890
 
814
891
  ## [v0.8.7](https://github.com/cfndsl/cfndsl/tree/v0.8.7) (2016-06-02)
892
+
815
893
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.8.6...v0.8.7)
816
894
 
817
895
  **Implemented enhancements:**
@@ -820,6 +898,7 @@
820
898
  - Update types.yaml - fixed tenancey typo [\#194](https://github.com/cfndsl/cfndsl/pull/194) ([johnhyland](https://github.com/johnhyland))
821
899
 
822
900
  ## [v0.8.6](https://github.com/cfndsl/cfndsl/tree/v0.8.6) (2016-05-05)
901
+
823
902
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.8.5...v0.8.6)
824
903
 
825
904
  **Implemented enhancements:**
@@ -831,6 +910,7 @@
831
910
  - Adding MicrosoftAD to AWS types. [\#193](https://github.com/cfndsl/cfndsl/pull/193) ([pvdvreede](https://github.com/pvdvreede))
832
911
 
833
912
  ## [v0.8.5](https://github.com/cfndsl/cfndsl/tree/v0.8.5) (2016-05-04)
913
+
834
914
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.8.4...v0.8.5)
835
915
 
836
916
  **Implemented enhancements:**
@@ -843,6 +923,7 @@
843
923
  - Add cloudwatch events type [\#189](https://github.com/cfndsl/cfndsl/pull/189) ([gergnz](https://github.com/gergnz))
844
924
 
845
925
  ## [v0.8.4](https://github.com/cfndsl/cfndsl/tree/v0.8.4) (2016-05-03)
926
+
846
927
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.8.3...v0.8.4)
847
928
 
848
929
  **Merged pull requests:**
@@ -850,6 +931,7 @@
850
931
  - remove duplicate nat g/w definition [\#190](https://github.com/cfndsl/cfndsl/pull/190) ([gergnz](https://github.com/gergnz))
851
932
 
852
933
  ## [v0.8.3](https://github.com/cfndsl/cfndsl/tree/v0.8.3) (2016-04-27)
934
+
853
935
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.8.2...v0.8.3)
854
936
 
855
937
  **Fixed bugs:**
@@ -857,6 +939,7 @@
857
939
  - Add tag arguments [\#188](https://github.com/cfndsl/cfndsl/pull/188) ([kornypoet](https://github.com/kornypoet))
858
940
 
859
941
  ## [v0.8.2](https://github.com/cfndsl/cfndsl/tree/v0.8.2) (2016-04-27)
942
+
860
943
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.8.1...v0.8.2)
861
944
 
862
945
  **Merged pull requests:**
@@ -864,50 +947,43 @@
864
947
  - Updated OpsWorks\_Stack to include ChefConfiguration [\#186](https://github.com/cfndsl/cfndsl/pull/186) ([webdevwilson](https://github.com/webdevwilson))
865
948
 
866
949
  ## [v0.8.1](https://github.com/cfndsl/cfndsl/tree/v0.8.1) (2016-04-27)
950
+
867
951
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.8.0...v0.8.1)
868
952
 
953
+ **Implemented enhancements:**
954
+
955
+ - Use as\_json instead of to\_json [\#157](https://github.com/cfndsl/cfndsl/pull/157) ([johnf](https://github.com/johnf))
956
+
869
957
  **Merged pull requests:**
870
958
 
871
959
  - Add in Route53 Health Check Tags as a type [\#185](https://github.com/cfndsl/cfndsl/pull/185) ([gergnz](https://github.com/gergnz))
872
960
 
873
961
  ## [v0.8.0](https://github.com/cfndsl/cfndsl/tree/v0.8.0) (2016-04-27)
874
- [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.7.0...v0.8.0)
875
-
876
- **Implemented enhancements:**
877
-
878
- - Use as\_json instead of to\_json [\#157](https://github.com/cfndsl/cfndsl/pull/157) ([johnf](https://github.com/johnf))
879
-
880
- **Fixed bugs:**
881
962
 
882
- - Use as\\_json instead of to\\_json [\#157](https://github.com/cfndsl/cfndsl/pull/157) ([johnf](https://github.com/johnf))
963
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.7.0...v0.8.0)
883
964
 
884
965
  ## [v0.7.0](https://github.com/cfndsl/cfndsl/tree/v0.7.0) (2016-04-27)
966
+
885
967
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.6.2...v0.7.0)
886
968
 
887
969
  **Implemented enhancements:**
888
970
 
889
971
  - Fix the issue with plural types [\#153](https://github.com/cfndsl/cfndsl/pull/153) ([johnf](https://github.com/johnf))
890
972
 
891
- **Fixed bugs:**
892
-
893
- - Fix the issue with plural types [\#153](https://github.com/cfndsl/cfndsl/pull/153) ([johnf](https://github.com/johnf))
894
-
895
973
  ## [v0.6.2](https://github.com/cfndsl/cfndsl/tree/v0.6.2) (2016-04-19)
974
+
896
975
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.6.1...v0.6.2)
897
976
 
898
977
  **Implemented enhancements:**
899
978
 
900
979
  - Fix for \#181 - deprecation warning [\#182](https://github.com/cfndsl/cfndsl/pull/182) ([cmaxwellau](https://github.com/cmaxwellau))
901
980
 
902
- **Fixed bugs:**
903
-
904
- - Fix for \\#181 - deprecation warning [\#182](https://github.com/cfndsl/cfndsl/pull/182) ([cmaxwellau](https://github.com/cmaxwellau))
905
-
906
981
  **Closed issues:**
907
982
 
908
983
  - Deprecation warning with rake 11.1.2 [\#181](https://github.com/cfndsl/cfndsl/issues/181)
909
984
 
910
985
  ## [v0.6.1](https://github.com/cfndsl/cfndsl/tree/v0.6.1) (2016-04-18)
986
+
911
987
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.6.0...v0.6.1)
912
988
 
913
989
  **Implemented enhancements:**
@@ -919,6 +995,7 @@
919
995
  - Update types.yaml [\#180](https://github.com/cfndsl/cfndsl/pull/180) ([herebebogans](https://github.com/herebebogans))
920
996
 
921
997
  ## [v0.6.0](https://github.com/cfndsl/cfndsl/tree/v0.6.0) (2016-04-18)
998
+
922
999
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.5.2...v0.6.0)
923
1000
 
924
1001
  **Implemented enhancements:**
@@ -926,14 +1003,15 @@
926
1003
  - External params [\#179](https://github.com/cfndsl/cfndsl/pull/179) ([kornypoet](https://github.com/kornypoet))
927
1004
 
928
1005
  ## [v0.5.2](https://github.com/cfndsl/cfndsl/tree/v0.5.2) (2016-04-15)
1006
+
929
1007
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.5.1...v0.5.2)
930
1008
 
931
1009
  **Fixed bugs:**
932
1010
 
933
1011
  - 5.0 release breaks addTag [\#175](https://github.com/cfndsl/cfndsl/issues/175)
934
- - Remove erroneous logstream output [\#178](https://github.com/cfndsl/cfndsl/pull/178) ([stevenjack](https://github.com/stevenjack))
935
1012
 
936
1013
  ## [v0.5.1](https://github.com/cfndsl/cfndsl/tree/v0.5.1) (2016-04-15)
1014
+
937
1015
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.5.0...v0.5.1)
938
1016
 
939
1017
  **Implemented enhancements:**
@@ -949,6 +1027,7 @@
949
1027
  - Pretty printing no longer working with Rake builds [\#176](https://github.com/cfndsl/cfndsl/issues/176)
950
1028
 
951
1029
  ## [v0.5.0](https://github.com/cfndsl/cfndsl/tree/v0.5.0) (2016-04-13)
1030
+
952
1031
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.4.4...v0.5.0)
953
1032
 
954
1033
  **Implemented enhancements:**
@@ -957,9 +1036,9 @@
957
1036
  - cfndsl\_examples [\#83](https://github.com/cfndsl/cfndsl/issues/83)
958
1037
  - The Juno release of Openstack Heat has a whole new floatilla of resources [\#67](https://github.com/cfndsl/cfndsl/issues/67)
959
1038
  - CLI Tests [\#169](https://github.com/cfndsl/cfndsl/pull/169) ([kornypoet](https://github.com/kornypoet))
960
- - Rubocop fixes [\#161](https://github.com/cfndsl/cfndsl/pull/161) ([stevenjack](https://github.com/stevenjack))
961
1039
 
962
1040
  ## [v0.4.4](https://github.com/cfndsl/cfndsl/tree/v0.4.4) (2016-04-01)
1041
+
963
1042
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.4.2...v0.4.4)
964
1043
 
965
1044
  **Closed issues:**
@@ -967,9 +1046,11 @@
967
1046
  - Updating aws\_types.yaml? [\#165](https://github.com/cfndsl/cfndsl/issues/165)
968
1047
 
969
1048
  ## [v0.4.2](https://github.com/cfndsl/cfndsl/tree/v0.4.2) (2016-03-03)
1049
+
970
1050
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.4.3...v0.4.2)
971
1051
 
972
1052
  ## [v0.4.3](https://github.com/cfndsl/cfndsl/tree/v0.4.3) (2016-03-01)
1053
+
973
1054
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.4.1...v0.4.3)
974
1055
 
975
1056
  **Closed issues:**
@@ -977,12 +1058,15 @@
977
1058
  - Support the Elasticsearch Service [\#155](https://github.com/cfndsl/cfndsl/issues/155)
978
1059
 
979
1060
  ## [v0.4.1](https://github.com/cfndsl/cfndsl/tree/v0.4.1) (2016-02-18)
1061
+
980
1062
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.4.0...v0.4.1)
981
1063
 
982
1064
  ## [v0.4.0](https://github.com/cfndsl/cfndsl/tree/v0.4.0) (2016-02-11)
1065
+
983
1066
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.3.6...v0.4.0)
984
1067
 
985
1068
  ## [v0.3.6](https://github.com/cfndsl/cfndsl/tree/v0.3.6) (2016-02-09)
1069
+
986
1070
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.3.5...v0.3.6)
987
1071
 
988
1072
  **Implemented enhancements:**
@@ -990,9 +1074,11 @@
990
1074
  - Pretty-formatted multi-line output JSON [\#149](https://github.com/cfndsl/cfndsl/issues/149)
991
1075
 
992
1076
  ## [v0.3.5](https://github.com/cfndsl/cfndsl/tree/v0.3.5) (2016-02-03)
1077
+
993
1078
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.3.4...v0.3.5)
994
1079
 
995
1080
  ## [v0.3.4](https://github.com/cfndsl/cfndsl/tree/v0.3.4) (2016-01-28)
1081
+
996
1082
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.3.3...v0.3.4)
997
1083
 
998
1084
  **Merged pull requests:**
@@ -1000,6 +1086,7 @@
1000
1086
  - add AutoScalingConfiguration missing property [\#144](https://github.com/cfndsl/cfndsl/pull/144) ([kornypoet](https://github.com/kornypoet))
1001
1087
 
1002
1088
  ## [v0.3.3](https://github.com/cfndsl/cfndsl/tree/v0.3.3) (2015-12-26)
1089
+
1003
1090
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.3.2...v0.3.3)
1004
1091
 
1005
1092
  **Closed issues:**
@@ -1008,6 +1095,7 @@
1008
1095
  - Add support for KMS::Key [\#140](https://github.com/cfndsl/cfndsl/issues/140)
1009
1096
 
1010
1097
  ## [v0.3.2](https://github.com/cfndsl/cfndsl/tree/v0.3.2) (2015-11-20)
1098
+
1011
1099
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.3.1...v0.3.2)
1012
1100
 
1013
1101
  **Merged pull requests:**
@@ -1019,24 +1107,31 @@
1019
1107
  - Enable NotificationConfigurations on S3 Bucket object [\#131](https://github.com/cfndsl/cfndsl/pull/131) ([webdevwilson](https://github.com/webdevwilson))
1020
1108
 
1021
1109
  ## [v0.3.1](https://github.com/cfndsl/cfndsl/tree/v0.3.1) (2015-10-29)
1110
+
1022
1111
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.2.9...v0.3.1)
1023
1112
 
1024
1113
  ## [v0.2.9](https://github.com/cfndsl/cfndsl/tree/v0.2.9) (2015-10-29)
1114
+
1025
1115
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.2.8...v0.2.9)
1026
1116
 
1027
1117
  ## [v0.2.8](https://github.com/cfndsl/cfndsl/tree/v0.2.8) (2015-10-29)
1118
+
1028
1119
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.2.7...v0.2.8)
1029
1120
 
1030
1121
  ## [v0.2.7](https://github.com/cfndsl/cfndsl/tree/v0.2.7) (2015-10-14)
1122
+
1031
1123
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.2.4...v0.2.7)
1032
1124
 
1033
1125
  ## [v0.2.4](https://github.com/cfndsl/cfndsl/tree/v0.2.4) (2015-09-29)
1126
+
1034
1127
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.3.0...v0.2.4)
1035
1128
 
1036
1129
  ## [v0.3.0](https://github.com/cfndsl/cfndsl/tree/v0.3.0) (2015-09-29)
1130
+
1037
1131
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.2.3...v0.3.0)
1038
1132
 
1039
1133
  ## [v0.2.3](https://github.com/cfndsl/cfndsl/tree/v0.2.3) (2015-08-26)
1134
+
1040
1135
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.2.2...v0.2.3)
1041
1136
 
1042
1137
  **Closed issues:**
@@ -1044,12 +1139,15 @@
1044
1139
  - Undefined symbol: EC2MountPoint - possible issue? [\#124](https://github.com/cfndsl/cfndsl/issues/124)
1045
1140
 
1046
1141
  ## [v0.2.2](https://github.com/cfndsl/cfndsl/tree/v0.2.2) (2015-08-10)
1142
+
1047
1143
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.2.1...v0.2.2)
1048
1144
 
1049
1145
  ## [v0.2.1](https://github.com/cfndsl/cfndsl/tree/v0.2.1) (2015-08-10)
1146
+
1050
1147
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.2.0...v0.2.1)
1051
1148
 
1052
1149
  ## [v0.2.0](https://github.com/cfndsl/cfndsl/tree/v0.2.0) (2015-08-10)
1150
+
1053
1151
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.1.20...v0.2.0)
1054
1152
 
1055
1153
  **Closed issues:**
@@ -1057,6 +1155,7 @@
1057
1155
  - Add support for IAM::Group ManagedPolicyArns [\#119](https://github.com/cfndsl/cfndsl/issues/119)
1058
1156
 
1059
1157
  ## [v0.1.20](https://github.com/cfndsl/cfndsl/tree/v0.1.20) (2015-07-22)
1158
+
1060
1159
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.1.19...v0.1.20)
1061
1160
 
1062
1161
  **Closed issues:**
@@ -1065,6 +1164,7 @@
1065
1164
  - aws\_types.aws AWS::SQS::Queue missing property QueueName: String [\#108](https://github.com/cfndsl/cfndsl/issues/108)
1066
1165
 
1067
1166
  ## [v0.1.19](https://github.com/cfndsl/cfndsl/tree/v0.1.19) (2015-07-16)
1167
+
1068
1168
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.1.18...v0.1.19)
1069
1169
 
1070
1170
  **Closed issues:**
@@ -1072,12 +1172,15 @@
1072
1172
  - SecurityGroupIngress/Egress formatting with additional \[\] [\#109](https://github.com/cfndsl/cfndsl/issues/109)
1073
1173
 
1074
1174
  ## [v0.1.18](https://github.com/cfndsl/cfndsl/tree/v0.1.18) (2015-06-22)
1175
+
1075
1176
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.1.17...v0.1.18)
1076
1177
 
1077
1178
  ## [v0.1.17](https://github.com/cfndsl/cfndsl/tree/v0.1.17) (2015-06-22)
1179
+
1078
1180
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.1.16...v0.1.17)
1079
1181
 
1080
1182
  ## [v0.1.16](https://github.com/cfndsl/cfndsl/tree/v0.1.16) (2015-06-15)
1183
+
1081
1184
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.1.15...v0.1.16)
1082
1185
 
1083
1186
  **Fixed bugs:**
@@ -1085,6 +1188,7 @@
1085
1188
  - PreferredAvailabilityZone Property on ElastiCache\_CacheCluster is incorrect [\#92](https://github.com/cfndsl/cfndsl/issues/92)
1086
1189
 
1087
1190
  ## [v0.1.15](https://github.com/cfndsl/cfndsl/tree/v0.1.15) (2015-05-10)
1191
+
1088
1192
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.1.14...v0.1.15)
1089
1193
 
1090
1194
  **Closed issues:**
@@ -1092,6 +1196,7 @@
1092
1196
  - Oddity where do/end block breaks expectations, but {} works fine? [\#86](https://github.com/cfndsl/cfndsl/issues/86)
1093
1197
 
1094
1198
  ## [v0.1.14](https://github.com/cfndsl/cfndsl/tree/v0.1.14) (2015-04-24)
1199
+
1095
1200
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.1.11...v0.1.14)
1096
1201
 
1097
1202
  **Implemented enhancements:**
@@ -1104,6 +1209,7 @@
1104
1209
  - Add Route53::HostedZone and Route53::HealthCheck [\#85](https://github.com/cfndsl/cfndsl/pull/85) ([benley](https://github.com/benley))
1105
1210
 
1106
1211
  ## [v0.1.11](https://github.com/cfndsl/cfndsl/tree/v0.1.11) (2015-02-05)
1212
+
1107
1213
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.1.10...v0.1.11)
1108
1214
 
1109
1215
  **Implemented enhancements:**
@@ -1111,9 +1217,11 @@
1111
1217
  - "AWS::SNS::Topic" does not appear to be fully defined [\#81](https://github.com/cfndsl/cfndsl/issues/81)
1112
1218
 
1113
1219
  ## [v0.1.10](https://github.com/cfndsl/cfndsl/tree/v0.1.10) (2015-01-19)
1220
+
1114
1221
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.1.9...v0.1.10)
1115
1222
 
1116
1223
  ## [v0.1.9](https://github.com/cfndsl/cfndsl/tree/v0.1.9) (2015-01-13)
1224
+
1117
1225
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.1.8...v0.1.9)
1118
1226
 
1119
1227
  **Closed issues:**
@@ -1125,9 +1233,11 @@
1125
1233
  - Fixes a typo in cfndsl.rb that was causing an error when in verbose mode... [\#76](https://github.com/cfndsl/cfndsl/pull/76) ([scottabutler](https://github.com/scottabutler))
1126
1234
 
1127
1235
  ## [v0.1.8](https://github.com/cfndsl/cfndsl/tree/v0.1.8) (2015-01-02)
1236
+
1128
1237
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.1.7...v0.1.8)
1129
1238
 
1130
1239
  ## [v0.1.7](https://github.com/cfndsl/cfndsl/tree/v0.1.7) (2014-12-26)
1240
+
1131
1241
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.1.3...v0.1.7)
1132
1242
 
1133
1243
  **Closed issues:**
@@ -1152,6 +1262,7 @@
1152
1262
  - Add NetworkInterface resource Closes \#54 [\#55](https://github.com/cfndsl/cfndsl/pull/55) ([erikmack](https://github.com/erikmack))
1153
1263
 
1154
1264
  ## [v0.1.3](https://github.com/cfndsl/cfndsl/tree/v0.1.3) (2014-07-02)
1265
+
1155
1266
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.1.2...v0.1.3)
1156
1267
 
1157
1268
  **Fixed bugs:**
@@ -1163,6 +1274,7 @@
1163
1274
  - Output to a string instead of STDOUT? [\#23](https://github.com/cfndsl/cfndsl/issues/23)
1164
1275
 
1165
1276
  ## [v0.1.2](https://github.com/cfndsl/cfndsl/tree/v0.1.2) (2014-05-28)
1277
+
1166
1278
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.1.1...v0.1.2)
1167
1279
 
1168
1280
  **Closed issues:**
@@ -1170,6 +1282,7 @@
1170
1282
  - Publish Updated Gem? [\#50](https://github.com/cfndsl/cfndsl/issues/50)
1171
1283
 
1172
1284
  ## [v0.1.1](https://github.com/cfndsl/cfndsl/tree/v0.1.1) (2014-05-14)
1285
+
1173
1286
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.1.0...v0.1.1)
1174
1287
 
1175
1288
  **Closed issues:**
@@ -1181,6 +1294,9 @@
1181
1294
  - Change license to MIT and update gemfile [\#48](https://github.com/cfndsl/cfndsl/pull/48) ([stevenjack](https://github.com/stevenjack))
1182
1295
 
1183
1296
  ## [v0.1.0](https://github.com/cfndsl/cfndsl/tree/v0.1.0) (2014-05-13)
1297
+
1298
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/28b75a5024ee1768113950cfcf317f97c691f608...v0.1.0)
1299
+
1184
1300
  **Implemented enhancements:**
1185
1301
 
1186
1302
  - Adds missing Pseudo Parameters [\#40](https://github.com/cfndsl/cfndsl/pull/40) ([stevenjack](https://github.com/stevenjack))
@@ -1226,4 +1342,4 @@
1226
1342
 
1227
1343
 
1228
1344
 
1229
- \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
1345
+ \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
data/Rakefile CHANGED
@@ -81,7 +81,7 @@ task :bump, :type do |_, args|
81
81
  Rake::Task[:changelog].execute
82
82
 
83
83
  contents = File.read version_path
84
- updated_contents = contents.gsub(/'[0-9\.]+'/, "'#{version}'")
84
+ updated_contents = contents.gsub(/'[0-9.]+'/, "'#{version}'")
85
85
  File.write(version_path, updated_contents)
86
86
 
87
87
  puts 'Commiting version update'
@@ -22,7 +22,7 @@ module CfnDsl
22
22
  # Handles the overall template object
23
23
  # rubocop:disable Metrics/ClassLength
24
24
  class OrchestrationTemplate < JSONable
25
- dsl_attr_setter :AWSTemplateFormatVersion, :Description, :Metadata, :Transform
25
+ dsl_attr_setter :AWSTemplateFormatVersion, :Description, :Metadata, :Transform, :Hooks
26
26
  dsl_content_object :Condition, :Parameter, :Output, :Resource, :Mapping, :Rule
27
27
 
28
28
  GLOBAL_REFS = {
@@ -5,7 +5,7 @@ require_relative 'jsonable'
5
5
  module CfnDsl
6
6
  # Handles Resource objects
7
7
  class ResourceDefinition < JSONable
8
- dsl_attr_setter :Type, :DependsOn, :DeletionPolicy, :Condition, :Metadata
8
+ dsl_attr_setter :Type, :DependsOn, :UpdateReplacePolicy, :DeletionPolicy, :Condition, :Metadata
9
9
  dsl_content_object :Property, :UpdatePolicy, :CreationPolicy
10
10
 
11
11
  def add_tag(name, value, propagate = nil)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CfnDsl
4
- VERSION = '1.1.0'
4
+ VERSION = '1.1.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cfndsl
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Jack
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: exe
13
13
  cert_chain: []
14
- date: 2020-05-31 00:00:00.000000000 Z
14
+ date: 2020-06-02 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: bundler