Skip to content

Commit e694ec5

Browse files
author
Jeff McCormick
committed
update version number to latest release
1 parent 42079ca commit e694ec5

10 files changed

+20
-21
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.5, {docdate}
2+
v1.5.1, {docdate}
33

44
== Table of Contents
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.5" Vendor="Crunchy Data Solutions"
3+
LABEL Release="1.5.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.5" Vendor="Crunchy Data Solutions"
3+
LABEL Release="1.5.1" Vendor="Crunchy Data Solutions"
44

55
ENV PGVERSION="9.6" PGDG_REPO="pgdg-centos96-9.6-3.noarch.rpm"
66

docs/build.asciidoc

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

44
== Table of Contents
55

@@ -152,7 +152,7 @@ export GOBIN=$GOPATH/bin
152152
export PATH=$PATH:$GOBIN
153153
export COROOT=$GOPATH/src/github.com/crunchydata/postgres-operator
154154
export CO_BASEOS=centos7
155-
export CO_VERSION=1.5
155+
export CO_VERSION=1.5.1
156156
export CO_IMAGE_TAG=$CO_BASEOS-$CO_VERSION
157157
....
158158

@@ -171,16 +171,16 @@ cd postgres-operator
171171
At this point if you want to avoid building the images and binary
172172
from source, you can pull down the Docker images as follows:
173173
....
174-
docker pull crunchydata/lspvc:centos7-1.5
175-
docker pull crunchydata/postgres-operator:centos7-1.5
174+
docker pull crunchydata/lspvc:centos7-1.5.1
175+
docker pull crunchydata/postgres-operator:centos7-1.5.1
176176
....
177177

178178
Then to get the *pgo* client, go to the Releases page and download the tar ball, uncompress
179179
it into your $HOME directory:
180180
....
181181
cd $HOME
182-
wget https://github.com/CrunchyData/postgres-operator/releases/download/v1.5/postgres-operator.1.5.tar.gz
183-
tar xvzf ./postgres-operator.1.5.tar.gz
182+
wget https://github.com/CrunchyData/postgres-operator/releases/download/1.5.1/postgres-operator.1.5.1.tar.gz
183+
tar xvzf ./postgres-operator.1.5.1.tar.gz
184184
....
185185

186186
Lastly, add the *pgo* client into your PATH.
@@ -192,8 +192,7 @@ Install a golang compiler, this can be done with either
192192
your package manager or by following directions
193193
from https://golang.org/dl/
194194

195-
Then install the project library dependencies, starting
196-
with version 1.5 the godep dependency manager is used
195+
Then install the project library dependencies, the godep dependency manager is used
197196
as follows:
198197
....
199198
cd $COROOT

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.5, {docdate}
2+
v1.5.1, {docdate}
33

44

55
This document describes the configuration options
@@ -66,7 +66,7 @@ BACKUP_STORAGE:
6666
SUPPLEMENTALGROUPS: 65534
6767
PGO:
6868
LSPVC_TEMPLATE: /home/youruserid/.pgo.lspvc-template.json
69-
CO_IMAGE_TAG: centos7-1.5
69+
CO_IMAGE_TAG: centos7-1.5.1
7070
DEBUG: false
7171
....
7272

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.5, {docdate}
2+
v1.5.1, {docdate}
33

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

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.5, {docdate}
2+
v1.5.1, {docdate}
33

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

examples/pgo.yaml.emptydir

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
KUBECONFIG: /etc/kubernetes/admin.conf
22
NAMESPACE: default
33
CLUSTER:
4-
CCP_IMAGE_TAG: centos7-9.6-1.4.1
4+
CCP_IMAGE_TAG: centos7-9.6-1.5.1
55
PORT: 5432
66
PG_MASTER_USER: master
77
PG_MASTER_PASSWORD: password
@@ -30,5 +30,5 @@ REPLICA_STORAGE:
3030
SUPPLEMENTAL_GROUPS: 65534
3131
PGO:
3232
LSPVC_TEMPLATE: /home/jeffmc/.pgo.lspvc-template.json
33-
CO_IMAGE_TAG: centos7-1.4
33+
CO_IMAGE_TAG: centos7-1.5.1
3434
DEBUG: false

examples/pgo.yaml.nfs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
KUBECONFIG: /etc/kubernetes/admin.conf
22
NAMESPACE: default
33
CLUSTER:
4-
CCP_IMAGE_TAG: centos7-9.6-1.4.1
4+
CCP_IMAGE_TAG: centos7-9.6-1.5.1
55
PORT: 5432
66
PG_MASTER_USER: master
77
PG_MASTER_PASSWORD: password
@@ -30,5 +30,5 @@ REPLICA_STORAGE:
3030
SUPPLEMENTAL_GROUPS: 65534
3131
PGO:
3232
LSPVC_TEMPLATE: /home/jeffmc/.pgo.lspvc-template.json
33-
CO_IMAGE_TAG: centos7-1.4
33+
CO_IMAGE_TAG: centos7-1.5.1
3434
DEBUG: false

examples/pgo.yaml.storageclass

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
KUBECONFIG: /etc/kubernetes/admin.conf
22
NAMESPACE: default
33
CLUSTER:
4-
CCP_IMAGE_TAG: centos7-9.6-1.4.1
4+
CCP_IMAGE_TAG: centos7-9.6-1.5.1
55
PORT: 5432
66
PG_MASTER_USER: master
77
PG_MASTER_PASSWORD: password
@@ -33,5 +33,5 @@ REPLICA_STORAGE:
3333
FSGROUP: 26
3434
PGO:
3535
LSPVC_TEMPLATE: /home/jeffmc/.pgo.lspvc-template.json
36-
CO_IMAGE_TAG: centos7-1.4
36+
CO_IMAGE_TAG: centos7-1.5.1
3737
DEBUG: false

0 commit comments

Comments
 (0)