You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/releases/0.4.1.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "0.4.1"
3
3
draft: false
4
-
weight: 996
4
+
weight: 995
5
5
---
6
6
7
7
[Crunchy Postgres for Kubernetes]: https://www.crunchydata.com/products/crunchy-postgresql-for-kubernetes
@@ -16,4 +16,5 @@ For more information about using the CLI and the various commands available, ple
16
16
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.
17
17
18
18
## Bug
19
+
19
20
- The `support export` command would fail fatally if the user didn't have permissions to list postgresclusters at the cluster-scope. This release fixes that so our postgrescluster list fails gracefully (like our other atttempts to gather Kubernetes resources).
Crunchy Data announces the release of `pgo`, Postgres Operator Client from Crunchy Data 0.4.2.
11
+
12
+
Built as a `kubectl` plugin, the `pgo` CLI facilitates the creation and management of PostgreSQL clusters created using [Crunchy Postgres for Kubernetes][].
13
+
14
+
For more information about using the CLI and the various commands available, please see the [`pgo` CLI documentation][].
15
+
16
+
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.
17
+
18
+
## Changes
19
+
20
+
- The `support export` command now captures logs from and descriptions for the PGO pod.
0 commit comments