-
Notifications
You must be signed in to change notification settings - Fork 87
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
Update CDKTF packages #1486
base: main
Are you sure you want to change the base?
Update CDKTF packages #1486
Conversation
PR Summary
|
@@ -78,7 +78,7 @@ | |||
"eslint-plugin-unicorn": "~44.0.2" | |||
}, | |||
"engines": { | |||
"node": ">=18.0.0 <19.0.0" | |||
"node": ">=18.12.0 <19.0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this a requirement of the new CDK version? Otherwise, I'd leave it as 18.0.0 in order to be less restrictive for end users.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@javiertoledo yes, it seems to be a requirement for the new cdk tf version, see here. If it presents an issue, we can go back to version 0.17 I believe
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gotcha, no objections then!
# Conflicts: # common/config/rush/pnpm-lock.yaml
/integration sha=4fc7a593c0f67fb95cded6defbb905c8e2b00c0b |
Oops, looks like you forgot to add a changeset.
This command will prompt you for a change description and generate a changeset file. You can read more about changesets here. Remember that you should use the version bump that is appropriate for the change you are making:
If you are unsure about which version bump to use, please ask in the comments and we will help you out. |
❌ Oh no! Integration tests have failed |
It seems that the Azure deployment failed. Maybe there's an API change that needs to be tweaked?
|
I suspect it might have to do with rush running the build on 18.18, I've updated it to 18.20, hopefully that fixes it @javiertoledo |
Actually that broke it! Looking at it again. |
@javiertoledo I think we can try running integration tests now |
Description
Upgrade CDK TF to latest version
Changes
cdktf
,cdktf-cli
,@cdktf/provider-azurerm
and@cdktf/provider-time
to the latest version>=18.12.0 < 19.0.0
wherevercdktf*
packages are usedChecks
Additional information
If it's an issue moving to node
>=18.12.0 <19.0.0
then wen move back to cdktf versions 18.x