Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
8d16b0c
updated to have a _index file in every folder to make directories con…
cahoonpwork Apr 25, 2019
eb73994
adding index file
cahoonpwork Apr 25, 2019
4198bb6
Merge branch 'develop' of https://github.com/CrunchyData/postgres-ope…
cahoonpwork Apr 25, 2019
c49ceca
updated weights on documents
cahoonpwork Apr 26, 2019
1e64678
update version numbers to prep for 4.0.0 release
cahoonpwork Apr 26, 2019
e978eca
Merge branch 'develop' of https://github.com/CrunchyData/postgres-ope…
cahoonpwork Apr 26, 2019
f52d975
Merge branch 'develop' of https://github.com/CrunchyData/postgres-ope…
cahoonpwork Apr 26, 2019
17ce139
Merge branch 'develop' of https://github.com/CrunchyData/postgres-ope…
cahoonpwork Apr 26, 2019
d64babe
removed hugo formatting for non-hugo readme.md file
cahoonpwork Apr 26, 2019
c5c9f1c
updated wording
cahoonpwork Apr 26, 2019
8e7b838
Merge branch 'develop' of https://github.com/CrunchyData/postgres-ope…
cahoonpwork Apr 29, 2019
18d641a
updated for 4.0.0-rc8
cahoonpwork Apr 29, 2019
52c8260
updated example doc
cahoonpwork Apr 29, 2019
447d716
Merge branch 'develop' of github.com:CrunchyData/postgres-operator in…
cahoonpwork May 22, 2019
6efde48
updated RC version and PG version
cahoonpwork May 22, 2019
3db94d8
Merge branch 'develop' of github.com:CrunchyData/postgres-operator in…
cahoonpwork May 28, 2019
a8a7288
updated version for rc
cahoonpwork May 28, 2019
c3f2d9a
updated compatibility with container suite
cahoonpwork May 28, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updated for 4.0.0-rc8
  • Loading branch information
cahoonpwork committed Apr 29, 2019
commit 18d641a474aef485ddd4cec387b099b3db43d7c8
2 changes: 1 addition & 1 deletion ansible/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<img src="crunchy_logo.png?raw=false" alt="Mr. Crunchy" width="150"/>
</p>

Latest Release: 4.0.0
Latest Release: 4.0.0-rc8

## General

Expand Down
4 changes: 2 additions & 2 deletions ansible/inventory
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ namespace='pgo'
# CentOS7 images can be found in dockerhub: https://hub.docker.com/u/crunchydata
# RHEL7 images are available to Crunchy customers: https://access.crunchydata.com/login/
ccp_image_prefix='crunchydata'
ccp_image_tag='centos7-11.2-2.4.0'
ccp_image_tag='centos7-11.2-2.4.0-rc6'

# Crunchy PostgreSQL Operator images to use. The tags centos7 and rhel7 are acceptable.
pgo_image_prefix='crunchydata'
pgo_image_tag='centos7-4.0.0'
pgo_image_tag='centos7-4.0.0-rc8'

# PGO Client Install
pgo_client_install='true'
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/pgo-operator/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
pgo_version: "4.0.0"
pgo_version: "4.0.0-rc8"
pgo_client_url: "https://github.com/CrunchyData/postgres-operator/releases/download/{{ pgo_version }}"
pgo_keys_dir: "~/.pgo/{{ pgo_operator_namespace }}"
2 changes: 1 addition & 1 deletion apiservermsgs/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ limitations under the License.

import ()

const PGO_VERSION = "4.0.0"
const PGO_VERSION = "4.0.0-rc8"

// Ok status
const Ok = "ok"
Expand Down
2 changes: 1 addition & 1 deletion bin/push-ccp-to-gcr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
GCR_IMAGE_PREFIX=gcr.io/crunchy-dev-test

CCP_IMAGE_PREFIX=crunchydata
CCP_IMAGE_TAG=centos7-11.2-2.4.0
CCP_IMAGE_TAG=centos7-11.2-2.4.0-rc6

