From 5a468b29645779df0e2c997616eb3326601a1604 Mon Sep 17 00:00:00 2001 From: npezzotti <54044423+npezzotti@users.noreply.github.com> Date: Wed, 17 Sep 2025 11:41:53 -0400 Subject: [PATCH] adds registry bug to release notes --- .../1.0.x/docs/enterprise/releases/2025/v202507-1.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/content/terraform-enterprise/1.0.x/docs/enterprise/releases/2025/v202507-1.mdx b/content/terraform-enterprise/1.0.x/docs/enterprise/releases/2025/v202507-1.mdx index 167d0942ae..69042e6840 100644 --- a/content/terraform-enterprise/1.0.x/docs/enterprise/releases/2025/v202507-1.mdx +++ b/content/terraform-enterprise/1.0.x/docs/enterprise/releases/2025/v202507-1.mdx @@ -36,3 +36,4 @@ Flexible Deployment Options `terraform-enterprise` container digest: amd64/linux 1. `workspace_names` and `agent_pool_names` filters in the `/organizations/:organization_name/runs` API endpoint now respond correctly for runs that belong to workspaces and agent pools with names containing uppercase letters. +1. Fixes a bug in the memoization feature of the Terraform Registry which caused database resource exhaustion when Private Registry modules exceeded 300 module versions.