@pulumi/awsx 1.0.1 → 1.0.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.
package/README.md CHANGED
@@ -86,6 +86,11 @@ Before version 1, this package only supported components in TypeScript. All the
86
86
 
87
87
  **Note:** The new top-level components (outside the `classic` namespace) may require additional code changes and resource re-creation.
88
88
 
89
+ ### Notable changes
90
+
91
+ - Removed ECS Cluster as this did not add any functionaly over the [AWS Classic ECS Cluster resource](https://www.pulumi.com/registry/packages/aws/api-docs/ecs/cluster/).
92
+ - Removed `Vpc.fromExistingIds()` as this was originally added because other components depended on the concrete VPC component class. The new components in v1 no longer have hard dependencies on other resources, so instead the subnets from the existing VPC can be passed into other components directly.
93
+
89
94
  ## References
90
95
 
91
96
  * [Tutorial](https://www.pulumi.com/blog/crosswalk-for-aws-1-0/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/awsx",
3
- "version": "v1.0.1",
3
+ "version": "v1.0.2",
4
4
  "keywords": [
5
5
  "pulumi",
6
6
  "aws",
@@ -13,7 +13,7 @@
13
13
  "license": "Apache-2.0",
14
14
  "scripts": {
15
15
  "build": "tsc",
16
- "install": "node scripts/install-pulumi-plugin.js resource awsx v1.0.1"
16
+ "install": "node scripts/install-pulumi-plugin.js resource awsx v1.0.2"
17
17
  },
18
18
  "dependencies": {
19
19
  "@pulumi/aws": "^5.16.2",
package/package.json.dev CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/awsx",
3
- "version": "v1.0.1",
3
+ "version": "v1.0.2",
4
4
  "keywords": [
5
5
  "pulumi",
6
6
  "aws",
@@ -13,7 +13,7 @@
13
13
  "license": "Apache-2.0",
14
14
  "scripts": {
15
15
  "build": "tsc",
16
- "install": "node scripts/install-pulumi-plugin.js resource awsx v1.0.1"
16
+ "install": "node scripts/install-pulumi-plugin.js resource awsx v1.0.2"
17
17
  },
18
18
  "dependencies": {
19
19
  "@pulumi/aws": "^5.16.2",