Skip to content

Commit 2375d22

Browse files
author
Jonathan S. Katz
committed
Version bump v4.7.4
1 parent 66649c6 commit 2375d22

File tree

42 files changed

+120
-80
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+120
-80
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Add a concise description of what the bug is.
2828
Please provide the following details:
2929

3030
- Platform: (`Kubernetes`, `OpenShift`, `Rancher`, `GKE`, `EKS`, `AKS` etc.)
31-
- Platform Version: (e.g. `1.20.3`, `4.7.3`)
32-
- PGO Image Tag: (e.g. `centos8-4.7.3`)
31+
- Platform Version: (e.g. `1.20.3`, `4.7.4`)
32+
- PGO Image Tag: (e.g. `centos8-4.7.4`)
3333
- Postgres Version (e.g. `13`)
3434
- Storage: (e.g. `hostpath`, `nfs`, or the name of your storage class)
3535

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ Tell us about your environment:
3131
Please provide the following details:
3232

3333
- Platform: (`Kubernetes`, `OpenShift`, `Rancher`, `GKE`, `EKS`, `AKS` etc.)
34-
- Platform Version: (e.g. `1.20.3`, `4.7.3`)
35-
- PGO Image Tag: (e.g. `centos8-4.7.3`)
34+
- Platform Version: (e.g. `1.20.3`, `4.7.4`)
35+
- PGO Image Tag: (e.g. `centos8-4.7.4`)
3636
- Postgres Version (e.g. `13`)
3737
- Storage: (e.g. `hostpath`, `nfs`, or the name of your storage class)
3838
- Number of Postgres clusters: (`XYZ`)

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ PGOROOT ?= $(CURDIR)
55
PGO_BASEOS ?= centos8
66
BASE_IMAGE_OS ?= $(PGO_BASEOS)
77
PGO_IMAGE_PREFIX ?= crunchydata
8-
PGO_VERSION ?= 4.7.3
8+
PGO_VERSION ?= 4.7.4
99
PGO_IMAGE_TAG ?= $(PGO_BASEOS)-$(PGO_VERSION)
1010
PGO_PG_VERSION ?= 13
11-
PGO_PG_FULLVERSION ?= 13.4
11+
PGO_PG_FULLVERSION ?= 13.5
1212
PGO_BACKREST_VERSION ?= 2.33
1313
PACKAGER ?= yum
1414

README.md

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

187187
```shell
188188
kubectl create namespace pgo
189-
kubectl apply -f https://raw.githubusercontent.com/CrunchyData/postgres-operator/v4.7.3/installers/kubectl/postgres-operator.yml
189+
kubectl apply -f https://raw.githubusercontent.com/CrunchyData/postgres-operator/v4.7.4/installers/kubectl/postgres-operator.yml
190190
```
191191

192192
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=centos8-13.4-4.7.3
19+
CCP_IMAGE_TAG=centos8-13.5-4.7.4
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: centos8-13.4-4.7.3
5+
CCPImageTag: centos8-13.5-4.7.4
66
Port: 5432
77
PGBadgerPort: 10000
88
ExporterPort: 9187
@@ -84,4 +84,4 @@ Storage:
8484
Pgo:
8585
Audit: false
8686
PGOImagePrefix: registry.developers.crunchydata.com/crunchydata
87-
PGOImageTag: centos8-4.7.3
87+
PGOImageTag: centos8-4.7.4

docs/config.toml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,14 @@ 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.7.3"
29-
postgresVersion = "13.4"
30-
postgresVersion13 = "13.4"
31-
postgresVersion12 = "12.8"
32-
postgresVersion11 = "11.13"
33-
postgresVersion10 = "10.18"
34-
postgresVersion96 = "9.6.23"
35-
postgresVersion95 = "9.5.25"
36-
postgisVersion = "3.0"
28+
operatorVersion = "4.7.4"
29+
postgresVersion = "13.5"
30+
postgresVersion13 = "13.5"
31+
postgresVersion12 = "12.9"
32+
postgresVersion11 = "11.14"
33+
postgresVersion10 = "10.10"
34+
postgresVersion96 = "9.6.24"
35+
postgisVersion = "3.1"
3736
centosBase = "centos8"
3837

