cfndsl 0.16.7 → 0.16.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 +9 -2
- data/lib/cfndsl/patches.rb +6 -0
- 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: 5bacc46725896fd1b3c6b43bae380c43b05c57a645a9ee3a7916ee929f35082e
|
|
4
|
+
data.tar.gz: 70ca8933e5bc42b7f01577df2fccc9de422cd417d1a638a44884243d533d2718
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 30ad2c3c3adc3ca77375c359a3eee024bb9cbe13082eab3b2259a3607cedb7cabac2d50b9a8654c7428f0e52594207c0bc584a1832bcf5471871c436e5b26e24
|
|
7
|
+
data.tar.gz: c29080f9add8bc92be059f64ea628d7a614a363e44eb25b5ee908cb37fad2979dcacc573388d8e74f48733333762cce4b1c362d660985d3a5b149feeeeb70db6
|
data/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## [0.16.
|
|
4
|
-
[Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.16.
|
|
3
|
+
## [0.16.8](https://github.com/cfndsl/cfndsl/tree/0.16.8) (2018-11-21)
|
|
4
|
+
[Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.16.7...0.16.8)
|
|
5
|
+
|
|
6
|
+
**Merged pull requests:**
|
|
7
|
+
|
|
8
|
+
- add fix for 2.15.0, There is a pattern here... [\#379](https://github.com/cfndsl/cfndsl/pull/379) ([gergnz](https://github.com/gergnz))
|
|
9
|
+
|
|
10
|
+
## [v0.16.7](https://github.com/cfndsl/cfndsl/tree/v0.16.7) (2018-11-11)
|
|
11
|
+
[Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.16.6...v0.16.7)
|
|
5
12
|
|
|
6
13
|
**Closed issues:**
|
|
7
14
|
|
data/lib/cfndsl/patches.rb
CHANGED
|
@@ -86,6 +86,12 @@ module CfnDsl
|
|
|
86
86
|
'Key' => { 'PrimitiveType' => 'String' }
|
|
87
87
|
}
|
|
88
88
|
},
|
|
89
|
+
'AWS::Api::GatewayDeployment.Tag' => {
|
|
90
|
+
'Properties' => {
|
|
91
|
+
'Value' => { 'PrimitiveType' => 'String' },
|
|
92
|
+
'Key' => { 'PrimitiveType' => 'String' }
|
|
93
|
+
}
|
|
94
|
+
},
|
|
89
95
|
'AWS::Serverless::SimpleTable.PrimaryKey' => {
|
|
90
96
|
'Properties' => {
|
|
91
97
|
'Name' => { 'PrimitiveType' => 'String' },
|
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: 0.16.
|
|
4
|
+
version: 0.16.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Steven Jack
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2018-11-
|
|
14
|
+
date: 2018-11-21 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: bundler
|