Skip to content

Commit 653a2f9

Browse files
authored
Bump 4.6.7 to 4.6.8 (#3337)
1 parent d9a7e18 commit 653a2f9

File tree

30 files changed

+73
-51
lines changed

30 files changed

+73
-51
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ PGOROOT ?= $(CURDIR)
44
PGO_BASEOS ?= ubi8
55
PGO_IMAGE_PREFIX ?= crunchydata
66
PGO_IMAGE_TAG ?= $(PGO_BASEOS)-$(PGO_VERSION)
7-
PGO_VERSION ?= 4.6.7
7+
PGO_VERSION ?= 4.6.8
88
PGO_PG_VERSION ?= 13
9-
PGO_PG_FULLVERSION ?= 13.7
9+
PGO_PG_FULLVERSION ?= 13.8
1010
PGO_BACKREST_VERSION ?= 2.31
1111
PACKAGER ?= yum
1212

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.7/installers/kubectl/postgres-operator.yml
188+
kubectl apply -f https://raw.githubusercontent.com/CrunchyData/postgres-operator/v4.6.8/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=ubi8-13.7-4.6.7
19+
CCP_IMAGE_TAG=ubi8-13.8-4.6.8
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: ubi8-13.7-4.6.7
5+
CCPImageTag: ubi8-13.8-4.6.8
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: ubi8-4.6.7
83+
PGOImageTag: ubi8-4.6.8

docs/config.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ 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.7"
29-
postgresVersion = "13.7"
30-
postgresVersion13 = "13.7"
31-
postgresVersion12 = "12.11"
32-
postgresVersion11 = "11.16"
33-
postgresVersion10 = "10.21"
28+
operatorVersion = "4.6.8"
29+
postgresVersion = "13.8"
30+
postgresVersion13 = "13.8"
31+
postgresVersion12 = "12.12"
32+
postgresVersion11 = "11.17"
33+
postgresVersion10 = "10.22"
3434
postgisVersion = "3.0"
3535
ubiBase = "ubi8"
3636

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.8 | 4.6.8 | 13.8 | 2.31 |
16+
|||12.12|2.31|
17+
|||11.17|2.31|
18+
|||10.22|2.31|
19+
||||
1520
| 4.6.7 | 4.6.7 | 13.7 | 2.31 |
1621
|||12.11|2.31|
1722
|||11.16|2.31|

docs/content/releases/4.6.8.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: "4.6.8"
3+
date:
4+
draft: false
5+
weight: 52
6+
---
7+
8+
Crunchy Data announces the release of PGO, the Postgres Operator 4.6.8.
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.8 release includes the following software versions upgrades:
13+
14+
- [PostgreSQL](https://www.postgresql.org) versions 13.8, 12.12, 11.17, and 10.22 are now available.
15+
- [PgBouncer](https://www.pgbouncer.org/) is now at version 1.17.
16+
- The [pg_partman](https://github.com/pgpartman/pg_partman) extension is now at version 4.6.0.
17+
- The [TimescaleDB](https://github.com/timescale/timescaledb) extension is now at version 2.7.1.

installers/ansible/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<img width="150" src="../../docs/static/logos/pgo.svg" alt="PGO: The Postgres Operator from Crunchy Data"/>
55
</p>
66

7-
Latest Release: 4.6.7
7+
Latest Release: 4.6.8
88

99
## General
1010

installers/ansible/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ badger: "false"
1717
ccp_image_prefix: "registry.developers.crunchydata.com/crunchydata"
1818
ccp_image_pull_secret: ""
1919
ccp_image_pull_secret_manifest: ""
20-
ccp_image_tag: "ubi8-13.7-4.6.7"
20+
ccp_image_tag: "ubi8-13.8-4.6.8"
2121
create_rbac: "true"
2222
crunchy_debug: "false"
2323
db_name: ""
@@ -49,14 +49,14 @@ pgo_apiserver_url: "https://postgres-operator"
4949
pgo_client_cert_secret: "pgo.tls"
5050
pgo_client_container_install: "false"
5151
pgo_client_install: "true"
52-
pgo_client_version: "4.6.7"
52+
pgo_client_version: "4.6.8"
5353
pgo_cluster_admin: "false"
5454
pgo_disable_eventing: "false"
5555
pgo_disable_tls: "false"
5656
pgo_image_prefix: "registry.developers.crunchydata.com/crunchydata"
5757
pgo_image_pull_secret: ""
5858
pgo_image_pull_secret_manifest: ""
59-
pgo_image_tag: "ubi8-4.6.7"
59+
pgo_image_tag: "ubi8-4.6.8"
6060
pgo_installation_name: "devtest"
6161
pgo_noauth_routes: ""
6262
pgo_operator_namespace: "pgo"

installers/gcp-marketplace/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ MARKETPLACE_TOOLS ?= gcr.io/cloud-marketplace-tools/k8s/dev:$(MARKETPLACE_VERSIO
66
MARKETPLACE_VERSION ?= 0.9.4
77
KUBECONFIG ?= $(HOME)/.kube/config
88
PARAMETERS ?= {}
9-
PGO_VERSION ?= 4.6.7
9+
PGO_VERSION ?= 4.6.8
1010

1111
IMAGE_BUILD_ARGS = --build-arg MARKETPLACE_VERSION='$(MARKETPLACE_VERSION)' \
1212
--build-arg PGO_VERSION='$(PGO_VERSION)'

0 commit comments

Comments
 (0)