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 RC version and PG version
  • Loading branch information
cahoonpwork committed May 22, 2019
commit 6efde48af6711a7252ec98373d33d5d5d07146fd
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-rc8
Latest Release: 4.0.0-rc11

## General

Expand Down
6 changes: 3 additions & 3 deletions ansible/inventory
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ 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-rc6'
ccp_image_tag='centos7-11.3-2.4.0-rc8'

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

# PGO Client Install
pgo_client_install='true'
pgo_client_version='4.0.0-rc10'
pgo_client_version='4.0.0-rc11'

# PGO TLS
pgo_tls_no_verify='false'
Expand Down
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-rc10"
const PGO_VERSION = "4.0.0-rc11"

// 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-rc6
CCP_IMAGE_TAG=centos7-11.3-2.4.0-rc8

IMAGES=(
crunchy-prometheus
Expand Down
4 changes: 2 additions & 2 deletions centos7/Dockerfile.pgo-apiserver.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FROM centos:7

LABEL Vendor="Crunchy Data Solutions" \
PostgresVersion="11" \
PostgresFullVersion="11.2" \
PostgresFullVersion="11.3" \
Version="7.6" \
Release="4.0.0-rc8" \
Release="4.0.0-rc11" \
summary="Crunchy Data PostgreSQL Operator - Apiserver" \
description="Crunchy Data PostgreSQL Operator - Apiserver"

Expand Down
4 changes: 2 additions & 2 deletions centos7/Dockerfile.pgo-backrest-repo.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FROM centos:7

LABEL Vendor="Crunchy Data Solutions" \
PostgresVersion="11" \
PostgresFullVersion="11.2" \
PostgresFullVersion="11.3" \
Version="7.6" \
Release="4.0.0-rc8" \
Release="4.0.0-rc11" \
summary="Crunchy Data PostgreSQL Operator - Apiserver" \
description="Crunchy Data PostgreSQL Operator - Apiserver"

Expand Down
4 changes: 2 additions & 2 deletions centos7/Dockerfile.pgo-backrest-restore.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FROM centos:7

LABEL Vendor="Crunchy Data Solutions" \
PostgresVersion="11" \
PostgresFullVersion="11.2" \
PostgresFullVersion="11.3" \
Version="7.6" \
Release="4.0.0-rc8" \
Release="4.0.0-rc11" \
summary="Crunchy Data PostgreSQL Operator - pgBackRest" \
description="pgBackRest image that is integrated for use with Crunchy Data's PostgreSQL Operator."

Expand Down
4 changes: 2 additions & 2 deletions centos7/Dockerfile.pgo-backrest.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FROM centos:7

LABEL Vendor="Crunchy Data Solutions" \
PostgresVersion="11" \
PostgresFullVersion="11.2" \
PostgresFullVersion="11.3" \
Version="7.6" \
Release="4.0.0-rc8" \
Release="4.0.0-rc11" \
summary="Crunchy Data PostgreSQL Operator - pgBackRest" \
description="pgBackRest image that is integrated for use with Crunchy Data's PostgreSQL Operator."

Expand Down
4 changes: 2 additions & 2 deletions centos7/Dockerfile.pgo-load.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ FROM centos:7
LABEL name="crunchydata/pgo-load" \
vendor="crunchy data" \
PostgresVersion="11" \
PostgresFullVersion="11.2" \
PostgresFullVersion="11.3" \
Version="7.6" \
Release="4.0.0-rc8" \
Release="4.0.0-rc11" \
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-rc8" \
Release="4.0.0-rc11" \
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-rc8" \
Release="4.0.0-rc11" \
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-rc8" \
Release="4.0.0-rc11" \
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-rc8" \
Release="4.0.0-rc11" \
summary="Crunchy Data PostgreSQL Operator - SQL Runner" \
description="Crunchy Data PostgreSQL Operator - SQL Runner"

Expand Down
4 changes: 2 additions & 2 deletions centos7/Dockerfile.postgres-operator.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FROM centos:7

LABEL Vendor="Crunchy Data Solutions" \
PostgresVersion="11" \
PostgresFullVersion="11.2" \
PostgresFullVersion="11.3" \
Version="7.6" \
Release="4.0.0-rc8" \
Release="4.0.0-rc11" \
summary="Crunchy Data PostgreSQL Operator" \
description="Crunchy Data PostgreSQL Operator"

Expand Down
4 changes: 2 additions & 2 deletions centos7/Dockerfile.repo-client.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FROM centos:7

LABEL Vendor="Crunchy Data Solutions" \
PostgresVersion="11" \
PostgresFullVersion="11.2" \
PostgresFullVersion="11.3" \
Version="7.6" \
Release="4.0.0-rc8" \
Release="4.0.0-rc11" \
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-rc6
CCPImageTag: centos7-11.3-2.4.0-rc8
Port: 5432
User: testuser
Database: userdb
Expand Down Expand Up @@ -101,5 +101,5 @@ Pgo:
PreferredFailoverNode:
Audit: false
PGOImagePrefix: crunchydata
PGOImageTag: centos7-4.0.0-rc8
PGOImageTag: centos7-4.0.0-rc11

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-rc6)
cluster : fromcrd (centos7-11.3-2.4.0-rc8)
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-rc8 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-rc11 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-rc8",
"pgo-version": "4.0.0-rc11",
"primary": "true"
},
"name": "fromcrd",
Expand Down Expand Up @@ -68,7 +68,7 @@
"backuppath": "",
"backuppvcname": "",
"ccpimage":"crunchy-postgres",
"ccpimagetag": "centos7-11.2-2.4.0-rc6",
"ccpimagetag": "centos7-11.3-2.4.0-rc8",
"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-rc8"
"pgo-version": "4.0.0-rc11"
},
"usersecretname": "fromcrd-testuser-secret"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-config-ssl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ home/pgo/odev/src/github.com/crunchydata/postgres-operator/examples/custom-confi