IMAGES=(
crunchy-prometheus
Expand Down
2 changes: 1 addition & 1 deletion centos7/Dockerfile.pgo-apiserver.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL Vendor="Crunchy Data Solutions" \
PostgresVersion="11" \
PostgresFullVersion="11.2" \
Version="7.6" \
Release="4.0.0" \
Release="4.0.0-rc8" \
summary="Crunchy Data PostgreSQL Operator - Apiserver" \
description="Crunchy Data PostgreSQL Operator - Apiserver"

Expand Down
2 changes: 1 addition & 1 deletion centos7/Dockerfile.pgo-backrest-repo.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL Vendor="Crunchy Data Solutions" \
PostgresVersion="11" \
PostgresFullVersion="11.2" \
Version="7.6" \
Release="4.0.0" \
Release="4.0.0-rc8" \
summary="Crunchy Data PostgreSQL Operator - Apiserver" \
description="Crunchy Data PostgreSQL Operator - Apiserver"

Expand Down
2 changes: 1 addition & 1 deletion centos7/Dockerfile.pgo-backrest-restore.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL Vendor="Crunchy Data Solutions" \
PostgresVersion="11" \
PostgresFullVersion="11.2" \
Version="7.6" \
Release="4.0.0" \
Release="4.0.0-rc8" \
summary="Crunchy Data PostgreSQL Operator - pgBackRest" \
description="pgBackRest image that is integrated for use with Crunchy Data's PostgreSQL Operator."

Expand Down
2 changes: 1 addition & 1 deletion centos7/Dockerfile.pgo-backrest.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL Vendor="Crunchy Data Solutions" \
PostgresVersion="11" \
PostgresFullVersion="11.2" \
Version="7.6" \
Release="4.0.0" \
Release="4.0.0-rc8" \
summary="Crunchy Data PostgreSQL Operator - pgBackRest" \
description="pgBackRest image that is integrated for use with Crunchy Data's PostgreSQL Operator."

Expand Down
2 changes: 1 addition & 1 deletion centos7/Dockerfile.pgo-load.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL name="crunchydata/pgo-load" \
PostgresVersion="11" \
PostgresFullVersion="11.2" \
Version="7.6" \
Release="4.0.0" \
Release="4.0.0-rc8" \
url="https://crunchydata.com" \
summary="Crunchy Data PostgreSQL Operator - Load Data" \
description="Loads a CSV or JSON file into the database." \
Expand Down
2 changes: 1 addition & 1 deletion centos7/Dockerfile.pgo-lspvc.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM centos:7

LABEL Vendor="Crunchy Data Solutions" \
Version="7.6" \
Release="4.0.0" \
Release="4.0.0-rc8" \
summary="Crunchy Data PostgreSQL Operator - Display PVC" \
description="Crunchy Data PostgreSQL Operator - Display contents of a PVC"

Expand Down
2 changes: 1 addition & 1 deletion centos7/Dockerfile.pgo-rmdata.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM centos:7

LABEL Vendor="Crunchy Data Solutions" \
Version="7.6" \
Release="4.0.0" \
Release="4.0.0-rc8" \
summary="Crunchy Data PostgreSQL Operator - Remove Data" \
description="Crunchy Data PostgreSQL Operator - Remove Data"

Expand Down
2 changes: 1 addition & 1 deletion centos7/Dockerfile.pgo-scheduler.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM centos:7

LABEL Vendor="Crunchy Data Solutions" \
Version="7.6" \
Release="4.0.0" \
Release="4.0.0-rc8" \
summary="Crunchy Data PostgreSQL Operator - Scheduler" \
description="Crunchy Data PostgreSQL Operator - Scheduler"

Expand Down
2 changes: 1 addition & 1 deletion centos7/Dockerfile.pgo-sqlrunner.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM centos:7

LABEL Vendor="Crunchy Data Solutions" \
Version="7.6" \
Release="4.0.0" \
Release="4.0.0-rc8" \
summary="Crunchy Data PostgreSQL Operator - SQL Runner" \
description="Crunchy Data PostgreSQL Operator - SQL Runner"

Expand Down
2 changes: 1 addition & 1 deletion centos7/Dockerfile.postgres-operator.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL Vendor="Crunchy Data Solutions" \
PostgresVersion="11" \
PostgresFullVersion="11.2" \
Version="7.6" \
Release="4.0.0" \
Release="4.0.0-rc8" \
summary="Crunchy Data PostgreSQL Operator" \
description="Crunchy Data PostgreSQL Operator"

Expand Down
2 changes: 1 addition & 1 deletion centos7/Dockerfile.repo-client.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL Vendor="Crunchy Data Solutions" \
PostgresVersion="11" \
PostgresFullVersion="11.2" \
Version="7.6" \
Release="4.0.0" \
Release="4.0.0-rc8" \
summary="Crunchy Data PostgreSQL Operator - Apiserver" \
description="Crunchy Data PostgreSQL Operator - Apiserver"

Expand Down
4 changes: 2 additions & 2 deletions conf/postgres-operator/pgo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Cluster:
CCPImagePrefix: crunchydata
Metrics: false
Badger: false
CCPImageTag: centos7-11.2-2.4.0
CCPImageTag: centos7-11.2-2.4.0-rc6
Port: 5432
User: testuser
Database: userdb
Expand Down Expand Up @@ -94,5 +94,5 @@ Pgo:
PreferredFailoverNode:
Audit: false
PGOImagePrefix: crunchydata
PGOImageTag: centos7-4.0.0
PGOImageTag: centos7-4.0.0-rc8

4 changes: 2 additions & 2 deletions examples/create-by-resource/NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ The Operator should show the new cluster started:

jeffmc@~ > pgo show cluster fromcrd

cluster : fromcrd (centos7-11.2-2.4.0)
cluster : fromcrd (centos7-11.2-2.4.0-rc6)
pod : fromcrd-6b4d69df46-4s7bn (Running) on doppio-kube (1/1) (primary)
pvc : fromcrd
resources : CPU Limit= Memory Limit=, CPU Request= Memory Request=
storage : Primary=1G Replica=1G
deployment : fromcrd
service : fromcrd - ClusterIP (10.97.101.79)
labels : pg-cluster=fromcrd pgo-backrest=false primary=true archive=false deployment-name=fromcrd name=fromcrd current-primary=fromcrd pgo-version=4.0.0 archive-timeout=60 crunchy-pgbadger=false crunchy_collect=false
labels : pg-cluster=fromcrd pgo-backrest=false primary=true archive=false deployment-name=fromcrd name=fromcrd current-primary=fromcrd pgo-version=4.0.0-rc8 archive-timeout=60 crunchy-pgbadger=false crunchy_collect=false

Notice the user credentials we created:

Expand Down
6 changes: 3 additions & 3 deletions examples/create-by-resource/fromcrd.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"name": "fromcrd",
"pg-cluster": "fromcrd",
"pgo-backrest": "false",
"pgo-version": "4.0.0",
"pgo-version": "4.0.0-rc8",
"primary": "true"
},
"name": "fromcrd",
Expand Down Expand Up @@ -68,7 +68,7 @@
"backuppath": "",
"backuppvcname": "",
"ccpimage":"crunchy-postgres",
"ccpimagetag": "centos7-11.2-2.4.0",
"ccpimagetag": "centos7-11.2-2.4.0-rc6",
"clustername": "fromcrd",
"customconfig": "",
"database": "userdb",
Expand All @@ -91,7 +91,7 @@
"crunchy-pgbadger": "false",
"crunchy_collect": "false",
"pgo-backrest": "false",
"pgo-version": "4.0.0"
"pgo-version": "4.0.0-rc8"
},
"usersecretname": "fromcrd-testuser-secret"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/envs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export PGOROOT=$GOPATH/src/github.com/crunchydata/postgres-operator
# the version of the Operator you run is set by these vars
export PGO_IMAGE_PREFIX=crunchydata
export PGO_BASEOS=centos7
export PGO_VERSION=4.0.0
export PGO_VERSION=4.0.0-rc8
export PGO_IMAGE_TAG=$PGO_BASEOS-$PGO_VERSION

