Skip to content

Commit 9c3881d

Browse files
author
Jonathan S. Katz
committed
Bump version 4.7.1
1 parent 94a5361 commit 9c3881d

File tree

39 files changed

+104
-71
lines changed

39 files changed

+104
-71
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.0`)
32-
- PGO Image Tag: (e.g. `centos8-4.7.0`)
31+
- Platform Version: (e.g. `1.20.3`, `4.7.1`)
32+
- PGO Image Tag: (e.g. `centos8-4.7.1`)
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.0`)
35-
- PGO Image Tag: (e.g. `centos8-4.7.0`)
34+
- Platform Version: (e.g. `1.20.3`, `4.7.1`)
35+
- PGO Image Tag: (e.g. `centos8-4.7.1`)
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PGOROOT ?= $(CURDIR)
55
PGO_BASEOS ?= centos8
66
BASE_IMAGE_OS ?= $(PGO_BASEOS)
77
PGO_IMAGE_PREFIX ?= crunchydata
8-
PGO_VERSION ?= 4.7.0
8+
PGO_VERSION ?= 4.7.1
99
PGO_IMAGE_TAG ?= $(PGO_BASEOS)-$(PGO_VERSION)
1010
PGO_PG_VERSION ?= 13
1111
PGO_PG_FULLVERSION ?= 13.3

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.0/installers/kubectl/postgres-operator.yml
189+
kubectl apply -f https://raw.githubusercontent.com/CrunchyData/postgres-operator/v4.7.1/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.3-4.7.0
19+
CCP_IMAGE_TAG=centos8-13.3-4.7.1
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.3-4.7.0
5+
CCPImageTag: centos8-13.3-4.7.1
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.0
87+
PGOImageTag: centos8-4.7.1

docs/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ 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.0"
28+
operatorVersion = "4.7.1"
2929
postgresVersion = "13.3"
3030
postgresVersion13 = "13.3"
3131
postgresVersion12 = "12.6"

docs/content/Configuration/compatibility.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,17 @@ 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.1 | 4.7.1 | 13.3 | 2.33 |
16+
|||12.7|2.33|
17+
|||11.12|2.33|
18+
|||10.17|2.33|
19+
|||9.6.22|2.33|
20+
||||
1521
| 4.7.0 | 4.7.0 | 13.3 | 2.33 |
16-
|||12.7|2.31|
17-
|||11.12|2.31|
18-
|||10.17|2.31|
19-
|||9.6.22|2.31|
22+
|||12.7|2.33|
23+
|||11.12|2.33|
24+
|||10.17|2.33|
25+
|||9.6.22|2.33|
2026
||||
2127
| 4.6.2 | 4.6.2 | 13.2 | 2.31 |
2228
|||12.6|2.31|

docs/content/releases/4.7.1.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: "4.7.1"
3+
date:
4+
draft: false
5+
weight: 49
6+
---
7+
8+
Crunchy Data announces the release of PGO, the Postgres Operator 4.7.1 on July DD, 2021.
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.1 release includes the following software versions upgrades:
13+
14+
- Patroni is now at 2.1.0.
15+
16+
## Changes
17+
18+
- On using the built-in upgrade tool, the `pg-pod-anti-affinity` is now removed from the `userlabels` section of a `pgclusters.crunchydata.com` custom resource.
19+
- Ensure `vendor` label is propagated to all PGO managed objects. Reported by (@mdraijer).
20+
- Improvements to the `pv/create-pv-nfs.sh` script, which helps with provisioning persistent volumes when using NFS storage. Contributed by Adrian Galbenus (@agalbenus).
21+
22+
## Fixes
23+
24+
- Allow backup configuration to be changed when a cluster is recreated. For example, allow backup configuration to change from posix to s3 within a new cluster.
25+
- Ensure a SQL policy that contains writes can be applied to a Postgres cluster after a failover.
26+
- Removed `disable_fsgroup: false` from the default installation setup. This allows the OpenShift autodetection code to work properly.
27+
- Fix issue in pgBackRest SSHD configuration bootstrap.

examples/create-by-resource/fromcrd.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"deployment-name": "fromcrd",
1111
"name": "fromcrd",
1212
"pg-cluster": "fromcrd",
13-
"pgo-version": "4.7.0",
13+
"pgo-version": "4.7.1",
1414
"pgouser": "pgoadmin"
1515
},
1616
"name": "fromcrd",
@@ -45,7 +45,7 @@
4545
"supplementalgroups": ""
4646
},
4747
"ccpimage": "crunchy-postgres-ha",
48-
"ccpimagetag": "centos8-13.3-4.7.0",
48+
"ccpimagetag": "centos8-13.3-4.7.1",
4949
"clustername": "fromcrd",
5050
"database": "userdb",
5151
"exporterport": "9187",
@@ -60,7 +60,7 @@
6060
"port": "5432",
6161
"user": "testuser",
6262
"userlabels": {
63-
"pgo-version": "4.7.0"
63+
"pgo-version": "4.7.1"
6464
}
6565
}
6666
}

0 commit comments

Comments
 (0)