Skip to content

Commit 920fe4b

Browse files
committed
Release v0.16.0
1 parent 350ddf6 commit 920fe4b

File tree

5 files changed

+40
-26
lines changed

5 files changed

+40
-26
lines changed

CHANGELOG.md

Lines changed: 33 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,28 @@
1+
### v0.16.0
2+
3+
#### New features
4+
5+
* k8s store: patch pod annotations instead of doing a full update ([#751](https://github.com/sorintlab/stolon/pull/751))
6+
* Make proxyCheckInterval and proxyTimeout configurable ([#756](https://github.com/sorintlab/stolon/pull/756))
7+
* Make DefaultSyncTimeout infinite ([#752](https://github.com/sorintlab/stolon/pull/752))
8+
* Document SyncTimeout cluster spec option ([#749](https://github.com/sorintlab/stolon/pull/749))
9+
10+
and [many other](https://github.com/sorintlab/stolon/milestone/15) changes.
11+
12+
A big Thank You to everybody who contributed to this release!
13+
14+
115
### v0.15.0
216

317
#### New features
418

5-
* Support PostgreSQL 12 [#727](https://github.com/sorintlab/stolon/pull/727))
6-
* Added wal-g examples [#726](https://github.com/sorintlab/stolon/pull/726))
7-
* Stolonctl spec: don't show null clusterspec options [#736](https://github.com/sorintlab/stolon/pull/736))
8-
* Prevent stolonctl init with empty clusterspec file [#702](https://github.com/sorintlab/stolon/pull/702))
19+
* Support PostgreSQL 12 ([#727](https://github.com/sorintlab/stolon/pull/727))
20+
* Added wal-g examples ([#726](https://github.com/sorintlab/stolon/pull/726))
21+
* Stolonctl spec: don't show null clusterspec options ([#736](https://github.com/sorintlab/stolon/pull/736))
22+
* Prevent stolonctl init with empty clusterspec file ([#702](https://github.com/sorintlab/stolon/pull/702))
923

1024
#### Bug Fixes
11-
* Do pg_rewind only against primary instance [#698](https://github.com/sorintlab/stolon/pull/698))
25+
* Do pg_rewind only against primary instance ([#698](https://github.com/sorintlab/stolon/pull/698))
1226

1327
and [many other](https://github.com/sorintlab/stolon/milestone/14) changes.
1428

@@ -19,25 +33,25 @@ A big Thank You to everybody who contributed to this release!
1933

2034
#### New features
2135

22-
* Add sentinel prometheus metrics [#656](https://github.com/sorintlab/stolon/pull/656))
23-
* Store only the last 2 postgres timeline histories to not exceed the max value size of the underlying store [#651](https://github.com/sorintlab/stolon/pull/651))
24-
* Add keeper prometheus metrics [#639](https://github.com/sorintlab/stolon/pull/639))
36+
* Add sentinel prometheus metrics ([#656](https://github.com/sorintlab/stolon/pull/656))
37+
* Store only the last 2 postgres timeline histories to not exceed the max value size of the underlying store ([#651](https://github.com/sorintlab/stolon/pull/651))
38+
* Add keeper prometheus metrics ([#639](https://github.com/sorintlab/stolon/pull/639))
2539
* stolonctl status can output status in json format ([#628](https://github.com/sorintlab/stolon/pull/628))
2640
* Enable all k8s client auth plugins ([#625](https://github.com/sorintlab/stolon/pull/625) [#632](https://github.com/sorintlab/stolon/pull/632))
2741
* It's now possible to define the advertise address and port in stolon keeper ([#581](https://github.com/sorintlab/stolon/pull/581))
2842
* A new `stolonctl register` command was added to set service discovery information about keepers to an external service (currently only consul) ([#557](https://github.com/sorintlab/stolon/pull/557))
29-
* Ability to auto restart an instance when updating a postgres parameter that requries a restart [#568](https://github.com/sorintlab/stolon/pull/568))
30-
* Add stolon clusterdata read/write subcommands [#578](https://github.com/sorintlab/stolon/pull/578))
31-
* Enable verbose e progress logging for pg_basebackup [#665](https://github.com/sorintlab/stolon/pull/665))
32-
* Implement timeouts for kubernetes api calls [#666](https://github.com/sorintlab/stolon/pull/666))
43+
* Ability to auto restart an instance when updating a postgres parameter that requries a restart ([#568](https://github.com/sorintlab/stolon/pull/568))
44+
* Add stolon clusterdata read/write subcommands ([#578](https://github.com/sorintlab/stolon/pull/578))
45+
* Enable verbose e progress logging for pg_basebackup ([#665](https://github.com/sorintlab/stolon/pull/665))
46+
* Implement timeouts for kubernetes api calls ([#666](https://github.com/sorintlab/stolon/pull/666))
3347

3448
#### Bug Fixes
35-
* Avoid unneeded postgres instance reloads [#558](https://github.com/sorintlab/stolon/pull/558))
36-
* Allow special characters in pg-su-username [#658](https://github.com/sorintlab/stolon/pull/658))
37-
* Fix failover process if a keeper has filesystem errors [#637](https://github.com/sorintlab/stolon/pull/637))
38-
* postgres: use go database/sql context functions [#635](https://github.com/sorintlab/stolon/pull/635))
39-
* Use go database/sql context functions [#635](https://github.com/sorintlab/stolon/pull/635))
40-
* Fix hanging sentinels [#659](https://github.com/sorintlab/stolon/pull/659))
49+
* Avoid unneeded postgres instance reloads ([#558](https://github.com/sorintlab/stolon/pull/558))
50+
* Allow special characters in pg-su-username ([#658](https://github.com/sorintlab/stolon/pull/658))
51+
* Fix failover process if a keeper has filesystem errors ([#637](https://github.com/sorintlab/stolon/pull/637))
52+
* postgres: use go database/sql context functions ([#635](https://github.com/sorintlab/stolon/pull/635))
53+
* Use go database/sql context functions ([#635](https://github.com/sorintlab/stolon/pull/635))
54+
* Fix hanging sentinels ([#659](https://github.com/sorintlab/stolon/pull/659))
4155

4256
and [many other](https://github.com/sorintlab/stolon/milestone/13) changes.
4357

@@ -77,7 +91,7 @@ A big Thank You to everybody who contributed to this release:
7791
#### Bug Fixes
7892

7993
* Sort keepers addresses in `pg_hba.conf` to avoid unneeded postgres instance reloads ([#558](https://github.com/sorintlab/stolon/pull/558))
80-
* Set `recovery_target_action` to promote when using recovery target settings [#545](https://github.com/sorintlab/stolon/pull/545))
94+
* Set `recovery_target_action` to promote when using recovery target settings ([#545](https://github.com/sorintlab/stolon/pull/545))
8195
* Fixed wrong listen address used in `pg_hba.conf` when `SUReplAccessStrict` mode was enabled ([#520](https://github.com/sorintlab/stolon/pull/520))
8296

8397
and [many other](https://github.com/sorintlab/stolon/milestone/12) bug fixes and documentation improvements.

examples/kubernetes/stolon-keeper.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
terminationGracePeriodSeconds: 10
2626
containers:
2727
- name: stolon-keeper
28-
image: sorintlab/stolon:master-pg10
28+
image: sorintlab/stolon:v0.16.0-pg10
2929
command:
3030
- "/bin/bash"
3131
- "-ec"

examples/kubernetes/stolon-proxy.yaml

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

examples/kubernetes/stolon-sentinel.yaml

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

examples/swarm/docker-compose-pg.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ secrets:
88

99
services:
1010
sentinel:
11-
image: sorintlab/stolon:master-pg10
11+
image: sorintlab/stolon:v0.16.0-pg10
1212
command: gosu stolon stolon-sentinel --cluster-name stolon-cluster --store-backend=etcdv3 --store-endpoints http://etcd-00:2379,http://etcd-01:2379,http://etcd-02:2379 --log-level debug
1313
networks:
1414
- etcd_etcd
@@ -22,7 +22,7 @@ services:
2222
failure_action: pause
2323

2424
keeper1:
25-
image: sorintlab/stolon:master-pg10
25+
image: sorintlab/stolon:v0.16.0-pg10
2626
hostname: keeper1
2727
environment:
2828
- PGDATA=/var/lib/postgresql/data
@@ -41,7 +41,7 @@ services:
4141
# constraints: [node.labels.nodename == node1]
4242

4343
keeper2:
44-
image: sorintlab/stolon:master-pg10
44+
image: sorintlab/stolon:v0.16.0-pg10
4545
hostname: keeper2
4646
environment:
4747
- PGDATA=/var/lib/postgresql/data
@@ -59,7 +59,7 @@ services:
5959
# constraints: [node.labels.nodename == node2]
6060

6161
proxy:
62-
image: sorintlab/stolon:master-pg10
62+
image: sorintlab/stolon:v0.16.0-pg10
6363
command: gosu stolon stolon-proxy --listen-address 0.0.0.0 --cluster-name stolon-cluster --store-backend=etcdv3 --store-endpoints http://etcd-00:2379,http://etcd-01:2379,http://etcd-02:2379 --log-level info
6464
networks:
6565
- etcd_etcd

0 commit comments

Comments
 (0)