Skip to content

Commit

Permalink
chore: upgrade self to cdktf 0.20.0 (#260)
Browse files Browse the repository at this point in the history
This PR upgrades CDKTF to version `0.20.0` in `cdktf-repository-manager`
(this repo).
Unfortunately, not everything can be automated, and the following steps
need to be completed manually:

- [x] Wait for #259 to be merged and for the deployment to succeed
- [x] Upgrade `@cdktf/provider-github` to a version compatible with
`[email protected]` (`yarn add ...`)

Please checkout this PR, complete the above steps, push the changes to
this branch, and then mark this PR as ready for review to complete the
upgrade. Thanks!

---------

Signed-off-by: team-tf-cdk <[email protected]>
Co-authored-by: Daniel Schmidt <[email protected]>
team-tf-cdk and DanielMSchmidt authored Jan 10, 2024

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
1 parent 0c73357 commit 117be2d
Showing 2 changed files with 591 additions and 386 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -39,9 +39,9 @@
]
},
"dependencies": {
"@cdktf/provider-github": "^12.0.0",
"cdktf": "^0.19.0",
"cdktf-cli": "^0.19.0",
"@cdktf/provider-github": "^13.0.0",
"cdktf": "^0.20.0",
"cdktf-cli": "^0.20.0",
"change-case": "^4.1.2",
"constructs": "^10.0"
},
971 changes: 588 additions & 383 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 117be2d

Please sign in to comment.