Release v0.10.0

This commit is contained in:
Simone Gotti 2018-03-21 11:12:18 +01:00
parent a7aecb554c
commit d07f290bcf
4 changed files with 17 additions and 3 deletions

View File

@ -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

View File

@ -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"

View File

@ -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"

View File

@ -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"