-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cdk-assets: Cannot install cdk-assets@latest in CodePipeline #33491
Comments
I'm getting the same issue. Pipeline worked when it ran right before the new release. |
The issue is that latest cdk-assets is pointing to cloud-assembly-schema version |
Next time they should probably deploy dependencies in the correct order. :) |
The curious thing about all this is the github repo cloud-assembly-schema was archived yesterday. 🤔 I bet that's probably why the project didn't get a new release and everything fails. |
I wonder if that was done by mistake...hard to believe a hard dependency for a release candidate would be archived. |
Just adding some more engagement to this issue - quite critical for a lot of people using CDK pipelines I'd imagine. Lots of sad deployment pipelines right now! |
Added to appropriate project board and reported offline to the team. |
Does anyone have a work a round? |
It seems to be fixed already. |
https://www.npmjs.com/package/cdk-assets/v/3.0.0-rc.143?activeTab=code they've reverted the change so that |
We pulled the affected versions and corrected the release tag. Thanks for reporting everyone! |
Comments on closed issues and PRs are hard for our team to see. |
Describe the bug
Currently have the following issue on all assests (File & Docker) in Codepipeline:
I can understand why this is an issue with
cdk-assets@3.0.0-rc.144
, but why does CodePipeline try to install latest version.Apologies if this is not a
cdk
issue.Regression Issue
Last Known Working CDK Version
cdk-assets@3.0.0-rc.143
Expected Behavior
No installation errors.
Current Behavior
Installation errors.
Reproduction Steps
My pipeline:
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
/
Framework Version
No response
Node.js Version
/
OS
/
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: