Open
Conversation
3407d1d to
f46e8d4
Compare
f46e8d4 to
c81ca55
Compare
c81ca55 to
384f819
Compare
384f819 to
85a25f7
Compare
85a25f7 to
9e96e75
Compare
9e96e75 to
78db141
Compare
78db141 to
353983b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.4.0→^0.4.0 || ^0.21.00.4.0→0.21.010.0.0→10.5.1Release 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
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.