cfndsl 1.5.0 → 1.7.2
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 +2 -2
- data/.github/workflows/spec_publish.yml +1 -1
- data/CHANGELOG.md +30 -2
- data/lib/cfndsl/aws/patches/600_RefKinds_patch.json +0 -36
- data/lib/cfndsl/aws/resource_specification.json +194013 -89919
- data/lib/cfndsl/types.rb +2 -2
- data/lib/cfndsl/version.rb +1 -1
- data/sample/config_service.rb +1 -1
- data/spec/generate_spec.rb +2 -0
- metadata +3 -7
- data/lib/cfndsl/aws/patches/500_SSM_AssociationName_patch.json +0 -16
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c8781a779f65327d3e1fb13ad0bab38c64f4ec493986d63636563585d12ef4c8
|
4
|
+
data.tar.gz: 9e71e40e16dabfca2981a579e5cddbe179745249e94870e15fa3b9700481e563
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 123645b107851189499d22166cc8443e5a6003bdcf7468470512a95c587767e6d973bb439efc4a2b85fcda653b4c5e60ba0f67db07fd5284a61f2d5465037b07
|
7
|
+
data.tar.gz: c0153d66b67f4f3ae6dec2599aaf5482f283e9f109dcffd1eb435a3be00f2a96e130855c9f8363e9e06bbffdee20b6683af8da4a2dac404fe6876c146cead167
|
data/.github/workflows/spec.yml
CHANGED
@@ -11,7 +11,7 @@ jobs:
|
|
11
11
|
|
12
12
|
strategy:
|
13
13
|
matrix:
|
14
|
-
ruby-version: ['2.7', '3.
|
14
|
+
ruby-version: ['2.7', '3.1', '3.2', '3.3', '3.4']
|
15
15
|
|
16
16
|
steps:
|
17
17
|
- uses: actions/checkout@v3
|
@@ -21,7 +21,7 @@ jobs:
|
|
21
21
|
ruby-version: ${{ matrix.ruby-version }}
|
22
22
|
bundler-cache: true
|
23
23
|
- name: Update system gems
|
24
|
-
run: gem update --system
|
24
|
+
run: gem update --system 3.4.22
|
25
25
|
- name: Install dependencies
|
26
26
|
run: bundle install
|
27
27
|
- name: Run tests
|
data/CHANGELOG.md
CHANGED
@@ -1,8 +1,36 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
-
## [
|
3
|
+
## [v1.7.1](https://github.com/cfndsl/cfndsl/tree/v1.7.1) (2025-01-21)
|
4
4
|
|
5
|
-
[Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.
|
5
|
+
[Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.7.0...v1.7.1)
|
6
|
+
|
7
|
+
**Merged pull requests:**
|
8
|
+
|
9
|
+
- Fixed test cases for Ruby 3.x [\#491](https://github.com/cfndsl/cfndsl/pull/491) ([projuri](https://github.com/projuri))
|
10
|
+
|
11
|
+
## [v1.7.0](https://github.com/cfndsl/cfndsl/tree/v1.7.0) (2025-01-21)
|
12
|
+
|
13
|
+
[Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.6.0...v1.7.0)
|
14
|
+
|
15
|
+
**Merged pull requests:**
|
16
|
+
|
17
|
+
- Update spec to 188.0.0 [\#488](https://github.com/cfndsl/cfndsl/pull/488) ([projuri](https://github.com/projuri))
|
18
|
+
|
19
|
+
## [v1.6.0](https://github.com/cfndsl/cfndsl/tree/v1.6.0) (2023-01-18)
|
20
|
+
|
21
|
+
[Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.5.0...v1.6.0)
|
22
|
+
|
23
|
+
**Fixed bugs:**
|
24
|
+
|
25
|
+
- Undefined method `Name' for `CfnDsl::AWS::Types::AWS_SSM_Association` [\#485](https://github.com/cfndsl/cfndsl/issues/485)
|
26
|
+
|
27
|
+
**Merged pull requests:**
|
28
|
+
|
29
|
+
- delete weird patch that seems to try to solve a linting problem, not … [\#486](https://github.com/cfndsl/cfndsl/pull/486) ([gergnz](https://github.com/gergnz))
|
30
|
+
|
31
|
+
## [v1.5.0](https://github.com/cfndsl/cfndsl/tree/v1.5.0) (2022-12-28)
|
32
|
+
|
33
|
+
[Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.4.0...v1.5.0)
|
6
34
|
|
7
35
|
**Merged pull requests:**
|
8
36
|
|
@@ -2306,42 +2306,6 @@
|
|
2306
2306
|
"description": "Set RefKind of AWS::IoT::TopicRule to Name"
|
2307
2307
|
}
|
2308
2308
|
},
|
2309
|
-
"AWS::IoT1Click::Device": {
|
2310
|
-
"patch": {
|
2311
|
-
"operations": [
|
2312
|
-
{
|
2313
|
-
"op": "add",
|
2314
|
-
"path": "/RefKind",
|
2315
|
-
"value": "Arn"
|
2316
|
-
}
|
2317
|
-
],
|
2318
|
-
"description": "Set RefKind of AWS::IoT1Click::Device to Arn"
|
2319
|
-
}
|
2320
|
-
},
|
2321
|
-
"AWS::IoT1Click::Placement": {
|
2322
|
-
"patch": {
|
2323
|
-
"operations": [
|
2324
|
-
{
|
2325
|
-
"op": "add",
|
2326
|
-
"path": "/RefKind",
|
2327
|
-
"value": "Path"
|
2328
|
-
}
|
2329
|
-
],
|
2330
|
-
"description": "Set RefKind of AWS::IoT1Click::Placement to Path"
|
2331
|
-
}
|
2332
|
-
},
|
2333
|
-
"AWS::IoT1Click::Project": {
|
2334
|
-
"patch": {
|
2335
|
-
"operations": [
|
2336
|
-
{
|
2337
|
-
"op": "add",
|
2338
|
-
"path": "/RefKind",
|
2339
|
-
"value": "Arn"
|
2340
|
-
}
|
2341
|
-
],
|
2342
|
-
"description": "Set RefKind of AWS::IoT1Click::Project to Arn"
|
2343
|
-
}
|
2344
|
-
},
|
2345
2309
|
"AWS::KMS::Alias": {
|
2346
2310
|
"patch": {
|
2347
2311
|
"operations": [
|