Skip to content

Commit

Permalink
Release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgotti committed Mar 21, 2018
1 parent a7aecb5 commit d07f290
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
### v0.10.0

#### New features

* Initial support for native kubernetes store ([#433](https://github.com/sorintlab/stolon/pull/433))
* Improved sync standby management ([#444](https://github.com/sorintlab/stolon/pull/444))
* Ability to use strict and dynamic hba entries for keeper replication ([#412](https://github.com/sorintlab/stolon/pull/412))
* Ability to define additional replication slots for external clients ([#434](https://github.com/sorintlab/stolon/pull/434))
* Improved wal level selection ([#450](https://github.com/sorintlab/stolon/pull/450))

Thanks to everybody who contributed to this release:

Pierre Alexandre Assouad, Arun Babu Neelicattu, Sergey Kim

### v0.9.0

#### New features
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/stolon-keeper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: stolon-keeper
image: sorintlab/stolon:master-pg9.6
image: sorintlab/stolon:v0.10.0-pg9.6
command:
- "/bin/bash"
- "-ec"
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/stolon-proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
spec:
containers:
- name: stolon-proxy
image: sorintlab/stolon:master-pg9.6
image: sorintlab/stolon:v0.10.0-pg9.6
command:
- "/bin/bash"
- "-ec"
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/stolon-sentinel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
spec:
containers:
- name: stolon-sentinel
image: sorintlab/stolon:master-pg9.6
image: sorintlab/stolon:v0.10.0-pg9.6
command:
- "/bin/bash"
- "-ec"
Expand Down

0 comments on commit d07f290

Please sign in to comment.