Skip to content

Commit

Permalink
v0.14.1 (#1024)
Browse files Browse the repository at this point in the history
Bug Fixes
=========

* **aws-cdk:** fix bug in SSM Parameter Provider ([#1023](#1023)) ([6e6aa1d](6e6aa1d))
  • Loading branch information
rix0rrr committed Oct 26, 2018
1 parent 6e6aa1d commit c87f3ec
Show file tree
Hide file tree
Showing 96 changed files with 696 additions and 688 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="0.14.1"></a>
## [0.14.1](https://github.com/awslabs/aws-cdk/compare/v0.14.0...v0.14.1) (2018-10-26)

### Bug Fixes

* **aws-cdk:** fix bug in SSM Parameter Provider ([#1023](https://github.com/awslabs/aws-cdk/issues/1023)) ([6e6aa1d](https://github.com/awslabs/aws-cdk/commit/6e6aa1d))


<a name="0.14.0"></a>
## [0.14.0](https://github.com/awslabs/aws-cdk/compare/v0.13.0...v0.14.0) (2018-10-26)

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.14.0",
"version": "0.14.1",
"description": "CDK examples in Java",
"private": true,
"repository": {
Expand All @@ -22,7 +22,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"aws-cdk": "^0.14.0",
"pkgtools": "^0.14.0"
"aws-cdk": "^0.14.1",
"pkgtools": "^0.14.1"
}
}
38 changes: 19 additions & 19 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.14.0",
"version": "0.14.1",
"description": "A bunch of CDK examples",
"private": true,
"scripts": {
Expand All @@ -18,26 +18,26 @@
},
"license": "Apache-2.0",
"devDependencies": {
"aws-cdk": "^0.14.0",
"cdk-build-tools": "^0.14.0",
"pkglint": "^0.14.0"
"aws-cdk": "^0.14.1",
"cdk-build-tools": "^0.14.1",
"pkglint": "^0.14.1"
},
"dependencies": {
"@aws-cdk/aws-autoscaling": "^0.14.0",
"@aws-cdk/aws-cloudformation": "^0.14.0",
"@aws-cdk/aws-cognito": "^0.14.0",
"@aws-cdk/aws-dynamodb": "^0.14.0",
"@aws-cdk/aws-ec2": "^0.14.0",
"@aws-cdk/aws-elasticloadbalancing": "^0.14.0",
"@aws-cdk/aws-iam": "^0.14.0",
"@aws-cdk/aws-lambda": "^0.14.0",
"@aws-cdk/aws-neptune": "^0.14.0",
"@aws-cdk/aws-rds": "^0.14.0",
"@aws-cdk/aws-s3": "^0.14.0",
"@aws-cdk/aws-sns": "^0.14.0",
"@aws-cdk/aws-sqs": "^0.14.0",
"@aws-cdk/cdk": "^0.14.0",
"@aws-cdk/runtime-values": "^0.14.0"
"@aws-cdk/aws-autoscaling": "^0.14.1",
"@aws-cdk/aws-cloudformation": "^0.14.1",
"@aws-cdk/aws-cognito": "^0.14.1",
"@aws-cdk/aws-dynamodb": "^0.14.1",
"@aws-cdk/aws-ec2": "^0.14.1",
"@aws-cdk/aws-elasticloadbalancing": "^0.14.1",
"@aws-cdk/aws-iam": "^0.14.1",
"@aws-cdk/aws-lambda": "^0.14.1",
"@aws-cdk/aws-neptune": "^0.14.1",
"@aws-cdk/aws-rds": "^0.14.1",
"@aws-cdk/aws-s3": "^0.14.1",
"@aws-cdk/aws-sns": "^0.14.1",
"@aws-cdk/aws-sqs": "^0.14.1",
"@aws-cdk/cdk": "^0.14.1",
"@aws-cdk/runtime-values": "^0.14.1"
},
"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.14.0"
"version": "0.14.1"
}
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.14.0",
"version": "0.14.1",
"description": "Javascript CDK applet host program",
"main": "bin/cdk-applet-js.js",
"types": "bin/cdk-applet-js.d.ts",
Expand All @@ -23,11 +23,11 @@
"license": "Apache-2.0",
"devDependencies": {
"@types/yamljs": "^0.2.0",
"cdk-build-tools": "^0.14.0",
"pkglint": "^0.14.0"
"cdk-build-tools": "^0.14.1",
"pkglint": "^0.14.1"
},
"dependencies": {
"@aws-cdk/cdk": "^0.14.0",
"@aws-cdk/cdk": "^0.14.1",
"@types/fs-extra": "^5.0.4",
"@types/js-yaml": "^3.11.2",
"fs-extra": "^7.0.0",
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.14.0",
"version": "0.14.1",
"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.14.0",
"pkglint": "^0.14.0"
"cdk-build-tools": "^0.14.1",
"pkglint": "^0.14.1"
},
"dependencies": {
"@aws-cdk/cdk": "^0.14.0",
"@aws-cdk/cloudformation-diff": "^0.14.0",
"@aws-cdk/cx-api": "^0.14.0",
"@aws-cdk/cdk": "^0.14.1",
"@aws-cdk/cloudformation-diff": "^0.14.1",
"@aws-cdk/cx-api": "^0.14.1",
"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.14.0",
"version": "0.14.1",
"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.14.0",
"aws-cdk": "^0.14.0",
"cdk-build-tools": "^0.14.0",
"cdk-integ-tools": "^0.14.0",
"pkglint": "^0.14.0"
"@aws-cdk/assert": "^0.14.1",
"aws-cdk": "^0.14.1",
"cdk-build-tools": "^0.14.1",
"cdk-integ-tools": "^0.14.1",
"pkglint": "^0.14.1"
},
"dependencies": {
"@aws-cdk/aws-iam": "^0.14.0",
"@aws-cdk/aws-s3": "^0.14.0",
"@aws-cdk/cdk": "^0.14.0",
"@aws-cdk/cx-api": "^0.14.0"
"@aws-cdk/aws-iam": "^0.14.1",
"@aws-cdk/aws-s3": "^0.14.1",
"@aws-cdk/cdk": "^0.14.1",
"@aws-cdk/cx-api": "^0.14.1"
},
"homepage": "https://github.com/awslabs/aws-cdk"
}
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.14.0",
"version": "0.14.1",
"description": "The CDK Construct Library for AWS::AmazonMQ",
"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.14.0",
"cdk-build-tools": "^0.14.0",
"cfn2ts": "^0.14.0",
"pkglint": "^0.14.0"
"@aws-cdk/assert": "^0.14.1",
"cdk-build-tools": "^0.14.1",
"cfn2ts": "^0.14.1",
"pkglint": "^0.14.1"
},
"dependencies": {
"@aws-cdk/cdk": "^0.14.0"
"@aws-cdk/cdk": "^0.14.1"
}
}
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.14.0",
"version": "0.14.1",
"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.14.0",
"cdk-build-tools": "^0.14.0",
"cdk-integ-tools": "^0.14.0",
"cfn2ts": "^0.14.0",
"pkglint": "^0.14.0"
"@aws-cdk/assert": "^0.14.1",
"cdk-build-tools": "^0.14.1",
"cdk-integ-tools": "^0.14.1",
"cfn2ts": "^0.14.1",
"pkglint": "^0.14.1"
},
"dependencies": {
"@aws-cdk/aws-iam": "^0.14.0",
"@aws-cdk/aws-lambda": "^0.14.0",
"@aws-cdk/cdk": "^0.14.0"
"@aws-cdk/aws-iam": "^0.14.1",
"@aws-cdk/aws-lambda": "^0.14.1",
"@aws-cdk/cdk": "^0.14.1"
},
"homepage": "https://github.com/awslabs/aws-cdk"
}
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.14.0",
"version": "0.14.1",
"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.14.0",
"cdk-build-tools": "^0.14.0",
"cfn2ts": "^0.14.0",
"@aws-cdk/assert": "^0.14.1",
"cdk-build-tools": "^0.14.1",
"cfn2ts": "^0.14.1",
"fast-check": "^1.6.1",
"pkglint": "^0.14.0"
"pkglint": "^0.14.1"
},
"dependencies": {
"@aws-cdk/aws-cloudwatch": "^0.14.0",
"@aws-cdk/aws-iam": "^0.14.0",
"@aws-cdk/cdk": "^0.14.0"
"@aws-cdk/aws-cloudwatch": "^0.14.1",
"@aws-cdk/aws-iam": "^0.14.1",
"@aws-cdk/cdk": "^0.14.1"
},
"homepage": "https://github.com/awslabs/aws-cdk"
}
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.14.0",
"version": "0.14.1",
"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.14.0",
"cdk-build-tools": "^0.14.0",
"cfn2ts": "^0.14.0",
"pkglint": "^0.14.0"
"@aws-cdk/assert": "^0.14.1",
"cdk-build-tools": "^0.14.1",
"cfn2ts": "^0.14.1",
"pkglint": "^0.14.1"
},
"dependencies": {
"@aws-cdk/cdk": "^0.14.0"
"@aws-cdk/cdk": "^0.14.1"
},
"homepage": "https://github.com/awslabs/aws-cdk"
}
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.14.0",
"version": "0.14.1",
"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.14.0",
"cdk-build-tools": "^0.14.0",
"cfn2ts": "^0.14.0",
"pkglint": "^0.14.0"
"@aws-cdk/assert": "^0.14.1",
"cdk-build-tools": "^0.14.1",
"cfn2ts": "^0.14.1",
"pkglint": "^0.14.1"
},
"dependencies": {
"@aws-cdk/cdk": "^0.14.0"
"@aws-cdk/cdk": "^0.14.1"
},
"homepage": "https://github.com/awslabs/aws-cdk"
}
24 changes: 12 additions & 12 deletions packages/@aws-cdk/aws-autoscaling/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/aws-autoscaling",
"version": "0.14.0",
"version": "0.14.1",
"description": "The CDK Construct Library for AWS::AutoScaling",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -52,19 +52,19 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^0.14.0",
"cdk-build-tools": "^0.14.0",
"cdk-integ-tools": "^0.14.0",
"cfn2ts": "^0.14.0",
"pkglint": "^0.14.0"
"@aws-cdk/assert": "^0.14.1",
"cdk-build-tools": "^0.14.1",
"cdk-integ-tools": "^0.14.1",
"cfn2ts": "^0.14.1",
"pkglint": "^0.14.1"
},
"dependencies": {
"@aws-cdk/aws-ec2": "^0.14.0",
"@aws-cdk/aws-elasticloadbalancing": "^0.14.0",
"@aws-cdk/aws-elasticloadbalancingv2": "^0.14.0",
"@aws-cdk/aws-iam": "^0.14.0",
"@aws-cdk/aws-sns": "^0.14.0",
"@aws-cdk/cdk": "^0.14.0"
"@aws-cdk/aws-ec2": "^0.14.1",
"@aws-cdk/aws-elasticloadbalancing": "^0.14.1",
"@aws-cdk/aws-elasticloadbalancingv2": "^0.14.1",
"@aws-cdk/aws-iam": "^0.14.1",
"@aws-cdk/aws-sns": "^0.14.1",
"@aws-cdk/cdk": "^0.14.1"
},
"homepage": "https://github.com/awslabs/aws-cdk"
}
12 changes: 6 additions & 6 deletions packages/@aws-cdk/aws-autoscalingplans/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/aws-autoscalingplans",
"version": "0.14.0",
"version": "0.14.1",
"description": "The CDK Construct Library for AWS::AutoScalingPlans",
"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.14.0",
"cdk-build-tools": "^0.14.0",
"cfn2ts": "^0.14.0",
"pkglint": "^0.14.0"
"@aws-cdk/assert": "^0.14.1",
"cdk-build-tools": "^0.14.1",
"cfn2ts": "^0.14.1",
"pkglint": "^0.14.1"
},
"dependencies": {
"@aws-cdk/cdk": "^0.14.0"
"@aws-cdk/cdk": "^0.14.1"
},
"homepage": "https://github.com/awslabs/aws-cdk"
}
Loading

0 comments on commit c87f3ec

Please sign in to comment.