Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

fix(deps): update cdktf #1095

Merged
merged 2 commits into from
Jan 16, 2024
Merged

fix(deps): update cdktf #1095

merged 2 commits into from
Jan 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 16, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cdktf/provider-aws 16.0.4 -> 16.0.9 age adoption passing confidence
@cdktf/provider-newrelic 9.0.1 -> 9.0.3 age adoption passing confidence
@cdktf/provider-pagerduty 9.0.1 -> 9.0.3 age adoption passing confidence
cdktf (source) 0.17.2 -> 0.20.0 age adoption passing confidence
cdktf-cli (source) 0.17.2 -> 0.20.0 age adoption passing confidence
constructs 10.2.69 -> 10.3.0 age adoption passing confidence

Release Notes

cdktf/cdktf-provider-aws (@​cdktf/provider-aws)

v16.0.9

Compare Source

16.0.9 (2023-08-19)
Updates
16.0.9 (2023-08-19)
Updates

v16.0.8

Compare Source

16.0.8 (2023-08-18)
Updates
16.0.8 (2023-08-18)
Updates

v16.0.7

Compare Source

16.0.7 (2023-08-11)
Updates
16.0.7 (2023-08-11)
Updates

v16.0.6

Compare Source

16.0.6 (2023-08-04)
Updates
16.0.6 (2023-08-04)
Updates

v16.0.5

Compare Source

16.0.5 (2023-07-28)
Updates
16.0.5 (2023-07-28)
Updates
cdktf/cdktf-provider-newrelic (@​cdktf/provider-newrelic)

v9.0.3

Compare Source

9.0.3 (2023-08-15)
Updates
9.0.3 (2023-08-15)
Updates

v9.0.2

Compare Source

9.0.2 (2023-07-26)
Updates
9.0.2 (2023-07-26)
Updates
cdktf/cdktf-provider-pagerduty (@​cdktf/provider-pagerduty)

v9.0.3

Compare Source

9.0.3 (2023-08-22)
Updates
9.0.3 (2023-08-22)
Updates

v9.0.2

Compare Source

9.0.2 (2023-08-15)
Updates
9.0.2 (2023-08-15)
Updates
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

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate bot requested a review from a team as a code owner January 16, 2024 22:28
@renovate renovate bot removed the request for review from a team January 16, 2024 22:28
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 16, 2024
@renovate renovate bot requested review from efixler and bassrock January 16, 2024 22:28
Copy link
Contributor Author

renovate bot commented Jan 16, 2024

⚠ Artifact update problem

Renovate 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:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @pocket-tools/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/cdktf
npm ERR!   cdktf@"0.20.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer cdktf@"^0.17.0" from @cdktf/[email protected]
npm ERR! node_modules/@cdktf/provider-aws
npm ERR!   @cdktf/provider-aws@"16.0.9" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-01-16T22_28_14_869Z-debug-0.log

@bassrock bassrock removed the request for review from efixler January 16, 2024 22:35
Copy link
Contributor Author

renovate bot commented Jan 16, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@bassrock bassrock merged commit f831bfa into main Jan 16, 2024
4 checks passed
@bassrock bassrock deleted the renovate/cdktf branch January 16, 2024 22:40
pocket-ci pushed a commit that referenced this pull request Jan 16, 2024
## [5.2.2](v5.2.1...v5.2.2) (2024-01-16)

### Bug Fixes

* **deps:** update cdktf ([#1095](#1095)) ([f831bfa](f831bfa))
@pocket-ci
Copy link

🎉 This PR is included in version 5.2.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants