Skip to content

Commit a44b12a

Browse files
Merge pull request CrunchyData#154 from crunchyheath/hlord_2_6_rc
Initial attempt at updating references for 2.6 release
2 parents af83f5d + 47c9da1 commit a44b12a

File tree

12 files changed

+24
-24
lines changed

12 files changed

+24
-24
lines changed

centos7/Dockerfile.pgo-load.centos7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM centos:7
33
LABEL name="crunchydata/pgo-load" \
44
vendor="crunchy data" \
55
PostgresVersion="9.6" \
6-
PostgresFullVersion="9.6.6" \
6+
PostgresFullVersion="9.6.8" \
77
version="7.3" \
88
release="2.6" \
99
build-date="2018-03-30" \

chart/postgres-operator/files/apiserver/pgo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Cluster:
22
CCPImagePrefix: crunchydata
3-
CCPImageTag: centos7-10.3-1.8.1
3+
CCPImageTag: centos7-10.3-1.8.2
44
Port: 5432
55
User: testuser
66
Database: userdb

docs/design.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= postgres Operator Design
22
:toc:
3-
v2.5, {docdate}
3+
v2.6, {docdate}
44

55

66
image::crunchy_logo.png?raw=true[]

docs/gke-notes.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= GKE Notes
22
:toc:
3-
v2.5, {docdate}
3+
v2.6, {docdate}
44

55
== Overview
66

docs/operator-docs.asciidoc

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -119,16 +119,16 @@ containers, you can pre-pull them as follows:
119119

120120
For PostgreSQL version 10:
121121
....
122-
docker pull crunchydata/crunchy-postgres:centos7-10.3-1.8.1
123-
docker pull crunchydata/crunchy-backup:centos7-10.3-1.8.1
124-
docker pull crunchydata/crunchy-upgrade:centos7-10.3-1.8.1
122+
docker pull crunchydata/crunchy-postgres:centos7-10.3-1.8.2
123+
docker pull crunchydata/crunchy-backup:centos7-10.3-1.8.2
124+
docker pull crunchydata/crunchy-upgrade:centos7-10.3-1.8.2
125125
....
126126

127127
For PostgreSQL version 9.6:
128128
....
129-
docker pull crunchydata/crunchy-postgres:centos7-9.6.8-1.8.1
130-
docker pull crunchydata/crunchy-backup:centos7-9.6.8-1.8.1
131-
docker pull crunchydata/crunchy-upgrade:centos7-9.6.8-1.8.1
129+
docker pull crunchydata/crunchy-postgres:centos7-9.6.8-1.8.2
130+
docker pull crunchydata/crunchy-backup:centos7-9.6.8-1.8.2
131+
docker pull crunchydata/crunchy-upgrade:centos7-9.6.8-1.8.2
132132
....
133133

134134
=== Get Prebuilt Images
@@ -531,7 +531,7 @@ The default pgo configuration file, included in
531531
....
532532
BasicAuth: true
533533
Cluster:
534-
CCPImageTag: centos7-10.3-1.8.1
534+
CCPImageTag: centos7-10.3-1.8.2
535535
Port: 5432
536536
User: testuser
537537
Database: userdb
@@ -583,7 +583,7 @@ Values in the pgo configuration file have the following meaning:
583583
|======================
584584
|Setting | Definition
585585
|BasicAuth | if set to *true* will enable Basic Authentication
586-
|Cluster.CCPImageTag |newly created containers will be based on this image version (e.g. centos7-10.3-1.8.1), unless you override it using the --ccp-image-tag command line flag
586+
|Cluster.CCPImageTag |newly created containers will be based on this image version (e.g. centos7-10.3-1.8.2), unless you override it using the --ccp-image-tag command line flag
587587
|Cluster.Port | the PostgreSQL port to use for new containers (e.g. 5432)
588588
|Cluster.User | the PostgreSQL normal user name
589589
|Cluster.Strategy | sets the deployment strategy to be used for deploying a cluster, currently there is only strategy *1*
@@ -847,7 +847,7 @@ pgo show cluster all
847847

