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

Commit9dbf32d

Browse files
committed
Release v0.9.0
1 parentc9a70bb commit9dbf32d

File tree

8 files changed

+24
-7
lines changed

8 files changed

+24
-7
lines changed

‎CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
###v0.9.0
2+
3+
####New features
4+
5+
* The logs will be colored only when on a tty or when`--log-color` is provided ([#416](https://github.com/sorintlab/stolon/pull/416))
6+
* Now the store prefix is configurable`--store-prefix` ([#425](https://github.com/sorintlab/stolon/pull/425))
7+
8+
9+
####BugFixes
10+
11+
* Fixed keeper missing waits for instance ready ([#418](https://github.com/sorintlab/stolon/pull/418))
12+
* Fixed etcdv3 store wrong get leader timeout causing`stolonctl status` errors ([#426](https://github.com/sorintlab/stolon/pull/426))
13+
14+
Thanks to everybody who contributed to this release:
15+
16+
Pierre Fersing, Dmitry Andreev
17+
118
###v0.8.0
219

320
####New features

‎examples/kubernetes/rc/stolon-keeper0.yaml

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

‎examples/kubernetes/rc/stolon-keeper1.yaml

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

‎examples/kubernetes/rc/stolon-proxy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
spec:
1616
containers:
1717
-name:stolon-proxy
18-
image:sorintlab/stolon:master-pg9.6
18+
image:sorintlab/stolon:v0.9.0-pg9.6
1919
command:
2020
-"/bin/bash"
2121
-"-ec"

‎examples/kubernetes/rc/stolon-sentinel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
spec:
1616
containers:
1717
-name:stolon-sentinel
18-
image:sorintlab/stolon:master-pg9.6
18+
image:sorintlab/stolon:v0.9.0-pg9.6
1919
command:
2020
-"/bin/bash"
2121
-"-ec"

‎examples/kubernetes/statefulset/stolon-keeper.yaml

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

‎examples/kubernetes/statefulset/stolon-proxy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
spec:
1616
containers:
1717
-name:stolon-proxy
18-
image:sorintlab/stolon:master-pg9.6
18+
image:sorintlab/stolon:v0.9.0-pg9.6
1919
command:
2020
-"/bin/bash"
2121
-"-ec"

‎examples/kubernetes/statefulset/stolon-sentinel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
spec:
1616
containers:
1717
-name:stolon-sentinel
18-
image:sorintlab/stolon:master-pg9.6
18+
image:sorintlab/stolon:v0.9.0-pg9.6
1919
command:
2020
-"/bin/bash"
2121
-"-ec"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp