Skip to content

Commit 16d5573

Browse files
cahoonpworkJeff McCormick
authored andcommitted
updating rc version (CrunchyData#780)
* updated to have a _index file in every folder to make directories consistent * adding index file * updated weights on documents * update version numbers to prep for 4.0.0 release * removed hugo formatting for non-hugo readme.md file * updated wording * updated for 4.0.0-rc8 * updated example doc * updated RC version and PG version * updated version for rc * updated compatibility with container suite
1 parent 1198e78 commit 16d5573

File tree

65 files changed

+103
-103
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+103
-103
lines changed

ansible/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<img src="crunchy_logo.png?raw=false" alt="Mr. Crunchy" width="150"/>
55
</p>
66

7-
Latest Release: 4.0.0-rc11
7+
Latest Release: 4.0.0-rc12
88

99
## General
1010

ansible/inventory

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ namespace='pgo'
4747
# CentOS7 images can be found in dockerhub: https://hub.docker.com/u/crunchydata
4848
# RHEL7 images are available to Crunchy customers: https://access.crunchydata.com/login/
4949
ccp_image_prefix='crunchydata'
50-
ccp_image_tag='centos7-11.3-2.4.0-rc8'
50+
ccp_image_tag='centos7-11.3-2.4.0-rc9'
5151

5252
# Crunchy PostgreSQL Operator images to use. The tags centos7 and rhel7 are acceptable.
5353
pgo_image_prefix='crunchydata'
54-
pgo_image_tag='centos7-4.0.0-rc11'
54+
pgo_image_tag='centos7-4.0.0-rc12'
5555

5656
# PGO Client Install
5757
pgo_client_install='true'
58-
pgo_client_version='4.0.0-rc11'
58+
pgo_client_version='4.0.0-rc12'
5959

6060
# PGO TLS
6161
pgo_tls_no_verify='false'

apiservermsgs/common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ limitations under the License.
1717

1818
import ()
1919

20-
const PGO_VERSION = "4.0.0-rc11"
20+
const PGO_VERSION = "4.0.0-rc12"
2121

2222
// Ok status
2323
const Ok = "ok"

bin/push-ccp-to-gcr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
GCR_IMAGE_PREFIX=gcr.io/crunchy-dev-test
1717

1818
CCP_IMAGE_PREFIX=crunchydata
19-
CCP_IMAGE_TAG=centos7-11.3-2.4.0-rc8
19+
CCP_IMAGE_TAG=centos7-11.3-2.4.0-rc9
2020

2121
IMAGES=(
2222
crunchy-prometheus

centos7/Dockerfile.pgo-apiserver.centos7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL Vendor="Crunchy Data Solutions" \
44
PostgresVersion="11" \
55
PostgresFullVersion="11.3" \
66
Version="7.6" \
7-
Release="4.0.0-rc11" \
7+
Release="4.0.0-rc12" \
88
summary="Crunchy Data PostgreSQL Operator - Apiserver" \
99
description="Crunchy Data PostgreSQL Operator - Apiserver"
1010

centos7/Dockerfile.pgo-backrest-repo.centos7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL Vendor="Crunchy Data Solutions" \
44
PostgresVersion="11" \
55
PostgresFullVersion="11.3" \
66
Version="7.6" \
7-
Release="4.0.0-rc11" \
7+
Release="4.0.0-rc12" \
88
summary="Crunchy Data PostgreSQL Operator - Apiserver" \
99
description="Crunchy Data PostgreSQL Operator - Apiserver"
1010

centos7/Dockerfile.pgo-backrest-restore.centos7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL Vendor="Crunchy Data Solutions" \
44
PostgresVersion="11" \
55
PostgresFullVersion="11.3" \
66
Version="7.6" \
7-
Release="4.0.0-rc11" \
7+
Release="4.0.0-rc12" \
88
summary="Crunchy Data PostgreSQL Operator - pgBackRest" \
99
description="pgBackRest image that is integrated for use with Crunchy Data's PostgreSQL Operator."
1010

centos7/Dockerfile.pgo-backrest.centos7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL Vendor="Crunchy Data Solutions" \
44
PostgresVersion="11" \
55
PostgresFullVersion="11.3" \
66
Version="7.6" \
7-
Release="4.0.0-rc11" \
7+
Release="4.0.0-rc12" \
88
summary="Crunchy Data PostgreSQL Operator - pgBackRest" \
99
description="pgBackRest image that is integrated for use with Crunchy Data's PostgreSQL Operator."
1010

centos7/Dockerfile.pgo-load.centos7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LABEL name="crunchydata/pgo-load" \
55
PostgresVersion="11" \
66
PostgresFullVersion="11.3" \
77
Version="7.6" \
8-
Release="4.0.0-rc11" \
8+
Release="4.0.0-rc12" \
99
url="https://crunchydata.com" \
1010
summary="Crunchy Data PostgreSQL Operator - Load Data" \
1111
description="Loads a CSV or JSON file into the database." \

centos7/Dockerfile.pgo-lspvc.centos7

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

33
LABEL Vendor="Crunchy Data Solutions" \
44
Version="7.6" \
5-
Release="4.0.0-rc11" \
5+
Release="4.0.0-rc12" \
66
summary="Crunchy Data PostgreSQL Operator - Display PVC" \
77
description="Crunchy Data PostgreSQL Operator - Display contents of a PVC"
88

0 commit comments

Comments
 (0)