Skip to content

Commit 0b1f453

Browse files
author
Jeff McCormick
committed
update version numbers in docs to 1.3.1
1 parent aece3cb commit 0b1f453

10 files changed

+16
-16
lines changed

README.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= PostgreSQL Operator
2-
v1.3.0, {docdate}
2+
v1.3.1, {docdate}
33

44
== Overview
55

centos7/Dockerfile.lspvc.centos7

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

3-
LABEL Release="1.3.0" Vendor="Crunchy Data Solutions"
3+
LABEL Release="1.3.1" Vendor="Crunchy Data Solutions"
44

55
RUN yum -y update && yum -y clean all
66

centos7/Dockerfile.postgres-operator.centos7

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

3-
LABEL Release="1.3.0" Vendor="Crunchy Data Solutions"
3+
LABEL Release="1.3.1" Vendor="Crunchy Data Solutions"
44

55
RUN yum -y update && yum -y install hostname && yum -y clean all
66

docs/build.asciidoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= PostgreSQL Operator Build and Setup
2-
v1.3.0, {docdate}
2+
v1.3.1, {docdate}
33

44
== Overview
55

@@ -117,7 +117,7 @@ export GOBIN=$GOPATH/bin
117117
export PATH=$PATH:$GOBIN
118118
export COROOT=$GOPATH/src/github.com/crunchydata/postgres-operator
119119
export CO_BASEOS=centos7
120-
export CO_VERSION=1.3.0
120+
export CO_VERSION=1.3.1
121121
export CO_IMAGE_TAG=$CO_BASEOS-$CO_VERSION
122122
....
123123

@@ -134,16 +134,16 @@ cd postgres-operator
134134
At this point if you want to avoid building the images and binary
135135
from source, you can pull down the Docker images as follows:
136136
....
137-
docker pull crunchydata/lspvc:centos7-1.3.0
138-
docker pull crunchydata/postgres-operator:centos7-1.3.0
137+
docker pull crunchydata/lspvc:centos7-1.3.1
138+
docker pull crunchydata/postgres-operator:centos7-1.3.1
139139
....
140140

141141
Then to get the *pgo* client, go to the Releases page and download the tar ball, uncompress
142142
it into your $HOME directory:
143143
....
144144
cd $HOME
145-
wget https://github.com/CrunchyData/postgres-operator/releases/download/v1.3.0/postgres-operator.1.3.0.tar.gz
146-
tar xvzf ./postgres-operator.1.3.0.tar.gz
145+
wget https://github.com/CrunchyData/postgres-operator/releases/download/v1.3.1/postgres-operator.1.3.1.tar.gz
146+
tar xvzf ./postgres-operator.1.3.1.tar.gz
147147
....
148148

149149
Lastly, add the *pgo* client into your PATH.

docs/config.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= PostgreSQL Operator Configuration
2-
v1.3.0, {docdate}
2+
v1.3.1, {docdate}
33

44

55
This document describes the configuration options
@@ -42,7 +42,7 @@ CLUSTER:
4242
REPLICAS: 2
4343
PGO:
4444
LSPVC_TEMPLATE: /home/youruserid/.pgo.lspvc-template.json
45-
CO_IMAGE_TAG: centos7-1.3.0
45+
CO_IMAGE_TAG: centos7-1.3.1
4646
DEBUG: false
4747
....
4848

docs/design.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= postgres Operator Design
2-
v1.3.0, {docdate}
2+
v1.3.1, {docdate}
33

44
image::crunchy_logo.png?raw=true[]
55

docs/strategies.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= PostgreSQL Operator Deployment Strategies
2-
v1.3.0, {docdate}
2+
v1.3.1, {docdate}
33

44

55
This document describes the various deployment strategies

docs/user-guide.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= postgres Operator User Guide
2-
v1.3.0, {docdate}
2+
v1.3.1, {docdate}
33

44
This document is meant for users and demonstrates
55
the basic interface of the *pgo* command line interface.

rhel7/Dockerfile.lspvc.rhel7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM rhel7.2
22

3-
LABEL Release="1.3.0" Vendor="Crunchy Data Solutions"
3+
LABEL Release="1.3.1" Vendor="Crunchy Data Solutions"
44

55
RUN yum -y update && yum -y clean all
66

rhel7/Dockerfile.postgres-operator.rhel7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM rhel7.2
22

3-
LABEL Release="1.3.0" Vendor="Crunchy Data Solutions"
3+
LABEL Release="1.3.1" Vendor="Crunchy Data Solutions"
44

55
RUN yum -y update && yum -y clean all
66

0 commit comments

Comments
 (0)