-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add 0.5.0 release notes and bump version
- Loading branch information
1 parent
7c1c509
commit 6119137
Showing
4 changed files
with
28 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
title: "0.5.0" | ||
draft: false | ||
weight: 993 | ||
--- | ||
|
||
[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.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 [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 `pgo create` command now includes a `--disable-backups` flag. By providing this flag, you can fully disable backups in your PostgresCluster. | ||
- The `support export` command now includes: | ||
- Logs from all Postgres replicas | ||
- Better support for large logs | ||
- The output of the `pgbackrest check` command | ||
- `pg_controldata` from each Postgres instance |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,4 +15,4 @@ | |
package cmd | ||
|
||
// store the current PGO CLI version | ||
const clientVersion = "v0.4.2" | ||
const clientVersion = "v0.5.0" |