From ce2e8a1eb3cb46b3135948cf86cecf13ba5c6c66 Mon Sep 17 00:00:00 2001 From: Marco Nenciarini Date: Fri, 19 Jun 2026 19:39:23 +0200 Subject: [PATCH] fix(blog): correct 1.30 RC1 doc links The 1.30 RC1 post linked docs under /docs/preview/, a slug that only existed on the old pre-Docusaurus /documentation/ site. The current site uses bare version paths, so the links 404ed. Point them at /docs/1.30/ to match the 1.29 convention. Signed-off-by: Marco Nenciarini --- .../releases/cloudnative-pg-1-30.0-rc1-released/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/releases/cloudnative-pg-1-30.0-rc1-released/index.md b/content/releases/cloudnative-pg-1-30.0-rc1-released/index.md index a7abd065..78964e6a 100644 --- a/content/releases/cloudnative-pg-1-30.0-rc1-released/index.md +++ b/content/releases/cloudnative-pg-1-30.0-rc1-released/index.md @@ -36,7 +36,7 @@ While refinements may still occur, here's a look at what's new. ### DatabaseRole CRD for declarative role management The headline addition in 1.30 is the new -[`DatabaseRole`](https://cloudnative-pg.io/docs/preview/declarative_role_management/#the-databaserole-resource) +[`DatabaseRole`](https://cloudnative-pg.io/docs/1.30/declarative_role_management/#the-databaserole-resource) custom resource, which manages a PostgreSQL role as a standalone Kubernetes object rather than inline in the `Cluster`'s `.spec.managed.roles` stanza. Each role now has its own lifecycle, status and RBAC, which suits GitOps workflows @@ -58,7 +58,7 @@ cluster, that acts as a mutex serializing primary promotion. The instance manager must hold the lease before acting as primary and releases it on clean shutdown, so replicas can promote without waiting for the full TTL. Timings are configurable through the new -[`.spec.primaryLease`](https://cloudnative-pg.io/docs/preview/failover/#tuning-the-primary-lease) +[`.spec.primaryLease`](https://cloudnative-pg.io/docs/1.30/failover/#tuning-the-primary-lease) stanza. To be precise about the architecture: the lease is a promotion gate, not a @@ -91,7 +91,7 @@ PostgreSQL version to 18.4. > CEL validation rule at the API server, as it had no well-defined semantics. Dive into the full details in the -[release notes for 1.30 RC1](https://cloudnative-pg.io/docs/preview/release_notes/v1.30/). +[release notes for 1.30 RC1](https://cloudnative-pg.io/docs/1.30/release_notes/v1.30/). ## Testing