Skip to content

Commit

Permalink
v0.30.0 (aws#2455)
Browse files Browse the repository at this point in the history
See changelog
  • Loading branch information
Elad Ben-Israel committed May 2, 2019
1 parent 973b506 commit 4740446
Show file tree
Hide file tree
Showing 119 changed files with 1,375 additions and 1,335 deletions.
42 changes: 41 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,51 @@


# Change Log

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.30.0](https://github.com/awslabs/aws-cdk/compare/v0.29.0...v0.30.0) (2019-05-02)

### Bug Fixes

* **cdk-dasm:** fix bin for cdk-dasm ([#2383](https://github.com/awslabs/aws-cdk/issues/2383)) ([760f518](https://github.com/awslabs/aws-cdk/commit/760f518))

### Code Refactoring

* **awslint:** construct-base-is-private, resource-attribute ([#2349](https://github.com/awslabs/aws-cdk/issues/2349)) ([973b506](https://github.com/awslabs/aws-cdk/commit/973b506)), closes [#2426](https://github.com/awslabs/aws-cdk/issues/2426) [#2409](https://github.com/awslabs/aws-cdk/issues/2409)

### Features

* **cdk-test:** check API compatibility ([#2356](https://github.com/awslabs/aws-cdk/issues/2356)) ([1642925](https://github.com/awslabs/aws-cdk/commit/1642925)), closes [#145](https://github.com/awslabs/aws-cdk/issues/145)
* **codepipeline:** allow creation of GitHub Pipelines without source trigger ([#2332](https://github.com/awslabs/aws-cdk/issues/2332)) ([ed39a8c](https://github.com/awslabs/aws-cdk/commit/ed39a8c))
* **elbv2:** add TLS listener for NLB ([#2122](https://github.com/awslabs/aws-cdk/issues/2122)) ([71d694f](https://github.com/awslabs/aws-cdk/commit/71d694f))

## [0.29.0](https://github.com/awslabs/aws-cdk/compare/v0.28.0...v0.29.0) (2019-04-24)


### BREAKING CHANGES

* `s3.Bucket.domainName` renamed to `s3.Bucket.bucketDomainName`.
* `codedeploy.IXxxDeploymentConfig.deploymentConfigArn` is now a property and not a method.
* `ec2.SecurityGroupBase` is now private
* `ec2.VpcNetworkBase` is now private
* `kinesis.StreamBase` is now private
* `kms.EncryptionKeyBase` is now private
* `logs.LogGroupBase` is now private
* `ssm.ParameterBase` is now private
* `eks.ClusterBase` is now private
* `codebuild.ProjectBase` is now private
* `codecommit.RepositoryBase` is now private
* `codedeploy.ServerDeploymentGroupBase` is now private
* `eks.ClusterBase` is now private
* `lambda.LayerVersionBase` is now private
* `rds.DatabaseClusterBase` is now private
* `secretsmanager.SecretBase` is now private
* `ses.ReceiptRuleSetBase` is now private
* **codepipeline:** the `pollForSourceChanges` property in `GitHubSourceAction` has been renamed to `trigger`, and its type changed from a `boolean` to an enum.


## [0.29.0](https://github.com/awslabs/aws-cdk/compare/v0.28.0...v0.29.0) (2019-04-24)

### Bug Fixes

* **acm:** enabled validation of certificates on the zone name ([#2133](https://github.com/awslabs/aws-cdk/issues/2133)) ([f216f96](https://github.com/awslabs/aws-cdk/commit/f216f96))
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.29.0"
"version": "0.30.0"
}
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": "0.29.0",
"version": "0.30.0",
"description": "The CDK Construct Library for Alexa::ASK",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -60,16 +60,16 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^0.29.0",
"cdk-build-tools": "^0.29.0",
"cfn2ts": "^0.29.0",
"pkglint": "^0.29.0"
"@aws-cdk/assert": "^0.30.0",
"cdk-build-tools": "^0.30.0",
"cfn2ts": "^0.30.0",
"pkglint": "^0.30.0"
},
"dependencies": {
"@aws-cdk/cdk": "^0.29.0"
"@aws-cdk/cdk": "^0.30.0"
},
"peerDependencies": {
"@aws-cdk/cdk": "^0.29.0"
"@aws-cdk/cdk": "^0.30.0"
},
"engines": {
"node": ">= 8.10.0"
Expand Down
40 changes: 20 additions & 20 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.29.0",
"version": "0.30.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"jsii": {
Expand Down Expand Up @@ -37,21 +37,21 @@
"awslint": "cdk-awslint"
},
"dependencies": {
"@aws-cdk/aws-cloudformation": "^0.29.0",
"@aws-cdk/aws-codebuild": "^0.29.0",
"@aws-cdk/aws-codepipeline": "^0.29.0",
"@aws-cdk/aws-codepipeline-actions": "^0.29.0",
"@aws-cdk/aws-iam": "^0.29.0",
"@aws-cdk/cdk": "^0.29.0",
"@aws-cdk/cx-api": "^0.29.0"
"@aws-cdk/aws-cloudformation": "^0.30.0",
"@aws-cdk/aws-codebuild": "^0.30.0",
"@aws-cdk/aws-codepipeline": "^0.30.0",
"@aws-cdk/aws-codepipeline-actions": "^0.30.0",
"@aws-cdk/aws-iam": "^0.30.0",
"@aws-cdk/cdk": "^0.30.0",
"@aws-cdk/cx-api": "^0.30.0"
},
"devDependencies": {
"@aws-cdk/assert": "^0.29.0",
"@aws-cdk/aws-s3": "^0.29.0",
"cdk-build-tools": "^0.29.0",
"cdk-integ-tools": "^0.29.0",
"@aws-cdk/assert": "^0.30.0",
"@aws-cdk/aws-s3": "^0.30.0",
"cdk-build-tools": "^0.30.0",
"cdk-integ-tools": "^0.30.0",
"fast-check": "^1.14.0",
"pkglint": "^0.29.0"
"pkglint": "^0.30.0"
},
"repository": {
"type": "git",
Expand All @@ -70,13 +70,13 @@
"cdk"
],
"peerDependencies": {
"@aws-cdk/aws-cloudformation": "^0.29.0",
"@aws-cdk/aws-codebuild": "^0.29.0",
"@aws-cdk/aws-codepipeline": "^0.29.0",
"@aws-cdk/aws-codepipeline-actions": "^0.29.0",
"@aws-cdk/aws-iam": "^0.29.0",
"@aws-cdk/cdk": "^0.29.0",
"@aws-cdk/cx-api": "^0.29.0"
"@aws-cdk/aws-cloudformation": "^0.30.0",
"@aws-cdk/aws-codebuild": "^0.30.0",
"@aws-cdk/aws-codepipeline": "^0.30.0",
"@aws-cdk/aws-codepipeline-actions": "^0.30.0",
"@aws-cdk/aws-iam": "^0.30.0",
"@aws-cdk/cdk": "^0.30.0",
"@aws-cdk/cx-api": "^0.30.0"
},
"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.29.0",
"version": "0.30.0",
"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.5",
"@types/yaml": "^1.0.2",
"cdk-build-tools": "^0.29.0",
"pkglint": "^0.29.0"
"cdk-build-tools": "^0.30.0",
"pkglint": "^0.30.0"
},
"dependencies": {
"@aws-cdk/cdk": "^0.29.0",
"@aws-cdk/cdk": "^0.30.0",
"fs-extra": "^7.0.1",
"source-map-support": "^0.5.12",
"yaml": "^1.5.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.29.0",
"version": "0.30.0",
"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.29.0",
"pkglint": "^0.29.0"
"cdk-build-tools": "^0.30.0",
"pkglint": "^0.30.0"
},
"dependencies": {
"@aws-cdk/cdk": "^0.29.0",
"@aws-cdk/cloudformation-diff": "^0.29.0",
"@aws-cdk/cx-api": "^0.29.0",
"@aws-cdk/cdk": "^0.30.0",
"@aws-cdk/cloudformation-diff": "^0.30.0",
"@aws-cdk/cx-api": "^0.30.0",
"source-map-support": "^0.5.12"
},
"repository": {
Expand Down
44 changes: 22 additions & 22 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.29.0",
"version": "0.30.0",
"description": "Docker image assets",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -56,34 +56,34 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^0.29.0",
"@aws-cdk/assert": "^0.30.0",
"@types/proxyquire": "^1.3.28",
"aws-cdk": "^0.29.0",
"cdk-build-tools": "^0.29.0",
"cdk-integ-tools": "^0.29.0",
"pkglint": "^0.29.0",
"aws-cdk": "^0.30.0",
"cdk-build-tools": "^0.30.0",
"cdk-integ-tools": "^0.30.0",
"pkglint": "^0.30.0",
"proxyquire": "^2.1.0"
},
"dependencies": {
"@aws-cdk/assets": "^0.29.0",
"@aws-cdk/aws-cloudformation": "^0.29.0",
"@aws-cdk/aws-ecr": "^0.29.0",
"@aws-cdk/aws-iam": "^0.29.0",
"@aws-cdk/aws-lambda": "^0.29.0",
"@aws-cdk/aws-s3": "^0.29.0",
"@aws-cdk/cdk": "^0.29.0",
"@aws-cdk/cx-api": "^0.29.0"
"@aws-cdk/assets": "^0.30.0",
"@aws-cdk/aws-cloudformation": "^0.30.0",
"@aws-cdk/aws-ecr": "^0.30.0",
"@aws-cdk/aws-iam": "^0.30.0",
"@aws-cdk/aws-lambda": "^0.30.0",
"@aws-cdk/aws-s3": "^0.30.0",
"@aws-cdk/cdk": "^0.30.0",
"@aws-cdk/cx-api": "^0.30.0"
},
"homepage": "https://github.com/awslabs/aws-cdk",
"peerDependencies": {
"@aws-cdk/assets": "^0.29.0",
"@aws-cdk/aws-cloudformation": "^0.29.0",
"@aws-cdk/aws-ecr": "^0.29.0",
"@aws-cdk/aws-iam": "^0.29.0",
"@aws-cdk/aws-lambda": "^0.29.0",
"@aws-cdk/aws-s3": "^0.29.0",
"@aws-cdk/cdk": "^0.29.0",
"@aws-cdk/cx-api": "^0.29.0"
"@aws-cdk/assets": "^0.30.0",
"@aws-cdk/aws-cloudformation": "^0.30.0",
"@aws-cdk/aws-ecr": "^0.30.0",
"@aws-cdk/aws-iam": "^0.30.0",
"@aws-cdk/aws-lambda": "^0.30.0",
"@aws-cdk/aws-s3": "^0.30.0",
"@aws-cdk/cdk": "^0.30.0",
"@aws-cdk/cx-api": "^0.30.0"
},
"nyc": {
"statements": 70
Expand Down
28 changes: 14 additions & 14 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.29.0",
"version": "0.30.0",
"description": "Integration of CDK apps with local assets",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -60,26 +60,26 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^0.29.0",
"@aws-cdk/assert": "^0.30.0",
"@types/minimatch": "^3.0.3",
"aws-cdk": "^0.29.0",
"cdk-build-tools": "^0.29.0",
"cdk-integ-tools": "^0.29.0",
"pkglint": "^0.29.0"
"aws-cdk": "^0.30.0",
"cdk-build-tools": "^0.30.0",
"cdk-integ-tools": "^0.30.0",
"pkglint": "^0.30.0"
},
"dependencies": {
"@aws-cdk/aws-iam": "^0.29.0",
"@aws-cdk/aws-s3": "^0.29.0",
"@aws-cdk/cdk": "^0.29.0",
"@aws-cdk/cx-api": "^0.29.0",
"@aws-cdk/aws-iam": "^0.30.0",
"@aws-cdk/aws-s3": "^0.30.0",
"@aws-cdk/cdk": "^0.30.0",
"@aws-cdk/cx-api": "^0.30.0",
"minimatch": "^3.0.4"
},
"homepage": "https://github.com/awslabs/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-iam": "^0.29.0",
"@aws-cdk/aws-s3": "^0.29.0",
"@aws-cdk/cdk": "^0.29.0",
"@aws-cdk/cx-api": "^0.29.0"
"@aws-cdk/aws-iam": "^0.30.0",
"@aws-cdk/aws-s3": "^0.30.0",
"@aws-cdk/cdk": "^0.30.0",
"@aws-cdk/cx-api": "^0.30.0"
},
"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.29.0",
"version": "0.30.0",
"description": "The CDK Construct Library for AWS::AmazonMQ",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -60,16 +60,16 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^0.29.0",
"cdk-build-tools": "^0.29.0",
"cfn2ts": "^0.29.0",
"pkglint": "^0.29.0"
"@aws-cdk/assert": "^0.30.0",
"cdk-build-tools": "^0.30.0",
"cfn2ts": "^0.30.0",
"pkglint": "^0.30.0"
},
"dependencies": {
"@aws-cdk/cdk": "^0.29.0"
"@aws-cdk/cdk": "^0.30.0"
},
"peerDependencies": {
"@aws-cdk/cdk": "^0.29.0"
"@aws-cdk/cdk": "^0.30.0"
},
"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.29.0",
"version": "0.30.0",
"description": "The CDK Construct Library for AWS::ApiGateway",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -62,25 +62,25 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^0.29.0",
"@aws-cdk/aws-ec2": "^0.29.0",
"cdk-build-tools": "^0.29.0",
"cdk-integ-tools": "^0.29.0",
"cfn2ts": "^0.29.0",
"pkglint": "^0.29.0"
"@aws-cdk/assert": "^0.30.0",
"@aws-cdk/aws-ec2": "^0.30.0",
"cdk-build-tools": "^0.30.0",
"cdk-integ-tools": "^0.30.0",
"cfn2ts": "^0.30.0",
"pkglint": "^0.30.0"
},
"dependencies": {
"@aws-cdk/aws-elasticloadbalancingv2": "^0.29.0",
"@aws-cdk/aws-iam": "^0.29.0",
"@aws-cdk/aws-lambda": "^0.29.0",
"@aws-cdk/cdk": "^0.29.0"
"@aws-cdk/aws-elasticloadbalancingv2": "^0.30.0",
"@aws-cdk/aws-iam": "^0.30.0",
"@aws-cdk/aws-lambda": "^0.30.0",
"@aws-cdk/cdk": "^0.30.0"
},
"homepage": "https://github.com/awslabs/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-elasticloadbalancingv2": "^0.29.0",
"@aws-cdk/aws-iam": "^0.29.0",
"@aws-cdk/aws-lambda": "^0.29.0",
"@aws-cdk/cdk": "^0.29.0"
"@aws-cdk/aws-elasticloadbalancingv2": "^0.30.0",
"@aws-cdk/aws-iam": "^0.30.0",
"@aws-cdk/aws-lambda": "^0.30.0",
"@aws-cdk/cdk": "^0.30.0"
},
"engines": {
"node": ">= 8.10.0"
Expand Down
Loading

0 comments on commit 4740446

Please sign in to comment.