cfndsl 1.4.0 → 1.5.0
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/.github/workflows/spec.yml +1 -1
- data/.rubocop.yml +1 -1
- data/CHANGELOG.md +10 -2
- data/README.md +1 -1
- data/Rakefile +1 -1
- data/cfndsl.gemspec +1 -1
- data/lib/cfndsl/aws/patches/901_SageMakerTags_patch.json +1 -0
- data/lib/cfndsl/aws/resource_specification.json +38964 -24642
- data/lib/cfndsl/module.rb +1 -1
- data/lib/cfndsl/types.rb +2 -3
- data/lib/cfndsl/version.rb +1 -1
- data/spec/generate_spec.rb +7 -5
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 60fd9d5b015bba59a06b23bcccedd597cc2b68a3c8dee7ff82aa92b7afaefff2
|
4
|
+
data.tar.gz: 2548519c47ee9778c5a924fa7c65d95559be36656cbf1a9faa85455d9498e1cf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8994badca3563457dff68a3cccc1033ec9b83f948aefe4f9ea3feb82fa4658d371afebc75a5927c41af850d5f24877ca094ba65fdde1d640bc63d503bb3c50c4
|
7
|
+
data.tar.gz: a1baadd61b87a275d3fbd3729f8ab8c068a82e5e212789fe993331961ead93003da44058800a0bc11bb510432cf5e55ebcc235c227804b9168a55d0ed8362aa3
|
data/.github/workflows/spec.yml
CHANGED
data/.rubocop.yml
CHANGED
data/CHANGELOG.md
CHANGED
@@ -1,8 +1,16 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
-
## [1.
|
3
|
+
## [1.5.0](https://github.com/cfndsl/cfndsl/tree/1.5.0) (2022-12-28)
|
4
4
|
|
5
|
-
[Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.
|
5
|
+
[Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.4.0...1.5.0)
|
6
|
+
|
7
|
+
**Merged pull requests:**
|
8
|
+
|
9
|
+
- Spec 20221226 [\#484](https://github.com/cfndsl/cfndsl/pull/484) ([lwoggardner](https://github.com/lwoggardner))
|
10
|
+
|
11
|
+
## [v1.4.0](https://github.com/cfndsl/cfndsl/tree/v1.4.0) (2022-08-28)
|
12
|
+
|
13
|
+
[Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.3.9...v1.4.0)
|
6
14
|
|
7
15
|
**Merged pull requests:**
|
8
16
|
|
data/README.md
CHANGED
@@ -21,7 +21,7 @@ The cnfdsl gem provides a DSL that allows you to write templates using friendly
|
|
21
21
|
|
22
22
|
## Getting Started
|
23
23
|
|
24
|
-
ruby version > 2.
|
24
|
+
ruby version > 2.7 is required to run cfndsl, you should look at using rbenv example for installing with rbenv
|
25
25
|
|
26
26
|
rbenv exec gem install cfndsl
|
27
27
|
|
data/Rakefile
CHANGED
data/cfndsl.gemspec
CHANGED