Skip to content

Commit 9b4a944

Browse files
authored
update for v4.6.7 and removed centos 8 from docs, examples, (#3228)
and makefile [sc-14635]
1 parent b86dc74 commit 9b4a944

File tree

52 files changed

+143
-121
lines changed

Some content is hidden

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

52 files changed

+143
-121
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# Default values if not already set
33
ANSIBLE_VERSION ?= 2.9.*
44
PGOROOT ?= $(CURDIR)
5-
PGO_BASEOS ?= centos8
5+
PGO_BASEOS ?= ubi8
66
PGO_IMAGE_PREFIX ?= crunchydata
77
PGO_IMAGE_TAG ?= $(PGO_BASEOS)-$(PGO_VERSION)
8-
PGO_VERSION ?= 4.6.6
8+
PGO_VERSION ?= 4.6.7
99
PGO_PG_VERSION ?= 13
10-
PGO_PG_FULLVERSION ?= 13.6
10+
PGO_PG_FULLVERSION ?= 13.7
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.6/installers/kubectl/postgres-operator.yml
188+
kubectl apply -f https://raw.githubusercontent.com/CrunchyData/postgres-operator/v4.6.7/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.6-4.6.6
19+
CCP_IMAGE_TAG=ubi8-13.7-4.6.7
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.6-4.6.6
5+
CCPImageTag: ubi8-13.7-4.6.7
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.6
83+
PGOImageTag: ubi8-4.6.7

docs/config.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +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.6.6"
29-
postgresVersion = "13.6"
30-
postgresVersion13 = "13.6"
31-
postgresVersion12 = "12.10"
32-
postgresVersion11 = "11.15"
33-
postgresVersion10 = "10.20"
28+
operatorVersion = "4.6.7"
29+
postgresVersion = "13.7"
30+
postgresVersion13 = "13.7"
31+
postgresVersion12 = "12.11"
32+
postgresVersion11 = "11.16"
33+
postgresVersion10 = "10.21"
3434
postgisVersion = "3.0"
35-
centosBase = "centos8"
35+
ubiBase = "ubi8"
3636

3737
[outputs]
3838
home = [ "HTML", "RSS", "JSON"]

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.6.7 | 4.6.7 | 13.7 | 2.31 |
16+
|||12.11|2.31|
17+
|||11.16|2.31|
18+
|||10.21|2.31|
19+
||||
1520
| 4.6.6 | 4.6.6 | 13.6 | 2.31 |
1621
|||12.10|2.31|
1722
|||11.15|2.31|

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The *pgo.yaml* file is broken into major sections as described below:
1616
|---|---|
1717
|BasicAuth | If set to `"true"` will enable Basic Authentication. If set to `"false"`, will allow a valid Operator user to successfully authenticate regardless of the value of the password provided for Basic Authentication. Defaults to `"true".`
1818
|CCPImagePrefix |newly created containers will be based on this image prefix (e.g. crunchydata), update this if you require a custom image prefix
19-
|CCPImageTag |newly created containers will be based on this image version (e.g. {{< param centosBase >}}-{{< param postgresVersion >}}-{{< param operatorVersion >}}), unless you override it using the --ccp-image-tag command line flag
19+
|CCPImageTag |newly created containers will be based on this image version (e.g. {{< param ubiBase >}}-{{< param postgresVersion >}}-{{< param operatorVersion >}}), unless you override it using the --ccp-image-tag command line flag
2020
|Port | the PostgreSQL port to use for new containers (e.g. 5432)
2121
|PGBadgerPort | the port used to connect to pgbadger (e.g. 10000)
2222
|ExporterPort | the port used to connect to postgres exporter (e.g. 9187)

docs/content/Upgrade/automatedupgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ pgo upgrade mycluster
127127

128128
If you are using the PostGIS-enabled image (i.e. `crunchy-postgres-gis-ha`) or any other custom images, you will need to add the `--ccp-image-tag`:
129129
```
130-
pgo upgrade --ccp-image-tag={{< param centosBase >}}-{{< param postgresVersion >}}-{{< param postgisVersion >}}-{{< param operatorVersion >}} mygiscluster
130+
pgo upgrade --ccp-image-tag={{< param ubiBase >}}-{{< param postgresVersion >}}-{{< param postgisVersion >}}-{{< param operatorVersion >}} mygiscluster
131131
```
132132
Where `{{< param postgresVersion >}}` is the PostgreSQL version, `{{< param postgisVersion >}}` is the PostGIS version and `{{< param operatorVersion >}}` is the PostgreSQL Operator version.
133133
Please note, no tag validation will be performed and additional steps may be required to upgrade your PostGIS extension implementation. For more information on PostGIS upgrade considerations, please see

docs/content/Upgrade/manual/upgrade35.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A major change to this container is that the PostgreSQL process is now managed b
1717
When creating your new clusters using version {{< param operatorVersion >}} of the PostgreSQL Operator, the `pgo create cluster` command will automatically use the new `crunchy-postgres-ha` image if the image is unspecified. If you are creating a PostGIS enabled cluster, please be sure to use the updated image name and image tag, as with the command:
1818

1919
```
20-
pgo create cluster mygiscluster --ccp-image=crunchy-postgres-gis-ha --ccp-image-tag={{< param centosBase >}}-{{< param postgresVersion >}}-{{< param postgisVersion >}}-{{< param operatorVersion >}}
20+
pgo create cluster mygiscluster --ccp-image=crunchy-postgres-gis-ha --ccp-image-tag={{< param ubiBase >}}-{{< param postgresVersion >}}-{{< param postgisVersion >}}-{{< param operatorVersion >}}
2121
```
2222
Where `{{< param postgresVersion >}}` is the PostgreSQL version, `{{< param postgisVersion >}}` is the PostGIS version and `{{< param operatorVersion >}}` is the PostgreSQL Operator version.
2323
Please note, no tag validation will be performed and additional steps may be required to upgrade your PostGIS extension implementation. For more information on PostGIS upgrade considerations, please see

docs/content/Upgrade/manual/upgrade4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ A major change to this container is that the PostgreSQL process is now managed b
1919
When creating your new clusters using version {{< param operatorVersion >}} of the PostgreSQL Operator, the `pgo create cluster` command will automatically use the new `crunchy-postgres-ha` image if the image is unspecified. If you are creating a PostGIS enabled cluster, please be sure to use the updated image name and image tag, as with the command:
2020

2121
```
22-
pgo create cluster mygiscluster --ccp-image=crunchy-postgres-gis-ha --ccp-image-tag={{< param centosBase >}}-{{< param postgresVersion >}}-{{< param postgisVersion >}}-{{< param operatorVersion >}}
22+
pgo create cluster mygiscluster --ccp-image=crunchy-postgres-gis-ha --ccp-image-tag={{< param ubiBase >}}-{{< param postgresVersion >}}-{{< param postgisVersion >}}-{{< param operatorVersion >}}
2323
```
2424
Where `{{< param postgresVersion >}}` is the PostgreSQL version, `{{< param postgisVersion >}}` is the PostGIS version and `{{< param operatorVersion >}}` is the PostgreSQL Operator version.
2525
Please note, no tag validation will be performed and additional steps may be required to upgrade your PostGIS extension implementation. For more information on PostGIS upgrade considerations, please see

0 commit comments

Comments
 (0)