Skip to content

Commit

Permalink
v0.25.2 (aws#1974)
Browse files Browse the repository at this point in the history
See CHANGELOG
  • Loading branch information
Sam Goodwin authored Mar 7, 2019
1 parent ac52989 commit 558d81f
Show file tree
Hide file tree
Showing 112 changed files with 1,202 additions and 1,180 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.25.2](https://github.com/awslabs/aws-cdk/compare/v0.25.1...v0.25.2) (2019-03-07)


### Bug Fixes

* **awslint:** Don't fail if the `@aws-cdk/cdk` module is not present ([#1953](https://github.com/awslabs/aws-cdk/issues/1953)) ([929e854](https://github.com/awslabs/aws-cdk/commit/929e854))
* **cdk-integ:** Update cdk-integ to use new context file ([#1962](https://github.com/awslabs/aws-cdk/issues/1962)) ([dbd2401](https://github.com/awslabs/aws-cdk/commit/dbd2401))
* **cloudfront:** allow IBucket as CloudFront source ([855f1f5](https://github.com/awslabs/aws-cdk/commit/855f1f5)), closes [#1946](https://github.com/awslabs/aws-cdk/issues/1946)
* **cloudfront:** pass `viewerProtocolPolicy` to the distribution's behaviors ([#1932](https://github.com/awslabs/aws-cdk/issues/1932)) ([615ecd4](https://github.com/awslabs/aws-cdk/commit/615ecd4))
* **eks:** remove 'const' from NodeType enum ([#1970](https://github.com/awslabs/aws-cdk/issues/1970)) ([ac52989](https://github.com/awslabs/aws-cdk/commit/ac52989)), closes [#1969](https://github.com/awslabs/aws-cdk/issues/1969)
* **init:** update the C# init sample with the new `App` API ([#1919](https://github.com/awslabs/aws-cdk/issues/1919)) ([02f991d](https://github.com/awslabs/aws-cdk/commit/02f991d))


### Features

* **aws-certificatemanager:** add DNSValidatedCertificate ([#1797](https://github.com/awslabs/aws-cdk/issues/1797)) ([ae8870d](https://github.com/awslabs/aws-cdk/commit/ae8870d)), closes [#605](https://github.com/awslabs/aws-cdk/issues/605)
* **aws-ecs:** add Fargate version 1.3.0 ([#1968](https://github.com/awslabs/aws-cdk/issues/1968)) ([b529ad7](https://github.com/awslabs/aws-cdk/commit/b529ad7))
* **core:** democratize synthesis and introduce artifacts ([#1889](https://github.com/awslabs/aws-cdk/issues/1889)) ([4ab1cd3](https://github.com/awslabs/aws-cdk/commit/4ab1cd3)), closes [#1716](https://github.com/awslabs/aws-cdk/issues/1716) [#1893](https://github.com/awslabs/aws-cdk/issues/1893)
* **ec2:** add support for vpn connections ([#1899](https://github.com/awslabs/aws-cdk/issues/1899)) ([e150648](https://github.com/awslabs/aws-cdk/commit/e150648)), closes [awslabs/jsii#231](https://github.com/awslabs/jsii/issues/231)
* **toolkit:** add '--reuse-asset' option ([#1918](https://github.com/awslabs/aws-cdk/issues/1918)) ([1767b61](https://github.com/awslabs/aws-cdk/commit/1767b61)), closes [#1916](https://github.com/awslabs/aws-cdk/issues/1916)


## [0.25.1](https://github.com/awslabs/aws-cdk/compare/v0.25.0...v0.25.1) (2019-03-04)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"tools/*"
],
"rejectCycles": "true",
"version": "0.25.1"
"version": "0.25.2"
}
18 changes: 9 additions & 9 deletions packages/@aws-cdk/alexa-ask/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/alexa-ask",
"version": "0.25.1",
"version": "0.25.2",
"description": "The CDK Construct Library for Alexa::ASK",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -55,18 +55,18 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^0.25.1",
"cdk-build-tools": "^0.25.1",
"cfn2ts": "^0.25.1",
"pkglint": "^0.25.1"
"@aws-cdk/assert": "^0.25.2",
"cdk-build-tools": "^0.25.2",
"cfn2ts": "^0.25.2",
"pkglint": "^0.25.2"
},
"dependencies": {
"@aws-cdk/aws-codepipeline-api": "^0.25.1",
"@aws-cdk/cdk": "^0.25.1"
"@aws-cdk/aws-codepipeline-api": "^0.25.2",
"@aws-cdk/cdk": "^0.25.2"
},
"peerDependencies": {
"@aws-cdk/aws-codepipeline-api": "^0.25.1",
"@aws-cdk/cdk": "^0.25.1"
"@aws-cdk/aws-codepipeline-api": "^0.25.2",
"@aws-cdk/cdk": "^0.25.2"
},
"engines": {
"node": ">= 8.10.0"
Expand Down
34 changes: 17 additions & 17 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.25.1",
"version": "0.25.2",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"jsii": {
Expand Down Expand Up @@ -33,21 +33,21 @@
"awslint": "cdk-awslint"
},
"dependencies": {
"@aws-cdk/aws-cloudformation": "^0.25.1",
"@aws-cdk/aws-codebuild": "^0.25.1",
"@aws-cdk/aws-codepipeline-api": "^0.25.1",
"@aws-cdk/aws-iam": "^0.25.1",
"@aws-cdk/cdk": "^0.25.1",
"@aws-cdk/cx-api": "^0.25.1"
"@aws-cdk/aws-cloudformation": "^0.25.2",
"@aws-cdk/aws-codebuild": "^0.25.2",
"@aws-cdk/aws-codepipeline-api": "^0.25.2",
"@aws-cdk/aws-iam": "^0.25.2",
"@aws-cdk/cdk": "^0.25.2",
"@aws-cdk/cx-api": "^0.25.2"
},
"devDependencies": {
"@aws-cdk/assert": "^0.25.1",
"@aws-cdk/aws-codepipeline": "^0.25.1",
"@aws-cdk/aws-s3": "^0.25.1",
"cdk-build-tools": "^0.25.1",
"cdk-integ-tools": "^0.25.1",
"@aws-cdk/assert": "^0.25.2",
"@aws-cdk/aws-codepipeline": "^0.25.2",
"@aws-cdk/aws-s3": "^0.25.2",
"cdk-build-tools": "^0.25.2",
"cdk-integ-tools": "^0.25.2",
"fast-check": "^1.7.0",
"pkglint": "^0.25.1"
"pkglint": "^0.25.2"
},
"repository": {
"type": "git",
Expand All @@ -65,10 +65,10 @@
"cdk"
],
"peerDependencies": {
"@aws-cdk/aws-cloudformation": "^0.25.1",
"@aws-cdk/aws-codepipeline-api": "^0.25.1",
"@aws-cdk/aws-iam": "^0.25.1",
"@aws-cdk/cdk": "^0.25.1"
"@aws-cdk/aws-cloudformation": "^0.25.2",
"@aws-cdk/aws-codepipeline-api": "^0.25.2",
"@aws-cdk/aws-iam": "^0.25.2",
"@aws-cdk/cdk": "^0.25.2"
},
"engines": {
"node": ">= 8.10.0"
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.25.1",
"version": "0.25.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.25.1",
"pkglint": "^0.25.1"
"cdk-build-tools": "^0.25.2",
"pkglint": "^0.25.2"
},
"dependencies": {
"@aws-cdk/cdk": "^0.25.1",
"@aws-cdk/cdk": "^0.25.2",
"fs-extra": "^7.0.0",
"source-map-support": "^0.5.6",
"yaml": "^1.1.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.25.1",
"version": "0.25.2",
"description": "An assertion library for use with CDK Apps",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -24,13 +24,13 @@
},
"license": "Apache-2.0",
"devDependencies": {
"cdk-build-tools": "^0.25.1",
"pkglint": "^0.25.1"
"cdk-build-tools": "^0.25.2",
"pkglint": "^0.25.2"
},
"dependencies": {
"@aws-cdk/cdk": "^0.25.1",
"@aws-cdk/cloudformation-diff": "^0.25.1",
"@aws-cdk/cx-api": "^0.25.1",
"@aws-cdk/cdk": "^0.25.2",
"@aws-cdk/cloudformation-diff": "^0.25.2",
"@aws-cdk/cx-api": "^0.25.2",
"source-map-support": "^0.5.6"
},
"repository": {
Expand Down
34 changes: 17 additions & 17 deletions packages/@aws-cdk/assets-docker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/assets-docker",
"version": "0.25.1",
"version": "0.25.2",
"description": "Docker image assets",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -51,29 +51,29 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^0.25.1",
"@aws-cdk/assert": "^0.25.2",
"@types/proxyquire": "^1.3.28",
"aws-cdk": "^0.25.1",
"cdk-build-tools": "^0.25.1",
"cdk-integ-tools": "^0.25.1",
"pkglint": "^0.25.1",
"aws-cdk": "^0.25.2",
"cdk-build-tools": "^0.25.2",
"cdk-integ-tools": "^0.25.2",
"pkglint": "^0.25.2",
"proxyquire": "^2.1.0"
},
"dependencies": {
"@aws-cdk/aws-cloudformation": "^0.25.1",
"@aws-cdk/aws-ecr": "^0.25.1",
"@aws-cdk/aws-iam": "^0.25.1",
"@aws-cdk/aws-lambda": "^0.25.1",
"@aws-cdk/aws-s3": "^0.25.1",
"@aws-cdk/cdk": "^0.25.1",
"@aws-cdk/cx-api": "^0.25.1"
"@aws-cdk/aws-cloudformation": "^0.25.2",
"@aws-cdk/aws-ecr": "^0.25.2",
"@aws-cdk/aws-iam": "^0.25.2",
"@aws-cdk/aws-lambda": "^0.25.2",
"@aws-cdk/aws-s3": "^0.25.2",
"@aws-cdk/cdk": "^0.25.2",
"@aws-cdk/cx-api": "^0.25.2"
},
"homepage": "https://github.com/awslabs/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-ecr": "^0.25.1",
"@aws-cdk/aws-iam": "^0.25.1",
"@aws-cdk/aws-s3": "^0.25.1",
"@aws-cdk/cdk": "^0.25.1"
"@aws-cdk/aws-ecr": "^0.25.2",
"@aws-cdk/aws-iam": "^0.25.2",
"@aws-cdk/aws-s3": "^0.25.2",
"@aws-cdk/cdk": "^0.25.2"
},
"engines": {
"node": ">= 8.10.0"
Expand Down
26 changes: 13 additions & 13 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.25.1",
"version": "0.25.2",
"description": "Integration of CDK apps with local assets",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -50,23 +50,23 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^0.25.1",
"aws-cdk": "^0.25.1",
"cdk-build-tools": "^0.25.1",
"cdk-integ-tools": "^0.25.1",
"pkglint": "^0.25.1"
"@aws-cdk/assert": "^0.25.2",
"aws-cdk": "^0.25.2",
"cdk-build-tools": "^0.25.2",
"cdk-integ-tools": "^0.25.2",
"pkglint": "^0.25.2"
},
"dependencies": {
"@aws-cdk/aws-iam": "^0.25.1",
"@aws-cdk/aws-s3": "^0.25.1",
"@aws-cdk/cdk": "^0.25.1",
"@aws-cdk/cx-api": "^0.25.1"
"@aws-cdk/aws-iam": "^0.25.2",
"@aws-cdk/aws-s3": "^0.25.2",
"@aws-cdk/cdk": "^0.25.2",
"@aws-cdk/cx-api": "^0.25.2"
},
"homepage": "https://github.com/awslabs/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-iam": "^0.25.1",
"@aws-cdk/aws-s3": "^0.25.1",
"@aws-cdk/cdk": "^0.25.1"
"@aws-cdk/aws-iam": "^0.25.2",
"@aws-cdk/aws-s3": "^0.25.2",
"@aws-cdk/cdk": "^0.25.2"
},
"engines": {
"node": ">= 8.10.0"
Expand Down
14 changes: 7 additions & 7 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.25.1",
"version": "0.25.2",
"description": "The CDK Construct Library for AWS::AmazonMQ",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -55,16 +55,16 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^0.25.1",
"cdk-build-tools": "^0.25.1",
"cfn2ts": "^0.25.1",
"pkglint": "^0.25.1"
"@aws-cdk/assert": "^0.25.2",
"cdk-build-tools": "^0.25.2",
"cfn2ts": "^0.25.2",
"pkglint": "^0.25.2"
},
"dependencies": {
"@aws-cdk/cdk": "^0.25.1"
"@aws-cdk/cdk": "^0.25.2"
},
"peerDependencies": {
"@aws-cdk/cdk": "^0.25.1"
"@aws-cdk/cdk": "^0.25.2"
},
"engines": {
"node": ">= 8.10.0"
Expand Down
30 changes: 15 additions & 15 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.25.1",
"version": "0.25.2",
"description": "The CDK Construct Library for AWS::ApiGateway",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -57,25 +57,25 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^0.25.1",
"@aws-cdk/aws-ec2": "^0.25.1",
"cdk-build-tools": "^0.25.1",
"cdk-integ-tools": "^0.25.1",
"cfn2ts": "^0.25.1",
"pkglint": "^0.25.1"
"@aws-cdk/assert": "^0.25.2",
"@aws-cdk/aws-ec2": "^0.25.2",
"cdk-build-tools": "^0.25.2",
"cdk-integ-tools": "^0.25.2",
"cfn2ts": "^0.25.2",
"pkglint": "^0.25.2"
},
"dependencies": {
"@aws-cdk/aws-elasticloadbalancingv2": "^0.25.1",
"@aws-cdk/aws-iam": "^0.25.1",
"@aws-cdk/aws-lambda": "^0.25.1",
"@aws-cdk/cdk": "^0.25.1"
"@aws-cdk/aws-elasticloadbalancingv2": "^0.25.2",
"@aws-cdk/aws-iam": "^0.25.2",
"@aws-cdk/aws-lambda": "^0.25.2",
"@aws-cdk/cdk": "^0.25.2"
},
"homepage": "https://github.com/awslabs/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-elasticloadbalancingv2": "^0.25.1",
"@aws-cdk/aws-iam": "^0.25.1",
"@aws-cdk/aws-lambda": "^0.25.1",
"@aws-cdk/cdk": "^0.25.1"
"@aws-cdk/aws-elasticloadbalancingv2": "^0.25.2",
"@aws-cdk/aws-iam": "^0.25.2",
"@aws-cdk/aws-lambda": "^0.25.2",
"@aws-cdk/cdk": "^0.25.2"
},
"engines": {
"node": ">= 8.10.0"
Expand Down
24 changes: 12 additions & 12 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.25.1",
"version": "0.25.2",
"description": "The CDK Construct Library for AWS::ApplicationAutoScaling",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -54,23 +54,23 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^0.25.1",
"cdk-build-tools": "^0.25.1",
"cfn2ts": "^0.25.1",
"@aws-cdk/assert": "^0.25.2",
"cdk-build-tools": "^0.25.2",
"cfn2ts": "^0.25.2",
"fast-check": "^1.7.0",
"pkglint": "^0.25.1"
"pkglint": "^0.25.2"
},
"dependencies": {
"@aws-cdk/aws-autoscaling-common": "^0.25.1",
"@aws-cdk/aws-cloudwatch": "^0.25.1",
"@aws-cdk/aws-iam": "^0.25.1",
"@aws-cdk/cdk": "^0.25.1"
"@aws-cdk/aws-autoscaling-common": "^0.25.2",
"@aws-cdk/aws-cloudwatch": "^0.25.2",
"@aws-cdk/aws-iam": "^0.25.2",
"@aws-cdk/cdk": "^0.25.2"
},
"homepage": "https://github.com/awslabs/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-cloudwatch": "^0.25.1",
"@aws-cdk/aws-iam": "^0.25.1",
"@aws-cdk/cdk": "^0.25.1"
"@aws-cdk/aws-cloudwatch": "^0.25.2",
"@aws-cdk/aws-iam": "^0.25.2",
"@aws-cdk/cdk": "^0.25.2"
},
"engines": {
"node": ">= 8.10.0"
Expand Down
Loading

0 comments on commit 558d81f

Please sign in to comment.