UNPKG

1.67 kBMarkdownView Raw
1### 3.0.0
2
3Update to Node 16.x
4
5### 2.1.0
6
7Adds a list of VPC route tables as a DefaultVpc property.
8
9### 2.0.0
10
11Update to Node 14.x
12
13### 1.9.0
14
15Update to Node 10.x
16
17### 1.8.0
18
19Adds availability-zone-indexed arrays as DefaultVpc properties. See https://github.com/mapbox/magic-cfn-resources/pull/33 for details.
20
21### 1.7.0
22
23DefaultVPC function now exposes information about private subnets.
24
25### 1.6.2
26
27Cloudformation service suffix fixes for China accounts.
28
29### 1.6.1
30
31Note: Please update directly to 1.6.2.
32Dynamic url suffixes in CFN for China accounts.
33
34### 1.6.0
35
36Added `S3Inventory` magic resource.
37
38### 1.5.4
39
40Fixed the readme to show that you can add `PrefixFilter` and `SuffixFilter` to your s3NotificationTopicConfig.
41
42### 1.5.3
43
44ES6 changes.
45
46### 1.5.2
47
48Stop exporting non-public subnets in default-vpc `PublicSubnets`.
49
50### 1.5.1
51
52Make the cfn china-safe.
53
54### 1.4.0
55
56Added `s3-notification-topic-config` resource. Also added a `moreResources` function to `/lib/build.js` for resources that require additional resources.
57
58### 1.3.0
59
60Added `default-vpc` resource
61
62### 1.2.4
63
64Rewrote parts of `/lib/build.js` so that references to SpotFleet specific properties were not evaluated for non-spotfleets
65
66### 1.2.4
67Adjusted Custom Resource names from 'Custom::MagicCfnResource' to Custom::CustomResourceName, IE a SpotFleet will be Custom::SpotFleet
68
69### 1.2.3
70Fixed cloudfriend being a dev dependency
71
72### 1.2.2
73
74Pointed role resources in spotfleet build at LauncSpecifications.IamInstanceProfile.Arn instead of passing a custom parameter.
75
76### 1.2.1
77
78Updated role resources in spotfleet build [function](https://github.com/mapbox/magic-cfn-resources/pull/14).