Skip to content

Commit 0d6a3f0

Browse files
authored
update release from 5.1.1 to 5.1.2 added release documentation (CrunchyData#3280)
[sc-14902]
1 parent 7241a02 commit 0d6a3f0

File tree

11 files changed

+53
-40
lines changed

11 files changed

+53
-40
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Please provide the following details:
2929

3030
- Platform: (`Kubernetes`, `OpenShift`, `Rancher`, `GKE`, `EKS`, `AKS` etc.)
3131
- Platform Version: (e.g. `1.20.3`, `4.7.0`)
32-
- PGO Image Tag: (e.g. `ubi8-5.1.1-0`)
32+
- PGO Image Tag: (e.g. `ubi8-5.1.2-0`)
3333
- Postgres Version (e.g. `14`)
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.0`)
35-
- PGO Image Tag: (e.g. `ubi8-5.1.1-0`)
35+
- PGO Image Tag: (e.g. `ubi8-5.1.2-0`)
3636
- Postgres Version (e.g. `14`)
3737
- Storage: (e.g. `hostpath`, `nfs`, or the name of your storage class)
3838
- Number of Postgres clusters: (`XYZ`)

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PGO_IMAGE_PREFIX ?= crunchydata
66
PGO_IMAGE_TAG ?= $(PGO_BASEOS)-$(PGO_VERSION)
77
PGO_VERSION ?= $(shell git describe --tags)
88
PGO_PG_VERSION ?= 14
9-
PGO_PG_FULLVERSION ?= 14.3
9+
PGO_PG_FULLVERSION ?= 14.4
1010
PGO_KUBE_CLIENT ?= kubectl
1111

1212
RELTMPDIR=/tmp/release.$(PGO_VERSION)

config/default/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ bases:
1111
images:
1212
- name: postgres-operator
1313
newName: registry.developers.crunchydata.com/crunchydata/postgres-operator
14-
newTag: ubi8-5.1.1-0
14+
newTag: ubi8-5.1.2-0

config/manager/manager.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,25 @@ spec:
1919
- name: CRUNCHY_DEBUG
2020
value: "true"
2121
- name: RELATED_IMAGE_POSTGRES_13
22-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-13.7-0"
22+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-13.7-1"
2323
- name: RELATED_IMAGE_POSTGRES_13_GIS_3.0
24-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-13.7-3.0-0"
24+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-13.7-3.0-1"
2525
- name: RELATED_IMAGE_POSTGRES_13_GIS_3.1
26-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-13.7-3.1-0"
26+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-13.7-3.1-1"
2727
- name: RELATED_IMAGE_POSTGRES_14
28-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.3-0"
28+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.4-0"
2929
- name: RELATED_IMAGE_POSTGRES_14_GIS_3.1
30-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.3-3.1-0"
30+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.4-3.1-0"
3131
- name: RELATED_IMAGE_POSTGRES_14_GIS_3.2
32-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.3-3.2-0"
32+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.4-3.2-0"
3333
- name: RELATED_IMAGE_PGADMIN
34-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-1"
34+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-2"
3535
- name: RELATED_IMAGE_PGBACKREST
36-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.38-1"
36+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.38-2"
3737
- name: RELATED_IMAGE_PGBOUNCER
38-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.16-3"
38+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.16-4"
3939
- name: RELATED_IMAGE_PGEXPORTER
40-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.1.1-0"
40+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.1.2-0"
4141
securityContext:
4242
allowPrivilegeEscalation: false
4343
readOnlyRootFilesystem: true

config/singlenamespace/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ patches:
1414
images:
1515
- name: postgres-operator
1616
newName: registry.developers.crunchydata.com/crunchydata/postgres-operator
17-
newTag: ubi8-5.1.1-0
17+
newTag: ubi8-5.1.2-0

docs/config.toml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -26,28 +26,28 @@ disableNavChevron = false # set true to hide next/prev chevron, default is false
2626
highlightClientSide = false # set true to use highlight.pack.js instead of the default hugo chroma highlighter
2727
menushortcutsnewtab = true # set true to open shortcuts links to a new tab/window
2828
enableGitInfo = true
29-
operatorVersion = "5.1.1"
30-
operatorVersionLatestRel5_0 = "5.0.6"
31-
imageCrunchyPostgres = "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.3-0"
32-
imageCrunchyPostgresPrivate = "registry.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.3-0"
33-
imageCrunchyPGBackrest = "registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.38-1"
34-
imageCrunchyPGBackrestPrivate = "registry.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.38-1"
35-
imageCrunchyPGBouncer = "registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.16-3"
36-
imageCrunchyExporter = "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.1.1-0"
37-
imageCrunchyPGAdmin = "registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-1"
29+
operatorVersion = "5.1.2"
30+
operatorVersionLatestRel5_0 = "5.0.7"
31+
imageCrunchyPostgres = "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.4-0"
32+
imageCrunchyPostgresPrivate = "registry.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.4-0"
33+
imageCrunchyPGBackrest = "registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.38-2"
34+
imageCrunchyPGBackrestPrivate = "registry.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.38-2"
35+
imageCrunchyPGBouncer = "registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.16-4"
36+
imageCrunchyExporter = "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.1.2-0"
37+
imageCrunchyPGAdmin = "registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-2"
3838
imageCrunchyPGUpgrade = ""
3939
operatorRepository = "registry.developers.crunchydata.com/crunchydata/postgres-operator"
4040
operatorRepositoryPrivate = "registry.crunchydata.com/crunchydata/postgres-operator"
41-
postgresOperatorTag = "ubi8-5.1.1-0"
42-
PGBouncerComponentTagUbi8 = "ubi8-1.16-3"
43-
PGBouncerTagUbi8 = "ubi8-5.1.1-0"
44-
postgres14GIS32ComponentTagUbi8 = "ubi8-14.3-3.2-0"
45-
postgres14GIS32TagUbi8 = "ubi8-14.3-3.2-5.1.1-0"
46-
postgres14GIS31ComponentTagUbi8 = "ubi8-14.3-3.1-0"
47-
postgres14GIS31TagUbi8 = "ubi8-14.3-3.1-5.1.1-0"
41+
postgresOperatorTag = "ubi8-5.1.2-0"
42+
PGBouncerComponentTagUbi8 = "ubi8-1.16-4"
43+
PGBouncerTagUbi8 = "ubi8-5.1.2-0"
44+
postgres14GIS32ComponentTagUbi8 = "ubi8-14.4-3.2-0"
45+
postgres14GIS32TagUbi8 = "ubi8-14.4-3.2-5.1.2-0"
46+
postgres14GIS31ComponentTagUbi8 = "ubi8-14.4-3.1-0"
47+
postgres14GIS31TagUbi8 = "ubi8-14.4-3.1-5.1.2-0"
4848
fromPostgresVersion = "13"
4949
postgresVersion = "14"
50-
postgresVersion14 = "14.3"
50+
postgresVersion14 = "14.4"
5151
postgresVersion13 = "13.7"
5252
postgresVersion12 = "12.11"
5353
postgresVersion11 = "11.16"

docs/content/references/components.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ Note that for the 5.0.3 release and beyond, the Postgres containers were renamed
3434
| `crunchy-pgbackrest` | 2.36 | 5.0.4 | 5.0.5 |
3535
| `crunchy-pgbackrest` | 2.35 | 5.0.3 | 5.0.3 |
3636
| `crunchy-pgbackrest` | 2.33 | 5.0.0 | 5.0.2 |
37-
| `crunchy-pgbouncer` | 1.16.2 | 5.1.0 | {{< param operatorVersion >}} |
38-
| `crunchy-pgbouncer` | 1.16.1 | 5.0.4 | {{< param operatorVersion >}} |
39-
| `crunchy-pgbouncer` | 1.15 | 5.0.0 | {{< param operatorVersion >}} |
37+
| `crunchy-pgbouncer` | 1.16 | 5.0.4 | {{< param operatorVersion >}} |
38+
| `crunchy-pgbouncer` | 1.15 | 5.0.0 | 5.0.3 |
4039
| `crunchy-postgres` | {{< param postgresVersion14 >}} | 5.0.3 | {{< param operatorVersion >}} |
4140
| `crunchy-postgres` | {{< param postgresVersion13 >}} | 5.0.3 | {{< param operatorVersion >}} |
4241
| `crunchy-postgres` | {{< param postgresVersion12 >}} | 5.0.3 | {{< param operatorVersion >}} |

docs/content/releases/5.1.2.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: "5.1.2"
3+
date:
4+
draft: false
5+
weight: 848
6+
---
7+
8+
Crunchy Data announces the release of [Crunchy Postgres for Kubernetes](https://www.crunchydata.com/products/crunchy-postgresql-for-kubernetes/) 5.1.2.
9+
10+
Crunchy Postgres for Kubernetes is powered by [PGO](https://github.com/CrunchyData/postgres-operator), the open source [Postgres Operator](https://github.com/CrunchyData/postgres-operator) from [Crunchy Data](https://www.crunchydata.com). [PGO](https://github.com/CrunchyData/postgres-operator) is released in conjunction with the [Crunchy Container Suite](https://github.com/CrunchyData/container-suite).
11+
12+
Crunchy Postgres for Kubernetes 5.1.2 includes the following software versions upgrades:
13+
14+
- [PostgreSQL](https://www.postgresql.org) version 14.4 is now available.

examples/postgrescluster/postgrescluster.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: PostgresCluster
33
metadata:
44
name: hippo
55
spec:
6-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.3-0
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.4-0
77
postgresVersion: 14
88
instances:
99
- name: instance1
@@ -15,7 +15,7 @@ spec:
1515
storage: 1Gi
1616
backups:
1717
pgbackrest:
18-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.38-1
18+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.38-2
1919
repos:
2020
- name: repo1
2121
volume:
@@ -35,4 +35,4 @@ spec:
3535
storage: 1Gi
3636
proxy:
3737
pgBouncer:
38-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.16-3
38+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.16-4

0 commit comments

Comments
 (0)