cfndsl 1.6.0 → 1.7.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: edc9c71c77a33cfa3b89ce3d041fe3491557605d2ee9b57d038d796b871b6337
4
- data.tar.gz: 542dcbb6da320839e0743c2ed1793f4a33d18d0bfc06964946d818bb3e33b370
3
+ metadata.gz: c8781a779f65327d3e1fb13ad0bab38c64f4ec493986d63636563585d12ef4c8
4
+ data.tar.gz: 9e71e40e16dabfca2981a579e5cddbe179745249e94870e15fa3b9700481e563
5
5
  SHA512:
6
- metadata.gz: e04b71e6dc22a5fcee72888fb779899fabaf1f7e88a23346492fe8d2e5071a7572737e6a1534c010f827dc2953dc8e328c8b90854dc70bb57b5e3e196d4214d0
7
- data.tar.gz: 4129b64fff51384e3cd46778aa9ea3bd6b308a47c293db05fb23eab78478d27757c72b3cf62d44897e6ed32b109d05c4ecfd0e28e052c22082bb63839316cdc4
6
+ metadata.gz: 123645b107851189499d22166cc8443e5a6003bdcf7468470512a95c587767e6d973bb439efc4a2b85fcda653b4c5e60ba0f67db07fd5284a61f2d5465037b07
7
+ data.tar.gz: c0153d66b67f4f3ae6dec2599aaf5482f283e9f109dcffd1eb435a3be00f2a96e130855c9f8363e9e06bbffdee20b6683af8da4a2dac404fe6876c146cead167
@@ -11,7 +11,7 @@ jobs:
11
11
 
12
12
  strategy:
13
13
  matrix:
14
- ruby-version: ['2.7', '3.0', '3.1', '3.2']
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
@@ -11,7 +11,7 @@ jobs:
11
11
 
12
12
  strategy:
13
13
  matrix:
14
- ruby-version: ['3.0']
14
+ ruby-version: ['3.1']
15
15
 
16
16
  steps:
17
17
  - uses: actions/checkout@v3
data/CHANGELOG.md CHANGED
@@ -1,8 +1,28 @@
1
1
  # Changelog
2
2
 
3
- ## [1.6.0](https://github.com/cfndsl/cfndsl/tree/1.6.0) (2023-01-18)
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.0...1.6.0)
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)
6
26
 
7
27
  **Merged pull requests:**
8
28
 
@@ -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": [