cfndsl 1.3.7 → 1.3.8
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 +4 -4
- data/CHANGELOG.md +10 -6
- data/lib/cfndsl/runner.rb +1 -1
- data/lib/cfndsl/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 44c4465eaa56cb135814ebea11dde4513e631819643e3489bfa0f7bee45964ad
|
|
4
|
+
data.tar.gz: '049fe199e55a9a4ad06b4665bf7971f7b9d225b7a206a248528b8311a6bf13d7'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: be48a8493f361793180c7b98ad76e57bce566aa70823380ca65408850fb09cfa0240a6767aee3c6f614ada5fe7e0d1a0dfbe8cfb8662c06d9d202a78b7245131
|
|
7
|
+
data.tar.gz: 80d31ed676b94bf904ecdd9d494e50350e89cb51f12a337b033e98862c87405f44b506796174520134b840579a56d9d339af8664fb4f2b804443883af181f589
|
data/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [1.3.
|
|
3
|
+
## [1.3.8](https://github.com/cfndsl/cfndsl/tree/1.3.8) (2022-06-30)
|
|
4
4
|
|
|
5
|
-
[Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.3.
|
|
6
|
-
|
|
7
|
-
**Closed issues:**
|
|
8
|
-
|
|
9
|
-
- Missing AWS::ElasticLoadBalancingV2::LoadBalancer SubnetMapping [\#479](https://github.com/cfndsl/cfndsl/issues/479)
|
|
5
|
+
[Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.3.7...1.3.8)
|
|
10
6
|
|
|
11
7
|
**Merged pull requests:**
|
|
12
8
|
|
|
13
9
|
- Fix for cfndsl list command, undefined method 'Resources' [\#480](https://github.com/cfndsl/cfndsl/pull/480) ([avasisht](https://github.com/avasisht))
|
|
14
10
|
|
|
11
|
+
## [v1.3.7](https://github.com/cfndsl/cfndsl/tree/v1.3.7) (2022-06-30)
|
|
12
|
+
|
|
13
|
+
[Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.3.6...v1.3.7)
|
|
14
|
+
|
|
15
|
+
**Closed issues:**
|
|
16
|
+
|
|
17
|
+
- Missing AWS::ElasticLoadBalancingV2::LoadBalancer SubnetMapping [\#479](https://github.com/cfndsl/cfndsl/issues/479)
|
|
18
|
+
|
|
15
19
|
## [v1.3.6](https://github.com/cfndsl/cfndsl/tree/v1.3.6) (2022-06-07)
|
|
16
20
|
|
|
17
21
|
[Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.3.5...v1.3.6)
|
data/lib/cfndsl/runner.rb
CHANGED
data/lib/cfndsl/version.rb
CHANGED