terraform-cdk icon indicating copy to clipboard operation
terraform-cdk copied to clipboard

Provide the version of the providers in the release notes?

Open karfau opened this issue 1 year ago • 0 comments

We are currently using cdktf get to get providers. I would like to switch to the installing them as npm dependencies. And I would prefer to install the exact version that we are using now. But this information is really hard to track. Would it be possible to provide minimal "release notes" that just give an overview of the provider versions they include?

Another possibility might be to add the version number to the commit when doing a provider upgrade, this way the history of the package.json would provide the information I'm looking for.

The easiest way I found to find the information I was looking for it to check the version of package.json for tag, e.g. the version I was looking for is is present from https://github.com/hashicorp/cdktf-provider-aws/blob/v7.0.63/package.json to https://github.com/hashicorp/cdktf-provider-aws/blob/v8.0.2/package.json

(Also in the major versions it would be nice to know what is the breaking change.)

karfau avatar Jul 22 '22 18:07 karfau