Skip to content

Commit c711465

Browse files
ValClarksonjmckulk
authored andcommitted
Release prep for v4.6.10
Issue: [sc-17754]
1 parent 2943aab commit c711465

File tree

30 files changed

+95
-71
lines changed

30 files changed

+95
-71
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.9
7+
PGO_VERSION ?= 4.6.10
88
PGO_PG_VERSION ?= 13
9-
PGO_PG_FULLVERSION ?= 13.9
9+
PGO_PG_FULLVERSION ?= 13.10
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.9/installers/kubectl/postgres-operator.yml
188+
kubectl apply -f https://raw.githubusercontent.com/CrunchyData/postgres-operator/v4.6.10/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.9-4.6.9
19+
CCP_IMAGE_TAG=ubi8-13.10-4.6.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.6.9
5+
CCPImageTag: ubi8-13.10-4.6.10
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.9
83+
PGOImageTag: ubi8-4.6.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.6.9"
29-
postgresVersion = "13.9"
30-
postgresVersion13 = "13.9"
31-
postgresVersion12 = "12.13"
32-
postgresVersion11 = "11.18"
28+
operatorVersion = "4.6.10"
29+
postgresVersion = "13.10"
30+
postgresVersion13 = "13.10"
31+
postgresVersion12 = "12.14"
32+
postgresVersion11 = "11.19"
3333
postgisVersion = "3.0"
3434
ubiBase = "ubi8"
3535

docs/content/Configuration/compatibility.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ 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.10 | 4.6.10 | 13.10 | 2.31 |
16+
|||12.14|2.31|
17+
|||11.19|2.31|
18+
||||
1519
| 4.6.9 | 4.6.9 | 13.9 | 2.31 |
1620
|||12.13|2.31|
1721
|||11.18|2.31|

docs/content/releases/4.6.10.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "4.6.9"
3+
date:
4+
draft: false
5+
weight: 50
6+
---
7+
8+
Crunchy Data announces the release of PGO, the Postgres Operator 4.6.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.6.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.6.9
7+
Latest Release: 4.6.10
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.9-4.6.9"
20+
ccp_image_tag: "ubi8-13.10-4.6.10"
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.9"
52+
pgo_client_version: "4.6.10"
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.9"
59+
pgo_image_tag: "ubi8-4.6.10"
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.9
9+
PGO_VERSION ?= 4.6.10
1010

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

0 commit comments

Comments
 (0)