cfndsl 1.3.0 → 1.3.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: 4888acd0e17faf09fae382e22f218de5c1fcf3c734d2d6354df78f2980fab112
4
- data.tar.gz: 90983fc52aba48a1f8ed2b171b15bdc6c87c4e8797938b821bb2f9063bbaa897
3
+ metadata.gz: 63aa8fabcacf35f10e2bf292865366cc7aa00a6916a2f57bf0ecc6030fead851
4
+ data.tar.gz: c85aef571978952c8a226a1ca96af578c20934f141e5603438ab6dca960d4a38
5
5
  SHA512:
6
- metadata.gz: 55bef3d697fabf51322e0e460d5a1c408ad3eed169eda5bf9ef41d722391327dff41a593f92eb2d89b258cf31a31919e3e055d4a6538ba46c1fbd6251664fc61
7
- data.tar.gz: 821e4142a8e694f14c69ef73efecb65d757096f2b8255fa4cf7c172dca1299e5184e00c06119e6ad94aa6d4d75aac1b274237122532d854b34c6c197d6055efa
6
+ metadata.gz: 5892bd73b874391a0d066a9b52f30cb839d1f0cfebfd1dc0ae3cfe72ce3283954b5b1cb647df0a19f0eba441fbdbcb9fd04cdec5d6726b248ad17b7ee271921d
7
+ data.tar.gz: 0ec32e06ca1018d1675479dcc6ffdabdde1c41ffd487e4f6ae28a32cb035ccc35f2ddd047923f560f7c5fa51f948aaa18c1b6780e14cf40786a57d1626e3b0db
@@ -1,6 +1,7 @@
1
1
  language: ruby
2
2
  rvm:
3
3
  - 2.7
4
+ - '3.0'
4
5
  sudo: false
5
6
  before_install:
6
7
  - gem update --system
@@ -1,8 +1,16 @@
1
1
  # Changelog
2
2
 
3
- ## [1.3.0](https://github.com/cfndsl/cfndsl/tree/1.3.0) (2021-01-04)
3
+ ## [1.3.1](https://github.com/cfndsl/cfndsl/tree/1.3.1) (2021-01-23)
4
4
 
5
- [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.2.0...1.3.0)
5
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.3.0...1.3.1)
6
+
7
+ **Merged pull requests:**
8
+
9
+ - Allow running on Ruby 3.0 [\#469](https://github.com/cfndsl/cfndsl/pull/469) ([orien](https://github.com/orien))
10
+
11
+ ## [v1.3.0](https://github.com/cfndsl/cfndsl/tree/v1.3.0) (2021-01-03)
12
+
13
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.2.0...v1.3.0)
6
14
 
7
15
  **Closed issues:**
8
16
 
@@ -12,6 +20,7 @@
12
20
 
13
21
  **Merged pull requests:**
14
22
 
