Skip to content

Commit 3403866

Browse files
committed
Merge pull request sorintlab#507 from sgotti/release_v0.11.0
Release v0.11.0
2 parents 816ba2b + 5adb720 commit 3403866

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
### v0.11.0
22

3-
* In the k8s store backend, stolon components discovery now uses the `component` label instead of the `app` label.
3+
#### New features
4+
5+
* In the k8s store backend, stolon components discovery now uses the `component` label instead of the `app` label (See Upgrade Notes) ([#469](https://github.com/sorintlab/stolon/pull/469))
6+
* Improved docker swarm examples to resemble the k8s one ([#482](https://github.com/sorintlab/stolon/pull/482))
7+
* If the user enabled ssl/tls use it also for replication/pg_rewind connections ([#501](https://github.com/sorintlab/stolon/pull/501))
8+
* Remove final newline from example base64 password in k8s example ([#505](https://github.com/sorintlab/stolon/pull/505))
9+
10+
#### Bug Fixes
11+
12+
* Fixed wrong libkv store election path (See Upgrade Notes) ([#479](https://github.com/sorintlab/stolon/pull/479))
13+
* Fixed a check in synchronous replication that will block future synchronous standbys updates under some circumstances ([#494](https://github.com/sorintlab/stolon/pull/494))
14+
* Fixed atomic writes of postgresql genenerated files ([#495](https://github.com/sorintlab/stolon/pull/495))
15+
16+
Thanks to everybody who contributed to this release:
17+
18+
Bill Helgeson, Niklas Hambüchen, Sylvere Richard, Tyler Kellen
19+
420

521
## Upgrades notes.
622

@@ -28,7 +44,6 @@ Pierre Alexandre Assouad, Arun Babu Neelicattu, Sergey Kim
2844
* The logs will be colored only when on a tty or when `--log-color` is provided ([#416](https://github.com/sorintlab/stolon/pull/416))
2945
* Now the store prefix is configurable `--store-prefix` ([#425](https://github.com/sorintlab/stolon/pull/425))
3046

31-
3247
#### BugFixes
3348

3449
* Fixed keeper missing waits for instance ready ([#418](https://github.com/sorintlab/stolon/pull/418))

0 commit comments

Comments
 (0)