848848
You can filter the results based on the Postgres Version:
849849
....
850-
pgo show cluster all --version=9.6.2
850+
pgo show cluster all --version=9.6.8
851851
....
852852

853853
You can also add metrics collection to a cluster by using the *--metrics*
@@ -866,7 +866,7 @@ based on the *pgo* configuration file's CCP_IMAGE_TAG setting. You
866866
can override this value using the *--ccp-image-tag* command line
867867
flag:
868868
....
869-
pgo create cluster mycluster --ccp-image-tag=centos7-9.6.5-1.6.0
869+
pgo create cluster mycluster --ccp-image-tag=centos7-9.6.8-1.8.2
870870
....
871871

872872
You can also add a pgpool deployment into a cluster by using the *--pgpool*
@@ -1008,7 +1008,7 @@ pgo show cluster all
10081008

10091009
You can filter the results by Postgres version:
10101010
....
1011-
pgo show cluster all --version=9.6.2
1011+
pgo show cluster all --version=9.6.8
10121012
....
10131013

10141014
The scale command will let you specify a *--node-label* flag which
@@ -1078,8 +1078,8 @@ job to know when and how to proceed.
10781078

10791079
Likewise, you can upgrade the cluster using a command line flag:
10801080
....
1081-
pgo upgrade mycluster --ccp-image-tag=centos7-9.6.8-1.8.1
1082-
pgo upgrade mycluster --upgrade-type=major --ccp-image-tag=centos7-9.6.8-1.8.1
1081+
pgo upgrade mycluster --ccp-image-tag=centos7-9.6.8-1.8.2
1082+
pgo upgrade mycluster --upgrade-type=major --ccp-image-tag=centos7-9.6.8-1.8.2
10831083
....
10841084

10851085

docs/operator-testing.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ the following:
1717
* show backup of cluster (*pgo show backup testcluster*)
1818
* show backup pvc of cluster (*pgo show pvc testcluster-backup-pvc*)
1919
* restore a cluster (*pgo create cluster restoredcluster --backup-pvc=testcluster-backup-pvc --backup-path=testcluster-backups/2017-01-01-01-01-01 --secret-from=testcluster*)
20-
* create cluster using image tag (*pgo create minor --ccp-image-tag=cenots7-10.3-1.8.1*)
20+
* create cluster using image tag (*pgo create minor --ccp-image-tag=cenots7-10.3-1.8.2*)
2121
* minor upgrade a cluster (*pgo upgrade minor*)
2222
* delete a cluster (*pgo delete cluster restored --delete-data --delete-backups*)
2323
* create a policy from local file (*pgo create policy xrayapp --in-file=./examples/policy/xrayapp.sql*)

examples/pgo.yaml.emptydir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Namespace: demo
22
Cluster:
33
CCPImagePrefix: crunchydata
4-
CCPImageTag: centos7-10.3-1.8.1
4+
CCPImageTag: centos7-10.3-1.8.2
55
Port: 5432
66
User: testuser
77
Database: userdb

examples/pgo.yaml.hostpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Cluster:
2-
CCPImageTag: centos7-10.3-1.8.1
2+
CCPImageTag: centos7-10.3-1.8.2
33
Port: 5432
44
User: testuser
55
Database: userdb

examples/pgo.yaml.nfs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Cluster:
22
CCPImagePrefix: crunchydata
3-
CCPImageTag: centos7-10.3-1.8.1
3+
CCPImageTag: centos7-10.3-1.8.2
44
Port: 5432
55
User: testuser
66
Database: userdb

examples/pgo.yaml.storageclass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Cluster:
22
CCPImagePrefix: crunchydata
3-
CCPImageTag: centos7-10.3-1.8.1
3+
CCPImageTag: centos7-10.3-1.8.2
44
Port: 5432
55
User: testuser
66
Database: userdb

0 commit comments

Comments
 (0)