Skip to content

Commit 0fba930

Browse files
committed
Release v0.4.0
1 parent c2598a1 commit 0fba930

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### v0.4.0
2+
3+
Some cleanups and changes in preparation for release v0.5.0 that will receive a big refactor (with different breaking changes) needed to bring a lot of new features.
14

25
### v0.3.0
36

examples/kubernetes/README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@ In this example you'll see how stolon can provide an high available postgreSQL c
66
## Docker image
77
Prebuilt images are available on the dockerhub, the images' tags are their release version. Additional images are available:
88

9-
* `latest`: latest released image (actually v0.3.0).
9+
* `latest`: latest released image (actually v0.4.0).
1010
* `master`: automatically built after every commit to the master branch.
1111

1212

1313
In the [image](examples/kubernetes/image/docker) directory you'll find the Dockerfile to build the image used in this example. Once the image is built you should push it to the docker registry used by your kubernetes infrastructure.
1414

15-
`sorintlab/stolon:master` is the one used by the kubernetes definitions in this example.
16-
For a more stable testing you can use `sorintlab/stolon:latest`
15+
`sorintlab/stolon:v0.4.0` is the one used by the kubernetes definitions in this example.
1716

1817
### Keepers discovery
1918

examples/kubernetes/stolon-keeper.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
spec:
1616
containers:
1717
- name: stolon-keeper
18-
image: sorintlab/stolon:master
18+
image: sorintlab/stolon:v0.4.0
1919
env:
2020
- name: KEEPER
2121
value: "true"

examples/kubernetes/stolon-proxy.yaml

+1-1
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
18+
image: sorintlab/stolon:v0.4.0
1919
env:
2020
- name: PROXY
2121
value: "true"

examples/kubernetes/stolon-sentinel.yaml

+1-1
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
18+
image: sorintlab/stolon:v0.4.0
1919
env:
2020
- name: SENTINEL
2121
value: "true"

0 commit comments

Comments
 (0)