Skip to content

Commit c196380

Browse files
author
Jonathan S. Katz
committed
Bump version to 4.4.0-beta.1
1 parent 290ce6d commit c196380

Some content is hidden

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

44 files changed

+120
-114
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PGO_CMD ?= kubectl
99
PGO_IMAGE_PREFIX ?= crunchydata
1010
PGO_IMAGE_TAG ?= $(PGO_BASEOS)-$(PGO_VERSION)
1111
PGO_OPERATOR_NAMESPACE ?= pgo
12-
PGO_VERSION ?= 4.3.2
12+
PGO_VERSION ?= 4.4.0-beta.1
1313
PGO_PG_VERSION ?= 12
1414
PGO_PG_FULLVERSION ?= 12.3
1515
PGO_BACKREST_VERSION ?= 2.25

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Based on your storage settings in your Kubernetes environment, you may be able t
128128

129129
```shell
130130
kubectl create namespace pgo
131-
kubectl apply -f https://raw.githubusercontent.com/CrunchyData/postgres-operator/v4.3.2/installers/kubectl/postgres-operator.yml
131+
kubectl apply -f https://raw.githubusercontent.com/CrunchyData/postgres-operator/v4.4.0-beta.1/installers/kubectl/postgres-operator.yml
132132
```
133133

134134
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=centos7-12.3-4.3.2
19+
CCP_IMAGE_TAG=centos7-12.3-4.4.0-beta.1
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: centos7-12.3-4.3.2
5+
CCPImageTag: centos7-12.3-4.4.0-beta.1
66
Port: 5432
77
PGBadgerPort: 10000
88
ExporterPort: 9187
@@ -81,4 +81,4 @@ Storage:
8181
Pgo:
8282
Audit: false
8383
PGOImagePrefix: registry.developers.crunchydata.com/crunchydata
84-
PGOImageTag: centos7-4.3.2
84+
PGOImageTag: centos7-4.4.0-beta.1

docs/content/Configuration/compatibility.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ version dependencies between the two projects. Below are the operator releases a
1313

1414
| Operator Release | Container Release | Postgres | PgBackrest Version
1515
|:----------|:-------------|:------------|:--------------
16+
| 4.4.0 | 4.4.0 | 12.3 | 2.25 |
17+
|||11.8|2.25|
18+
|||10.13|2.25|
19+
|||9.6.18|2.25|
20+
|||9.5.22|2.25|
21+
||||
1622
| 4.3.2 | 4.3.2 | 12.3 | 2.25 |
1723
|||11.8|2.25|
1824
|||10.13|2.25|

docs/content/Configuration/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
---
33
title: "Configuration Resources"
4-
Latest Release: 4.3.2 {docdate}
4+
Latest Release: 4.4.0-beta.1 {docdate}
55
draft: false
66
weight: 2
77
---

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
---
33
title: "PGO YAML"
4-
Latest Release: 4.3.2 {docdate}
4+
Latest Release: 4.4.0-beta.1 {docdate}
55
draft: false
66
weight: 3
77
---
@@ -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. centos7-12.3-4.3.2), 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. centos7-12.3-4.4.0-beta.1), 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/Security/install-postgres-operator-rbac.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ weight: 7
77

88
## Installation of PostgreSQL Operator RBAC
99

10-
For a list of the RBAC required to install the PostgreSQL Operator, please view the [`postgres-operator.yml`](https://raw.githubusercontent.com/CrunchyData/postgres-operator/v4.3.2/installers/kubectl/postgres-operator.yml) file:
10+
For a list of the RBAC required to install the PostgreSQL Operator, please view the [`postgres-operator.yml`](https://raw.githubusercontent.com/CrunchyData/postgres-operator/v4.4.0-beta.1/installers/kubectl/postgres-operator.yml) file:
1111

12-
[https://raw.githubusercontent.com/CrunchyData/postgres-operator/v4.3.2/installers/kubectl/postgres-operator.yml](https://raw.githubusercontent.com/CrunchyData/postgres-operator/v4.3.2/installers/kubectl/postgres-operator.yml)
12+
[https://raw.githubusercontent.com/CrunchyData/postgres-operator/v4.4.0-beta.1/installers/kubectl/postgres-operator.yml](https://raw.githubusercontent.com/CrunchyData/postgres-operator/v4.4.0-beta.1/installers/kubectl/postgres-operator.yml)
1313

1414
The first step is to install the PostgreSQL Operator RBAC configuration. This can be accomplished by running:
1515

docs/content/Upgrade/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Upgrade"
3-
Latest Release: 4.3.2 {docdate}
3+
Latest Release: 4.4.0-beta.1 {docdate}
44
draft: false
55
weight: 80
66
---

docs/content/Upgrade/automatedupgrade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Automated PostgreSQL Operator Upgrade - Operator 4.1+"
3-
Latest Release: 4.3.2 {docdate}
3+
Latest Release: 4.4.0-beta.1 {docdate}
44
draft: false
55
weight: 80
66
---
@@ -73,7 +73,7 @@ export EXCLUDE_OS_TRUST=false
7373

7474
Then, for either 4.1.X or 4.2.X,
7575

76-
Update the `PGO_VERSION` variable to `4.3.2`
76+
Update the `PGO_VERSION` variable to `4.4.0-beta.1`
7777

7878
Finally, source this file with
7979
```

0 commit comments

Comments
 (0)