cfndsl 1.3.7 → 1.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e4a4dc3e74e9148bb00af80f778d8fdec6ec7787c8f672650665fded6ed1f844
4
- data.tar.gz: 774b8ce5a9b6026145be6419676c93163fb0c4dd17aefc3f15dd7f9faf3e9fed
3
+ metadata.gz: 79eb39e5dd5d8403e7e8c18c9575f34b8b36ad0bfc2da0a071d5f2801cf5458c
4
+ data.tar.gz: ebb8340506f338e383593c1203ad8f20d5d5205868fd9ca2589fa6f9a9df8e65
5
5
  SHA512:
6
- metadata.gz: a7206da484e758c46c35a6703c23a98c08562323543dcd352ae199eef76659535ebcef19a115e91d202ed2ef9ebcbfc80ee3a73dc5ef9a916403f73279a7e3c5
7
- data.tar.gz: bdded26b0d6d947c61e29e63189a58c6d21246d05961922e5eddfd44990e8a1d05bcc3894d1a1c1f57ba34421d822d704d8ee5a006aa9123fdb4a429ea5ba732
6
+ metadata.gz: 5e42e46f770dfa66edae600312633b33e0624ef6d8bc7622f62954c4305db78a1c195aa37da4623866fafbd9f1284c5fa3456675cef72541abb17076266b40e6
7
+ data.tar.gz: ed493b283619389be0796b4b3d6625d7e8f819a902865c434f3f1095ee8b4cc616fcaeb6ecce5587450b52caf8f928b904874473377ae1518b9f74a26ec837a2
data/CHANGELOG.md CHANGED
@@ -1,17 +1,37 @@
1
1
  # Changelog
2
2
 
3
- ## [1.3.7](https://github.com/cfndsl/cfndsl/tree/1.3.7) (2022-06-30)
3
+ ## [1.4.0](https://github.com/cfndsl/cfndsl/tree/1.4.0) (2022-08-28)
4
4
 
5
- [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.3.6...1.3.7)
5
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.3.9...1.4.0)
6
6
 
7
- **Closed issues:**
7
+ **Merged pull requests:**
8
8
 
9
- - Missing AWS::ElasticLoadBalancingV2::LoadBalancer SubnetMapping [\#479](https://github.com/cfndsl/cfndsl/issues/479)
9
+ - Spec 20220828 [\#482](https://github.com/cfndsl/cfndsl/pull/482) ([lwoggardner](https://github.com/lwoggardner))
10
+
11
+ ## [v1.3.9](https://github.com/cfndsl/cfndsl/tree/v1.3.9) (2022-07-26)
12
+
13
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.3.8...v1.3.9)
14
+
15
+ **Merged pull requests:**
16
+
17
+ - Fix output typos [\#481](https://github.com/cfndsl/cfndsl/pull/481) ([mitchclarkebase2](https://github.com/mitchclarkebase2))
18
+
19
+ ## [v1.3.8](https://github.com/cfndsl/cfndsl/tree/v1.3.8) (2022-06-30)
20
+
21
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.3.7...v1.3.8)
10
22
 
11
23
  **Merged pull requests:**
12
24
 
13
25
  - Fix for cfndsl list command, undefined method 'Resources' [\#480](https://github.com/cfndsl/cfndsl/pull/480) ([avasisht](https://github.com/avasisht))
14
26
 
27
+ ## [v1.3.7](https://github.com/cfndsl/cfndsl/tree/v1.3.7) (2022-06-30)
28
+
29
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.3.6...v1.3.7)
30
+
31
+ **Closed issues:**
32
+
33
+ - Missing AWS::ElasticLoadBalancingV2::LoadBalancer SubnetMapping [\#479](https://github.com/cfndsl/cfndsl/issues/479)
34
+
15
35
  ## [v1.3.6](https://github.com/cfndsl/cfndsl/tree/v1.3.6) (2022-06-07)
16
36
 
17
37
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.3.5...v1.3.6)
data/README.md CHANGED
@@ -443,7 +443,7 @@ Usage: cfndsl [options] FILE
443
443
  -p, --pretty Pretty-format output JSON
444
444
  -f, --format FORMAT Specify the output format (JSON default)
445
445
  -D, --define "VARIABLE=VALUE" Directly set local VARIABLE as VALUE
446
- -v, --verbose Turn on verbose ouptut
446
+ -v, --verbose Turn on verbose output
447
447
  -m, --disable-deep-merge Disable deep merging of yaml
448
448
  -s, --specification-file FILE Location of Cloudformation Resource Specification file
449
449
  -u [VERSION], Update the Resource Specification file to latest, or specific version