Skip to content

Commit 60132e0

Browse files
Jonathan S. Katzjkatz
authored andcommitted
Version bump 4.6.0-beta.1
1 parent 815dae8 commit 60132e0

File tree

36 files changed

+312
-66
lines changed

36 files changed

+312
-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.5.1
8+
PGO_VERSION ?= 4.6.0-beta.1
99
PGO_PG_VERSION ?= 12
1010
PGO_PG_FULLVERSION ?= 13.1
1111
PGO_BACKREST_VERSION ?= 2.31

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,14 +131,18 @@ The PostgreSQL Operator is developed and tested on CentOS and RHEL linux platfor
131131

132132
### Supported Platforms
133133

134-
The Crunchy PostgreSQL Operator is tested on the following Platforms:
134+
The Crunchy PostgreSQL Operator maintains backwards compatibility to Kubernetes 1.11 and is tested is tested against the following Platforms:
135135

136-
- Kubernetes 1.13+
137-
- OpenShift 3.11+
136+
- Kubernetes 1.17+
137+
- Openshift 4.4+
138+
- OpenShift 3.11
138139
- Google Kubernetes Engine (GKE), including Anthos
139140
- Amazon EKS
141+
- Microsoft AKS
140142
- VMware Enterprise PKS 1.3+
141143

144+
This list only includes the platforms that the PostgreSQL Operator is specifically tested on as part of the release process: the PostgreSQL Operator works on other Kubernetes distributions as well.
145+
142146
### Storage
143147

144148
The Crunchy PostgreSQL Operator is tested with a variety of different types of Kubernetes storage and Storage Classes, including:

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.5.1
19+
CCP_IMAGE_TAG=centos8-13.1-4.6.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: centos8-13.1-4.5.1
5+
CCPImageTag: centos8-13.1-4.6.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: centos8-4.5.1
84+
PGOImageTag: centos8-4.6.0-beta.1

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.5.1"
28+
operatorVersion = "4.6.0-beta.1"
2929
postgresVersion = "13.1"
3030
postgresVersion13 = "13.1"
3131
postgresVersion12 = "13.1"

docs/content/Configuration/compatibility.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ 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.0 | 4.6.0 | 13.1 | 2.31 |
16+
|||12.5|2.31|
17+
|||11.10|2.31|
18+
|||10.15|2.31|
19+
|||9.6.20|2.31|
20+
||||
1521
| 4.5.1 | 4.5.1 | 13.1 | 2.29 |
1622
|||12.5|2.29|
1723
|||11.10|2.29|

docs/content/_index.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,14 +140,17 @@ For more information about which versions of the PostgreSQL Operator include whi
140140

141141
# Supported Platforms
142142

143-
The Crunchy PostgreSQL Operator is tested on the following Platforms:
143+
The Crunchy PostgreSQL Operator maintains backwards compatibility to Kubernetes 1.11 and is tested is tested against the following Platforms:
144144

145-
- Kubernetes 1.13+
146-
- OpenShift 3.11+
145+
- Kubernetes 1.17+
146+
- Openshift 4.4+
147+
- OpenShift 3.11
147148
- Google Kubernetes Engine (GKE), including Anthos
148149
- Amazon EKS
150+
- Microsoft AKS
149151
- VMware Enterprise PKS 1.3+
150152

153+
This list only includes the platforms that the PostgreSQL Operator is specifically tested on as part of the release process: the PostgreSQL Operator works on other Kubernetes distributions as well.
151154
## Storage
152155

153156
The Crunchy PostgreSQL Operator is tested with a variety of different types of Kubernetes storage and Storage Classes, including:

docs/content/releases/4.6.0.md

Lines changed: 233 additions & 0 deletions
Large diffs are not rendered by default.

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.5.1",
13+
"pgo-version": "4.6.0-beta.1",
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.5.1",
48+
"ccpimagetag": "centos8-13.1-4.6.0-beta.1",
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.5.1"
63+
"pgo-version": "4.6.0-beta.1"
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.5.1
23+
export PGO_VERSION=4.6.0-beta.1
2424
export PGO_IMAGE_TAG=$PGO_BASEOS-$PGO_VERSION
2525

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

0 commit comments

Comments
 (0)