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
Merge branch 'develop' of github.com:CrunchyData/postgres-operator in…
…to develop
  • Loading branch information
cahoonpwork committed May 22, 2019
commit 447d716c22a6e2f5ab2ec49d4ab0c3bbe88a99ec
3 changes: 1 addition & 2 deletions ansible/roles/pgo-operator/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
pgo_version: "4.0.0-rc8"
pgo_client_url: "https://github.com/CrunchyData/postgres-operator/releases/download/{{ pgo_version }}"
pgo_client_url: "https://github.com/CrunchyData/postgres-operator/releases/download/{{ pgo_client_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-rc8"
const PGO_VERSION = "4.0.0-rc10"

// Ok status
const Ok = "ok"
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.