Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd07f290

Browse files
committed
Release v0.10.0
1 parenta7aecb5 commitd07f290

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

‎CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
###v0.10.0
2+
3+
####New features
4+
5+
* Initial support for native kubernetes store ([#433](https://github.com/sorintlab/stolon/pull/433))
6+
* Improved sync standby management ([#444](https://github.com/sorintlab/stolon/pull/444))
7+
* Ability to use strict and dynamic hba entries for keeper replication ([#412](https://github.com/sorintlab/stolon/pull/412))
8+
* Ability to define additional replication slots for external clients ([#434](https://github.com/sorintlab/stolon/pull/434))
9+
* Improved wal level selection ([#450](https://github.com/sorintlab/stolon/pull/450))
10+
11+
Thanks to everybody who contributed to this release:
12+
13+
Pierre Alexandre Assouad, Arun Babu Neelicattu, Sergey Kim
14+
115
###v0.9.0
216

317
####New features

‎examples/kubernetes/stolon-keeper.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
terminationGracePeriodSeconds:10
2020
containers:
2121
-name:stolon-keeper
22-
image:sorintlab/stolon:master-pg9.6
22+
image:sorintlab/stolon:v0.10.0-pg9.6
2323
command:
2424
-"/bin/bash"
2525
-"-ec"

‎examples/kubernetes/stolon-proxy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
spec:
1313
containers:
1414
-name:stolon-proxy
15-
image:sorintlab/stolon:master-pg9.6
15+
image:sorintlab/stolon:v0.10.0-pg9.6
1616
command:
1717
-"/bin/bash"
1818
-"-ec"

‎examples/kubernetes/stolon-sentinel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
spec:
1313
containers:
1414
-name:stolon-sentinel
15-
image:sorintlab/stolon:master-pg9.6
15+
image:sorintlab/stolon:v0.10.0-pg9.6
1616
command:
1717
-"/bin/bash"
1818
-"-ec"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp