Skip to content

Commit 1feb1fd

Browse files
author
Jonathan S. Katz
committed
Bump version to 4.1.2
1 parent 38f9c4b commit 1feb1fd

File tree

86 files changed

+111
-105
lines changed

Some content is hidden

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

86 files changed

+111
-105
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.1.1
7+
Latest Release: 4.1.2
88

99
## General
1010

ansible/inventory

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@ namespace='pgouser1,pgouser2'
6262
# CentOS7 images can be found in dockerhub: https://hub.docker.com/u/crunchydata
6363
# RHEL7 images are available to Crunchy customers: https://access.crunchydata.com/login/
6464
ccp_image_prefix='crunchydata'
65-
ccp_image_tag='centos7-12.1-4.1.1'
65+
ccp_image_tag='centos7-12.1-4.1.2'
6666

6767
# Crunchy PostgreSQL Operator images to use. The tags centos7 and rhel7 are acceptable.
6868
pgo_image_prefix='crunchydata'
69-
pgo_image_tag='centos7-4.1.1'
69+
pgo_image_tag='centos7-4.1.2'
7070

7171
# PGO Client Install
7272
pgo_client_install='true'
73-
pgo_client_version='v4.1.1'
73+
pgo_client_version='v4.1.2'
7474

7575
# PGO Apiserver TLS Settings
7676
#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.1.1"
20+
const PGO_VERSION = "4.1.2"
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-12.1-4.1.1
19+
CCP_IMAGE_TAG=centos7-12.1-4.1.2
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="12" \
55
PostgresFullVersion="12.1" \
66
Version="7.7" \
7-
Release="4.1.1" \
7+
Release="4.1.2" \
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="12" \
55
PostgresFullVersion="12.1" \
66
Version="7.7" \
7-
Release="4.1.1" \
7+
Release="4.1.2" \
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="12" \
55
PostgresFullVersion="12.1" \
66
Version="7.7" \
7-
Release="4.1.1" \
7+
Release="4.1.2" \
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="12" \
55
PostgresFullVersion="12.1" \
66
Version="7.7" \
7-
Release="4.1.1" \
7+
Release="4.1.2" \
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-event.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="12" \
55
PostgresFullVersion="12.1" \
66
Version="7.7" \
7-
Release="4.1.1" \
7+
Release="4.1.2" \
88
summary="Crunchy Data PostgreSQL Operator - pgo-event" \
99
description="Crunchy Data PostgreSQL Operator - pgo-event"
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="12" \
66
PostgresFullVersion="12.1" \
77
Version="7.7" \
8-
Release="4.1.1" \
8+
Release="4.1.2" \
99
url="https://crunchydata.com" \
1010
summary="Crunchy Data PostgreSQL Operator - Load Data" \
1111
description="Loads a CSV or JSON file into the database." \

0 commit comments

Comments
 (0)