23
+ - Version updates [\#468](https://github.com/cfndsl/cfndsl/pull/468) ([gergnz](https://github.com/gergnz))
15
24
  - enable resource version 22.0.0, some type processing fixes [\#467](https://github.com/cfndsl/cfndsl/pull/467) ([toshke](https://github.com/toshke))
16
25
 
17
26
  ## [v1.2.0](https://github.com/cfndsl/cfndsl/tree/v1.2.0) (2020-07-29)
@@ -41,7 +50,6 @@
41
50
  - test workaround for \#460 [\#463](https://github.com/cfndsl/cfndsl/pull/463) ([lwoggardner](https://github.com/lwoggardner))
42
51
  - Bring up to date [\#462](https://github.com/cfndsl/cfndsl/pull/462) ([lwoggardner](https://github.com/lwoggardner))
43
52
  - Update cfndsl raison d'être [\#461](https://github.com/cfndsl/cfndsl/pull/461) ([lwoggardner](https://github.com/lwoggardner))
44
- - Fix \#455 [\#456](https://github.com/cfndsl/cfndsl/pull/456) ([lwoggardner](https://github.com/lwoggardner))
45
53
 
46
54
  ## [v1.1.1](https://github.com/cfndsl/cfndsl/tree/v1.1.1) (2020-06-02)
47
55
 
@@ -60,6 +68,10 @@
60
68
 
61
69
  - Shorthand method of accessing resource attributes via FnSub fails reference checks [\#455](https://github.com/cfndsl/cfndsl/issues/455)
62
70
 
71
+ **Merged pull requests:**
72
+
73
+ - Fix \#455 [\#456](https://github.com/cfndsl/cfndsl/pull/456) ([lwoggardner](https://github.com/lwoggardner))
74
+
63
75
  ## [v1.0.6](https://github.com/cfndsl/cfndsl/tree/v1.0.6) (2020-04-23)
64
76
 
65
77
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.0.5...v1.0.6)
@@ -189,11 +201,12 @@
189
201
  **Merged pull requests:**
190
202
 
191
203
  - 1.0.0 pre rake and spec [\#427](https://github.com/cfndsl/cfndsl/pull/427) ([lwoggardner](https://github.com/lwoggardner))
204
+ - 1.0.0.pre merge fix403 [\#426](https://github.com/cfndsl/cfndsl/pull/426) ([lwoggardner](https://github.com/lwoggardner))
192
205
  - 1.0.0.pre merge with master [\#425](https://github.com/cfndsl/cfndsl/pull/425) ([lwoggardner](https://github.com/lwoggardner))
193
206
  - implement json patch for patches and pull in patches from CDK [\#386](https://github.com/cfndsl/cfndsl/pull/386) ([gergnz](https://github.com/gergnz))
207
+ - 0.x changes to 1.0.0.pre [\#361](https://github.com/cfndsl/cfndsl/pull/361) ([gergnz](https://github.com/gergnz))
194
208
  - merge ruby version fix into 1.0.0.pre branch [\#333](https://github.com/cfndsl/cfndsl/pull/333) ([gergnz](https://github.com/gergnz))
195
209
  - remove 'disable\_binding', merge 0.x changes [\#329](https://github.com/cfndsl/cfndsl/pull/329) ([gergnz](https://github.com/gergnz))
196
- - Modernize cfndsl executable [\#319](https://github.com/cfndsl/cfndsl/pull/319) ([kornypoet](https://github.com/kornypoet))
197
210
  - Remove support for OpenStack Heat [\#318](https://github.com/cfndsl/cfndsl/pull/318) ([kornypoet](https://github.com/kornypoet))
198
211
 
199
212
  ## [v0.17.4](https://github.com/cfndsl/cfndsl/tree/v0.17.4) (2019-10-06)
@@ -215,7 +228,6 @@
215
228
 
216
229
  **Merged pull requests:**
217
230
 
218
- - 1.0.0.pre merge fix403 [\#426](https://github.com/cfndsl/cfndsl/pull/426) ([lwoggardner](https://github.com/lwoggardner))
219
231
  - Fix for \#418. This time with less pre 1.0.... [\#420](https://github.com/cfndsl/cfndsl/pull/420) ([cmaxwellau](https://github.com/cmaxwellau))
220
232
 
221
233
  ## [v0.17.2](https://github.com/cfndsl/cfndsl/tree/v0.17.2) (2019-09-05)
@@ -394,7 +406,6 @@
394
406
 
395
407
  - add Fn::Cidr [\#364](https://github.com/cfndsl/cfndsl/pull/364) ([gergnz](https://github.com/gergnz))
396
408
  - fixes for rubocop [\#363](https://github.com/cfndsl/cfndsl/pull/363) ([gergnz](https://github.com/gergnz))
397
- - 0.x changes to 1.0.0.pre [\#361](https://github.com/cfndsl/cfndsl/pull/361) ([gergnz](https://github.com/gergnz))
398
409
 
399
410
  ## [v0.16.2](https://github.com/cfndsl/cfndsl/tree/v0.16.2) (2017-12-07)
400
411
 
@@ -448,6 +459,10 @@
448
459
  - Support for Lambda backed custom resources with shorthand [\#315](https://github.com/cfndsl/cfndsl/issues/315)
449
460
  - Merging cfnlego, cfn2dsl into cfndsl [\#272](https://github.com/cfndsl/cfndsl/issues/272)
450
461
 
462
+ **Merged pull requests:**
463
+
464
+ - Fix parameter parsing when its value contains equal symbol [\#340](https://github.com/cfndsl/cfndsl/pull/340) ([ans0600](https://github.com/ans0600))
465
+
451
466
  ## [v0.15.2](https://github.com/cfndsl/cfndsl/tree/v0.15.2) (2017-06-20)
452
467
 
453
468
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.15.1...v0.15.2)
@@ -479,7 +494,6 @@
479
494
 
480
495
  **Merged pull requests:**
481
496
 
482
- - Fix parameter parsing when its value contains equal symbol [\#340](https://github.com/cfndsl/cfndsl/pull/340) ([ans0600](https://github.com/ans0600))
483
497
  - Clean up of README [\#330](https://github.com/cfndsl/cfndsl/pull/330) ([elmobp](https://github.com/elmobp))
484
498
  - enable deep merge as the default for yaml [\#328](https://github.com/cfndsl/cfndsl/pull/328) ([gergnz](https://github.com/gergnz))
485
499
 
@@ -495,6 +509,10 @@
495
509
 
496
510
  - Error reading specification file on 0.13.0 [\#322](https://github.com/cfndsl/cfndsl/issues/322)
497
511
 
512
+ **Merged pull requests:**
513
+
514
+ - Modernize cfndsl executable [\#319](https://github.com/cfndsl/cfndsl/pull/319) ([kornypoet](https://github.com/kornypoet))
515
+
498
516
  ## [v0.13.1](https://github.com/cfndsl/cfndsl/tree/v0.13.1) (2017-05-17)
499
517
 
500
518
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.13.0...v0.13.1)
@@ -523,7 +541,6 @@
523
541
  **Merged pull requests:**
524
542
 
525
543
  - Remove release\_url config from github changelog generator [\#316](https://github.com/cfndsl/cfndsl/pull/316) ([mikechau](https://github.com/mikechau))
526
- - IAM Managed Policy: Add support for ManagedPolicyName property [\#310](https://github.com/cfndsl/cfndsl/pull/310) ([mikechau](https://github.com/mikechau))
527
544
  - WIP: Aws schema [\#278](https://github.com/cfndsl/cfndsl/pull/278) ([kornypoet](https://github.com/kornypoet))
528
545
 
529
546
  ## [v0.12.11](https://github.com/cfndsl/cfndsl/tree/v0.12.11) (2017-05-10)
@@ -557,6 +574,7 @@
557
574
  **Merged pull requests:**
558
575
 
559
576
  - CloudFormation::Stack: Add Tags property [\#311](https://github.com/cfndsl/cfndsl/pull/311) ([mikechau](https://github.com/mikechau))
577
+ - IAM Managed Policy: Add support for ManagedPolicyName property [\#310](https://github.com/cfndsl/cfndsl/pull/310) ([mikechau](https://github.com/mikechau))
560
578
 
561
579
  ## [v0.12.7](https://github.com/cfndsl/cfndsl/tree/v0.12.7) (2017-04-23)
562
580
 
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
17
17
  s.test_files = s.files.grep(%r{^(test|spec|features)/})
18
18
  s.require_paths = ['lib']
19
19
  s.bindir = 'exe'
20
- s.required_ruby_version = '~> 2.7'
20
+ s.required_ruby_version = '>= 2.7'
21
21
 
22
22
  s.executables << 'cfndsl'
23
23
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CfnDsl
4
- VERSION = '1.3.0'
4
+ VERSION = '1.3.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.3.0
4
+ version: 1.3.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: 2021-01-03 00:00:00.000000000 Z
14
+ date: 2021-01-23 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: bundler
@@ -184,7 +184,7 @@ require_paths:
184
184
  - lib
185
185
  required_ruby_version: !ruby/object:Gem::Requirement
186
186
  requirements:
187
- - - "~>"
187
+ - - ">="
188
188
  - !ruby/object:Gem::Version
189
189
  version: '2.7'
190
190
  required_rubygems_version: !ruby/object:Gem::Requirement