Skip to content

Commit 4f3ce52

Browse files
author
Jonathan S. Katz
committed
Bump v4.6.3-rc.1
1 parent c3d5af6 commit 4f3ce52

File tree

40 files changed

+105
-70
lines changed

40 files changed

+105
-70
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ PGOROOT ?= $(CURDIR)
55
PGO_BASEOS ?= centos8
66
PGO_IMAGE_PREFIX ?= crunchydata
77
PGO_IMAGE_TAG ?= $(PGO_BASEOS)-$(PGO_VERSION)
8-
PGO_VERSION ?= 4.6.2
8+
PGO_VERSION ?= 4.6.3-rc.1
99
PGO_PG_VERSION ?= 13
10-
PGO_PG_FULLVERSION ?= 13.2
10+
PGO_PG_FULLVERSION ?= 13.3
1111
PGO_BACKREST_VERSION ?= 2.31
1212
PACKAGER ?= yum
1313

README.md

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

186186
```shell
187187
kubectl create namespace pgo
188-
kubectl apply -f https://raw.githubusercontent.com/CrunchyData/postgres-operator/v4.6.2/installers/kubectl/postgres-operator.yml
188+
kubectl apply -f https://raw.githubusercontent.com/CrunchyData/postgres-operator/v4.6.3-rc.1/installers/kubectl/postgres-operator.yml
189189
```
190190

191191
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.2-4.6.2
19+
CCP_IMAGE_TAG=centos8-13.3-4.6.3-rc.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.2-4.6.2
5+
CCPImageTag: centos8-13.3-4.6.3-rc.1
66
Port: 5432
77
PGBadgerPort: 10000
88
ExporterPort: 9187
@@ -80,4 +80,4 @@ Storage:
8080
Pgo:
8181
Audit: false
8282
PGOImagePrefix: registry.developers.crunchydata.com/crunchydata
83-
PGOImageTag: centos8-4.6.2
83+
PGOImageTag: centos8-4.6.3-rc.1

docs/config.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ 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.6.2"
29-
postgresVersion = "13.2"
30-
postgresVersion13 = "13.2"
28+
operatorVersion = "4.6.3-rc.1"
29+
postgresVersion = "13.3"
30+
postgresVersion13 = "13.3"
3131
postgresVersion12 = "12.6"
3232
postgresVersion11 = "11.11"
3333
postgresVersion10 = "10.16"

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.6.3 | 4.6.3 | 13.3 | 2.31 |
16+
|||12.7|2.31|
17+
|||11.12|2.31|
18+
|||10.17|2.31|
19+
|||9.6.22|2.31|
20+
||||
1521
| 4.6.2 | 4.6.2 | 13.2 | 2.31 |
1622
|||12.6|2.31|
1723
|||11.11|2.31|

docs/content/releases/4.6.3.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: "4.6.3"
3+
date:
4+
draft: false
5+
weight: 57
6+
---
7+
8+
Crunchy Data announces the release of the PostgreSQL Operator 4.6.3 on May 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.6.3 release includes the following software versions upgrades:
13+
14+
- [PostgreSQL](https://www.postgresql.org/) is now at 13.3, 12.7, 11.12, 10.17, and 9.6.22.
15+
- [pgMonitor](https://github.com/CrunchyData/pgmonitor) is now at 4.4-1.
16+
17+
## Changes
18+
19+
- Allow for the `PGOADMIN_USERNAME`, `PGOADMIN_PASSWORD`, `PGOADMIN_ROLENAME` credential bootstrap variables to be overriden as part of the OLM and development install process. Contributed by Mathieu Parent (@sathieu).
20+
- Update Helm installer to follow appropriate conventions. Contributed by Jakub Ráček (@kubaracek)
21+
22+
## Fixes
23+
24+
- Fix crash due to superfluous trailing whitespace when parsing `--backup-opts` in `pgo backup`. Reported by Samir Faci (@safaci2000).
25+
- Ensure `sshd_config` is correctly set on an upgrade. This could have manifested with some pgBackRest functionality not working. This can be manually fixed by setting `UsePAM no` in the `sshd_config` file in a cluster. Reported by (@douggutaby).
26+
- Fix issue where metrics about pgBackRest backups could not be scraped if the backups were stored in a S3-like environment that requires the use of disabling TLS verification. Reported by (@lphan-clv) and (@dakine1111).
27+
- Fix how the pgAdmin 4 Service is identified in `pgo test`. Prior to this, it was identified as a "primary"; now it is "pgadmin".
28+
- Fix nonbreaking error message that occurs when `pgo-scheduler` container shuts down in the UBI 8 base container.
29+
- The `pgo-deployer` and Ansible installer will no longer create an initial TLS secret for the PGO apiserver. PGO apiserver has been able to self-create this for a long time, and PGO defers to that. This fixes an issue that occurred on newer builds where certificates generated by OpenSSL contained incomplete usage blocks, which could cause for these certificates to be properly outright rejected.

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.6.2",
13+
"pgo-version": "4.6.3-rc.1",
1414
"pgouser": "pgoadmin"
1515
},
1616
"name": "fromcrd",
@@ -45,7 +45,7 @@
4545
"supplementalgroups": ""
4646
},
4747
"ccpimage": "crunchy-postgres-ha",
48-
"ccpimagetag": "centos8-13.2-4.6.2",
48+
"ccpimagetag": "centos8-13.3-4.6.3-rc.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.6.2"
63+
"pgo-version": "4.6.3-rc.1"
6464
}
6565
}
6666
}

examples/envs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export PGO_CONF_DIR=$PGOROOT/installers/ansible/roles/pgo-operator/files
2020
# the version of the Operator you run is set by these vars
2121
export PGO_IMAGE_PREFIX=registry.developers.crunchydata.com/crunchydata
2222
export PGO_BASEOS=centos8
23-
export PGO_VERSION=4.6.2
23+
export PGO_VERSION=4.6.3-rc.1
2424
export PGO_IMAGE_TAG=$PGO_BASEOS-$PGO_VERSION
2525

2626
# for setting the pgo apiserver port, disabling TLS or not verifying TLS

examples/helm/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The following values can also be set:
6464
- `ha`: Whether or not to deploy a high availability PostgreSQL cluster. Can be either `true` or `false`, defaults to `false`.
6565
- `imagePrefix`: The prefix of the container images to use for this PostgreSQL cluster. Default to `registry.developers.crunchydata.com/crunchydata`.
6666
- `image`: The name of the container image to use for the PostgreSQL cluster. Defaults to `crunchy-postgres-ha`.
67-
- `imageTag`: The container image tag to use. Defaults to `centos8-13.2-4.6.2`.
67+
- `imageTag`: The container image tag to use. Defaults to `centos8-13.3-4.6.3-rc.1`.
6868
- `memory`: The memory limit for the PostgreSQL cluster. Follows standard Kubernetes formatting.
6969
- `monitoring`: Whether or not to enable monitoring / metrics collection for this PostgreSQL instance. Can either be `true` or `false`, defaults to `false`.
7070

@@ -103,7 +103,7 @@ PGPASSWORD="W4tch0ut4hippo$" psql -h localhost -U hippo hippo
103103

104104
## Notes
105105

106-
Prior to PostgreSQL Operator 4.6.2, you will have to manually clean up some of the artifacts when running `helm uninstall`.
106+
Prior to PostgreSQL Operator 4.6.3-rc.1, you will have to manually clean up some of the artifacts when running `helm uninstall`.
107107

108108
## Additional Resources
109109

0 commit comments

Comments
 (0)