Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release' into chore/merge-releas…
Browse files Browse the repository at this point in the history
…e-1.23.0-to-master

tools/cfn2ts/package.json codemaker version conflict, manually reolved
  • Loading branch information
Neta Nir committed Feb 7, 2020
2 parents 01ed4d5 + 639fed9 commit ea88f65
Show file tree
Hide file tree
Showing 154 changed files with 2,036 additions and 1,998 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,45 @@

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.23.0](https://github.com/aws/aws-cdk/compare/v1.22.0...v1.23.0) (2020-02-07)


### Features

* **appsync:** add support for mapping DynamoDB queries ([#5940](https://github.com/aws/aws-cdk/issues/5940)) ([2240e97](https://github.com/aws/aws-cdk/commit/2240e97eded2578aa09ccd3af282bfb6db5667d7)), closes [#5861](https://github.com/aws/aws-cdk/issues/5861)
* **aws-codebuild:** allow github sourceversion branch ([#5890](https://github.com/aws/aws-cdk/issues/5890)) ([155b80e](https://github.com/aws/aws-cdk/commit/155b80ea30cf7c22e50fe4acdbc68978ae8be173)), closes [#5777](https://github.com/aws/aws-cdk/issues/5777)
* **cloudformation:** update Resource Specification to v10.4.0 ([#5982](https://github.com/aws/aws-cdk/issues/5982)) ([178ca5e](https://github.com/aws/aws-cdk/commit/178ca5ee75f3133c059077f0678b159c1d366c5f))
* **ecs:** add support for enabling container insights ([#5601](https://github.com/aws/aws-cdk/issues/5601)) ([6236634](https://github.com/aws/aws-cdk/commit/6236634d86d3615f58153cca50595fa0d7a4540c))
* **ecs:** ContainerImage.fromDockerImageAsset ([b94577a](https://github.com/aws/aws-cdk/commit/b94577a0acb0aa76e257fb15267faf6c0954700a)), closes [#5791](https://github.com/aws/aws-cdk/issues/5791) [#5983](https://github.com/aws/aws-cdk/issues/5983)
* **ecs:** ContainerImage.fromDockerImageAsset ([#6093](https://github.com/aws/aws-cdk/issues/6093)) ([38e9865](https://github.com/aws/aws-cdk/commit/38e9865509df4ddb8a875d37cee2a88a3db9f169)), closes [#5791](https://github.com/aws/aws-cdk/issues/5791) [#5983](https://github.com/aws/aws-cdk/issues/5983)
* **ecs:** Firelens log driver support ([#5457](https://github.com/aws/aws-cdk/issues/5457)) ([4acf0f7](https://github.com/aws/aws-cdk/commit/4acf0f7441eafdc7dc93d6d44a0f4bfb2e8fb47e))
* **lambda:** avail function log group in the CDK ([#5878](https://github.com/aws/aws-cdk/issues/5878)) ([fd54a17](https://github.com/aws/aws-cdk/commit/fd54a17a82605ac1301e5776aa68f03bbfb63910)), closes [#3838](https://github.com/aws/aws-cdk/issues/3838)
* **lambda:** higher level construct for Node.js ([#5532](https://github.com/aws/aws-cdk/issues/5532)) ([02d0e2a](https://github.com/aws/aws-cdk/commit/02d0e2aa0075eec5e42b6b6a10ddd7a0e53b97c6))



### Bug Fixes

* **assets:** add exclude glob patterns to calculating fingerprint for staging ([#6085](https://github.com/aws/aws-cdk/issues/6085)) ([d9a043b](https://github.com/aws/aws-cdk/commit/d9a043b6f604d70525a94e69db0c94589221e720)), closes [#5238](https://github.com/aws/aws-cdk/issues/5238)
* **aws-s3-deployment:** fix server side encryption parameters ([#6006](https://github.com/aws/aws-cdk/issues/6006)) ([c7197c0](https://github.com/aws/aws-cdk/commit/c7197c0048474f69e253b752e289abad6e72554f)), closes [#6002](https://github.com/aws/aws-cdk/issues/6002)
* **cli:** colored text is unreadable when using light themes ([#5250](https://github.com/aws/aws-cdk/issues/5250)) ([b4573ef](https://github.com/aws/aws-cdk/commit/b4573ef19e8b41121065d5d0830554b9d6b03565))
* **cli:** parse equals sign in context values ([#5773](https://github.com/aws/aws-cdk/issues/5773)) ([667443c](https://github.com/aws/aws-cdk/commit/667443c99683dcb6b02073350bdabc8aa482d1c2)), closes [#5738](https://github.com/aws/aws-cdk/issues/5738)
* **codepipeline:** manual approval action doesn't have configuration without a topic ([#6106](https://github.com/aws/aws-cdk/issues/6106)) ([a63cbf8](https://github.com/aws/aws-cdk/commit/a63cbf803535e7e3043cadf9c4a4de1f8da45a9a)), closes [#6100](https://github.com/aws/aws-cdk/issues/6100)
* **cognito:** standard attr timezone unexpectedly creates custom attr ([#5973](https://github.com/aws/aws-cdk/issues/5973)) ([acf3ffc](https://github.com/aws/aws-cdk/commit/acf3ffce5b7dacd25b6611d07835f30c85d53006))
* **ec2:** add `MachineImage` factory, document instance replacement ([#6065](https://github.com/aws/aws-cdk/issues/6065)) ([435d810](https://github.com/aws/aws-cdk/commit/435d81014a481d0828bddbf10a0a155f6efc2e7e)), closes [#5675](https://github.com/aws/aws-cdk/issues/5675) [#6025](https://github.com/aws/aws-cdk/issues/6025)
* **ec2:** private DNS for custom endpoints has incorrect default ([d681d96](https://github.com/aws/aws-cdk/commit/d681d964b91048eaf2044a27c8c70c05b2b9e2bc))
* **ecr-assets:** docker images are not built if .dockerignore includes an entry that ignores the dockerfile. ([#6007](https://github.com/aws/aws-cdk/issues/6007)) ([e7ef5e5](https://github.com/aws/aws-cdk/commit/e7ef5e5660457eb82252e8992214da775b83c41c))
* **ecs:** fix splunk-sourcetype ([#6128](https://github.com/aws/aws-cdk/issues/6128)) ([6456a7c](https://github.com/aws/aws-cdk/commit/6456a7c508c6cc68e98ebdcf8c0f4336cb3c0b89))
* **ecs-patterns:** queue service grant permission automatically ([#6110](https://github.com/aws/aws-cdk/issues/6110)) ([0d0794e](https://github.com/aws/aws-cdk/commit/0d0794e4853f00d971d4e00f76fcced780fe0413))
* **ecs-patterns:** remove duplicated schedule property for scheduled task pattern ([#6101](https://github.com/aws/aws-cdk/issues/6101)) ([15b6aa7](https://github.com/aws/aws-cdk/commit/15b6aa72e17b37f53b745dc33d0626d1c5d9ff4b))
* **eks:** missing VPC permissions for fargate profiles ([#6074](https://github.com/aws/aws-cdk/issues/6074)) ([0a586fc](https://github.com/aws/aws-cdk/commit/0a586fc3e1c2c44dc4cf2d365d84103393682153))
* **glue:** Make Glue Database locationUri optional. ([#5784](https://github.com/aws/aws-cdk/issues/5784)) ([a065169](https://github.com/aws/aws-cdk/commit/a0651693fb3eb00482f6b3ee70d1982d78ea0013)), closes [#5268](https://github.com/aws/aws-cdk/issues/5268) [#5268](https://github.com/aws/aws-cdk/issues/5268) [#5268](https://github.com/aws/aws-cdk/issues/5268) [#5268](https://github.com/aws/aws-cdk/issues/5268)
* **iam:** policies added to immutably imported role ([#6090](https://github.com/aws/aws-cdk/issues/6090)) ([f1f5319](https://github.com/aws/aws-cdk/commit/f1f53194b9b41031640987822f5ed562f1b2ecec)), closes [#5569](https://github.com/aws/aws-cdk/issues/5569) [#5943](https://github.com/aws/aws-cdk/issues/5943)
* **init-templates:** JavaScript, TypeScript, and Python init templates are broken in 1.21.0 ([#5989](https://github.com/aws/aws-cdk/issues/5989)) ([505c91e](https://github.com/aws/aws-cdk/commit/505c91e8b02c7c054d01e51f89e440f24f43ac8e)), closes [#5986](https://github.com/aws/aws-cdk/issues/5986)
* **route53:** CaaAmazonRecord ignores recordName ([#6027](https://github.com/aws/aws-cdk/issues/6027)) ([16f9721](https://github.com/aws/aws-cdk/commit/16f9721955b2aacec5ed3850b8b8d399ffecfe75)), closes [#5764](https://github.com/aws/aws-cdk/issues/5764)
* **route53:** correct import example in README.md ([#5946](https://github.com/aws/aws-cdk/issues/5946)) ([ed71931](https://github.com/aws/aws-cdk/commit/ed719317cd8422182df9512807294c2822d470ea))
* **s3-deployment:** passing any system metadata causes lambda to fail on "Unknown options:" when invoking aws cli. ([#6086](https://github.com/aws/aws-cdk/issues/6086)) ([b30add8](https://github.com/aws/aws-cdk/commit/b30add8c70dcf6239c137a38eb764513ce1e1f29))

## [1.22.0](https://github.com/aws/aws-cdk/compare/v1.21.1...v1.22.0) (2020-01-23)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"tools/*"
],
"rejectCycles": "true",
"version": "1.22.0"
"version": "1.23.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-cdk",
"version": "1.22.0",
"version": "1.23.0",
"private": true,
"pkglint": {
"include": "dependencies/node-version"
Expand Down
14 changes: 7 additions & 7 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.22.0",
"version": "1.23.0",
"description": "The CDK Construct Library for Alexa::ASK",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -80,16 +80,16 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "1.22.0",
"cdk-build-tools": "1.22.0",
"cfn2ts": "1.22.0",
"pkglint": "1.22.0"
"@aws-cdk/assert": "1.23.0",
"cdk-build-tools": "1.23.0",
"cfn2ts": "1.23.0",
"pkglint": "1.23.0"
},
"dependencies": {
"@aws-cdk/core": "1.22.0"
"@aws-cdk/core": "1.23.0"
},
"peerDependencies": {
"@aws-cdk/core": "1.22.0"
"@aws-cdk/core": "1.23.0"
},
"engines": {
"node": ">= 10.3.0"
Expand Down
44 changes: 22 additions & 22 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.22.0",
"version": "1.23.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"jsii": {
Expand Down Expand Up @@ -40,24 +40,24 @@
"compat": "cdk-compat"
},
"dependencies": {
"@aws-cdk/aws-cloudformation": "1.22.0",
"@aws-cdk/aws-codebuild": "1.22.0",
"@aws-cdk/aws-codepipeline": "1.22.0",
"@aws-cdk/aws-codepipeline-actions": "1.22.0",
"@aws-cdk/aws-events": "1.22.0",
"@aws-cdk/aws-iam": "1.22.0",
"@aws-cdk/core": "1.22.0",
"@aws-cdk/cx-api": "1.22.0"
"@aws-cdk/aws-cloudformation": "1.23.0",
"@aws-cdk/aws-codebuild": "1.23.0",
"@aws-cdk/aws-codepipeline": "1.23.0",
"@aws-cdk/aws-codepipeline-actions": "1.23.0",
"@aws-cdk/aws-events": "1.23.0",
"@aws-cdk/aws-iam": "1.23.0",
"@aws-cdk/core": "1.23.0",
"@aws-cdk/cx-api": "1.23.0"
},
"devDependencies": {
"@aws-cdk/assert": "1.22.0",
"@aws-cdk/aws-s3": "1.22.0",
"@aws-cdk/assert": "1.23.0",
"@aws-cdk/aws-s3": "1.23.0",
"@types/nodeunit": "^0.0.30",
"cdk-build-tools": "1.22.0",
"cdk-integ-tools": "1.22.0",
"cdk-build-tools": "1.23.0",
"cdk-integ-tools": "1.23.0",
"fast-check": "^1.22.1",
"nodeunit": "^0.11.3",
"pkglint": "1.22.0"
"pkglint": "1.23.0"
},
"repository": {
"type": "git",
Expand All @@ -76,14 +76,14 @@
"cdk"
],
"peerDependencies": {
"@aws-cdk/aws-cloudformation": "1.22.0",
"@aws-cdk/aws-codebuild": "1.22.0",
"@aws-cdk/aws-codepipeline": "1.22.0",
"@aws-cdk/aws-codepipeline-actions": "1.22.0",
"@aws-cdk/aws-events": "1.22.0",
"@aws-cdk/aws-iam": "1.22.0",
"@aws-cdk/core": "1.22.0",
"@aws-cdk/cx-api": "1.22.0"
"@aws-cdk/aws-cloudformation": "1.23.0",
"@aws-cdk/aws-codebuild": "1.23.0",
"@aws-cdk/aws-codepipeline": "1.23.0",
"@aws-cdk/aws-codepipeline-actions": "1.23.0",
"@aws-cdk/aws-events": "1.23.0",
"@aws-cdk/aws-iam": "1.23.0",
"@aws-cdk/core": "1.23.0",
"@aws-cdk/cx-api": "1.23.0"
},
"engines": {
"node": ">= 10.3.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": "1.22.0",
"version": "1.23.0",
"description": "An assertion library for use with CDK Apps",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -30,15 +30,15 @@
"license": "Apache-2.0",
"devDependencies": {
"@types/jest": "^25.1.1",
"cdk-build-tools": "1.22.0",
"cdk-build-tools": "1.23.0",
"jest": "^24.9.0",
"pkglint": "1.22.0",
"pkglint": "1.23.0",
"ts-jest": "^25.2.0"
},
"dependencies": {
"@aws-cdk/cloudformation-diff": "1.22.0",
"@aws-cdk/core": "1.22.0",
"@aws-cdk/cx-api": "1.22.0"
"@aws-cdk/cloudformation-diff": "1.23.0",
"@aws-cdk/core": "1.23.0",
"@aws-cdk/cx-api": "1.23.0"
},
"peerDependencies": {
"jest": "^24.9.0"
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": "1.22.0",
"version": "1.23.0",
"description": "Integration of CDK apps with local assets",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -63,27 +63,27 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "1.22.0",
"@aws-cdk/assert": "1.23.0",
"@types/minimatch": "^3.0.3",
"@types/nodeunit": "^0.0.30",
"@types/sinon": "^7.5.0",
"aws-cdk": "1.22.0",
"cdk-build-tools": "1.22.0",
"cdk-integ-tools": "1.22.0",
"aws-cdk": "1.23.0",
"cdk-build-tools": "1.23.0",
"cdk-integ-tools": "1.23.0",
"nodeunit": "^0.11.3",
"pkglint": "1.22.0",
"pkglint": "1.23.0",
"sinon": "^8.1.0",
"ts-mock-imports": "^1.2.6"
},
"dependencies": {
"@aws-cdk/core": "1.22.0",
"@aws-cdk/cx-api": "1.22.0",
"@aws-cdk/core": "1.23.0",
"@aws-cdk/cx-api": "1.23.0",
"minimatch": "^3.0.4"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/core": "1.22.0",
"@aws-cdk/cx-api": "1.22.0"
"@aws-cdk/core": "1.23.0",
"@aws-cdk/cx-api": "1.23.0"
},
"engines": {
"node": ">= 10.3.0"
Expand Down
14 changes: 7 additions & 7 deletions packages/@aws-cdk/aws-accessanalyzer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/aws-accessanalyzer",
"version": "1.22.0",
"version": "1.23.0",
"description": "The CDK Construct Library for AWS::AccessAnalyzer",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -81,16 +81,16 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "1.22.0",
"cdk-build-tools": "1.22.0",
"cfn2ts": "1.22.0",
"pkglint": "1.22.0"
"@aws-cdk/assert": "1.23.0",
"cdk-build-tools": "1.23.0",
"cfn2ts": "1.23.0",
"pkglint": "1.23.0"
},
"dependencies": {
"@aws-cdk/core": "1.22.0"
"@aws-cdk/core": "1.23.0"
},
"peerDependencies": {
"@aws-cdk/core": "1.22.0"
"@aws-cdk/core": "1.23.0"
},
"engines": {
"node": ">= 10.3.0"
Expand Down
16 changes: 8 additions & 8 deletions packages/@aws-cdk/aws-acmpca/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/aws-acmpca",
"version": "1.22.0",
"version": "1.23.0",
"description": "The CDK Construct Library for AWS::ACMPCA",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -81,19 +81,19 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "1.22.0",
"cdk-build-tools": "1.22.0",
"cfn2ts": "1.22.0",
"pkglint": "1.22.0"
"@aws-cdk/assert": "1.23.0",
"cdk-build-tools": "1.23.0",
"cfn2ts": "1.23.0",
"pkglint": "1.23.0"
},
"dependencies": {
"@aws-cdk/core": "1.22.0"
"@aws-cdk/core": "1.23.0"
},
"peerDependencies": {
"@aws-cdk/core": "1.22.0"
"@aws-cdk/core": "1.23.0"
},
"engines": {
"node": ">= 10.3.0"
},
"stability": "experimental"
}
}
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": "1.22.0",
"version": "1.23.0",
"description": "The CDK Construct Library for AWS::AmazonMQ",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -80,16 +80,16 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "1.22.0",
"cdk-build-tools": "1.22.0",
"cfn2ts": "1.22.0",
"pkglint": "1.22.0"
"@aws-cdk/assert": "1.23.0",
"cdk-build-tools": "1.23.0",
"cfn2ts": "1.23.0",
"pkglint": "1.23.0"
},
"dependencies": {
"@aws-cdk/core": "1.22.0"
"@aws-cdk/core": "1.23.0"
},
"peerDependencies": {
"@aws-cdk/core": "1.22.0"
"@aws-cdk/core": "1.23.0"
},
"engines": {
"node": ">= 10.3.0"
Expand Down
14 changes: 7 additions & 7 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.22.0",
"version": "1.23.0",
"description": "The CDK Construct Library for AWS::Amplify",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -81,16 +81,16 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "1.22.0",
"cdk-build-tools": "1.22.0",
"cfn2ts": "1.22.0",
"pkglint": "1.22.0"
"@aws-cdk/assert": "1.23.0",
"cdk-build-tools": "1.23.0",
"cfn2ts": "1.23.0",
"pkglint": "1.23.0"
},
"dependencies": {
"@aws-cdk/core": "1.22.0"
"@aws-cdk/core": "1.23.0"
},
"peerDependencies": {
"@aws-cdk/core": "1.22.0"
"@aws-cdk/core": "1.23.0"
},
"engines": {
"node": ">= 10.3.0"
Expand Down
Loading

0 comments on commit ea88f65

Please sign in to comment.