Skip to content

Commit

Permalink
v0.9.1 (#713)
Browse files Browse the repository at this point in the history
See CHANGELOG

* Update bump.sh to produce changelog entry
* Update jsii to 0.7.5
  • Loading branch information
Elad Ben-Israel committed Sep 14, 2018
1 parent 36a8c91 commit eee56d8
Show file tree
Hide file tree
Showing 96 changed files with 953 additions and 645 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
<a name="0.9.1"></a>
## [0.9.1](https://github.com/awslabs/aws-cdk/compare/v0.9.0...v0.9.1) (2018-09-13)


### Bug Fixes

* **aws-cdk:** Fix proxy support for account lookup ([#693](https://github.com/awslabs/aws-cdk/issues/693)) ([5468225](https://github.com/awslabs/aws-cdk/commit/5468225)), closes [#645](https://github.com/awslabs/aws-cdk/issues/645)


### Features

* **aws-dynamodb:** Support DynamoDB TTL ([#691](https://github.com/awslabs/aws-cdk/issues/691)) ([35b6206](https://github.com/awslabs/aws-cdk/commit/35b6206))
* **aws-dynamodb:** Support DynamoDB PITR ([#701](https://github.com/awslabs/aws-cdk/issues/701)) ([7a4d7b7](https://github.com/awslabs/aws-cdk/commit/7a4d7b7))
* **aws-ecr:** Add support for ECR repositories ([#697](https://github.com/awslabs/aws-cdk/issues/697)) ([c6c09bf](https://github.com/awslabs/aws-cdk/commit/c6c09bf))
* **aws-lambda:** Add support for XRay Tracing ([#675](https://github.com/awslabs/aws-cdk/issues/675)) ([b4435cc](https://github.com/awslabs/aws-cdk/commit/b4435cc))
* **cfnspec:** Add DeploymentPreference Patch for SAM Spec ([#681](https://github.com/awslabs/aws-cdk/issues/681)) ([#681](https://github.com/awslabs/aws-cdk/issues/681)) ([f96c487](https://github.com/awslabs/aws-cdk/commit/f96c487))



[@rix0rrr]: https://github.com/rix0rrr
[@sam-goodwin]: https://github.com/sam-goodwin
[@RomainMuller]: https://github.com/RomainMuller
Expand Down
11 changes: 8 additions & 3 deletions bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@ if [ -z "${ver}" ]; then
fi

lerna publish --force-publish=* --skip-npm --skip-git --repo-version ${ver}
lerna run build

# update test expectations
UPDATE_DIFF=1 lerna run test
# Update CHANGELOG.md only at the root
cat > /tmp/context.json <<HERE
{
"version": "${ver}"
}
HERE

conventional-changelog -p angular -i CHANGELOG.md -s --context /tmp/context.json

6 changes: 3 additions & 3 deletions examples/cdk-examples-java/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cdk-examples-java",
"version": "0.9.0",
"version": "0.9.1",
"description": "CDK examples in Java",
"private": true,
"repository": {
Expand All @@ -22,7 +22,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"aws-cdk": "^0.9.0",
"pkgtools": "^0.9.0"
"aws-cdk": "^0.9.1",
"pkgtools": "^0.9.1"
}
}
38 changes: 19 additions & 19 deletions examples/cdk-examples-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cdk-examples-typescript",
"version": "0.9.0",
"version": "0.9.1",
"description": "A bunch of CDK examples",
"private": true,
"scripts": {
Expand All @@ -18,26 +18,26 @@
},
"license": "Apache-2.0",
"devDependencies": {
"aws-cdk": "^0.9.0",
"cdk-build-tools": "^0.9.0",
"pkglint": "^0.9.0"
"aws-cdk": "^0.9.1",
"cdk-build-tools": "^0.9.1",
"pkglint": "^0.9.1"
},
"dependencies": {
"@aws-cdk/aws-autoscaling": "^0.9.0",
"@aws-cdk/aws-cloudformation": "^0.9.0",
"@aws-cdk/aws-cognito": "^0.9.0",
"@aws-cdk/aws-dynamodb": "^0.9.0",
"@aws-cdk/aws-ec2": "^0.9.0",
"@aws-cdk/aws-elasticloadbalancing": "^0.9.0",
"@aws-cdk/aws-iam": "^0.9.0",
"@aws-cdk/aws-lambda": "^0.9.0",
"@aws-cdk/aws-neptune": "^0.9.0",
"@aws-cdk/aws-rds": "^0.9.0",
"@aws-cdk/aws-s3": "^0.9.0",
"@aws-cdk/aws-sns": "^0.9.0",
"@aws-cdk/aws-sqs": "^0.9.0",
"@aws-cdk/cdk": "^0.9.0",
"@aws-cdk/runtime-values": "^0.9.0"
"@aws-cdk/aws-autoscaling": "^0.9.1",
"@aws-cdk/aws-cloudformation": "^0.9.1",
"@aws-cdk/aws-cognito": "^0.9.1",
"@aws-cdk/aws-dynamodb": "^0.9.1",
"@aws-cdk/aws-ec2": "^0.9.1",
"@aws-cdk/aws-elasticloadbalancing": "^0.9.1",
"@aws-cdk/aws-iam": "^0.9.1",
"@aws-cdk/aws-lambda": "^0.9.1",
"@aws-cdk/aws-neptune": "^0.9.1",
"@aws-cdk/aws-rds": "^0.9.1",
"@aws-cdk/aws-s3": "^0.9.1",
"@aws-cdk/aws-sns": "^0.9.1",
"@aws-cdk/aws-sqs": "^0.9.1",
"@aws-cdk/cdk": "^0.9.1",
"@aws-cdk/runtime-values": "^0.9.1"
},
"repository": {
"url": "https://github.com/awslabs/aws-cdk.git",
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 @@
"examples/*"
],
"rejectCycles": "true",
"version": "0.9.0"
"version": "0.9.1"
}

0 comments on commit eee56d8

Please sign in to comment.