Skip to content

Commit

Permalink
v1.10.1 (#4315)
Browse files Browse the repository at this point in the history
* fix(cli): make new CLI work with old assembly versions (#4307)

In the latest release, we changed the CX protocol (adding a new artifact
type), requiring users of a newer CLI to upgrade their CDK framework
libraries. This check was originally written to improve safety.

This particular change was actually backwards compatible, so add the
requisite code to the CLI to recognize and fix that condition.

Fixes #4294.

* v1.10.1

See CHANGELOG
  • Loading branch information
rix0rrr authored and mergify[bot] committed Oct 1, 2019
1 parent 19ae072 commit 82f8ec6
Show file tree
Hide file tree
Showing 286 changed files with 1,550 additions and 1,448 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.10.1](https://github.com/aws/aws-cdk/compare/v1.10.0...v1.10.1) (2019-10-01)


### Bug Fixes

* **cli:** make new CLI work with old assembly versions ([#4307](https://github.com/aws/aws-cdk/issues/4307)) ([9222447](https://github.com/aws/aws-cdk/commit/9222447)), closes [#4294](https://github.com/aws/aws-cdk/issues/4294)


## [1.10.0](https://github.com/aws/aws-cdk/compare/v1.9.0...v1.10.0) (2019-09-27)


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.10.0"
"version": "1.10.1"
}
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.10.0",
"version": "1.10.1",
"description": "The CDK Construct Library for Alexa::ASK",
"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.10.0",
"@aws-cdk/assert": "^1.10.1",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cfn2ts": "file:../../../tools/cfn2ts",
"pkglint": "file:../../../tools/pkglint"
},
"dependencies": {
"@aws-cdk/core": "^1.10.0"
"@aws-cdk/core": "^1.10.1"
},
"peerDependencies": {
"@aws-cdk/core": "^1.10.0"
"@aws-cdk/core": "^1.10.1"
},
"engines": {
"node": ">= 10.3.0"
Expand Down
2 changes: 1 addition & 1 deletion 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.10.0",
"version": "1.10.1",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"jsii": {
Expand Down Expand Up @@ -41,18 +41,18 @@
"build+test": "npm run build && npm test"
},
"dependencies": {
"@aws-cdk/aws-cloudformation": "^1.10.0",
"@aws-cdk/aws-codebuild": "^1.10.0",
"@aws-cdk/aws-codepipeline": "^1.10.0",
"@aws-cdk/aws-codepipeline-actions": "^1.10.0",
"@aws-cdk/aws-events": "^1.10.0",
"@aws-cdk/aws-iam": "^1.10.0",
"@aws-cdk/core": "^1.10.0",
"@aws-cdk/cx-api": "^1.10.0"
"@aws-cdk/aws-cloudformation": "^1.10.1",
"@aws-cdk/aws-codebuild": "^1.10.1",
"@aws-cdk/aws-codepipeline": "^1.10.1",
"@aws-cdk/aws-codepipeline-actions": "^1.10.1",
"@aws-cdk/aws-events": "^1.10.1",
"@aws-cdk/aws-iam": "^1.10.1",
"@aws-cdk/core": "^1.10.1",
"@aws-cdk/cx-api": "^1.10.1"
},
"devDependencies": {
"@aws-cdk/assert": "^1.10.0",
"@aws-cdk/aws-s3": "^1.10.0",
"@aws-cdk/assert": "^1.10.1",
"@aws-cdk/aws-s3": "^1.10.1",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cdk-integ-tools": "file:../../../tools/cdk-integ-tools",
"fast-check": "^1.17.0",
Expand All @@ -75,14 +75,14 @@
"cdk"
],
"peerDependencies": {
"@aws-cdk/aws-cloudformation": "^1.10.0",
"@aws-cdk/aws-codebuild": "^1.10.0",
"@aws-cdk/aws-codepipeline": "^1.10.0",
"@aws-cdk/aws-codepipeline-actions": "^1.10.0",
"@aws-cdk/aws-events": "^1.10.0",
"@aws-cdk/aws-iam": "^1.10.0",
"@aws-cdk/core": "^1.10.0",
"@aws-cdk/cx-api": "^1.10.0"
"@aws-cdk/aws-cloudformation": "^1.10.1",
"@aws-cdk/aws-codebuild": "^1.10.1",
"@aws-cdk/aws-codepipeline": "^1.10.1",
"@aws-cdk/aws-codepipeline-actions": "^1.10.1",
"@aws-cdk/aws-events": "^1.10.1",
"@aws-cdk/aws-iam": "^1.10.1",
"@aws-cdk/core": "^1.10.1",
"@aws-cdk/cx-api": "^1.10.1"
},
"engines": {
"node": ">= 10.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/assert/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/assert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/assert",
"version": "1.10.0",
"version": "1.10.1",
"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.10.0",
"@aws-cdk/core": "^1.10.0",
"@aws-cdk/cx-api": "^1.10.0",
"@aws-cdk/cloudformation-diff": "^1.10.1",
"@aws-cdk/core": "^1.10.1",
"@aws-cdk/cx-api": "^1.10.1",
"jest": "^24.9.0",
"source-map-support": "^0.5.13"
},
Expand Down
2 changes: 1 addition & 1 deletion 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.10.0",
"version": "1.10.1",
"description": "Integration of CDK apps with local assets",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -64,25 +64,25 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^1.10.0",
"@aws-cdk/assert": "^1.10.1",
"@types/minimatch": "^3.0.3",
"@types/sinon": "^7.0.13",
"aws-cdk": "^1.10.0",
"aws-cdk": "^1.10.1",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cdk-integ-tools": "file:../../../tools/cdk-integ-tools",
"pkglint": "file:../../../tools/pkglint",
"sinon": "^7.5.0",
"ts-mock-imports": "^1.2.6"
},
"dependencies": {
"@aws-cdk/core": "^1.10.0",
"@aws-cdk/cx-api": "^1.10.0",
"@aws-cdk/core": "^1.10.1",
"@aws-cdk/cx-api": "^1.10.1",
"minimatch": "^3.0.4"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/core": "^1.10.0",
"@aws-cdk/cx-api": "^1.10.0"
"@aws-cdk/core": "^1.10.1",
"@aws-cdk/cx-api": "^1.10.1"
},
"engines": {
"node": ">= 10.3.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.10.0",
"version": "1.10.1",
"description": "The CDK Construct Library for AWS::AmazonMQ",
"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.10.0",
"@aws-cdk/assert": "^1.10.1",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cfn2ts": "file:../../../tools/cfn2ts",
"pkglint": "file:../../../tools/pkglint"
},
"dependencies": {
"@aws-cdk/core": "^1.10.0"
"@aws-cdk/core": "^1.10.1"
},
"peerDependencies": {
"@aws-cdk/core": "^1.10.0"
"@aws-cdk/core": "^1.10.1"
},
"engines": {
"node": ">= 10.3.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.10.0",
"version": "1.10.1",
"description": "The CDK Construct Library for AWS::Amplify",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -65,16 +65,16 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^1.10.0",
"@aws-cdk/assert": "^1.10.1",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cfn2ts": "file:../../../tools/cfn2ts",
"pkglint": "file:../../../tools/pkglint"
},
"dependencies": {
"@aws-cdk/core": "^1.10.0"
"@aws-cdk/core": "^1.10.1"
},
"peerDependencies": {
"@aws-cdk/core": "^1.10.0"
"@aws-cdk/core": "^1.10.1"
},
"engines": {
"node": ">= 10.3.0"
Expand Down
2 changes: 1 addition & 1 deletion 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.10.0",
"version": "1.10.1",
"description": "The CDK Construct Library for AWS::ApiGateway",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -66,27 +66,27 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^1.10.0",
"@aws-cdk/aws-ec2": "^1.10.0",
"@aws-cdk/assert": "^1.10.1",
"@aws-cdk/aws-ec2": "^1.10.1",
"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.10.0",
"@aws-cdk/aws-elasticloadbalancingv2": "^1.10.0",
"@aws-cdk/aws-iam": "^1.10.0",
"@aws-cdk/aws-lambda": "^1.10.0",
"@aws-cdk/core": "^1.10.0"
"@aws-cdk/aws-certificatemanager": "^1.10.1",
"@aws-cdk/aws-elasticloadbalancingv2": "^1.10.1",
"@aws-cdk/aws-iam": "^1.10.1",
"@aws-cdk/aws-lambda": "^1.10.1",
"@aws-cdk/core": "^1.10.1"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-certificatemanager": "^1.10.0",
"@aws-cdk/aws-elasticloadbalancingv2": "^1.10.0",
"@aws-cdk/aws-iam": "^1.10.0",
"@aws-cdk/aws-lambda": "^1.10.0",
"@aws-cdk/core": "^1.10.0"
"@aws-cdk/aws-certificatemanager": "^1.10.1",
"@aws-cdk/aws-elasticloadbalancingv2": "^1.10.1",
"@aws-cdk/aws-iam": "^1.10.1",
"@aws-cdk/aws-lambda": "^1.10.1",
"@aws-cdk/core": "^1.10.1"
},
"engines": {
"node": ">= 10.3.0"
Expand Down

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

20 changes: 10 additions & 10 deletions packages/@aws-cdk/aws-applicationautoscaling/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-cdk/aws-applicationautoscaling",
"version": "1.10.0",
"version": "1.10.1",
"description": "The CDK Construct Library for AWS::ApplicationAutoScaling",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -63,24 +63,24 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "^1.10.0",
"@aws-cdk/assert": "^1.10.1",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cfn2ts": "file:../../../tools/cfn2ts",
"fast-check": "^1.17.0",
"pkglint": "file:../../../tools/pkglint"
},
"dependencies": {
"@aws-cdk/aws-autoscaling-common": "^1.10.0",
"@aws-cdk/aws-cloudwatch": "^1.10.0",
"@aws-cdk/aws-iam": "^1.10.0",
"@aws-cdk/core": "^1.10.0"
"@aws-cdk/aws-autoscaling-common": "^1.10.1",
"@aws-cdk/aws-cloudwatch": "^1.10.1",
"@aws-cdk/aws-iam": "^1.10.1",
"@aws-cdk/core": "^1.10.1"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-autoscaling-common": "^1.10.0",
"@aws-cdk/aws-cloudwatch": "^1.10.0",
"@aws-cdk/aws-iam": "^1.10.0",
"@aws-cdk/core": "^1.10.0"
"@aws-cdk/aws-autoscaling-common": "^1.10.1",
"@aws-cdk/aws-cloudwatch": "^1.10.1",
"@aws-cdk/aws-iam": "^1.10.1",
"@aws-cdk/core": "^1.10.1"
},
"engines": {
"node": ">= 10.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-appmesh/package-lock.json

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

0 comments on commit 82f8ec6

Please sign in to comment.