From 6180fca7739c8ccc90dc52ce81ffdf65bb68a806 Mon Sep 17 00:00:00 2001 From: andrewlecuyer Date: Wed, 3 May 2023 15:12:50 +0000 Subject: [PATCH] Update v0.3.0 Release Notes Issue [sc-19585] --- docs/content/releases/0.3.0.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/content/releases/0.3.0.md b/docs/content/releases/0.3.0.md index 3c081e97..630a855d 100644 --- a/docs/content/releases/0.3.0.md +++ b/docs/content/releases/0.3.0.md @@ -15,11 +15,10 @@ weight: 997 Crunchy Data announces the release of `pgo`, Postgres Operator Client from Crunchy Data 0.3.0. Built as a `kubectl` plugin, the `pgo` CLI facilitates the creation and management of PostgreSQL clusters created using [Crunchy Postgres for Kubernetes][]. + For more information about using the CLI and the various commands available, please see the [`pgo` CLI documentation][]. -Additionally, please see the [PGO documentation][] for information about -[getting started](https://access.crunchydata.com/documentation/postgres-operator/latest/quickstart/) -with Crunchy Postgres for Kubernetes. +Additionally, please see the [CPK documentation](https://access.crunchydata.com/documentation/postgres-operator/latest) for information about [getting started](https://access.crunchydata.com/documentation/postgres-operator/latest/quickstart/) with Crunchy Postgres for Kubernetes. ## Features - The Support Export command now collects [LimitRanges][] from the PostgresCluster's namespace. @@ -29,7 +28,7 @@ with Crunchy Postgres for Kubernetes. ## Changes - The Support Export command now stores a table of Kubernetes Node information and collects Node YAML manifests. -- The Support Export command now collects Pod logs from the PGO [monitoring stack][]. +- The Support Export command now collects Pod logs from the CPK [monitoring stack][]. - The Support Export command now compresses the tar archive with gzip (tar.gz). - The Support Export archive now stores the current version of the PGO CLI. - The Support Export command now displays archive file size information when run.