Skip to content

Commit

Permalink
Add 0.5.0 release notes and bump version (#108)
Browse files Browse the repository at this point in the history
* Add 0.5.0 release notes and bump version
  • Loading branch information
benjaminjb authored Oct 15, 2024
1 parent 1cf0bce commit 138a323
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ defaultContentLanguageInSubdir= false
enableMissingTranslationPlaceholders = false

[params]
clientVersion = "0.4.2"
clientVersion = "0.5.0"

# crunchy-hugo-theme params
editURL = "https://github.com/CrunchyData/postgres-operator/edit/master/docs/content/"
Expand Down
2 changes: 1 addition & 1 deletion docs/content/reference/pgo_version.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pgo version
```
### Example output
```
Client Version: v0.4.2
Client Version: v0.5.0
Operator Version: v5.5.0
```

Expand Down
25 changes: 25 additions & 0 deletions docs/content/releases/0.5.0.md
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. NOTE: Backups are only able to be disabled when using PGO v5.7+.
- 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
2 changes: 1 addition & 1 deletion internal/cmd/client_version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
package cmd

// store the current PGO CLI version
const clientVersion = "v0.4.2"
const clientVersion = "v0.5.0"

0 comments on commit 138a323

Please sign in to comment.