cfndsl 1.7.2 → 1.7.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c8781a779f65327d3e1fb13ad0bab38c64f4ec493986d63636563585d12ef4c8
4
- data.tar.gz: 9e71e40e16dabfca2981a579e5cddbe179745249e94870e15fa3b9700481e563
3
+ metadata.gz: d2bd4f842527452cf9aa0dd1a0ce8ec6574d6f01a6b352b6ba74474841c4f07e
4
+ data.tar.gz: 296bcfb2890db01852db496bad4b948d7c24580f4465d51dfb8004611b5476c5
5
5
  SHA512:
6
- metadata.gz: 123645b107851189499d22166cc8443e5a6003bdcf7468470512a95c587767e6d973bb439efc4a2b85fcda653b4c5e60ba0f67db07fd5284a61f2d5465037b07
7
- data.tar.gz: c0153d66b67f4f3ae6dec2599aaf5482f283e9f109dcffd1eb435a3be00f2a96e130855c9f8363e9e06bbffdee20b6683af8da4a2dac404fe6876c146cead167
6
+ metadata.gz: f24cbb107057fcc272ae75ad20252d4c91334a182554ade7b03bae8740f7be9804ace8dd6ce60aa1e9e894a50c5952ba235bbb453fd4dce63d9ab10093847b63
7
+ data.tar.gz: de0019fca989233e5b81f2990ca72412106ff54cbf803a1fca3fde8b84a66a02333e9d3a07e6ae6d74826b36d37a86fe937f8051b1d4a97b8ec796bddcf45457
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.7.3](https://github.com/cfndsl/cfndsl/tree/1.7.3) (2026-02-25)
4
+
5
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.7.2...1.7.3)
6
+
7
+ **Merged pull requests:**
8
+
9
+ - Update CloudFormation specification to v237.0.0 [\#496](https://github.com/cfndsl/cfndsl/pull/496) ([lwoggardner](https://github.com/lwoggardner))
10
+
11
+ ## [v1.7.2](https://github.com/cfndsl/cfndsl/tree/v1.7.2) (2025-01-21)
12
+
13
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.7.1...v1.7.2)
14
+
3
15
  ## [v1.7.1](https://github.com/cfndsl/cfndsl/tree/v1.7.1) (2025-01-21)
4
16
 
5
17
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.7.0...v1.7.1)
@@ -0,0 +1,30 @@
1
+ {
2
+ "broken": "237.0.0",
3
+ "PropertyTypes": {
4
+ "patch": {
5
+ "operations": [
6
+ {
7
+ "op": "add",
8
+ "path": "/AWS::EC2::IPAMPrefixListResolver.Tag",
9
+ "value": {
10
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ipamprefixlistresolver-tag.html",
11
+ "Properties": {
12
+ "Key": {
13
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ipamprefixlistresolver-tag.html#cfn-ec2-ipamprefixlistresolver-tag-key",
14
+ "UpdateType": "Mutable",
15
+ "Required": true,
16
+ "PrimitiveType": "String"
17
+ },
18
+ "Value": {
19
+ "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ipamprefixlistresolver-tag.html#cfn-ec2-ipamprefixlistresolver-tag-value",
20
+ "UpdateType": "Mutable",
21
+ "Required": true,
22
+ "PrimitiveType": "String"
23
+ }
24
+ }
25
+ }
26
+ }
27
+ ]
28
+ }
29
+ }
30
+ }