# for the pgo CLI to authenticate with using TLS
Expand Down
4 changes: 2 additions & 2 deletions examples/load/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ storageos CLI:
Locate the volume path/name from the above volume listing, then use
that path in a mount command:

storageos volume mount pgouser1/pvc-3c7491f5-5b9e-11e9-a4a4-52540030262d /mnt
storageos volume mount pgouser1/pvc-3c7491f5-5b9e-11e9-a4a4-5254.0.0-rc8262d /mnt

The above command mounts the storageos volume into /mnt on your local
linux host where you can now access it using normal linux commands.
Expand All @@ -66,7 +66,7 @@ which is mounted on your linux host at /mnt:

Unmount the volume so that it can be mounted by the load job:

storageos volume unmount pgouser1/pvc-3c7491f5-5b9e-11e9-a4a4-52540030262d
storageos volume unmount pgouser1/pvc-3c7491f5-5b9e-11e9-a4a4-5254.0.0-rc8262d

At this point, you have a storageos backed PVC, csv-pvc, that has
the sample.json file loaded into it and its ready to be used
Expand Down
2 changes: 1 addition & 1 deletion examples/load/sample-json-load-config-sc.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PGOImagePrefix: crunchydata
PGOImageTag: centos7-4.0.0
PGOImageTag: centos7-4.0.0-rc8
DbDatabase: userdb
DbUser: postgres
DbPort: 5432
Expand Down
2 changes: 1 addition & 1 deletion examples/load/sample-json-load-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PGOImagePrefix: crunchydata
PGOImageTag: centos7-4.0.0
PGOImageTag: centos7-4.0.0-rc8
DbDatabase: userdb
DbUser: postgres
DbPort: 5432
Expand Down
2 changes: 1 addition & 1 deletion examples/load/sample-load-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PGOImagePrefix: crunchydata
PGOImageTag: centos7-4.0.0
PGOImageTag: centos7-4.0.0-rc8
DbDatabase: userdb
DbUser: postgres
DbPort: 5432
Expand Down
20 changes: 10 additions & 10 deletions examples/olm/bundle/pgo.configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ data:
metadata:
annotations:
categories: "Database"
containerImage: crunchydata/postgres-operator:centos7-4.0.0
containerImage: crunchydata/postgres-operator:centos7-4.0.0-rc8
createdAt: 2019-01-01T11:59:59Z
support: crunchydata.com
description: A Postgres Operator from Crunchydata.com
name: postgresoperator.v4.0.0
name: postgresoperator.v4.0.0-rc8
namespace: pgo
spec:
provider:
Expand Down Expand Up @@ -179,7 +179,7 @@ data:
apiVersion: v1
fieldPath: metadata.namespace
name: scheduler
image: crunchydata/pgo-scheduler:centos7-4.0.0
image: crunchydata/pgo-scheduler:centos7-4.0.0-rc8
imagePullPolicy: IfNotPresent
- env:
- name: CRUNCHY_DEBUG
Expand All @@ -196,7 +196,7 @@ data:
apiVersion: v1
fieldPath: metadata.namespace
name: operator
image: crunchydata/postgres-operator:centos7-4.0.0
image: crunchydata/postgres-operator:centos7-4.0.0-rc8
imagePullPolicy: IfNotPresent
- env:
- name: CRUNCHY_DEBUG
Expand All @@ -215,7 +215,7 @@ data:
- name: TLS_NO_VERIFY
value: "false"
name: apiserver
image: crunchydata/pgo-apiserver:centos7-4.0.0
image: crunchydata/pgo-apiserver:centos7-4.0.0-rc8
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8443
Expand Down Expand Up @@ -383,15 +383,15 @@ data:
- app
displayName: Crunchy Postgres Cluster
maturity: stable
version: 4.0.0
version: 4.0.0-rc8
maintainers:
- email: [email protected]
name: Crunchy Data
description: Postgres Cluster on Kubernetes
minKubeVersion: 1.11.0
labels:
alm-owner-enterprise-app: postgres-operator
alm-status-descriptors: postgres-operator.v4.0.0
alm-status-descriptors: postgres-operator.v4.0.0-rc8
installModes:
- type: OwnNamespace
supported: true
Expand Down Expand Up @@ -564,15 +564,15 @@ data:
- app
displayName: Crunchy Postgres Cluster
maturity: stable
version: 4.0.0
version: 4.0.0-rc8
maintainers:
- email: [email protected]
name: Crunchy Data
description: Postgres Cluster on Kubernetes
minKubeVersion: 1.11.0
labels:
alm-owner-enterprise-app: postgres-operator
alm-status-descriptors: postgres-operator.v4.0.0
alm-status-descriptors: postgres-operator.v4.0.0-rc8
installModes:
- type: OwnNamespace
supported: true
Expand All @@ -590,4 +590,4 @@ data:
- packageName: postgresql
channels:
- name: stable
currentCSV: postgresoperator.v4.0.0
currentCSV: postgresoperator.v4.0.0-rc8
2 changes: 1 addition & 1 deletion examples/olm/bundle/pgo.subscription.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ spec:
sourceNamespace: pgo
channel: stable
name: postgresql
startingCSV: postgresoperator.v4.0.0
startingCSV: postgresoperator.v4.0.0-rc8
2 changes: 1 addition & 1 deletion hugo/content/Configuration/compatibility.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

