Skip to content

Commit

Permalink
v1.5.0 (#3722)
Browse files Browse the repository at this point in the history
See CHANGELOG.
  • Loading branch information
rix0rrr authored Aug 21, 2019
1 parent 47e5c13 commit c020efa
Show file tree
Hide file tree
Showing 246 changed files with 1,526 additions and 1,496 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,36 @@

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.

## [1.5.0](https://github.com/aws/aws-cdk/compare/v1.4.0...v1.5.0) (2019-08-20)


### Bug Fixes

* **aws-cdk:** update Java template to new builder style ([#3723](https://github.com/aws/aws-cdk/issues/3723)) ([ab07af1](https://github.com/aws/aws-cdk/commit/ab07af1))
* **ecr:** set correct resource policy for ecr repository ([#3590](https://github.com/aws/aws-cdk/issues/3590)) ([30f3968](https://github.com/aws/aws-cdk/commit/30f3968))
* **events-targets:** allow adding same fargate task to multiple rules ([#3576](https://github.com/aws/aws-cdk/issues/3576)) ([5b109f9](https://github.com/aws/aws-cdk/commit/5b109f9)), closes [#3574](https://github.com/aws/aws-cdk/issues/3574)
* **iam:** support NotActions/NotResources ([#964](https://github.com/aws/aws-cdk/issues/964)) ([#3677](https://github.com/aws/aws-cdk/issues/3677)) ([a8ee987](https://github.com/aws/aws-cdk/commit/a8ee987))
* **kms:** append aliasName only after first ([#3659](https://github.com/aws/aws-cdk/issues/3659)) ([77671ad](https://github.com/aws/aws-cdk/commit/77671ad))
* **region-info:** IAM service principal for China regions ([#3491](https://github.com/aws/aws-cdk/issues/3491)) ([013c181](https://github.com/aws/aws-cdk/commit/013c181))
* **s3-deployment:** custom resource fails to run aws-cli ([#3668](https://github.com/aws/aws-cdk/issues/3668)) ([6eabe6d](https://github.com/aws/aws-cdk/commit/6eabe6d)), closes [#3656](https://github.com/aws/aws-cdk/issues/3656)


### Features

* **bootstrap:** force toolkit bucket private ([#3695](https://github.com/aws/aws-cdk/issues/3695)) ([d1ee4ba](https://github.com/aws/aws-cdk/commit/d1ee4ba))
* **cloudformation:** Update CloudFormation spec to 5.2.0 ([#3710](https://github.com/aws/aws-cdk/issues/3710)) ([ab86df7](https://github.com/aws/aws-cdk/commit/ab86df7))
* **cloudformation:** update cloudformation spec to v5.1.0 ([#3670](https://github.com/aws/aws-cdk/issues/3670)) ([15f01d0](https://github.com/aws/aws-cdk/commit/15f01d0))
* **eks:** output update-kubeconfig command ([04d88fb](https://github.com/aws/aws-cdk/commit/04d88fb)), closes [#3664](https://github.com/aws/aws-cdk/issues/3664)
* **eks:** output update-kubeconfig command ([#3669](https://github.com/aws/aws-cdk/issues/3669)) ([9e46532](https://github.com/aws/aws-cdk/commit/9e46532)), closes [#3664](https://github.com/aws/aws-cdk/issues/3664)
* **events-targets:** allow specifying event for codebuild project target ([#3637](https://github.com/aws/aws-cdk/issues/3637)) ([c240e1e](https://github.com/aws/aws-cdk/commit/c240e1e))


### BREAKING CHANGES

* **aws-cdk:** Java builders no longer use the "with" prefix.
* **eks:** cluster name output will not be synthesized by default. instead we synthesize an output that includes the full `aws eks update-kubeconfig` command. You can enable synthesis of the cluster name output using the `outputClusterName: true` options.


## [1.4.0](https://github.com/aws/aws-cdk/compare/v1.3.0...v1.4.0) (2019-08-14)


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": "1.4.0"
"version": "1.5.0"
}
2 changes: 1 addition & 1 deletion packages/@aws-cdk/alexa-ask/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 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": "1.4.0",
"version": "1.5.0",
"description": "The CDK Construct Library for Alexa::ASK",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -63,16 +63,16 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^1.4.0",
"@aws-cdk/assert": "^1.5.0",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cfn2ts": "file:../../../tools/cfn2ts",
"pkglint": "file:../../../tools/pkglint"
},
"dependencies": {
"@aws-cdk/core": "^1.4.0"
"@aws-cdk/core": "^1.5.0"
},
"peerDependencies": {
"@aws-cdk/core": "^1.4.0"
"@aws-cdk/core": "^1.5.0"
},
"engines": {
"node": ">= 8.10.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/@aws-cdk/app-delivery/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 19 additions & 19 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": "1.4.0",
"version": "1.5.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"jsii": {
Expand Down Expand Up @@ -40,18 +40,18 @@
"build+test": "npm run build && npm test"
},
"dependencies": {
"@aws-cdk/aws-cloudformation": "^1.4.0",
"@aws-cdk/aws-codebuild": "^1.4.0",
"@aws-cdk/aws-codepipeline": "^1.4.0",
"@aws-cdk/aws-codepipeline-actions": "^1.4.0",
"@aws-cdk/aws-events": "^1.4.0",
"@aws-cdk/aws-iam": "^1.4.0",
"@aws-cdk/core": "^1.4.0",
"@aws-cdk/cx-api": "^1.4.0"
"@aws-cdk/aws-cloudformation": "^1.5.0",
"@aws-cdk/aws-codebuild": "^1.5.0",
"@aws-cdk/aws-codepipeline": "^1.5.0",
"@aws-cdk/aws-codepipeline-actions": "^1.5.0",
"@aws-cdk/aws-events": "^1.5.0",
"@aws-cdk/aws-iam": "^1.5.0",
"@aws-cdk/core": "^1.5.0",
"@aws-cdk/cx-api": "^1.5.0"
},
"devDependencies": {
"@aws-cdk/assert": "^1.4.0",
"@aws-cdk/aws-s3": "^1.4.0",
"@aws-cdk/assert": "^1.5.0",
"@aws-cdk/aws-s3": "^1.5.0",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cdk-integ-tools": "file:../../../tools/cdk-integ-tools",
"fast-check": "^1.16.0",
Expand All @@ -74,14 +74,14 @@
"cdk"
],
"peerDependencies": {
"@aws-cdk/aws-cloudformation": "^1.4.0",
"@aws-cdk/aws-codebuild": "^1.4.0",
"@aws-cdk/aws-codepipeline": "^1.4.0",
"@aws-cdk/aws-codepipeline-actions": "^1.4.0",
"@aws-cdk/aws-events": "^1.4.0",
"@aws-cdk/aws-iam": "^1.4.0",
"@aws-cdk/core": "^1.4.0",
"@aws-cdk/cx-api": "^1.4.0"
"@aws-cdk/aws-cloudformation": "^1.5.0",
"@aws-cdk/aws-codebuild": "^1.5.0",
"@aws-cdk/aws-codepipeline": "^1.5.0",
"@aws-cdk/aws-codepipeline-actions": "^1.5.0",
"@aws-cdk/aws-events": "^1.5.0",
"@aws-cdk/aws-iam": "^1.5.0",
"@aws-cdk/core": "^1.5.0",
"@aws-cdk/cx-api": "^1.5.0"
},
"engines": {
"node": ">= 8.10.0"
Expand Down
8 changes: 4 additions & 4 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": "1.4.0",
"version": "1.5.0",
"description": "An assertion library for use with CDK Apps",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -31,9 +31,9 @@
"pkglint": "file:../../../tools/pkglint"
},
"dependencies": {
"@aws-cdk/cloudformation-diff": "^1.4.0",
"@aws-cdk/core": "^1.4.0",
"@aws-cdk/cx-api": "^1.4.0",
"@aws-cdk/cloudformation-diff": "^1.5.0",
"@aws-cdk/core": "^1.5.0",
"@aws-cdk/cx-api": "^1.5.0",
"jest": "^24.8.0",
"source-map-support": "^0.5.13"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/@aws-cdk/assets/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 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": "1.4.0",
"version": "1.5.0",
"description": "Integration of CDK apps with local assets",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -63,25 +63,25 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^1.4.0",
"@aws-cdk/assert": "^1.5.0",
"@types/minimatch": "^3.0.3",
"@types/sinon": "^7.0.13",
"aws-cdk": "^1.4.0",
"aws-cdk": "^1.5.0",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cdk-integ-tools": "file:../../../tools/cdk-integ-tools",
"pkglint": "file:../../../tools/pkglint",
"sinon": "^7.4.1",
"ts-mock-imports": "^1.2.6"
},
"dependencies": {
"@aws-cdk/core": "^1.4.0",
"@aws-cdk/cx-api": "^1.4.0",
"@aws-cdk/core": "^1.5.0",
"@aws-cdk/cx-api": "^1.5.0",
"minimatch": "^3.0.4"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/core": "^1.4.0",
"@aws-cdk/cx-api": "^1.4.0"
"@aws-cdk/core": "^1.5.0",
"@aws-cdk/cx-api": "^1.5.0"
},
"engines": {
"node": ">= 8.10.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-amazonmq/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 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": "1.4.0",
"version": "1.5.0",
"description": "The CDK Construct Library for AWS::AmazonMQ",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -63,16 +63,16 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^1.4.0",
"@aws-cdk/assert": "^1.5.0",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cfn2ts": "file:../../../tools/cfn2ts",
"pkglint": "file:../../../tools/pkglint"
},
"dependencies": {
"@aws-cdk/core": "^1.4.0"
"@aws-cdk/core": "^1.5.0"
},
"peerDependencies": {
"@aws-cdk/core": "^1.4.0"
"@aws-cdk/core": "^1.5.0"
},
"engines": {
"node": ">= 8.10.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-amplify/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/@aws-cdk/aws-amplify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/aws-amplify",
"version": "1.4.0",
"version": "1.5.0",
"description": "The CDK Construct Library for AWS::Amplify",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -64,16 +64,16 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^1.4.0",
"@aws-cdk/assert": "^1.5.0",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cfn2ts": "file:../../../tools/cfn2ts",
"pkglint": "file:../../../tools/pkglint"
},
"dependencies": {
"@aws-cdk/core": "^1.4.0"
"@aws-cdk/core": "^1.5.0"
},
"peerDependencies": {
"@aws-cdk/core": "^1.4.0"
"@aws-cdk/core": "^1.5.0"
},
"engines": {
"node": ">= 8.10.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/@aws-cdk/aws-apigateway/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 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": "1.4.0",
"version": "1.5.0",
"description": "The CDK Construct Library for AWS::ApiGateway",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -65,27 +65,27 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^1.4.0",
"@aws-cdk/aws-ec2": "^1.4.0",
"@aws-cdk/assert": "^1.5.0",
"@aws-cdk/aws-ec2": "^1.5.0",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cdk-integ-tools": "file:../../../tools/cdk-integ-tools",
"cfn2ts": "file:../../../tools/cfn2ts",
"pkglint": "file:../../../tools/pkglint"
},
"dependencies": {
"@aws-cdk/aws-certificatemanager": "^1.4.0",
"@aws-cdk/aws-elasticloadbalancingv2": "^1.4.0",
"@aws-cdk/aws-iam": "^1.4.0",
"@aws-cdk/aws-lambda": "^1.4.0",
"@aws-cdk/core": "^1.4.0"
"@aws-cdk/aws-certificatemanager": "^1.5.0",
"@aws-cdk/aws-elasticloadbalancingv2": "^1.5.0",
"@aws-cdk/aws-iam": "^1.5.0",
"@aws-cdk/aws-lambda": "^1.5.0",
"@aws-cdk/core": "^1.5.0"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-certificatemanager": "^1.4.0",
"@aws-cdk/aws-elasticloadbalancingv2": "^1.4.0",
"@aws-cdk/aws-iam": "^1.4.0",
"@aws-cdk/aws-lambda": "^1.4.0",
"@aws-cdk/core": "^1.4.0"
"@aws-cdk/aws-certificatemanager": "^1.5.0",
"@aws-cdk/aws-elasticloadbalancingv2": "^1.5.0",
"@aws-cdk/aws-iam": "^1.5.0",
"@aws-cdk/aws-lambda": "^1.5.0",
"@aws-cdk/core": "^1.5.0"
},
"engines": {
"node": ">= 8.10.0"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c020efa

Please sign in to comment.