Skip to content

Commit bbfc44c

Browse files
author
Jonathan S. Katz
committed
Bump version 4.6.0
1 parent 902e485 commit bbfc44c

File tree

36 files changed

+66
-66
lines changed

36 files changed

+66
-66
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PGOROOT ?= $(CURDIR)
55
PGO_BASEOS ?= centos8
66
PGO_IMAGE_PREFIX ?= crunchydata
77
PGO_IMAGE_TAG ?= $(PGO_BASEOS)-$(PGO_VERSION)
8-
PGO_VERSION ?= 4.6.0-rc.1
8+
PGO_VERSION ?= 4.6.0
99
PGO_PG_VERSION ?= 13
1010
PGO_PG_FULLVERSION ?= 13.1
1111
PGO_BACKREST_VERSION ?= 2.31

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ The Crunchy PostgreSQL Operator makes it easy to get your own PostgreSQL-as-a-Se
105105
[monitoring]: https://access.crunchydata.com/documentation/postgres-operator/latest/architecture/monitoring/
106106
[multiple-cluster]: https://access.crunchydata.com/documentation/postgres-operator/latest/architecture/high-availability/multi-cluster-kubernetes/
107107
[pgo-create-cluster]: https://access.crunchydata.com/documentation/postgres-operator/latest/pgo-client/reference/pgo_create_cluster/
108-
[pgo-task-tls]: https://access.crunchydata.com/documentation/postgres-operator/latest/pgo-client/common-tasks/#enable-tls
108+
[pgo-task-tls]: https://access.crunchydata.com/documentation/postgres-operator/latest/tutorial/tls/
109109
[provisioning]: https://access.crunchydata.com/documentation/postgres-operator/latest/architecture/provisioning/
110110

111111
[k8s-anti-affinity]: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#inter-pod-affinity-and-anti-affinity
@@ -167,7 +167,7 @@ Based on your storage settings in your Kubernetes environment, you may be able t
167167

168168
```shell
169169
kubectl create namespace pgo
170-
kubectl apply -f https://raw.githubusercontent.com/CrunchyData/postgres-operator/v4.5.1/installers/kubectl/postgres-operator.yml
170+
kubectl apply -f https://raw.githubusercontent.com/CrunchyData/postgres-operator/v4.6.0/installers/kubectl/postgres-operator.yml
171171
```
172172

173173
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=centos8-13.1-4.6.0-rc.1
19+
CCP_IMAGE_TAG=centos8-13.1-4.6.0
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: centos8-13.1-4.6.0-rc.1
5+
CCPImageTag: centos8-13.1-4.6.0
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: centos8-4.6.0-rc.1
84+
PGOImageTag: centos8-4.6.0

docs/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ 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.0-rc.1"
28+
operatorVersion = "4.6.0"
2929
postgresVersion = "13.1"
3030
postgresVersion13 = "13.1"
3131
postgresVersion12 = "13.1"

docs/content/releases/4.6.0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ draft: false
55
weight: 60
66
---
77

8-
Crunchy Data announces the release of the PostgreSQL Operator 4.6.0 on January DD, 2021. You can get started with the PostgreSQL Operator with the following commands:
8+
Crunchy Data announces the release of the PostgreSQL Operator 4.6.0 on January 22, 2021. You can get started with the PostgreSQL Operator with the following commands:
99

1010
```
1111
kubectl create namespace pgo
12-
kubectl apply -f https://raw.githubusercontent.com/CrunchyData/postgres-operator/v4.6.0-beta.1/installers/kubectl/postgres-operator.yml
12+
kubectl apply -f https://raw.githubusercontent.com/CrunchyData/postgres-operator/v4.6.0-rc.1/installers/kubectl/postgres-operator.yml
1313
```
1414

1515
The PostgreSQL Operator is released in conjunction with the [Crunchy Container Suite](https://github.com/CrunchyData/crunchy-containers/).
1616

1717
The PostgreSQL Operator 4.6.0 release includes the following software versions upgrades:
1818

19-
- [pgBackRest](https://pgbackrest.org/) is now at version 2.31.
19+
- [pgBackRest](https://pgbackrest.org/) is now at version 2.31
2020
- [pgnodemx](https://github.com/CrunchyData/pgnodemx) is now at version 1.0.3
2121
- [Patroni](https://patroni.readthedocs.io/) is now at version 2.0.1
2222
- [pgBadger](https://github.com/darold/pgbadger) is now at 11.4

examples/create-by-resource/fromcrd.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"deployment-name": "fromcrd",
1111
"name": "fromcrd",
1212
"pg-cluster": "fromcrd",
13-
"pgo-version": "4.6.0-rc.1",
13+
"pgo-version": "4.6.0",
1414
"pgouser": "pgoadmin"
1515
},
1616
"name": "fromcrd",
@@ -45,7 +45,7 @@
4545
"supplementalgroups": ""
4646
},
4747
"ccpimage": "crunchy-postgres-ha",
48-
"ccpimagetag": "centos8-13.1-4.6.0-rc.1",
48+
"ccpimagetag": "centos8-13.1-4.6.0",
4949
"clustername": "fromcrd",
5050
"database": "userdb",
5151
"exporterport": "9187",
@@ -60,7 +60,7 @@
6060
"port": "5432",
6161
"user": "testuser",
6262
"userlabels": {
63-
"pgo-version": "4.6.0-rc.1"
63+
"pgo-version": "4.6.0"
6464
}
6565
}
6666
}

examples/envs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export PGO_CONF_DIR=$PGOROOT/installers/ansible/roles/pgo-operator/files
2020
# the version of the Operator you run is set by these vars
2121
export PGO_IMAGE_PREFIX=registry.developers.crunchydata.com/crunchydata
2222
export PGO_BASEOS=centos8
23-
export PGO_VERSION=4.6.0-rc.1
23+
export PGO_VERSION=4.6.0
2424
export PGO_IMAGE_TAG=$PGO_BASEOS-$PGO_VERSION
2525

2626
# for setting the pgo apiserver port, disabling TLS or not verifying TLS

examples/helm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The following values can also be set:
6464
- `ha`: Whether or not to deploy a high availability PostgreSQL cluster. Can be either `true` or `false`, defaults to `false`.
6565
- `imagePrefix`: The prefix of the container images to use for this PostgreSQL cluster. Default to `registry.developers.crunchydata.com/crunchydata`.
6666
- `image`: The name of the container image to use for the PostgreSQL cluster. Defaults to `crunchy-postgres-ha`.
67-
- `imageTag`: The container image tag to use. Defaults to `centos8-13.1-4.6.0-rc.1`.
67+
- `imageTag`: The container image tag to use. Defaults to `centos8-13.1-4.6.0`.
6868
- `memory`: The memory limit for the PostgreSQL cluster. Follows standard Kubernetes formatting.
6969
- `monitoring`: Whether or not to enable monitoring / metrics collection for this PostgreSQL instance. Can either be `true` or `false`, defaults to `false`.
7070

examples/helm/postgres/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ version: 0.2.0
2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
23-
appVersion: 4.6.0-rc.1
23+
appVersion: 4.6.0

0 commit comments

Comments
 (0)