Skip to content

Commit 35d4974

Browse files
ValClarksonjmckulk
authored andcommitted
release prep for v4.7.10
Issue [sc-17754]
1 parent e680f8b commit 35d4974

File tree

31 files changed

+97
-74
lines changed

31 files changed

+97
-74
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.9`)
32-
- PGO Image Tag: (e.g. `ubi8-4.7.9`)
31+
- Platform Version: (e.g. `1.20.3`, `4.7.10`)
32+
- PGO Image Tag: (e.g. `ubi8-4.7.10`)
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Please provide the following details:
3232

3333
- Platform: (`Kubernetes`, `OpenShift`, `Rancher`, `GKE`, `EKS`, `AKS` etc.)
3434
- Platform Version: (e.g. `1.20.3`, `4.7.6`)
35-
- PGO Image Tag: (e.g. `ubi8-4.7.9`)
35+
- PGO Image Tag: (e.g. `ubi8-4.7.10`)
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ PGOROOT ?= $(CURDIR)
44
PGO_BASEOS ?= ubi8
55
BASE_IMAGE_OS ?= $(PGO_BASEOS)
66
PGO_IMAGE_PREFIX ?= crunchydata
7-
PGO_VERSION ?= 4.7.9
7+
PGO_VERSION ?= 4.7.10
88
PGO_IMAGE_TAG ?= $(PGO_BASEOS)-$(PGO_VERSION)
99
PGO_PG_VERSION ?= 13
10-
PGO_PG_FULLVERSION ?= 13.9
10+
PGO_PG_FULLVERSION ?= 13.10
1111
PGO_BACKREST_VERSION ?= 2.33
1212
PACKAGER ?= yum
1313

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.9/installers/kubectl/postgres-operator.yml
189+
kubectl apply -f https://raw.githubusercontent.com/CrunchyData/postgres-operator/v4.7.10/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=ubi8-13.9-4.7.9
19+
CCP_IMAGE_TAG=ubi8-13.10-4.7.10
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.9-4.7.9
5+
CCPImageTag: ubi8-13.10-4.7.10
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: ubi8-4.7.9
87+
PGOImageTag: ubi8-4.7.10

docs/config.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ 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.9"
29-
postgresVersion = "13.9"
30-
postgresVersion13 = "13.9"
31-
postgresVersion12 = "12.13"
32-
postgresVersion11 = "11.18"
28+
operatorVersion = "4.7.10"
29+
postgresVersion = "13.10"
30+
postgresVersion13 = "13.10"
31+
postgresVersion12 = "12.14"
32+
postgresVersion11 = "11.19"
3333
postgisVersion = "3.1"
3434
ubiBase = "ubi8"
3535

docs/content/releases/4.7.10.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "4.7.10"
3+
date:
4+
draft: false
5+
weight: 40
6+
---
7+
8+
Crunchy Data announces the release of PGO, the Postgres Operator 4.7.10.
9+
10+
The PostgreSQL Operator is released in conjunction with the [Crunchy Container Suite](https://github.com/CrunchyData/crunchy-containers/).
11+
12+
Crunchy Postgres for Kubernetes 4.7.10 includes the following software versions upgrades:
13+
14+
PostgreSQL versions 13.10, 12.14 and 11.19 are now available.
15+
The `orafce` extension is now at version 4.1.1.
16+
The `pg_partman` extension is now at version 4.7.2.
17+
The `set_user` extension is now at version 4.0.1.
18+
The `TimescaleDB` extension is now at version 2.9.2.
19+
20+
## Fixes
21+
- The `crunchy-pgadmin` container for UBI 7 and CentOS 7 no longer throws an error when starting.

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.7.9
7+
Latest Release: 4.7.10
88

99
## General
1010

installers/ansible/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ badger: "false"
2020
ccp_image_prefix: "registry.developers.crunchydata.com/crunchydata"
2121
ccp_image_pull_secret: ""
2222
ccp_image_pull_secret_manifest: ""
23-
ccp_image_tag: "ubi8-13.9-4.7.9"
23+
ccp_image_tag: "ubi8-13.10-4.7.10"
2424
create_rbac: "true"
2525
crunchy_debug: "false"
2626
db_name: ""
@@ -52,14 +52,14 @@ pgo_apiserver_url: "https://postgres-operator"
5252
pgo_client_cert_secret: "pgo.tls"
5353
pgo_client_container_install: "false"
5454
pgo_client_install: "true"
55-
pgo_client_version: "4.7.9"
55+
pgo_client_version: "4.7.10"
5656
pgo_cluster_admin: "false"
5757
pgo_disable_eventing: "false"
5858
pgo_disable_tls: "false"
5959
pgo_image_prefix: "registry.developers.crunchydata.com/crunchydata"
6060
pgo_image_pull_secret: ""
6161
pgo_image_pull_secret_manifest: ""
62-
pgo_image_tag: "ubi8-4.7.9"
62+
pgo_image_tag: "ubi8-4.7.10"
6363
pgo_installation_name: "devtest"
6464
pgo_noauth_routes: ""
6565
pgo_operator_namespace: "pgo"

0 commit comments

Comments
 (0)