From 460b9855c564162a359bc3e0dc4058f1b8c16503 Mon Sep 17 00:00:00 2001 From: ValClarkson Date: Wed, 1 Oct 2025 15:31:15 -0400 Subject: [PATCH 1/3] updated for release 0.5.3 PGO-2699 --- docs/config.toml | 2 +- docs/content/reference/pgo_version.md | 2 +- docs/content/releases/0.5.3..md | 32 +++++++++++++++++++++++++++ internal/cmd/client_version.go | 2 +- 4 files changed, 35 insertions(+), 3 deletions(-) create mode 100644 docs/content/releases/0.5.3..md diff --git a/docs/config.toml b/docs/config.toml index 3162c4b..efd1c9c 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -15,7 +15,7 @@ defaultContentLanguageInSubdir= false enableMissingTranslationPlaceholders = false [params] -clientVersion = "0.5.2" +clientVersion = "0.5.3" # crunchy-hugo-theme params showVisitedLinks = false # default is false # in theme diff --git a/docs/content/reference/pgo_version.md b/docs/content/reference/pgo_version.md index 2845b23..74ff555 100644 --- a/docs/content/reference/pgo_version.md +++ b/docs/content/reference/pgo_version.md @@ -31,7 +31,7 @@ pgo version ``` ### Example output ``` -Client Version: v0.5.2 +Client Version: v0.5.3 Operator Version: v5.7.0 ``` diff --git a/docs/content/releases/0.5.3..md b/docs/content/releases/0.5.3..md new file mode 100644 index 0000000..2910c8b --- /dev/null +++ b/docs/content/releases/0.5.3..md @@ -0,0 +1,32 @@ +--- +title: "0.5.3" +draft: false +weight: 990 +--- + +[Crunchy Postgres for Kubernetes]: https://www.crunchydata.com/products/crunchy-postgresql-for-kubernetes +[`pgo` CLI documentation]: https://access.crunchydata.com/documentation/postgres-operator-client/latest + +Crunchy Data announces the release of `pgo`, Postgres Operator Client from Crunchy Data 0.5.3. + +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 [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 includes the following improvements + - Adds support for ResourceQuotas + - Gather additional Postgres data points + - Better gathering of PGAdmin resources + +## Changes + +- The `support export` command now includes the following changes + - Removed cluster-info. Cluster-info returns a lot of sensitive information and it out-of-scope for the support export + - Fix unnecessary use of fmt.Sprintf + - Fix describe for clusterrole and clusterrolebinding on openshift + - refactor describe clusterrole and clusterrolebinding + - refactor to account for labels on some installers diff --git a/internal/cmd/client_version.go b/internal/cmd/client_version.go index 3e99094..cf91b61 100644 --- a/internal/cmd/client_version.go +++ b/internal/cmd/client_version.go @@ -5,4 +5,4 @@ package cmd // store the current PGO CLI version -const clientVersion = "v0.5.2" +const clientVersion = "v0.5.3" From 050fc1023af4ee6abaad44c48fc6883c42582d74 Mon Sep 17 00:00:00 2001 From: Val Date: Wed, 1 Oct 2025 16:08:09 -0400 Subject: [PATCH 2/3] Update docs/content/releases/0.5.3..md Co-authored-by: Benjamin Blattberg --- docs/content/releases/0.5.3..md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/releases/0.5.3..md b/docs/content/releases/0.5.3..md index 2910c8b..ed2118e 100644 --- a/docs/content/releases/0.5.3..md +++ b/docs/content/releases/0.5.3..md @@ -25,7 +25,7 @@ Additionally, please see the [CPK documentation](https://access.crunchydata.com/ ## Changes - The `support export` command now includes the following changes - - Removed cluster-info. Cluster-info returns a lot of sensitive information and it out-of-scope for the support export + - Removed cluster-info. Cluster-info returns a lot of sensitive information and is out-of-scope for the support export - Fix unnecessary use of fmt.Sprintf - Fix describe for clusterrole and clusterrolebinding on openshift - refactor describe clusterrole and clusterrolebinding From 8538897bccf14fd9a5067a4b8584283f83972bf4 Mon Sep 17 00:00:00 2001 From: Val Date: Wed, 1 Oct 2025 16:08:15 -0400 Subject: [PATCH 3/3] Update docs/content/releases/0.5.3..md Co-authored-by: Benjamin Blattberg --- docs/content/releases/0.5.3..md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/releases/0.5.3..md b/docs/content/releases/0.5.3..md index ed2118e..42e9d6e 100644 --- a/docs/content/releases/0.5.3..md +++ b/docs/content/releases/0.5.3..md @@ -28,5 +28,5 @@ Additionally, please see the [CPK documentation](https://access.crunchydata.com/ - Removed cluster-info. Cluster-info returns a lot of sensitive information and is out-of-scope for the support export - Fix unnecessary use of fmt.Sprintf - Fix describe for clusterrole and clusterrolebinding on openshift - - refactor describe clusterrole and clusterrolebinding - - refactor to account for labels on some installers + - Refactor describe clusterrole and clusterrolebinding + - Refactor to account for labels on some installers