cfndsl 1.5.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: 60fd9d5b015bba59a06b23bcccedd597cc2b68a3c8dee7ff82aa92b7afaefff2
4
- data.tar.gz: 2548519c47ee9778c5a924fa7c65d95559be36656cbf1a9faa85455d9498e1cf
3
+ metadata.gz: c8781a779f65327d3e1fb13ad0bab38c64f4ec493986d63636563585d12ef4c8
4
+ data.tar.gz: 9e71e40e16dabfca2981a579e5cddbe179745249e94870e15fa3b9700481e563
5
5
  SHA512:
6
- metadata.gz: 8994badca3563457dff68a3cccc1033ec9b83f948aefe4f9ea3feb82fa4658d371afebc75a5927c41af850d5f24877ca094ba65fdde1d640bc63d503bb3c50c4
7
- data.tar.gz: a1baadd61b87a275d3fbd3729f8ab8c068a82e5e212789fe993331961ead93003da44058800a0bc11bb510432cf5e55ebcc235c227804b9168a55d0ed8362aa3
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,36 @@
1
1
  # Changelog
2
2
 
3
- ## [1.5.0](https://github.com/cfndsl/cfndsl/tree/1.5.0) (2022-12-28)
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.4.0...1.5.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)
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": [