You should see a connection that looks like the following:

psql (11.2)
psql (11.3)
SSL connection (protocol: TLSv1.2, cipher: ECDHE-RSA-AES256-GCM-SHA384, bits: 256, compression: off)
Type "help" for help.

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-rc8
export PGO_VERSION=4.0.0-rc11
export PGO_IMAGE_TAG=$PGO_BASEOS-$PGO_VERSION

# for the pgo CLI to authenticate with using TLS
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-rc8
PGOImageTag: centos7-4.0.0-rc11
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-rc8
PGOImageTag: centos7-4.0.0-rc11
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-rc8
PGOImageTag: centos7-4.0.0-rc11
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-rc8
containerImage: crunchydata/postgres-operator:centos7-4.0.0-rc11
createdAt: 2019-01-01T11:59:59Z
support: crunchydata.com
description: A Postgres Operator from Crunchydata.com
name: postgresoperator.v4.0.0-rc8
name: postgresoperator.v4.0.0-rc11
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-rc8
image: crunchydata/pgo-scheduler:centos7-4.0.0-rc11
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-rc8
image: crunchydata/postgres-operator:centos7-4.0.0-rc11
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-rc8
image: crunchydata/pgo-apiserver:centos7-4.0.0-rc11
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-rc8
version: 4.0.0-rc11
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-rc8
alm-status-descriptors: postgres-operator.v4.0.0-rc11
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-rc8
version: 4.0.0-rc11
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-rc8
alm-status-descriptors: postgres-operator.v4.0.0-rc11
installModes:
- type: OwnNamespace
supported: true
Expand All @@ -590,4 +590,4 @@ data:
- packageName: postgresql
channels:
- name: stable
currentCSV: postgresoperator.v4.0.0-rc8
currentCSV: postgresoperator.v4.0.0-rc11
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-rc8
startingCSV: postgresoperator.v4.0.0-rc11
Loading