You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+3
Original file line number
Diff line number
Diff 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.
Copy file name to clipboardexpand all lines: examples/kubernetes/README.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,13 @@ In this example you'll see how stolon can provide an high available postgreSQL c
6
6
## Docker image
7
7
Prebuilt images are available on the dockerhub, the images' tags are their release version. Additional images are available:
8
8
9
-
*`latest`: latest released image (actually v0.3.0).
9
+
*`latest`: latest released image (actually v0.4.0).
10
10
*`master`: automatically built after every commit to the master branch.
11
11
12
12
13
13
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.
14
14
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.
0 commit comments