Skip to content

Commit

Permalink
Merge branch '4955-eks-patterns' of github.com:arhea/aws-cdk into 495…
Browse files Browse the repository at this point in the history
…5-eks-patterns

* '4955-eks-patterns' of github.com:arhea/aws-cdk:
  feat(cli): adding new option to `cdk deploy` to indicate whether ChangeSet should be executed (aws#4852)
  chore: move semantic.yaml to .github/
  fix(core): unable to find stack by name using the cli in legacy mode (aws#4998)
  fix(ecs-patterns): Fix issue related to protocol being passed to target group (aws#4988)
  chore: Backport CHANGELOG entries from v1.16.2 (aws#4980)
  feat(custom-resources): python handler skelaton in readme (aws#4977)
  fix(logs): cannot use same Lambda for multiple SubscriptionFilters (aws#4975)
  release: v1.16.1 (aws#4965)
  chore: resolve inaccurate label line in depbot config (aws#4729)
  chore(deps): bump aws-sdk from 2.568.0 to 2.569.0 (aws#4958)
  • Loading branch information
Alex Rhea committed Nov 19, 2019
2 parents cfd52d8 + d7d4efe commit 0e5ec13
Show file tree
Hide file tree
Showing 161 changed files with 2,252 additions and 1,999 deletions.
1 change: 0 additions & 1 deletion .dependabot/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ update_configs:
package_manager: javascript
update_schedule: live
version_requirement_updates: increase_versions
default_labels: [dependencies]
17 changes: 17 additions & 0 deletions .github/semantic.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Configuration for Semantic Pull Requests
titleOnly: true

types:
- feat
- fix
- docs
- style
- refactor
- perf
- test
- build
- ci
- chore
- revert
- release

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.16.2](https://github.com/aws/aws-cdk/compare/v1.16.1...v1.16.2) (2019-11-12)


### Bug Fixes

* **python:** correct handling of inline-dict for nested props ([7666264](https://github.com/aws/aws-cdk/commit/76662640a8e9f113e4997b1a981410b1718da1c1))

## [1.16.1](https://github.com/aws/aws-cdk/compare/v1.16.0...v1.16.1) (2019-11-11)


### Bug Fixes

* **jsii:** correct handling of mappings into `object` parameters ([0d23eb3](https://github.com/aws/aws-cdk/commit/0d23eb35245271e6ad43058f83ce4028999c1f7d))

## [1.16.0](https://github.com/aws/aws-cdk/compare/v1.15.0...v1.16.0) (2019-11-11)


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.16.0"
"version": "1.16.1"
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-cdk",
"version": "1.16.0",
"version": "1.16.1",
"private": true,
"pkglint": {
"include": "dependencies/node-version"
Expand All @@ -19,8 +19,8 @@
"conventional-changelog-cli": "^2.0.27",
"fs-extra": "^8.1.0",
"jest": "^24.9.0",
"jsii-diff": "^0.20.2",
"jsii-pacmak": "^0.20.2",
"jsii-diff": "^0.20.3",
"jsii-pacmak": "^0.20.3",
"lerna": "^3.18.4",
"nodeunit": "^0.11.3",
"nyc": "^14.1.1",
Expand Down
16 changes: 8 additions & 8 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.16.0",
"version": "1.16.1",
"description": "The CDK Construct Library for Alexa::ASK",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -65,19 +65,19 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "1.16.0",
"cdk-build-tools": "1.16.0",
"cfn2ts": "1.16.0",
"pkglint": "1.16.0"
"@aws-cdk/assert": "1.16.1",
"cdk-build-tools": "1.16.1",
"cfn2ts": "1.16.1",
"pkglint": "1.16.1"
},
"dependencies": {
"@aws-cdk/core": "1.16.0"
"@aws-cdk/core": "1.16.1"
},
"peerDependencies": {
"@aws-cdk/core": "1.16.0"
"@aws-cdk/core": "1.16.1"
},
"engines": {
"node": ">= 10.3.0"
},
"stability": "experimental"
}
}
46 changes: 23 additions & 23 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.16.0",
"version": "1.16.1",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"jsii": {
Expand Down Expand Up @@ -42,22 +42,22 @@
"compat": "cdk-compat"
},
"dependencies": {
"@aws-cdk/aws-cloudformation": "1.16.0",
"@aws-cdk/aws-codebuild": "1.16.0",
"@aws-cdk/aws-codepipeline": "1.16.0",
"@aws-cdk/aws-codepipeline-actions": "1.16.0",
"@aws-cdk/aws-events": "1.16.0",
"@aws-cdk/aws-iam": "1.16.0",
"@aws-cdk/core": "1.16.0",
"@aws-cdk/cx-api": "1.16.0"
"@aws-cdk/aws-cloudformation": "1.16.1",
"@aws-cdk/aws-codebuild": "1.16.1",
"@aws-cdk/aws-codepipeline": "1.16.1",
"@aws-cdk/aws-codepipeline-actions": "1.16.1",
"@aws-cdk/aws-events": "1.16.1",
"@aws-cdk/aws-iam": "1.16.1",
"@aws-cdk/core": "1.16.1",
"@aws-cdk/cx-api": "1.16.1"
},
"devDependencies": {
"@aws-cdk/assert": "1.16.0",
"@aws-cdk/aws-s3": "1.16.0",
"cdk-build-tools": "1.16.0",
"cdk-integ-tools": "1.16.0",
"@aws-cdk/assert": "1.16.1",
"@aws-cdk/aws-s3": "1.16.1",
"cdk-build-tools": "1.16.1",
"cdk-integ-tools": "1.16.1",
"fast-check": "^1.18.1",
"pkglint": "1.16.0"
"pkglint": "1.16.1"
},
"repository": {
"type": "git",
Expand All @@ -76,14 +76,14 @@
"cdk"
],
"peerDependencies": {
"@aws-cdk/aws-cloudformation": "1.16.0",
"@aws-cdk/aws-codebuild": "1.16.0",
"@aws-cdk/aws-codepipeline": "1.16.0",
"@aws-cdk/aws-codepipeline-actions": "1.16.0",
"@aws-cdk/aws-events": "1.16.0",
"@aws-cdk/aws-iam": "1.16.0",
"@aws-cdk/core": "1.16.0",
"@aws-cdk/cx-api": "1.16.0"
"@aws-cdk/aws-cloudformation": "1.16.1",
"@aws-cdk/aws-codebuild": "1.16.1",
"@aws-cdk/aws-codepipeline": "1.16.1",
"@aws-cdk/aws-codepipeline-actions": "1.16.1",
"@aws-cdk/aws-events": "1.16.1",
"@aws-cdk/aws-iam": "1.16.1",
"@aws-cdk/core": "1.16.1",
"@aws-cdk/cx-api": "1.16.1"
},
"engines": {
"node": ">= 10.3.0"
Expand All @@ -98,4 +98,4 @@
"docs-public-apis:@aws-cdk/app-delivery.PipelineDeployStackActionProps"
]
}
}
}
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.16.0",
"version": "1.16.1",
"description": "An assertion library for use with CDK Apps",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -27,13 +27,13 @@
"license": "Apache-2.0",
"devDependencies": {
"@types/jest": "^24.0.22",
"cdk-build-tools": "1.16.0",
"pkglint": "1.16.0"
"cdk-build-tools": "1.16.1",
"pkglint": "1.16.1"
},
"dependencies": {
"@aws-cdk/cloudformation-diff": "1.16.0",
"@aws-cdk/core": "1.16.0",
"@aws-cdk/cx-api": "1.16.0",
"@aws-cdk/cloudformation-diff": "1.16.1",
"@aws-cdk/core": "1.16.1",
"@aws-cdk/cx-api": "1.16.1",
"jest": "^24.9.0",
"source-map-support": "^0.5.16"
},
Expand Down
22 changes: 11 additions & 11 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.16.0",
"version": "1.16.1",
"description": "Integration of CDK apps with local assets",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -65,25 +65,25 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "1.16.0",
"@aws-cdk/assert": "1.16.1",
"@types/minimatch": "^3.0.3",
"@types/sinon": "^7.5.0",
"aws-cdk": "1.16.0",
"cdk-build-tools": "1.16.0",
"cdk-integ-tools": "1.16.0",
"pkglint": "1.16.0",
"aws-cdk": "1.16.1",
"cdk-build-tools": "1.16.1",
"cdk-integ-tools": "1.16.1",
"pkglint": "1.16.1",
"sinon": "^7.5.0",
"ts-mock-imports": "^1.2.6"
},
"dependencies": {
"@aws-cdk/core": "1.16.0",
"@aws-cdk/cx-api": "1.16.0",
"@aws-cdk/core": "1.16.1",
"@aws-cdk/cx-api": "1.16.1",
"minimatch": "^3.0.4"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/core": "1.16.0",
"@aws-cdk/cx-api": "1.16.0"
"@aws-cdk/core": "1.16.1",
"@aws-cdk/cx-api": "1.16.1"
},
"engines": {
"node": ">= 10.3.0"
Expand All @@ -99,4 +99,4 @@
"docs-public-apis:@aws-cdk/assets.FollowMode"
]
}
}
}
16 changes: 8 additions & 8 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.16.0",
"version": "1.16.1",
"description": "The CDK Construct Library for AWS::AmazonMQ",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -65,19 +65,19 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "1.16.0",
"cdk-build-tools": "1.16.0",
"cfn2ts": "1.16.0",
"pkglint": "1.16.0"
"@aws-cdk/assert": "1.16.1",
"cdk-build-tools": "1.16.1",
"cfn2ts": "1.16.1",
"pkglint": "1.16.1"
},
"dependencies": {
"@aws-cdk/core": "1.16.0"
"@aws-cdk/core": "1.16.1"
},
"peerDependencies": {
"@aws-cdk/core": "1.16.0"
"@aws-cdk/core": "1.16.1"
},
"engines": {
"node": ">= 10.3.0"
},
"stability": "experimental"
}
}
16 changes: 8 additions & 8 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.16.0",
"version": "1.16.1",
"description": "The CDK Construct Library for AWS::Amplify",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -66,19 +66,19 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "1.16.0",
"cdk-build-tools": "1.16.0",
"cfn2ts": "1.16.0",
"pkglint": "1.16.0"
"@aws-cdk/assert": "1.16.1",
"cdk-build-tools": "1.16.1",
"cfn2ts": "1.16.1",
"pkglint": "1.16.1"
},
"dependencies": {
"@aws-cdk/core": "1.16.0"
"@aws-cdk/core": "1.16.1"
},
"peerDependencies": {
"@aws-cdk/core": "1.16.0"
"@aws-cdk/core": "1.16.1"
},
"engines": {
"node": ">= 10.3.0"
},
"stability": "experimental"
}
}
36 changes: 18 additions & 18 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.16.0",
"version": "1.16.1",
"description": "The CDK Construct Library for AWS::ApiGateway",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -67,27 +67,27 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "1.16.0",
"@aws-cdk/aws-ec2": "1.16.0",
"cdk-build-tools": "1.16.0",
"cdk-integ-tools": "1.16.0",
"cfn2ts": "1.16.0",
"pkglint": "1.16.0"
"@aws-cdk/assert": "1.16.1",
"@aws-cdk/aws-ec2": "1.16.1",
"cdk-build-tools": "1.16.1",
"cdk-integ-tools": "1.16.1",
"cfn2ts": "1.16.1",
"pkglint": "1.16.1"
},
"dependencies": {
"@aws-cdk/aws-certificatemanager": "1.16.0",
"@aws-cdk/aws-elasticloadbalancingv2": "1.16.0",
"@aws-cdk/aws-iam": "1.16.0",
"@aws-cdk/aws-lambda": "1.16.0",
"@aws-cdk/core": "1.16.0"
"@aws-cdk/aws-certificatemanager": "1.16.1",
"@aws-cdk/aws-elasticloadbalancingv2": "1.16.1",
"@aws-cdk/aws-iam": "1.16.1",
"@aws-cdk/aws-lambda": "1.16.1",
"@aws-cdk/core": "1.16.1"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-certificatemanager": "1.16.0",
"@aws-cdk/aws-elasticloadbalancingv2": "1.16.0",
"@aws-cdk/aws-iam": "1.16.0",
"@aws-cdk/aws-lambda": "1.16.0",
"@aws-cdk/core": "1.16.0"
"@aws-cdk/aws-certificatemanager": "1.16.1",
"@aws-cdk/aws-elasticloadbalancingv2": "1.16.1",
"@aws-cdk/aws-iam": "1.16.1",
"@aws-cdk/aws-lambda": "1.16.1",
"@aws-cdk/core": "1.16.1"
},
"engines": {
"node": ">= 10.3.0"
Expand Down Expand Up @@ -289,4 +289,4 @@
]
},
"stability": "stable"
}
}
Loading

0 comments on commit 0e5ec13

Please sign in to comment.