Skip to content

Commit b1c961f

Browse files
tony-landrethtjmoore4
authored andcommitted
Release Prep for 4.5.9
Issue: [sc-16495]
1 parent fb1aeb4 commit b1c961f

File tree

29 files changed

+76
-54
lines changed

29 files changed

+76
-54
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ PGO_CMD ?= kubectl
88
PGO_IMAGE_PREFIX ?= crunchydata
99
PGO_IMAGE_TAG ?= $(PGO_BASEOS)-$(PGO_VERSION)
1010
PGO_OPERATOR_NAMESPACE ?= pgo
11-
PGO_VERSION ?= 4.5.8
11+
PGO_VERSION ?= 4.5.9
1212
PGO_PG_VERSION ?= 12
13-
PGO_PG_FULLVERSION ?= 12.12
13+
PGO_PG_FULLVERSION ?= 12.13
1414
PGO_BACKREST_VERSION ?= 2.29
1515
PACKAGER ?= yum
1616

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ to start as quickly as:
182182

183183
```shell
184184
kubectl create namespace pgo
185-
kubectl apply -f https://raw.githubusercontent.com/CrunchyData/postgres-operator/v4.5.8/installers/kubectl/postgres-operator.yml
185+
kubectl apply -f https://raw.githubusercontent.com/CrunchyData/postgres-operator/v4.5.9/installers/kubectl/postgres-operator.yml
186186
```
187187

188188
Otherwise, we highly recommend following the instructions from our [Quickstart](https://access.crunchydata.com/documentation/postgres-operator/latest/quickstart/).

bin/push-ccp-to-gcr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
GCR_IMAGE_PREFIX=gcr.io/crunchy-dev-test
1717

1818
CCP_IMAGE_PREFIX=crunchydata
19-
CCP_IMAGE_TAG=ubi8-12.12-4.5.8
19+
CCP_IMAGE_TAG=ubi8-12.13-4.5.9
2020

2121
IMAGES=(
2222
crunchy-prometheus

conf/postgres-operator/pgo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Cluster:
22
CCPImagePrefix: registry.developers.crunchydata.com/crunchydata
33
Metrics: false
44
Badger: false
5-
CCPImageTag: ubi8-12.12-4.5.8
5+
CCPImageTag: ubi8-12.13-4.5.9
66
Port: 5432
77
PGBadgerPort: 10000
88
ExporterPort: 9187
@@ -82,4 +82,4 @@ Storage:
8282
Pgo:
8383
Audit: false
8484
PGOImagePrefix: registry.developers.crunchydata.com/crunchydata
85-
PGOImageTag: ubi8-4.5.8
85+
PGOImageTag: ubi8-4.5.9

docs/config.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ disableNavChevron = false # set true to hide next/prev chevron, default is false
2525
highlightClientSide = false # set true to use highlight.pack.js instead of the default hugo chroma highlighter
2626
menushortcutsnewtab = true # set true to open shortcuts links to a new tab/window
2727
enableGitInfo = true
28-
operatorVersion = "4.5.8"
29-
postgresVersion = "12.12"
30-
postgresVersion13 = "13.8"
31-
postgresVersion12 = "12.12"
32-
postgresVersion11 = "11.17"
33-
postgresVersion10 = "10.22"
28+
operatorVersion = "4.5.9"
29+
postgresVersion = "13.9"
30+
postgresVersion13 = "13.9"
31+
postgresVersion12 = "12.13"
32+
postgresVersion11 = "11.18"
33+
postgresVersion10 = "10.23"
3434
postgisVersion = "3.0"
3535
ubiBase = "ubi8"
3636

docs/content/Configuration/compatibility.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ version dependencies between the two projects. Below are the operator releases a
1212

1313
| Operator Release | Container Release | Postgres | PgBackrest Version
1414
|:----------|:-------------|:------------|:--------------
15+
| 4.5.9 | 4.5.9 | 13.9 | 2.29 |
16+
|||12.13|2.29|
17+
|||11.18|2.29|
18+
|||10.23|2.29|
19+
||||
1520
| 4.5.8 | 4.5.8 | 13.8 | 2.29 |
1621
|||12.12|2.29|
1722
|||11.17|2.29|

docs/content/releases/4.5.9.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: "4.5.9"
3+
date:
4+
draft: false
5+
weight: 61
6+
---
7+
8+
Crunchy Data announces the release of PGO, the Postgres Operator 4.5.9.
9+
10+
The PostgreSQL Operator is released in conjunction with the [Crunchy Container Suite](https://github.com/CrunchyData/crunchy-containers/).
11+
12+
PostgreSQL Operator 4.5.9 release includes the following software versions upgrades:
13+
14+
- [PostgreSQL](https://www.postgresql.org) versions 13.9, 12.13, 11.18, and 10.23 are now available.
15+
- The [pg_partman](https://github.com/pgpartman/pg_partman) extension is now at version 4.7.1.
16+
- The [TimescaleDB](https://github.com/timescale/timescaledb) extension is now at version 2.8.1.

docs/content/tutorial/pgbouncer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ PGPASSWORD=randompassword psql -h localhost -p 5432 -U pgbouncer pgbouncer
116116
You should see something similar to this:
117117

118118
```
119-
psql (12.12, server 1.14.0/bouncer)
119+
psql (12.13, server 1.14.0/bouncer)
120120
Type "help" for help.
121121
122122
pgbouncer=#

installers/ansible/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<img width="150" src="../../docs/static/logos/pgo.svg" alt="PGO: The Postgres Operator from Crunchy Data"/>
55
</p>
66

7-
Latest Release: 4.5.8
7+
Latest Release: 4.5.9
88

99
## General
1010

installers/ansible/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ badger: "false"
1717
ccp_image_prefix: "registry.developers.crunchydata.com/crunchydata"
1818
ccp_image_pull_secret: ""
1919
ccp_image_pull_secret_manifest: ""
20-
ccp_image_tag: "ubi8-12.12-4.5.8"
20+
ccp_image_tag: "ubi8-12.13-4.5.9"
2121
create_rbac: "true"
2222
crunchy_debug: "false"
2323
db_name: ""
@@ -50,14 +50,14 @@ pgo_apiserver_url: "https://postgres-operator"
5050
pgo_client_cert_secret: "pgo.tls"
5151
pgo_client_container_install: "false"
5252
pgo_client_install: "true"
53-
pgo_client_version: "4.5.8"
53+
pgo_client_version: "4.5.9"
5454
pgo_cluster_admin: "false"
5555
pgo_disable_eventing: "false"
5656
pgo_disable_tls: "false"
5757
pgo_image_prefix: "registry.developers.crunchydata.com/crunchydata"
5858
pgo_image_pull_secret: ""
5959
pgo_image_pull_secret_manifest: ""
60-
pgo_image_tag: "ubi8-4.5.8"
60+
pgo_image_tag: "ubi8-4.5.9"
6161
pgo_installation_name: "devtest"
6262
pgo_noauth_routes: ""
6363
pgo_operator_namespace: "pgo"

0 commit comments

Comments
 (0)