Skip to content

fix missing version bumps#242

Closed
ahammond wants to merge 1 commit intocdklabs:masterfrom
ahammond:manual_bump
Closed

fix missing version bumps#242
ahammond wants to merge 1 commit intocdklabs:masterfrom
ahammond:manual_bump

Conversation

@ahammond
Copy link
Copy Markdown
Contributor

@ahammond ahammond commented Feb 12, 2020

relax a little about versioning

fixes #241


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@ahammond
Copy link
Copy Markdown
Contributor Author

Failing tests don't look like they have anything to do with the bump.

@ahammond ahammond requested a review from rix0rrr February 12, 2020 21:44
@rix0rrr
Copy link
Copy Markdown
Contributor

rix0rrr commented Feb 13, 2020

Sorry, no. Because of the way dependencies are organized right now, all CDK projects and all libraries must agree on the same CDK version number.

This is a limitation we're working on resolving, but in the mean time that means we're not ready to upgrade this.

Sorry.

@rix0rrr rix0rrr closed this Feb 13, 2020
@ahammond
Copy link
Copy Markdown
Contributor Author

@rix0rrr ok, that makes sense. I just tried downgrading my app to 1.19.0 and now it builds. Would it make sense for me to submit a doc PR about this?

@ahammond ahammond deleted the manual_bump branch February 13, 2020 17:42
@ahammond
Copy link
Copy Markdown
Contributor Author

@rix0rrr well... it builds but doesn't succeed running:

Do you wish to deploy these changes (y/n)? y
cdk-library-pipeline: deploying...
cdk-library-pipeline: creating CloudFormation changeset...

 ❌  cdk-library-pipeline failed: Error [ValidationError]: Given input did not match expected format
    at Request.extractError (/usr/local/lib/node_modules/aws-cdk/node_modules/aws-sdk/lib/protocol/query.js:50:29)
    at Request.callListeners (/usr/local/lib/node_modules/aws-cdk/node_modules/aws-sdk/lib/sequential_executor.js:106:20)
    at Request.emit (/usr/local/lib/node_modules/aws-cdk/node_modules/aws-sdk/lib/sequential_executor.js:78:10)
    at Request.emit (/usr/local/lib/node_modules/aws-cdk/node_modules/aws-sdk/lib/request.js:683:14)
    at Request.transition (/usr/local/lib/node_modules/aws-cdk/node_modules/aws-sdk/lib/request.js:22:10)
    at AcceptorStateMachine.runTo (/usr/local/lib/node_modules/aws-cdk/node_modules/aws-sdk/lib/state_machine.js:14:12)
    at /usr/local/lib/node_modules/aws-cdk/node_modules/aws-sdk/lib/state_machine.js:26:10
    at Request.<anonymous> (/usr/local/lib/node_modules/aws-cdk/node_modules/aws-sdk/lib/request.js:38:9)
    at Request.<anonymous> (/usr/local/lib/node_modules/aws-cdk/node_modules/aws-sdk/lib/request.js:685:12)
    at Request.callListeners (/usr/local/lib/node_modules/aws-cdk/node_modules/aws-sdk/lib/sequential_executor.js:116:18) {
  message: 'Given input did not match expected format',
  code: 'ValidationError',
  time: 2020-02-13T17:40:33.322Z,
  requestId: 'f80f7f01-0984-48f5-904a-ebc03a210093',
  statusCode: 400,
  retryable: false,
  retryDelay: 46.84345409052617
}
Given input did not match expected format

Is this expected due to version drift, or... have I discovered a bug?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

cdk dependencies locked to 1.19.0

2 participants