Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,8 @@
* xref:sql:index.adoc[Redpanda SQL]
** xref:sql:get-started/index.adoc[Get Started]
*** xref:sql:get-started/sql-quickstart.adoc[Quickstart]
*** xref:sql:get-started/deploy-sql-cluster.adoc[Enable Redpanda SQL]
*** xref:sql:get-started/deploy-sql-cluster.adoc[Enable Redpanda SQL on BYOC]
*** xref:sql:get-started/enable-sql-byovpc-aws.adoc[Enable Redpanda SQL on BYOVPC]
*** xref:sql:get-started/overview.adoc[]
**** xref:sql:get-started/oltp-vs-olap.adoc[]
**** xref:sql:get-started/redpanda-sql-vs-postgresql.adoc[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -324,3 +324,4 @@ module "redpanda_byovpc" {
* xref:networking:aws-privatelink.adoc[Configure AWS PrivateLink]
* xref:security:authorization/cloud-iam-policies.adoc[Review AWS IAM policies]
* xref:reference:rpk/index.adoc[Learn about `rpk` commands]
* xref:sql:get-started/enable-sql-byovpc-aws.adoc[]
5 changes: 5 additions & 0 deletions modules/get-started/pages/whats-new-cloud.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ This page lists new features added to Redpanda Cloud.

== June 2026

=== Redpanda SQL updates

* Redpanda SQL is now available on BYOVPC clusters on AWS. Provision the required SQL-specific AWS resources using the Redpanda BYOVPC Terraform module, then supply them as customer-managed resources when enabling the SQL engine via the Cloud Console, Cloud API, or Terraform provider. See xref:sql:get-started/enable-sql-byovpc-aws.adoc[Enable Redpanda SQL on a BYOVPC Cluster on AWS].
* You can now enable and manage Redpanda SQL on BYOC clusters using the Redpanda Terraform provider (version 2.0.0 or later). Configure the `rpsql` block on a `redpanda_cluster` resource to enable SQL, set the replica count, and specify an availability zone. See xref:manage:terraform-provider.adoc#enable-redpanda-sql-on-a-byoc-cluster[Redpanda Terraform Provider].

=== GCP Lakehouse catalog for Iceberg topics

BYOC clusters on GCP can now use GCP Lakehouse as an Iceberg REST catalog. See xref:manage:iceberg/iceberg-topics-gcp-biglake.adoc[].
Expand Down
2 changes: 1 addition & 1 deletion modules/sql/pages/get-started/deploy-sql-cluster.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ After reading this page, you will be able to:
* [ ] {learning-objective-2}
* [ ] {learning-objective-3}

NOTE: Redpanda SQL is currently available only on BYOC clusters running on AWS.
NOTE: For BYOVPC clusters, see xref:sql:get-started/enable-sql-byovpc-aws.adoc[].

== Prerequisites

Expand Down
Loading
Loading