Skip to content
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

chore(deps): update dependency cdktf to ^0.20.0 #45

Merged
merged 1 commit into from
Jan 10, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 10, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cdktf (source) ^0.19.2 -> ^0.20.0 age adoption passing confidence

Release Notes

hashicorp/terraform-cdk (cdktf)

v0.20.0

Compare 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 get after 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
  • feat: Synthesis in HCL #​3365
  • feat(lib): update backend options #​3352
  • feat: add Terraform 1.6.5 to Docker image #​3336
  • feat(docs): Add note to address having the same name as new Terraform stacks feature #​3333
  • feat(lib): Add support for the built-in Terraform data resource #​3317
  • feat(lib): add .allWithMapKey iterator to lists #​3299
  • feat(lib): Add DynamicListTerraformIterator with support for lists or sets with objects that have properties that are only known at apply time #​3273
  • feat(lib): allow chaining of TerraformIterator created resources #​3272
  • feat(lib): add move workflows for specifying ids directly #​3231
fix
  • fix pipenv build #​3364
  • fix(cli): Handle overlapping resource names in augmented logs #​3343
  • fix: Terraform Modules relatively referencing each other with generated bindings #​3341
  • fix(lib): respect AppOption.outdir before env var #​3334
  • fix(provider-generator): use module name that does not collide commonly #​3332
  • fix(lib): Fix handling of replaceTriggeredBy lifecycle attribute #​3322
  • fix(cli): error message for non-existent tf cloud orgs #​3308
  • fix(provider-generator): provided name does not need to match name in source #​3305
  • fix(provider-generator): don't require attributes to be set on nested_type #​3304
  • fix(lib): improve error messages for token resolution #​3300
  • fix: Use unique names to see if Github filters can pick it up #​3291
  • fix(tests): Update provider version in C# snapshot test #​3289
  • fix: Use an additional results step to ensure dynamic matrix jobs can… #​3288
  • fix(provider-generator): fix oci provider by skipping attributes that conflict after being camel cased #​3285
  • fix(lib): expose conditional #​3264
  • fix: lower cache usage by reusing more of the yarn caches #​3162
chore

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@gmeligio gmeligio merged commit 3c9fab1 into main Jan 10, 2024
3 checks passed
@gmeligio gmeligio deleted the renovate/devdependencies-(non-major) branch January 10, 2024 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant