Skip to content

Commit 138a323

Browse files
authored
Add 0.5.0 release notes and bump version (#108)
* Add 0.5.0 release notes and bump version
1 parent 1cf0bce commit 138a323

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

docs/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ defaultContentLanguageInSubdir= false
1515
enableMissingTranslationPlaceholders = false
1616

1717
[params]
18-
clientVersion = "0.4.2"
18+
clientVersion = "0.5.0"
1919

2020
# crunchy-hugo-theme params
2121
editURL = "https://github.com/CrunchyData/postgres-operator/edit/master/docs/content/"

docs/content/reference/pgo_version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pgo version
3131
```
3232
### Example output
3333
```
34-
Client Version: v0.4.2
34+
Client Version: v0.5.0
3535
Operator Version: v5.5.0
3636
```
3737

docs/content/releases/0.5.0.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: "0.5.0"
3+
draft: false
4+
weight: 993
5+
---
6+
7+
[Crunchy Postgres for Kubernetes]: https://www.crunchydata.com/products/crunchy-postgresql-for-kubernetes
8+
[`pgo` CLI documentation]: https://access.crunchydata.com/documentation/postgres-operator-client/latest
9+
10+
Crunchy Data announces the release of `pgo`, Postgres Operator Client from Crunchy Data 0.5.0.
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+
## Features
19+
20+
- The `pgo create` command now includes a `--disable-backups` flag. By providing this flag, you can fully disable backups in your PostgresCluster. NOTE: Backups are only able to be disabled when using PGO v5.7+.
21+
- The `support export` command now includes:
22+
- Logs from all Postgres replicas
23+
- Better support for large logs
24+
- The output of the `pgbackrest check` command
25+
- `pg_controldata` from each Postgres instance

internal/cmd/client_version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
package cmd
66

77
// store the current PGO CLI version
8-
const clientVersion = "v0.4.2"
8+
const clientVersion = "v0.5.0"

0 commit comments

Comments
 (0)