Skip to content

Commit

Permalink
chore(deps): Bump the cdktf group with 2 updates (#89)
Browse files Browse the repository at this point in the history
Bumps the cdktf group with 2 updates:
[cdktf](https://github.com/hashicorp/terraform-cdk/tree/HEAD/packages/cdktf)
and
[cdktf-cli](https://github.com/hashicorp/terraform-cdk/tree/HEAD/packages/cdktf-cli).

Updates `cdktf` from 0.19.2 to 0.20.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hashicorp/terraform-cdk/releases">cdktf's
releases</a>.</em></p>
<blockquote>
<h2>v0.20.0</h2>
<p><strong>Breaking changes</strong></p>
<h3>Module names / import paths changing</h3>
<p>To resolve <a
href="https://redirect.github.com/hashicorp/terraform-cdk/issues/3026">#3026</a>
we improved the logic for generating names for <a
href="https://developer.hashicorp.com/terraform/cdktf/concepts/modules">Terraform
Modules</a>. 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 <code>cdktf get</code> after
updating the CLI and update your module imports.</p>
<h3>Removal of deprecated backends</h3>
<p>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 <a
href="https://github.com/hashicorp/terraform-cdk/tree/HEAD/packages/cdktf/blob/HEAD/terraform/language/v1.3.x/upgrade-guides">Upgrading
to Terraform v1.3</a>.</p>
<h3>Python 3.7 is no longer supported</h3>
<p>We have dropped support for Python 3.7, please update to Python 3.8
or higher.</p>
<h3>feat</h3>
<ul>
<li>feat: Synthesis in HCL <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3365">#3365</a></li>
<li>feat(lib): update backend options <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3352">#3352</a></li>
<li>feat: add Terraform 1.6.5 to Docker image <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3336">#3336</a></li>
<li>feat(docs): Add note to address having the same name as new
Terraform stacks feature <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3333">#3333</a></li>
<li>feat(lib): Add support for the built-in Terraform data resource <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3317">#3317</a></li>
<li>feat(lib): add <code>.allWithMapKey</code> iterator to lists <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3299">#3299</a></li>
<li>feat(lib): Add DynamicListTerraformIterator with support for lists
or sets with objects that have properties that are only known at apply
time <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3273">#3273</a></li>
<li>feat(lib): allow chaining of TerraformIterator created resources <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3272">#3272</a></li>
<li>feat(lib): add move workflows for specifying ids directly <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3231">#3231</a></li>
</ul>
<h3>fix</h3>
<ul>
<li>fix pipenv build <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3364">#3364</a></li>
<li>fix(cli): Handle overlapping resource names in augmented logs <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3343">#3343</a></li>
<li>fix: Terraform Modules relatively referencing each other with
generated bindings <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3341">#3341</a></li>
<li>fix(lib): respect AppOption.outdir before env var <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3334">#3334</a></li>
<li>fix(provider-generator): use module name that does not collide
commonly <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3332">#3332</a></li>
<li>fix(lib): Fix handling of replaceTriggeredBy lifecycle attribute <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3322">#3322</a></li>
<li>fix(cli): error message for non-existent tf cloud orgs <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3308">#3308</a></li>
<li>fix(provider-generator): provided name does not need to match name
in source <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3305">#3305</a></li>
<li>fix(provider-generator): don't require attributes to be set on
nested_type <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3304">#3304</a></li>
<li>fix(lib): improve error messages for token resolution <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3300">#3300</a></li>
<li>fix: Use unique names to see if Github filters can pick it up <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3291">#3291</a></li>
<li>fix(tests): Update provider version in C# snapshot test <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3289">#3289</a></li>
<li>fix: Use an additional results step to ensure dynamic matrix jobs
can… <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3288">#3288</a></li>
<li>fix(provider-generator): fix oci provider by skipping attributes
that conflict after being camel cased <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3285">#3285</a></li>
<li>fix(lib): expose <code>conditional</code> <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3264">#3264</a></li>
<li>fix: lower cache usage by reusing more of the yarn caches <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3162">#3162</a></li>
</ul>
<h3>chore</h3>
<ul>
<li>chore: cd into dist/python <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3400">#3400</a></li>
<li>chore: simplify python release <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3399">#3399</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hashicorp/terraform-cdk/blob/main/CHANGELOG.md">cdktf's
changelog</a>.</em></p>
<blockquote>
<h2>0.20.0</h2>
<p><strong>Breaking changes</strong></p>
<h3>Module names / import paths changing</h3>
<p>To resolve <a
href="https://redirect.github.com/hashicorp/terraform-cdk/issues/3026">#3026</a>
we improved the logic for generating names for <a
href="https://developer.hashicorp.com/terraform/cdktf/concepts/modules">Terraform
Modules</a>. 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 <code>cdktf get</code> after
updating the CLI and update your module imports.</p>
<h3>Removal of deprecated backends</h3>
<p>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 <a
href="https://github.com/hashicorp/terraform-cdk/blob/main/terraform/language/v1.3.x/upgrade-guides">Upgrading
to Terraform v1.3</a>.</p>
<h3>Python 3.7 is no longer supported</h3>
<p>We have dropped support for Python 3.7, please update to Python 3.8
or higher.</p>
<h3>feat</h3>
<ul>
<li>feat: Synthesis in HCL <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3365">#3365</a></li>
<li>feat(lib): update backend options <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3352">#3352</a></li>
<li>feat: add Terraform 1.6.5 to Docker image <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3336">#3336</a></li>
<li>feat(docs): Add note to address having the same name as new
Terraform stacks feature <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3333">#3333</a></li>
<li>feat(lib): Add support for the built-in Terraform data resource <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3317">#3317</a></li>
<li>feat(lib): add <code>.allWithMapKey</code> iterator to lists <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3299">#3299</a></li>
<li>feat(lib): Add DynamicListTerraformIterator with support for lists
or sets with objects that have properties that are only known at apply
time <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3273">#3273</a></li>
<li>feat(lib): allow chaining of TerraformIterator created resources <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3272">#3272</a></li>
<li>feat(lib): add move workflows for specifying ids directly <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3231">#3231</a></li>
</ul>
<h3>fix</h3>
<ul>
<li>fix pipenv build <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3364">#3364</a></li>
<li>fix(cli): Handle overlapping resource names in augmented logs <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3343">#3343</a></li>
<li>fix: Terraform Modules relatively referencing each other with
generated bindings <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3341">#3341</a></li>
<li>fix(lib): respect AppOption.outdir before env var <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3334">#3334</a></li>
<li>fix(provider-generator): use module name that does not collide
commonly <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3332">#3332</a></li>
<li>fix(lib): Fix handling of replaceTriggeredBy lifecycle attribute <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3322">#3322</a></li>
<li>fix(cli): error message for non-existent tf cloud orgs <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3308">#3308</a></li>
<li>fix(provider-generator): provided name does not need to match name
in source <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3305">#3305</a></li>
<li>fix(provider-generator): don't require attributes to be set on
nested_type <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3304">#3304</a></li>
<li>fix(lib): improve error messages for token resolution <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3300">#3300</a></li>
<li>fix: Use unique names to see if Github filters can pick it up <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3291">#3291</a></li>
<li>fix(tests): Update provider version in C# snapshot test <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3289">#3289</a></li>
<li>fix: Use an additional results step to ensure dynamic matrix jobs
can… <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3288">#3288</a></li>
<li>fix(provider-generator): fix oci provider by skipping attributes
that conflict after being camel cased <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3285">#3285</a></li>
<li>fix(lib): expose <code>conditional</code> <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3264">#3264</a></li>
<li>fix: lower cache usage by reusing more of the yarn caches <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3162">#3162</a></li>
</ul>
<h3>chore</h3>
<ul>
<li>chore: cd into dist/python <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3400">#3400</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hashicorp/terraform-cdk/commit/610a4f91b44f637b1c98b1258e604079d4e392d0"><code>610a4f9</code></a>
chore: Release 0.20.0 (<a
href="https://github.com/hashicorp/terraform-cdk/tree/HEAD/packages/cdktf/issues/3402">#3402</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-cdk/commit/d4f971033fa7881fdebfbe0726dcca632861e62f"><code>d4f9710</code></a>
fix(tests): use static hash for snapshots</li>
<li><a
href="https://github.com/hashicorp/terraform-cdk/commit/2900dfb8b2506ca063fa4da379e12954d5d9cb20"><code>2900dfb</code></a>
fix: Update snapshots for module hashing</li>
<li><a
href="https://github.com/hashicorp/terraform-cdk/commit/3035877ab08a54efde6e3a3875cd39f5b1b6547c"><code>3035877</code></a>
fix: linter errors of missing JSDocs</li>
<li><a
href="https://github.com/hashicorp/terraform-cdk/commit/dcb696ed476ac090a97447502310f80bc3ca704b"><code>dcb696e</code></a>
fix: revert test filter</li>
<li><a
href="https://github.com/hashicorp/terraform-cdk/commit/7c57e1b95c410d1e14fc2c3b29bfb6706ec6e3e0"><code>7c57e1b</code></a>
fix: metadata for cloud workspaces should render without problems</li>
<li><a
href="https://github.com/hashicorp/terraform-cdk/commit/7a6991060c7fead70dd2df3b798a0e36e0c920fa"><code>7a69910</code></a>
wip: add todo comment for something that needs a fix</li>
<li><a
href="https://github.com/hashicorp/terraform-cdk/commit/f3bfbd6d0caf748b509a01c1edb5755cec70f1ea"><code>f3bfbd6</code></a>
fix(lib): fix json output regression for cloud backend</li>
<li><a
href="https://github.com/hashicorp/terraform-cdk/commit/96f11fdb578ed1769072d40d8698a7d38df4e8ba"><code>96f11fd</code></a>
fix: render inputs when outputting modules as HCL</li>
<li><a
href="https://github.com/hashicorp/terraform-cdk/commit/59b1ec394d53e0236a3426162fede9878f9890e6"><code>59b1ec3</code></a>
fix: support rendering null attributes</li>
<li>Additional commits viewable in <a
href="https://github.com/hashicorp/terraform-cdk/commits/v0.20.0/packages/cdktf">compare
view</a></li>
</ul>
</details>
<br />

Updates `cdktf-cli` from 0.19.2 to 0.20.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hashicorp/terraform-cdk/releases">cdktf-cli's
releases</a>.</em></p>
<blockquote>
<h2>v0.20.0</h2>
<p><strong>Breaking changes</strong></p>
<h3>Module names / import paths changing</h3>
<p>To resolve <a
href="https://redirect.github.com/hashicorp/terraform-cdk/issues/3026">#3026</a>
we improved the logic for generating names for <a
href="https://developer.hashicorp.com/terraform/cdktf/concepts/modules">Terraform
Modules</a>. 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 <code>cdktf get</code> after
updating the CLI and update your module imports.</p>
<h3>Removal of deprecated backends</h3>
<p>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 <a
href="https://github.com/hashicorp/terraform-cdk/tree/HEAD/packages/cdktf-cli/blob/HEAD/terraform/language/v1.3.x/upgrade-guides">Upgrading
to Terraform v1.3</a>.</p>
<h3>Python 3.7 is no longer supported</h3>
<p>We have dropped support for Python 3.7, please update to Python 3.8
or higher.</p>
<h3>feat</h3>
<ul>
<li>feat: Synthesis in HCL <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3365">#3365</a></li>
<li>feat(lib): update backend options <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3352">#3352</a></li>
<li>feat: add Terraform 1.6.5 to Docker image <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3336">#3336</a></li>
<li>feat(docs): Add note to address having the same name as new
Terraform stacks feature <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3333">#3333</a></li>
<li>feat(lib): Add support for the built-in Terraform data resource <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3317">#3317</a></li>
<li>feat(lib): add <code>.allWithMapKey</code> iterator to lists <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3299">#3299</a></li>
<li>feat(lib): Add DynamicListTerraformIterator with support for lists
or sets with objects that have properties that are only known at apply
time <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3273">#3273</a></li>
<li>feat(lib): allow chaining of TerraformIterator created resources <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3272">#3272</a></li>
<li>feat(lib): add move workflows for specifying ids directly <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3231">#3231</a></li>
</ul>
<h3>fix</h3>
<ul>
<li>fix pipenv build <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3364">#3364</a></li>
<li>fix(cli): Handle overlapping resource names in augmented logs <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3343">#3343</a></li>
<li>fix: Terraform Modules relatively referencing each other with
generated bindings <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3341">#3341</a></li>
<li>fix(lib): respect AppOption.outdir before env var <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3334">#3334</a></li>
<li>fix(provider-generator): use module name that does not collide
commonly <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3332">#3332</a></li>
<li>fix(lib): Fix handling of replaceTriggeredBy lifecycle attribute <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3322">#3322</a></li>
<li>fix(cli): error message for non-existent tf cloud orgs <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3308">#3308</a></li>
<li>fix(provider-generator): provided name does not need to match name
in source <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3305">#3305</a></li>
<li>fix(provider-generator): don't require attributes to be set on
nested_type <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3304">#3304</a></li>
<li>fix(lib): improve error messages for token resolution <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3300">#3300</a></li>
<li>fix: Use unique names to see if Github filters can pick it up <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3291">#3291</a></li>
<li>fix(tests): Update provider version in C# snapshot test <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3289">#3289</a></li>
<li>fix: Use an additional results step to ensure dynamic matrix jobs
can… <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3288">#3288</a></li>
<li>fix(provider-generator): fix oci provider by skipping attributes
that conflict after being camel cased <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3285">#3285</a></li>
<li>fix(lib): expose <code>conditional</code> <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3264">#3264</a></li>
<li>fix: lower cache usage by reusing more of the yarn caches <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3162">#3162</a></li>
</ul>
<h3>chore</h3>
<ul>
<li>chore: cd into dist/python <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3400">#3400</a></li>
<li>chore: simplify python release <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3399">#3399</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hashicorp/terraform-cdk/blob/main/CHANGELOG.md">cdktf-cli's
changelog</a>.</em></p>
<blockquote>
<h2>0.20.0</h2>
<p><strong>Breaking changes</strong></p>
<h3>Module names / import paths changing</h3>
<p>To resolve <a
href="https://redirect.github.com/hashicorp/terraform-cdk/issues/3026">#3026</a>
we improved the logic for generating names for <a
href="https://developer.hashicorp.com/terraform/cdktf/concepts/modules">Terraform
Modules</a>. 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 <code>cdktf get</code> after
updating the CLI and update your module imports.</p>
<h3>Removal of deprecated backends</h3>
<p>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 <a
href="https://github.com/hashicorp/terraform-cdk/blob/main/terraform/language/v1.3.x/upgrade-guides">Upgrading
to Terraform v1.3</a>.</p>
<h3>Python 3.7 is no longer supported</h3>
<p>We have dropped support for Python 3.7, please update to Python 3.8
or higher.</p>
<h3>feat</h3>
<ul>
<li>feat: Synthesis in HCL <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3365">#3365</a></li>
<li>feat(lib): update backend options <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3352">#3352</a></li>
<li>feat: add Terraform 1.6.5 to Docker image <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3336">#3336</a></li>
<li>feat(docs): Add note to address having the same name as new
Terraform stacks feature <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3333">#3333</a></li>
<li>feat(lib): Add support for the built-in Terraform data resource <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3317">#3317</a></li>
<li>feat(lib): add <code>.allWithMapKey</code> iterator to lists <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3299">#3299</a></li>
<li>feat(lib): Add DynamicListTerraformIterator with support for lists
or sets with objects that have properties that are only known at apply
time <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3273">#3273</a></li>
<li>feat(lib): allow chaining of TerraformIterator created resources <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3272">#3272</a></li>
<li>feat(lib): add move workflows for specifying ids directly <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3231">#3231</a></li>
</ul>
<h3>fix</h3>
<ul>
<li>fix pipenv build <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3364">#3364</a></li>
<li>fix(cli): Handle overlapping resource names in augmented logs <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3343">#3343</a></li>
<li>fix: Terraform Modules relatively referencing each other with
generated bindings <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3341">#3341</a></li>
<li>fix(lib): respect AppOption.outdir before env var <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3334">#3334</a></li>
<li>fix(provider-generator): use module name that does not collide
commonly <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3332">#3332</a></li>
<li>fix(lib): Fix handling of replaceTriggeredBy lifecycle attribute <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3322">#3322</a></li>
<li>fix(cli): error message for non-existent tf cloud orgs <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3308">#3308</a></li>
<li>fix(provider-generator): provided name does not need to match name
in source <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3305">#3305</a></li>
<li>fix(provider-generator): don't require attributes to be set on
nested_type <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3304">#3304</a></li>
<li>fix(lib): improve error messages for token resolution <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3300">#3300</a></li>
<li>fix: Use unique names to see if Github filters can pick it up <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3291">#3291</a></li>
<li>fix(tests): Update provider version in C# snapshot test <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3289">#3289</a></li>
<li>fix: Use an additional results step to ensure dynamic matrix jobs
can… <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3288">#3288</a></li>
<li>fix(provider-generator): fix oci provider by skipping attributes
that conflict after being camel cased <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3285">#3285</a></li>
<li>fix(lib): expose <code>conditional</code> <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3264">#3264</a></li>
<li>fix: lower cache usage by reusing more of the yarn caches <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3162">#3162</a></li>
</ul>
<h3>chore</h3>
<ul>
<li>chore: cd into dist/python <a
href="https://redirect.github.com/hashicorp/terraform-cdk/pull/3400">#3400</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hashicorp/terraform-cdk/commit/ba565ac434ddcbd00988fb80ea62d1984baa4492"><code>ba565ac</code></a>
fix: Build issues for missing stackMetadataPath</li>
<li><a
href="https://github.com/hashicorp/terraform-cdk/commit/d45a840300b37816f5c6438df5f975d8b0d301a0"><code>d45a840</code></a>
chore: Rename hcl-helpers to hcl-tools</li>
<li><a
href="https://github.com/hashicorp/terraform-cdk/commit/5359777c40a963709a954b4cc11cfd37a6419695"><code>5359777</code></a>
chore: Move formatting out of synth, and make it part of cli-core</li>
<li><a
href="https://github.com/hashicorp/terraform-cdk/commit/91d634bb7db8b64922e84b0bcc276fec72153650"><code>91d634b</code></a>
feat: Add hcl output flag to cdktf synth</li>
<li><a
href="https://github.com/hashicorp/terraform-cdk/commit/62a3cd9d1f3bd485276e22bd4308a72e89f6bce1"><code>62a3cd9</code></a>
chore: fix type mismatch by casting</li>
<li><a
href="https://github.com/hashicorp/terraform-cdk/commit/74a91d1a1637eb449368924acd6b6de330c053e1"><code>74a91d1</code></a>
chore: update python requirement</li>
<li><a
href="https://github.com/hashicorp/terraform-cdk/commit/8838f44dd0fa88ebfd2e0338f4243c275b8b6636"><code>8838f44</code></a>
chore: update JSII</li>
<li><a
href="https://github.com/hashicorp/terraform-cdk/commit/bfb1fc57a0888a707068f163c1461b916199cfc9"><code>bfb1fc5</code></a>
chore: pin all dependencies</li>
<li>See full diff in <a
href="https://github.com/hashicorp/terraform-cdk/commits/v0.20.0/packages/cdktf-cli">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 10, 2024
1 parent 55c66f8 commit 42436cc
Show file tree
Hide file tree
Showing 2 changed files with 616 additions and 336 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"dependencies": {
"@cdktf/provider-aws": "^18.0.0",
"@cdktf/provider-local": "^9.0.0",
"cdktf": "0.19.2",
"cdktf": "0.20.0",
"constructs": "^10.3.0",
"cron-time-generator": "^2.0.3",
"esbuild": "^0.19.11"
},
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/node": "^18",
"cdktf-cli": "0.19.2",
"cdktf-cli": "0.20.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
Expand Down
Loading

0 comments on commit 42436cc

Please sign in to comment.