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

fix(deps): update dependency @cdktf/hcl2json to v0.19.0 #75

Merged
merged 1 commit into from
Oct 18, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 17, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cdktf/hcl2json 0.18.0 -> 0.19.0 age adoption passing confidence

Release Notes

hashicorp/terraform-cdk (@​cdktf/hcl2json)

v0.19.0

Compare 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 moveTo on TerraformResource

We have added support for resource refactoring and renaming with the addition of the instance function moveTo on TerraformResource. We forsee the potential for naming collision with providers using moveTo as an attribute. In instances where provider bindings fail to compile due to the collision, regenerate your provider bindings and replace the provider related usage of moveTo to moveToAttribute in your configuration if applicable.

Java: codeMakerOutput needs to be set to a company identifier

We did not honor the codeMakerOutput setting in the cdktf.json previously, 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 the com.hashicorp.aws namespace for example. Omitting the codeMakerOutput will lead to the default value .gen being used and results in an error.

feat
  • feat(lib): add resource move functionality #​3152
  • feat: add import capabilities to cdktf #​2972
  • feat!: update minimum required Node.js version to 18.12 (LTS) #​3181
fix
  • fix(provider-generator): java akamai provider generation #​3185
  • fix: use codemaker output in java #​3000
chore
  • chore(examples): change debian image version in gcp example #​3186
  • chore: upgrade node-pty dependency to add support for Node.js 20 #​3182
  • chore(deps): pin trusted workflows based on HashiCorp TSCCR #​3180

v0.18.2

Compare Source

Fixes a bug in 0.18.1 that broke crash reporting due to a partial dependency upgrade.

fix
  • fix: Fix partial dependency update for Sentry #​3172

v0.18.1

Compare Source

fix
  • fix(docs): Fix typo in example of using TFVAR to set TerraformVariable #​3116
  • fix(provider-generator): make sanitize comments function robust against diverse inputs #​3131
  • fix(cli): fix help template spelling #​3146
  • fix(cli): ensure terraform output fails with a proper error #​3135
  • fix: make sure noColor option is honored #​3138
  • fix(hcl2cdk): Try to fix TF checksum errors in tests by running them in band #​3163
  • fix: use whl to install local python #​3119
  • fix: fix Github workflow caches to restore successfully more often #​3154
  • fix: set specific copywrite tool version to fix CI #​3150
  • fix: unpin version of copywrite #​3151
chore
refactor
  • refactor: move schema reading logic into package #​3124

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@codecov
Copy link

codecov bot commented Oct 17, 2023

Codecov Report

All modified lines are covered by tests ✅

see 58 files with indirect coverage changes

📢 Thoughts on this report? Let us know!.

@renovate renovate bot force-pushed the renovate/cdktf-hcl2json-0.x branch from 33b9722 to ce53e54 Compare October 18, 2023 08:43
@bodinsamuel bodinsamuel merged commit c6d9acf into chore/renovateBaseBranch Oct 18, 2023
2 of 3 checks passed
@bodinsamuel bodinsamuel deleted the renovate/cdktf-hcl2json-0.x branch October 18, 2023 09:02
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.

None yet

1 participant