Skip to content

Commit

Permalink
v0.15.2
Browse files Browse the repository at this point in the history
Bug Fixes
==========

* correctly emit quoted YAML for account numbers ([#1105](#1105)) ([b4d9155](b4d9155)), closes [#1100](#1100) [#1098](#1098)
* **aws-ecs:** fix use of published NPM package with TypeScript ([#1117](#1117)) ([ebfb522](ebfb522))

Features
==========

* **aws-ecs:** Add desired count to LoadBalanced[Fargate|EC2]Service ([#1111](#1111)) ([cafcc11](cafcc11))
  • Loading branch information
Rico Huijbers committed Nov 8, 2018
1 parent 2651154 commit 1ce5f27
Show file tree
Hide file tree
Showing 99 changed files with 749 additions and 735 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<a name="0.15.2"></a>
## [0.15.2](https://github.com/awslabs/aws-cdk/compare/v0.15.1...v0.15.2) (2018-11-08)


### Bug Fixes

* correctly emit quoted YAML for account numbers ([#1105](https://github.com/awslabs/aws-cdk/issues/1105)) ([b4d9155](https://github.com/awslabs/aws-cdk/commit/b4d9155)), closes [#1100](https://github.com/awslabs/aws-cdk/issues/1100) [#1098](https://github.com/awslabs/aws-cdk/issues/1098)
* **aws-ecs:** fix use of published NPM package with TypeScript ([#1117](https://github.com/awslabs/aws-cdk/issues/1117)) ([ebfb522](https://github.com/awslabs/aws-cdk/commit/ebfb522))


### Features

* **aws-ecs:** Add desired count to LoadBalanced[Fargate|EC2]Service ([#1111](https://github.com/awslabs/aws-cdk/issues/1111)) ([cafcc11](https://github.com/awslabs/aws-cdk/commit/cafcc11))

<a name="0.15.1"></a>
## [0.15.1](https://github.com/awslabs/aws-cdk/compare/v0.15.0...v0.15.1) (2018-11-06)

Expand Down
6 changes: 3 additions & 3 deletions examples/cdk-examples-java/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cdk-examples-java",
"version": "0.15.1",
"version": "0.15.2",
"description": "CDK examples in Java",
"private": true,
"repository": {
Expand All @@ -22,7 +22,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"aws-cdk": "^0.15.1",
"pkgtools": "^0.15.1"
"aws-cdk": "^0.15.2",
"pkgtools": "^0.15.2"
}
}
42 changes: 21 additions & 21 deletions examples/cdk-examples-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cdk-examples-typescript",
"version": "0.15.1",
"version": "0.15.2",
"description": "A bunch of CDK examples",
"private": true,
"scripts": {
Expand All @@ -18,28 +18,28 @@
},
"license": "Apache-2.0",
"devDependencies": {
"aws-cdk": "^0.15.1",
"cdk-build-tools": "^0.15.1",
"pkglint": "^0.15.1"
"aws-cdk": "^0.15.2",
"cdk-build-tools": "^0.15.2",
"pkglint": "^0.15.2"
},
"dependencies": {
"@aws-cdk/aws-autoscaling": "^0.15.1",
"@aws-cdk/aws-cloudformation": "^0.15.1",
"@aws-cdk/aws-cognito": "^0.15.1",
"@aws-cdk/aws-dynamodb": "^0.15.1",
"@aws-cdk/aws-ec2": "^0.15.1",
"@aws-cdk/aws-ecs": "^0.15.1",
"@aws-cdk/aws-elasticloadbalancing": "^0.15.1",
"@aws-cdk/aws-elasticloadbalancingv2": "^0.15.1",
"@aws-cdk/aws-iam": "^0.15.1",
"@aws-cdk/aws-lambda": "^0.15.1",
"@aws-cdk/aws-neptune": "^0.15.1",
"@aws-cdk/aws-rds": "^0.15.1",
"@aws-cdk/aws-s3": "^0.15.1",
"@aws-cdk/aws-sns": "^0.15.1",
"@aws-cdk/aws-sqs": "^0.15.1",
"@aws-cdk/cdk": "^0.15.1",
"@aws-cdk/runtime-values": "^0.15.1"
"@aws-cdk/aws-autoscaling": "^0.15.2",
"@aws-cdk/aws-cloudformation": "^0.15.2",
"@aws-cdk/aws-cognito": "^0.15.2",
"@aws-cdk/aws-dynamodb": "^0.15.2",
"@aws-cdk/aws-ec2": "^0.15.2",
"@aws-cdk/aws-ecs": "^0.15.2",
"@aws-cdk/aws-elasticloadbalancing": "^0.15.2",
"@aws-cdk/aws-elasticloadbalancingv2": "^0.15.2",
"@aws-cdk/aws-iam": "^0.15.2",
"@aws-cdk/aws-lambda": "^0.15.2",
"@aws-cdk/aws-neptune": "^0.15.2",
"@aws-cdk/aws-rds": "^0.15.2",
"@aws-cdk/aws-s3": "^0.15.2",
"@aws-cdk/aws-sns": "^0.15.2",
"@aws-cdk/aws-sqs": "^0.15.2",
"@aws-cdk/cdk": "^0.15.2",
"@aws-cdk/runtime-values": "^0.15.2"
},
"repository": {
"url": "https://github.com/awslabs/aws-cdk.git",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
}
},
"rejectCycles": "true",
"version": "0.15.1"
"version": "0.15.2"
}
22 changes: 11 additions & 11 deletions packages/@aws-cdk/app-delivery/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-cdk/app-delivery",
"description": "Continuous Integration / Continuous Delivery for CDK Applications",
"version": "0.15.1",
"version": "0.15.2",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"jsii": {
Expand Down Expand Up @@ -32,19 +32,19 @@
"integ": "cdk-integ"
},
"dependencies": {
"@aws-cdk/aws-cloudformation": "^0.15.1",
"@aws-cdk/aws-codebuild": "^0.15.1",
"@aws-cdk/aws-codepipeline-api": "^0.15.1",
"@aws-cdk/cdk": "^0.15.1",
"@aws-cdk/cx-api": "^0.15.1"
"@aws-cdk/aws-cloudformation": "^0.15.2",
"@aws-cdk/aws-codebuild": "^0.15.2",
"@aws-cdk/aws-codepipeline-api": "^0.15.2",
"@aws-cdk/cdk": "^0.15.2",
"@aws-cdk/cx-api": "^0.15.2"
},
"devDependencies": {
"@aws-cdk/aws-codepipeline": "^0.15.1",
"@aws-cdk/aws-s3": "^0.15.1",
"cdk-build-tools": "^0.15.1",
"cdk-integ-tools": "^0.15.1",
"@aws-cdk/aws-codepipeline": "^0.15.2",
"@aws-cdk/aws-s3": "^0.15.2",
"cdk-build-tools": "^0.15.2",
"cdk-integ-tools": "^0.15.2",
"fast-check": "^1.7.0",
"pkglint": "^0.15.1"
"pkglint": "^0.15.2"
},
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions packages/@aws-cdk/applet-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/applet-js",
"version": "0.15.1",
"version": "0.15.2",
"description": "Javascript CDK applet host program",
"main": "bin/cdk-applet-js.js",
"types": "bin/cdk-applet-js.d.ts",
Expand All @@ -24,11 +24,11 @@
"devDependencies": {
"@types/fs-extra": "^5.0.4",
"@types/yaml": "^1.0.0",
"cdk-build-tools": "^0.15.1",
"pkglint": "^0.15.1"
"cdk-build-tools": "^0.15.2",
"pkglint": "^0.15.2"
},
"dependencies": {
"@aws-cdk/cdk": "^0.15.1",
"@aws-cdk/cdk": "^0.15.2",
"fs-extra": "^7.0.0",
"source-map-support": "^0.5.6",
"yaml": "^1.0.1"
Expand Down
12 changes: 6 additions & 6 deletions packages/@aws-cdk/assert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/assert",
"version": "0.15.1",
"version": "0.15.2",
"description": "An assertion library for use with CDK Apps",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -23,13 +23,13 @@
},
"license": "Apache-2.0",
"devDependencies": {
"cdk-build-tools": "^0.15.1",
"pkglint": "^0.15.1"
"cdk-build-tools": "^0.15.2",
"pkglint": "^0.15.2"
},
"dependencies": {
"@aws-cdk/cdk": "^0.15.1",
"@aws-cdk/cloudformation-diff": "^0.15.1",
"@aws-cdk/cx-api": "^0.15.1",
"@aws-cdk/cdk": "^0.15.2",
"@aws-cdk/cloudformation-diff": "^0.15.2",
"@aws-cdk/cx-api": "^0.15.2",
"source-map-support": "^0.5.6"
},
"repository": {
Expand Down
20 changes: 10 additions & 10 deletions packages/@aws-cdk/assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/assets",
"version": "0.15.1",
"version": "0.15.2",
"description": "Integration of CDK apps with local assets",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -49,17 +49,17 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^0.15.1",
"aws-cdk": "^0.15.1",
"cdk-build-tools": "^0.15.1",
"cdk-integ-tools": "^0.15.1",
"pkglint": "^0.15.1"
"@aws-cdk/assert": "^0.15.2",
"aws-cdk": "^0.15.2",
"cdk-build-tools": "^0.15.2",
"cdk-integ-tools": "^0.15.2",
"pkglint": "^0.15.2"
},
"dependencies": {
"@aws-cdk/aws-iam": "^0.15.1",
"@aws-cdk/aws-s3": "^0.15.1",
"@aws-cdk/cdk": "^0.15.1",
"@aws-cdk/cx-api": "^0.15.1"
"@aws-cdk/aws-iam": "^0.15.2",
"@aws-cdk/aws-s3": "^0.15.2",
"@aws-cdk/cdk": "^0.15.2",
"@aws-cdk/cx-api": "^0.15.2"
},
"homepage": "https://github.com/awslabs/aws-cdk",
"peerDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/@aws-cdk/aws-amazonmq/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/aws-amazonmq",
"version": "0.15.1",
"version": "0.15.2",
"description": "The CDK Construct Library for AWS::AmazonMQ",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -53,13 +53,13 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^0.15.1",
"cdk-build-tools": "^0.15.1",
"cfn2ts": "^0.15.1",
"pkglint": "^0.15.1"
"@aws-cdk/assert": "^0.15.2",
"cdk-build-tools": "^0.15.2",
"cfn2ts": "^0.15.2",
"pkglint": "^0.15.2"
},
"dependencies": {
"@aws-cdk/cdk": "^0.15.1"
"@aws-cdk/cdk": "^0.15.2"
},
"peerDependencies": {
"@aws-cdk/cdk": "^0.15.1"
Expand Down
18 changes: 9 additions & 9 deletions packages/@aws-cdk/aws-apigateway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/aws-apigateway",
"version": "0.15.1",
"version": "0.15.2",
"description": "The CDK Construct Library for AWS::ApiGateway",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -52,16 +52,16 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^0.15.1",
"cdk-build-tools": "^0.15.1",
"cdk-integ-tools": "^0.15.1",
"cfn2ts": "^0.15.1",
"pkglint": "^0.15.1"
"@aws-cdk/assert": "^0.15.2",
"cdk-build-tools": "^0.15.2",
"cdk-integ-tools": "^0.15.2",
"cfn2ts": "^0.15.2",
"pkglint": "^0.15.2"
},
"dependencies": {
"@aws-cdk/aws-iam": "^0.15.1",
"@aws-cdk/aws-lambda": "^0.15.1",
"@aws-cdk/cdk": "^0.15.1"
"@aws-cdk/aws-iam": "^0.15.2",
"@aws-cdk/aws-lambda": "^0.15.2",
"@aws-cdk/cdk": "^0.15.2"
},
"homepage": "https://github.com/awslabs/aws-cdk",
"peerDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions packages/@aws-cdk/aws-applicationautoscaling/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/aws-applicationautoscaling",
"version": "0.15.1",
"version": "0.15.2",
"description": "The CDK Construct Library for AWS::ApplicationAutoScaling",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -52,16 +52,16 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^0.15.1",
"cdk-build-tools": "^0.15.1",
"cfn2ts": "^0.15.1",
"@aws-cdk/assert": "^0.15.2",
"cdk-build-tools": "^0.15.2",
"cfn2ts": "^0.15.2",
"fast-check": "^1.6.1",
"pkglint": "^0.15.1"
"pkglint": "^0.15.2"
},
"dependencies": {
"@aws-cdk/aws-cloudwatch": "^0.15.1",
"@aws-cdk/aws-iam": "^0.15.1",
"@aws-cdk/cdk": "^0.15.1"
"@aws-cdk/aws-cloudwatch": "^0.15.2",
"@aws-cdk/aws-iam": "^0.15.2",
"@aws-cdk/cdk": "^0.15.2"
},
"homepage": "https://github.com/awslabs/aws-cdk",
"peerDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/@aws-cdk/aws-appstream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/aws-appstream",
"version": "0.15.1",
"version": "0.15.2",
"description": "The CDK Construct Library for AWS::AppStream",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -53,12 +53,12 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^0.15.1",
"cdk-build-tools": "^0.15.1",
"cfn2ts": "^0.15.1",
"pkglint": "^0.15.1"
"@aws-cdk/assert": "^0.15.2",
"cdk-build-tools": "^0.15.2",
"cfn2ts": "^0.15.2",
"pkglint": "^0.15.2"
},
"dependencies": {
"@aws-cdk/cdk": "^0.15.1"
"@aws-cdk/cdk": "^0.15.2"
}
}
12 changes: 6 additions & 6 deletions packages/@aws-cdk/aws-appsync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/aws-appsync",
"version": "0.15.1",
"version": "0.15.2",
"description": "The CDK Construct Library for AWS::AppSync",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -52,13 +52,13 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^0.15.1",
"cdk-build-tools": "^0.15.1",
"cfn2ts": "^0.15.1",
"pkglint": "^0.15.1"
"@aws-cdk/assert": "^0.15.2",
"cdk-build-tools": "^0.15.2",
"cfn2ts": "^0.15.2",
"pkglint": "^0.15.2"
},
"dependencies": {
"@aws-cdk/cdk": "^0.15.1"
"@aws-cdk/cdk": "^0.15.2"
},
"homepage": "https://github.com/awslabs/aws-cdk",
"peerDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/@aws-cdk/aws-athena/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/aws-athena",
"version": "0.15.1",
"version": "0.15.2",
"description": "The CDK Construct Library for AWS::Athena",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -52,13 +52,13 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^0.15.1",
"cdk-build-tools": "^0.15.1",
"cfn2ts": "^0.15.1",
"pkglint": "^0.15.1"
"@aws-cdk/assert": "^0.15.2",
"cdk-build-tools": "^0.15.2",
"cfn2ts": "^0.15.2",
"pkglint": "^0.15.2"
},
"dependencies": {
"@aws-cdk/cdk": "^0.15.1"
"@aws-cdk/cdk": "^0.15.2"
},
"homepage": "https://github.com/awslabs/aws-cdk",
"peerDependencies": {
Expand Down
Loading

0 comments on commit 1ce5f27

Please sign in to comment.