Skip to content

Commit

Permalink
Updated the "dep" dependency for the "postgres-operator" repo to (#14)
Browse files Browse the repository at this point in the history
v3.5.0 and updated the pgo-osb version number to v1.2.1.
  • Loading branch information
andrewlecuyer authored and Jeff McCormick committed Jan 24, 2019
1 parent cd741d1 commit 0170053
Show file tree
Hide file tree
Showing 89 changed files with 541 additions and 923 deletions.
6 changes: 3 additions & 3 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

[[constraint]]
name = "github.com/crunchydata/postgres-operator"
version = "3.4.0"
version = "3.5.0"

[[override]]
name = "github.com/spf13/cobra"
Expand Down
5 changes: 3 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image::crunchy_logo.png[Crunchy Data Logo]

Latest Release: v1.2.0, {docdate}
Latest Release: v1.2.1, {docdate}

== General

Expand Down Expand Up @@ -30,6 +30,7 @@ See the following:

== Compatibility

* pgo-osb 1.2.1 works with Postgres Operator 3.5.0
* pgo-osb 1.2.0 works with Postgres Operator 3.4.0
* pgo-osb 1.1.0 works with Postgres Operator 3.3.0
* pgo-osb 1.0.0 works with Postgres Operator 3.2.0
Expand Down Expand Up @@ -61,7 +62,7 @@ export OSB_NAMESPACE=demo
export OSB_CMD=kubectl
export OSB_ROOT=$GOPATH/src/github.com/crunchydata/pgo-osb
export OSB_BASEOS=centos7
export OSB_VERSION=1.2.0
export OSB_VERSION=1.2.1
export OSB_IMAGE_TAG=$OSB_BASEOS-$OSB_VERSION
export OSB_IMAGE_PREFIX=crunchydata
....
Expand Down
4 changes: 2 additions & 2 deletions centos7/Dockerfile.pgo-osb.centos7
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM centos:7

LABEL Vendor="Crunchy Data Solutions" \
Version="1.2.0" \
Release="1.2.0" \
Version="1.2.1" \
Release="1.2.1" \
summary="Crunchy Data pgo-osb open service broker " \
description="Crunchy Data PostgreSQL Operator - pgo-osb "

Expand Down
2 changes: 1 addition & 1 deletion deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
- --CO_APISERVER_URL
- "https://postgres-operator:8443"
- --CO_APISERVER_VERSION
- "3.4.0"
- "3.5.0"
- --insecure
- "true"
- --logtostderr
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0170053

Please sign in to comment.