airgap-* images, see Air-gapped deployment.
2026-08-31
SQL TLS support
- Adds shared PostgreSQL connection configuration across Console SQL paths.
- Adds per-cluster SQL TLS modes with system trust or inline CA bundles.
- Supports TLS for imported and Console-managed clusters, including a managed-cluster hotfix.
- Applies the selected cluster’s TLS settings to both SQL Editor and background queries.
Docker images
2026-08-31
SQL TLS support
- Adds shared PostgreSQL connection configuration across Console SQL paths.
- Adds per-cluster SQL TLS modes, including certificate and hostname verification.
- Supports system trust and inline CA bundles for on-premises deployments.
- Applies the selected cluster’s TLS settings to both SQL Editor and background queries.
Docker images
2026-08-14
Security headers
- Adds application-managed HTTP security response headers to Console HTML, API, authentication, static, and error responses.
- Adds
baseline-v1andstrict-v1security profiles, optional HSTS, and validated organization-specific headers. - Supports strict cross-origin isolation headers for enterprise deployments.
strict-v1. Enable HSTS only when every browser-facing route uses HTTPS.Docker images
2026-08-03
Role-based access control and deployment fixes
- Adds server-side enforcement and UI controls for admin, operator, and viewer roles.
- Adds user-role storage and restores a soft-deleted user when the same user name is created again.
- Fixes discovery of externally managed cert-manager installations, including installations in
cert-manager-system. Console receives read-only discovery permissions and does not manage the external installation. - Limits React Query garbage-collection time to five minutes.
Docker images
2026-07-10
Cluster management and reliability
- Supports custom RisingWave version tags when creating a cluster.
- Improves license-expiration handling with degraded startup, pre-expiry warnings, an ungated status endpoint, and a recovery flow.
- Improves the object-store WARP benchmark with Hummock metrics, baselines, and UI updates.
- Tolerates transient Grafana dashboard and GitHub release lookup failures.
- Fixes large-cookie handling and embeds the release version correctly in built binaries.
Docker images
2026-06-03
SSO deployment and user administration
- Adds complete SSO error handling and a server-side session revocation flow.
- Adds local-user administration for listing users, creating users, resetting passwords, and deleting users.
- Adds one-command SSO development and Kubernetes deployment overlays for external PostgreSQL and bundled PostgreSQL installations.
- Adds a Dex sidecar, automatic OIDC client registration, and reverse proxying of Dex endpoints.
Docker images
2026-05-20
SSO administration and SQL Editor
- Adds local-user API endpoints and UI scaffolding.
- Adds Dex connector administration, browser-based SSO login, connector-secret redaction, and the SSO administration UI.
- Adds schema search path support to SQL Editor.
Docker images
2026-05-12
Updates how the bundled-PostgreSQL image creates its startup script. This release contains no Console feature changes.
Docker images
2026-05-12
SSO and license management
- Adds the SSO login flow and Dex sidecar foundation.
- Adds RisingWave license-key management and SQL Editor UX improvements.
- Release images require a signed RisingWave license key with the
premiumfeature at startup.
Docker images
2026-05-12
Kubernetes connectivity and UI redesign
- Supports a full Kubernetes service address for cross-namespace Meta access.
- Supports
insecureSkipVerifyfor Prometheus metric stores. - Allows reconnecting a cluster whose previous record was soft-deleted.
- Redesigns the Console and login page, and restructures deployment assets and user guides.
Docker images
The0.6.3-p1 images include a Docker build fix only; Console functionality is unchanged.2026-04-01
Registry and session fixes
- Adds private Docker registry configuration to the Settings page.
- Restores a stored session when refresh-token renewal fails.
- Adds the Settings entry to the sidebar.
2026-03-31
Kubernetes and air-gapped deployment
- Adds Kubernetes cluster connections and refreshes web authentication state management.
- Runs Console containers as a non-root user and removes local build paths from binaries.
- Improves air-gapped deployment readiness, including pre-fetching
risectland private-registry support. - Adds automated Docker image builds and bundled-PostgreSQL images.
- Adds correctness and hardening fixes for organization scoping, backups, endpoint validation, SQL requests, and Grafana status.
2025-12-10
Console-Lite basics
The upstream release does not include a change summary. The v0.5.1 documentation describes Console-Lite as the Apache 2.0 edition, which runs without a license key. Its basic capabilities include:- Importing and viewing existing RisingWave clusters.
- Running
risectlcommands, viewing snapshots, and collecting diagnostics for connected clusters. - Connecting to databases and running queries in SQL Console.