---
title: "Compatibility Requirements"
Latest Release: 4.0.0 {docdate}
Latest Release: 4.0.0-rc8 {docdate}
draft: false
weight: 1
---
Expand Down
2 changes: 1 addition & 1 deletion hugo/content/Configuration/configuration.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

---
title: "Configuration Resources"
Latest Release: 4.0.0 {docdate}
Latest Release: 4.0.0-rc8 {docdate}
draft: false
weight: 2
---
Expand Down
4 changes: 2 additions & 2 deletions hugo/content/Configuration/pgo-yaml-configuration.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

---
title: "PGO YAML"
Latest Release: 4.0.0 {docdate}
Latest Release: 4.0.0-rc8 {docdate}
draft: false
weight: 3
---
Expand All @@ -18,7 +18,7 @@ The *pgo.yaml* file is broken into major sections as described below:
|PrimaryNodeLabel |newly created primary deployments will specify this node label if specified, unless you override it using the --node-label command line flag, if not set, no node label is specifed
|ReplicaNodeLabel |newly created replica deployments will specify this node label if specified, unless you override it using the --node-label command line flag, if not set, no node label is specifed
|CCPImagePrefix |newly created containers will be based on this image prefix (e.g. crunchydata), update this if you require a custom image prefix
|CCPImageTag |newly created containers will be based on this image version (e.g. centos7-11.2-2.4.0), unless you override it using the --ccp-image-tag command line flag
|CCPImageTag |newly created containers will be based on this image version (e.g. centos7-11.2-2.4.0-rc6), unless you override it using the --ccp-image-tag command line flag
|Port | the PostgreSQL port to use for new containers (e.g. 5432)
|LogStatement | postgresql.conf log_statement value (required field)
|LogMinDurationStatement | postgresql.conf log_min_duration_statement value (required field)
Expand Down
2 changes: 1 addition & 1 deletion hugo/content/Installation/operator-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The Operator follows a golang project structure, you can create a structure as f
cd $HOME/odev/src/github.com/crunchydata
git clone https://github.com/CrunchyData/postgres-operator.git
cd postgres-operator
git checkout 4.0.0
git checkout 4.0.0-rc8


This creates a directory structure under your HOME directory name *odev* and clones the current Operator version to that structure.
Expand Down
2 changes: 1 addition & 1 deletion hugo/content/Upgrade/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Upgrade"
Latest Release: 4.0.0 {docdate}
Latest Release: 4.0.0-rc8 {docdate}
draft: false
weight: 8
---
Expand Down
Loading