Skip to content

Commit

Permalink
Release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminjb committed May 7, 2024
1 parent f7bda19 commit 2253b6d
Show file tree
Hide file tree
Showing 4 changed files with 23 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.1"
clientVersion = "0.4.2"

# 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.1
Client Version: v0.4.2
Operator Version: v5.5.0
```

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

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

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.

## Changes

- The `support export` command now captures logs from and descriptions for the PGO pod.
2 changes: 1 addition & 1 deletion internal/cmd/client_version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package cmd

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

0 comments on commit 2253b6d

Please sign in to comment.