From 2f229e32bab3ce8b21dd662c7ab8f534276be89e Mon Sep 17 00:00:00 2001 From: JakeSCahill Date: Tue, 11 Nov 2025 11:18:05 +0000 Subject: [PATCH] Add What's New entry for Terraform Schema Registry --- modules/ROOT/nav.adoc | 1 + modules/get-started/pages/whats-new-cloud.adoc | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index d2ba6a9f9..5c78db082 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -248,6 +248,7 @@ **** xref:develop:connect/components/processors/group_by_value.adoc[] **** xref:develop:connect/components/processors/http.adoc[] **** xref:develop:connect/components/processors/insert_part.adoc[] +**** xref:develop:connect/components/processors/jira.adoc[] **** xref:develop:connect/components/processors/jmespath.adoc[] **** xref:develop:connect/components/processors/jq.adoc[] **** xref:develop:connect/components/processors/json_schema.adoc[] diff --git a/modules/get-started/pages/whats-new-cloud.adoc b/modules/get-started/pages/whats-new-cloud.adoc index 88abbee36..827bdd699 100644 --- a/modules/get-started/pages/whats-new-cloud.adoc +++ b/modules/get-started/pages/whats-new-cloud.adoc @@ -12,6 +12,10 @@ This page lists new features added to Redpanda Cloud. xref:get-started:cluster-types/byoc/remote-read-replicas.adoc[Remote read replicas] are now generally available (GA) for BYOC clusters on AWS and GCP. This feature allows you to create read-only topics that mirror a topic on a different cluster, providing greater flexibility and scalability for your data streaming needs. +=== Schema Registry and ACLs in Terraform provider + +The xref:manage:terraform-provider.adoc[Redpanda Terraform provider] now supports managing schemas and Schema Registry ACLs. You can use the provider to register schemas in formats such as Avro, Protobuf, or JSON Schema, and control access to Schema Registry subjects and operations through ACLs. + == October 2025 === Remote MCP: beta