From 091b1a2ec8b6e396833c2334f6153b58f77c9d27 Mon Sep 17 00:00:00 2001 From: Daniel Goldman Date: Sat, 27 Jul 2024 21:37:07 -0400 Subject: [PATCH] add release notes --- docs/docs/terraform/index.mdx | 3 ++- docs/notes/2.23.x.md | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/docs/terraform/index.mdx b/docs/docs/terraform/index.mdx index 37f271e377a6..28daa511c00a 100644 --- a/docs/docs/terraform/index.mdx +++ b/docs/docs/terraform/index.mdx @@ -8,7 +8,8 @@ :::caution Terraform support is in alpha stage Pants is currently building support for developing and deploying Terraform. Simple use cases might be supported, but many options are missing. -Please share feedback for what you need to use Pants with your Terraform modules and deployments by either [opening a GitHub issue](https://github.com/pantsbuild/pants/issues/new/choose) or [joining our Slack](/community/getting-help)! +Terraform release progress is tracked in the [stability for release issue](https://github.com/pantsbuild/pants/issues/21119). +Please share feedback for what you need to use Pants with your Terraform modules and deployments by commenting on that issue, [opening a new GitHub issue](https://github.com/pantsbuild/pants/issues/new/choose) or [joining our Slack](/community/getting-help)! ::: ## Initial setup diff --git a/docs/notes/2.23.x.md b/docs/notes/2.23.x.md index 9d34a34b7ce4..39290002b5d0 100644 --- a/docs/notes/2.23.x.md +++ b/docs/notes/2.23.x.md @@ -118,6 +118,8 @@ When building function-as-a-service targets like `python_google_cloud_function`, #### Terraform +Terraform supports caching providers. + The default version of terraform has been updated from 1.7.1 to 1.9.0. The `tfsec` linter now works on all supported platforms without extra config.