cfndsl 1.3.6 → 1.3.7
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 +16 -0
- data/README.md +1 -2
- data/lib/cfndsl/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e4a4dc3e74e9148bb00af80f778d8fdec6ec7787c8f672650665fded6ed1f844
|
|
4
|
+
data.tar.gz: 774b8ce5a9b6026145be6419676c93163fb0c4dd17aefc3f15dd7f9faf3e9fed
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a7206da484e758c46c35a6703c23a98c08562323543dcd352ae199eef76659535ebcef19a115e91d202ed2ef9ebcbfc80ee3a73dc5ef9a916403f73279a7e3c5
|
|
7
|
+
data.tar.gz: bdded26b0d6d947c61e29e63189a58c6d21246d05961922e5eddfd44990e8a1d05bcc3894d1a1c1f57ba34421d822d704d8ee5a006aa9123fdb4a429ea5ba732
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.3.7](https://github.com/cfndsl/cfndsl/tree/1.3.7) (2022-06-30)
|
|
4
|
+
|
|
5
|
+
[Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.3.6...1.3.7)
|
|
6
|
+
|
|
7
|
+
**Closed issues:**
|
|
8
|
+
|
|
9
|
+
- Missing AWS::ElasticLoadBalancingV2::LoadBalancer SubnetMapping [\#479](https://github.com/cfndsl/cfndsl/issues/479)
|
|
10
|
+
|
|
11
|
+
**Merged pull requests:**
|
|
12
|
+
|
|
13
|
+
- Fix for cfndsl list command, undefined method 'Resources' [\#480](https://github.com/cfndsl/cfndsl/pull/480) ([avasisht](https://github.com/avasisht))
|
|
14
|
+
|
|
15
|
+
## [v1.3.6](https://github.com/cfndsl/cfndsl/tree/v1.3.6) (2022-06-07)
|
|
16
|
+
|
|
17
|
+
[Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.3.5...v1.3.6)
|
|
18
|
+
|
|
3
19
|
## [v1.3.5](https://github.com/cfndsl/cfndsl/tree/v1.3.5) (2022-06-07)
|
|
4
20
|
|
|
5
21
|
[Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.3.4...v1.3.5)
|
data/README.md
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
cfndsl
|
|
2
2
|
======
|
|
3
3
|
|
|
4
|
-
[](https://github.com/cfndsl/cfndsl/actions/workflows/spec.yml)
|
|
5
5
|
[](http://badge.fury.io/rb/cfndsl)
|
|
6
|
-
[](https://gitter.im/cfndsl/cfndsl?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [](https://gitter.im/cfndsl/cfndsl?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
|
7
6
|
|
|
8
7
|
[AWS Cloudformation](http://docs.amazonwebservices.com/AWSCloudFormation/latest/UserGuide/GettingStarted.html) templates are an incredibly powerful way to build
|
|
9
8
|
sets of resources in Amazon's AWS environment.
|
data/lib/cfndsl/version.rb
CHANGED
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.
|
|
4
|
+
version: 1.3.7
|
|
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: 2022-06-
|
|
14
|
+
date: 2022-06-30 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: bundler
|