3938
[outputs]

docs/content/Configuration/compatibility.md

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

1313
| Operator Release | Container Release | Postgres | PgBackrest Version
1414
|:----------|:-------------|:------------|:--------------
15+
| 4.7.4 | 4.7.4 | 13.5 | 2.33 |
16+
|||12.9|2.33|
17+
|||11.14|2.33|
18+
|||10.19|2.33|
19+
|||9.6.24|2.33|
20+
||||
1521
| 4.7.3 | 4.7.3 | 13.4 | 2.33 |
1622
|||12.8|2.33|
1723
|||11.13|2.33|

docs/content/advanced/crunchy-postgres-exporter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ can be specified for the API to collect. For an example of a queries.yml file, s
2323

2424
The crunchy-postgres-exporter Docker image contains the following packages (versions vary depending on PostgreSQL version):
2525

26-
* PostgreSQL ({{< param postgresVersion13 >}}, {{< param postgresVersion12 >}}, {{< param postgresVersion11 >}}, {{< param postgresVersion10 >}}, {{< param postgresVersion96 >}} and {{< param postgresVersion95 >}})
26+
* PostgreSQL ({{< param postgresVersion13 >}}, {{< param postgresVersion12 >}}, {{< param postgresVersion11 >}}, {{< param postgresVersion10 >}}, and {{< param postgresVersion96 >}}
2727
* CentOS 8 - publicly available
2828
* UBI 7, UBI 8 - customers only
2929
* [PostgreSQL Exporter](https://github.com/wrouesnel/postgres_exporter)

docs/content/releases/4.7.4.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: "4.7.4"
3+
date:
4+
draft: false
5+
weight: 46
6+
---
7+
8+
Crunchy Data announces the release of PGO, the Postgres Operator 4.7.4.
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.7.4 release includes the following software versions upgrades:
13+
14+
- [PostgreSQL](https://www.postgresql.org) versions 13.5, 12.9, 11.14, 10.19 and 9.6.24 are now available.
15+
- [PostGIS](http://postgis.net/) version 3.1.4 is now available.
16+
- The [pgnodemx](https://github.com/CrunchyData/pgnodemx) extension is now at version 1.0.6
17+
- [pgBouncer](https://www.pgbouncer.org/) is now at version 1.16.1
18+
- The [pgAudit](https://github.com/pgaudit/pgaudit) extension is now at version 1.6.1.
19+
- The [pg_partman](https://github.com/pgpartman/pg_partman) extension is now at version 4.6.0.
20+
- The [TimescaleDB](https://github.com/timescale/timescaledb) extension is now at version 2.5.0.
21+
22+
## Changes
23+
24+
- Update automatic OpenShift detection logic to look specifically for the presence of the SecurityContextConstraint API. Reported by (@aurelien43).
25+
- The `rmdata` process now verifies the proper deletion of all cluster resources prior to deleting the `pgcluster` custom resource.
26+
- Label updates will now be retried to account for potential race conditions.
27+
28+
## Fixes
29+
30+
- Ensure the `pgo create pgbouncer` command can set CPU and memory limits via `--cpu-limit` and `--memory-limit` respectively.
31+
- Ensure `pgo delete backup` works with backups stored in S3 or GCS. Reported by Munjal Patel (@munjalpatel).
32+
- Ensure `pgo create cluster --pgbackrest-s3-ca-secret` overrides the CA used for pgBackRest.
33+
- Update the `aws-s3-ca.crt` value to use the newer CAs provided by AWS. If a PostgreSQL cluster is using the old default CA, PGO will update the general one kept in the `pgo-backrest-repo-config` Secret and `pgo upgrade` will update it for a specific cluster.
34+
- The `aws-s3-ca.crt` file in a pgBackRest Secret is now properly preserved when recreating a cluster that was previously deleted using the `--keep-backups` flag.
35+
- Fix noise in logs due to an incorrect reference in a shell script when performing a reload operation on a PostgreSQL cluster.

0 commit comments

Comments
 (0)