Skip to content

Commit 5fc1696

Browse files
Jonathan S. Katzjkatz
authored andcommitted
PostgreSQL 2020-02-13 cumulative update
Updated for PostgreSQL 12.2, 11.7, 10.12, 9.6.17, 9.5.21
1 parent ea61ed1 commit 5fc1696

File tree

16 files changed

+23
-23
lines changed

16 files changed

+23
-23
lines changed

ansible/inventory

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ namespace='pgouser1,pgouser2'
7575
# CentOS7 images can be found in dockerhub: https://hub.docker.com/u/crunchydata
7676
# RHEL7 images are available to Crunchy customers: https://access.crunchydata.com/login/
7777
ccp_image_prefix='crunchydata'
78-
ccp_image_tag='centos7-12.1-4.2.2'
78+
ccp_image_tag='centos7-12.2-4.2.2'
7979

8080
# Name of a Secret containing credentials for container image registries.
8181
# Provide a path to the Secret manifest to be installed in each namespace. (optional)

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=centos7-12.1-4.2.2
19+
CCP_IMAGE_TAG=centos7-12.2-4.2.2
2020

2121
IMAGES=(
2222
crunchy-prometheus

centos7/Dockerfile.pgo-base.centos7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LABEL vendor="Crunchy Data" \
88
url="https://crunchydata.com" \
99
release="${RELVER}" \
1010
postgresql.version.major="12" \
11-
postgresql.version="12.1" \
11+
postgresql.version="12.2" \
1212
os.version="7.7" \
1313
org.opencontainers.image.vendor="Crunchy Data Solutions" \
1414
io.openshift.tags="postgresql,postgres,sql,nosql,crunchy" \

conf/postgres-operator/pgo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Cluster:
44
CCPImagePrefix: crunchydata
55
Metrics: false
66
Badger: false
7-
CCPImageTag: centos7-12.1-4.2.2
7+
CCPImageTag: centos7-12.2-4.2.2
88
Port: 5432
99
PGBadgerPort: 10000
1010
ExporterPort: 9187

examples/create-by-resource/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The Operator should show the new cluster started:
4141

4242
jeffmc@~ > pgo show cluster fromcrd
4343

44-
cluster : fromcrd (centos7-12.1-4.2.2)
44+
cluster : fromcrd (centos7-12.2-4.2.2)
4545
pod : fromcrd-6b4d69df46-4s7bn (Running) on doppio-kube (1/1) (primary)
4646
pvc : fromcrd
4747
resources : CPU Limit= Memory Limit=, CPU Request= Memory Request=

examples/create-by-resource/fromcrd.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"supplementalgroups": ""
6969
},
7070
"ccpimage": "crunchy-postgres-ha",
71-
"ccpimagetag": "centos7-12.1-4.2.2",
71+
"ccpimagetag": "centos7-12.2-4.2.2",
7272
"clustername": "fromcrd",
7373
"customconfig": "",
7474
"database": "userdb",

examples/custom-config-ssl/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ home/pgo/odev/src/github.com/crunchydata/postgres-operator/examples/custom-confi
4848

4949
You should see a connection that looks like the following:
5050

51-
psql (12.1)
51+
psql (12.2)
5252
SSL connection (protocol: TLSv1.2, cipher: ECDHE-RSA-AES256-GCM-SHA384, bits: 256, compression: off)
5353
Type "help" for help.
5454

examples/primary-replica-custom-ssl/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ psql "postgresql://testuser@IP_OF_PGSQL:5432/userdb?sslmode=require&sslrootcert=
5151

5252
You should see a connection that looks like the following:
5353

54-
psql (12.1)
54+
psql (12.2)
5555
SSL connection (protocol: TLSv1.2, cipher: ECDHE-RSA-AES256-GCM-SHA384, bits: 256, compression: off)
5656
Type "help" for help.
5757

hugo/content/Configuration/compatibility.md

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

1414
| Operator Release | Container Release | Postgres | PgBackrest Version
1515
|:----------|:-------------|:------------|:--------------
16-
| 4.2.2 | 4.2.2 | 12.1 | 2.20 |
17-
|||11.6|2.20|
18-
|||10.11|2.20|
19-
|||9.6.16|2.20|
20-
|||9.5.20|2.20|
16+
| 4.2.2 | 4.2.2 | 12.2 | 2.20 |
17+
|||11.7|2.20|
18+
|||10.12|2.20|
19+
|||9.6.17|2.20|
20+
|||9.5.21|2.20|
2121
||||
2222
| 4.2.1 | 4.2.1 | 12.1 | 2.20 |
2323
|||11.6|2.20|

hugo/content/Configuration/pgo-yaml-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The *pgo.yaml* file is broken into major sections as described below:
1818
|PrimaryNodeLabel |newly created primary deployments will specify this node label if specified, unless you override it using the --node-label command line flag, if not set, no node label is specifed
1919
|ReplicaNodeLabel |newly created replica deployments will specify this node label if specified, unless you override it using the --node-label command line flag, if not set, no node label is specifed
2020
|CCPImagePrefix |newly created containers will be based on this image prefix (e.g. crunchydata), update this if you require a custom image prefix
21-
|CCPImageTag |newly created containers will be based on this image version (e.g. centos7-12.1-4.2.2), unless you override it using the --ccp-image-tag command line flag
21+
|CCPImageTag |newly created containers will be based on this image version (e.g. centos7-12.2-4.2.2), unless you override it using the --ccp-image-tag command line flag
2222
|Port | the PostgreSQL port to use for new containers (e.g. 5432)
2323
|PGBadgerPort | the port used to connect to pgbadger (e.g. 10000)
2424
|ExporterPort | the port used to connect to postgres exporter (e.g. 9187)

0 commit comments

Comments
 (0)