-
Notifications
You must be signed in to change notification settings - Fork 0
Update dependency cdktf to v0.21.0 #10
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
base: main
Are you sure you want to change the base?
Conversation
2f28d80 to
2a1d64a
Compare
2a1d64a to
c7e75ce
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: package-lock.json |
c7e75ce to
364835d
Compare
364835d to
e72999b
Compare
e72999b to
47a3a28
Compare
47a3a28 to
9a5a80e
Compare
9a5a80e to
277fabe
Compare
277fabe to
87d97c2
Compare
87d97c2 to
236bcec
Compare
236bcec to
77a5cb6
Compare
77a5cb6 to
bfbd095
Compare
bfbd095 to
5b05178
Compare
5b05178 to
e15c91c
Compare
e15c91c to
e82bf30
Compare
e82bf30 to
78766c5
Compare
77d8930 to
2b66898
Compare
2b66898 to
6037f32
Compare
6037f32 to
98e413b
Compare
98e413b to
88fe7b2
Compare
88fe7b2 to
ad6f964
Compare
ad6f964 to
39d0acb
Compare
|
39d0acb to
5ad63d0
Compare
5ad63d0 to
3bbbb42
Compare
c4b950e to
3bbbb42
Compare
3bbbb42 to
ce25e23
Compare
ce25e23 to
6afa8ee
Compare
6afa8ee to
491abc2
Compare
This PR contains the following updates:
0.0.19->0.21.0Release Notes
hashicorp/terraform-cdk (cdktf)
v0.21.0Compare Source
Breaking Changes
Minimum required Node version updated to 20.9
Since long-term support for Node.js 18 has ended, we updated our minimum compatible node version to 20.9.
fix
feat
chore
v0.20.12Compare Source
feat
chore
fs-extrato@cdktf/hcl-tools#3854fix
v0.20.11Compare Source
fix
chore
v0.20.10Compare Source
fix
chore
v0.20.9Compare Source
feat
fix
chore
v0.20.8Compare Source
feat
fix
chore
v0.20.7Compare Source
fix
chore
v0.20.6Compare Source
fix
chore
v0.20.5Compare Source
fix
chore
v0.20.4Compare Source
fix
CDKTF_LOG_FILE_DIRECTORYa common flag available on all commands #3495chore
v0.20.3Compare Source
feat
fix
chore
v0.20.2Compare Source
feat
fix
chore
v0.20.1Compare Source
feat
chore
fs-extrato@cdktf/hcl-tools#3854fix
v0.20.0Compare Source
Breaking changes
Module names / import paths changing
To resolve #3026 we improved the logic for generating names for Terraform Modules. This makes the default module names nicer, but also leads to breaking changes for Python, C#, and Java. When updating CDKTF, please generate the new bindings with
cdktf getafter updating the CLI and update your module imports.Removal of deprecated backends
We have removed deprecated backends artifactory, etcd, etcdv3, manta, and swift. CDK for Terraform v0.14 deprecated these backends initially. Terraform removed these backends in v1.3. For migration paths from these removed backends, refer to Upgrading to Terraform v1.3.
Python 3.7 is no longer supported
We have dropped support for Python 3.7, please update to Python 3.8 or higher.
feat
.allWithMapKeyiterator to lists #3299fix
conditional#3264chore
v0.19.2Compare Source
feat
fix
v0.19.1Compare Source
feat
fix
chore
v0.19.0Compare Source
Breaking changes
Minimum required Node.js version updated to 18.12
Since the long-term support for Node.js 16 ended on 2023-09-11, we updated our minimum compatible Node.js version to 18.12.
Potential provider naming collision with instance function
moveToonTerraformResourceWe have added support for resource refactoring and renaming with the addition of the instance function
moveToonTerraformResource. We forsee the potential for naming collision with providers usingmoveToas an attribute. In instances where provider bindings fail to compile due to the collision, regenerate your provider bindings and replace the provider related usage ofmoveTotomoveToAttributein your configuration if applicable.Java:
codeMakerOutputneeds to be set to a company identifierWe did not honor the
codeMakerOutputsetting in thecdktf.jsonpreviously, this is fixed now.To have no changes in the generated code you can set
codeMakerOutput: "imports".If you like, you can now set it to your company name, e.g.
codeMakerOutput: "com.hashicorp"so that the provider is generated under thecom.hashicorp.awsnamespace for example. Omitting thecodeMakerOutputwill lead to the default value.genbeing used and results in an error.feat
fix
chore
v0.18.2Compare Source
Fixes a bug in 0.18.1 that broke crash reporting due to a partial dependency upgrade.
fix
v0.18.1Compare Source
fix
chore
refactor
v0.18.0Compare Source
chore
fix
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.