Skip to content

Commit

Permalink
Add release notes and update version to 0.5.1 (#118)
Browse files Browse the repository at this point in the history
* Add release notes and update version
  • Loading branch information
benjaminjb authored Dec 18, 2024
1 parent 6a75336 commit a006d57
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 5 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.5.0"
clientVersion = "0.5.1"

# crunchy-hugo-theme params
showVisitedLinks = false # default is false # in theme
Expand Down
4 changes: 2 additions & 2 deletions docs/content/reference/pgo_version.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ pgo version
```
### Example output
```
Client Version: v0.5.0
Operator Version: v5.5.0
Client Version: v0.5.1
Operator Version: v5.7.0
```

### Options
Expand Down
20 changes: 20 additions & 0 deletions docs/content/releases/0.5.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: "0.5.1"
draft: false
weight: 992
---

[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.1.

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 continues gathering data if it encounters errors; and surfaces error message reporting from Patroni and pgBackRest by writing errors to the console and the support export log for troubleshooting.
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.5.0"
const clientVersion = "v0.5.1"
2 changes: 1 addition & 1 deletion internal/cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pgo version
### Example output
Client Version: %s
Operator Version: v5.5.0`, clientVersion))
Operator Version: v5.7.0`, clientVersion))

cmd.RunE = func(cmd *cobra.Command, args []string) error {

Expand Down

0 comments on commit a006d57

Please sign in to comment.