File: changelog

package info (click to toggle)
patroni 1.5.5-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,004 kB
  • sloc: python: 12,413; sh: 570; makefile: 28
file content (387 lines) | stat: -rw-r--r-- 15,905 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
patroni (1.5.5-2) unstable; urgency=medium

  * debian/pg_createconfig_patroni: Filter out comments from
    /etc/patroni/dcs.yml when assembling the Patroni configuration file
    (Closes: #930016).
  * debian/pg_createconfig_patroni: Fix determination of host IP/network if `ip
    route get' reports additional output (Closes: #930015).

 -- Michael Banck <michael.banck@credativ.de>  Fri, 07 Jun 2019 13:11:18 +0200

patroni (1.5.5-1) unstable; urgency=medium

  * New upstream release.
  * debian/patches/behave_failure_logging.patch: Removed, applied upstream.
  * debian/patches/acceptance_tests_coverage_binary.patch: Likewise.
  * debian/patches/automatic_primary_reinit.patch: Likewise.
  * debian/patches/automatic_primary_reinit.patch: Likewise.
  * debian/patches/patronictl_timeline_info.patch: Likewise.
  * debian/patches/acceptance_tests_postgres_port.patch: Likewise.
  * debian/patches/fix_replication_connection.patch: Likewise.
  * debian/patches/consul_import.patch: Refreshed.
  * debian/patches/reclone-unable-pg_rewind.patch: Removed, no longer needed.
  * debian/config.yml.in: Set use_pg_rewind to false again.
 
 -- Michael Banck <michael.banck@credativ.de>  Sat, 16 Feb 2019 07:30:02 +0100

patroni (1.5.4-8) unstable; urgency=medium

  * debian/pg_createconfig_patroni: Remove debugging output and fix premature
    exit. 
  * debian/patches/acceptance_tests_coverage_binary.patch: Updated according to
    upstream feedback.
  * debian/patches/behave_failure_logging.patch: Likewise.
  * debian/patches/acceptance_tests_postgres_port.patch: Refreshed.
  * debian/patches/acceptance_tests_system_patroni.patch: Likewise.
  * debian/patches/reclone-unable-pg_rewind.patch: New patch, reclones from the
    primary if use_pg_rewind and remove_data_directory_on_rewind_failure are
    set, but the postgres password is empty.
  * debian/config.yml.in: Set remove_data_directory_on_rewind_failure and
    use_pg_rewind to true.

 -- Michael Banck <michael.banck@credativ.de>  Fri, 08 Feb 2019 17:44:53 +0100

patroni (1.5.4-7) unstable; urgency=medium

  * debian/pg_createconfig_patroni: Remove --scope option in favor of
    pg_createcluster's regular "[options] <version> <cluster name>" syntax.
  * debian/README.Debian: Updated accordingly.
  * debian/patches/sphinx_no_mathjax.patch: Removed, no longer needed.
  * debian/patches/coverage_binary.patch: Removed, and replaced with ...
  * debian/patches/acceptance_tests_coverage_binary.patch: ... this patch,
    which is generally applicable.
  * debian/patches/acceptance_tests_system_patroni.patch: Refreshed.
  * debian/patches/acceptance_tests_postgres_port.patch: Likewise.

 -- Michael Banck <michael.banck@credativ.de>  Thu, 07 Feb 2019 18:13:05 +0100

patroni (1.5.4-6) unstable; urgency=medium

  * debian/tests/acceptance: Fix DCS check for zookeeper in case etcd-server is
    installed as well.
  * debian/pg_createconfig_patroni: Determine Patroni API port dynamically and
    add @API_PORT@ substitution.
  * debian/config.yml.in: Replace API port by @API_PORT@.
  * debian/tests/acceptance: Set shell to bash.

 -- Michael Banck <michael.banck@credativ.de>  Mon, 04 Feb 2019 21:12:00 +0100

patroni (1.5.4-5) unstable; urgency=medium

  * debian/config.yml.in: Set postgresql.pgpass option and add a commented-out
    pg_hba line for md5 connections from the local network.
  * debian/tests/control: Use `Test-Command' directive with relative path
    instead of `Tests' and pass it the DCS as argument.
  * debian/tests/acceptance: Set DCS variable as provided by the command-line
    argument.
  * debian/README.Debian: Add sections on pg_hba.conf and pg_rewind/postgres
    database password.
  * debian/config.yml.in: Create pgpass file under /var/lib/postgresql.

 -- Michael Banck <michael.banck@credativ.de>  Mon, 04 Feb 2019 12:15:11 +0100

patroni (1.5.4-4) unstable; urgency=medium

  * debian/pg_clonecluster_patroni: Create stub instance with start.conf set to
    manual instead of disabled, in lines with pg_creatcluster_patroni.
  * debian/config.yml.in: Make PostgreSQL to also listen to 127.0.0.1 by
    default.
  * debian/patches/fix_replication_connection.patch: New patch, fixes the
    initiation of replication connections for version 10 and up, taken from
    proposed upstream commit e285e159.
  * debian/config.yml.in: Set pg_hba in bootstrap.dcs.postgresql section.  This
    way, it will be picked up by replicas as well.  As the pg_hba.conf file is
    created from scratch in this case, also add the default values.
  * debian/tests/acceptance: Wait 5 seconds after starting zookeeper.

 -- Michael Banck <michael.banck@credativ.de>  Tue, 29 Jan 2019 11:22:26 +0100

patroni (1.5.4-3) unstable; urgency=medium

  [ Christoph Berg ]
  * Remove myself from uploaders.

  [ Michael Banck ]
  * debian/patches/patronictl_timeline_info.patch: New patch, shows timeline
    information in patronictl list, taken from proposed upstream commit
    fcc28c1b.
  * debian/patches/automatic_primary_reinit.patch: New patch, allows to
    automatically reinit a former primary if a rewind is not possible, taken
    from proposed upstream commit 3a509cab.
  * debian/patches/acceptance_tests_postgres_port.patch: New patch, set base
    port for acceptance tests to 5420 in order not to conflict with possible
    system clusters.
  * debian/tests/acceptance: Set JAVA_OPTS to "-Djava.net.preferIPv4Stack=true"
    in /etc/default/zookeepr if DCS is zookeeper.
  * debian/config.yml.in: Set use_pg_rewind to false and add
    remove_data_directory_on_diverged_timelines option.
  * debian/tests/acceptance: Add support for consul as DCS.
  * debian/tests/control: Add additional acceptance tests runs with zookeeper
    and consul as DCS.

 -- Michael Banck <michael.banck@credativ.de>  Sun, 27 Jan 2019 14:21:26 +0100

patroni (1.5.4-2) unstable; urgency=medium

  * debian/config.yml.in: Remove DCS-related commented-out lines and replace
    them with @DCS_CONFIG@ placeholder.
  * debian/pg_createconfig_patroni: Load DCS configuration into $DCS_CONFIG
    variable and replace both @HOSTNAME@ and @DCS_CONFIG@ placeholders in
    config template.
  * debian/config.yml.in: Commented out pgpass directive.
  * debian/pg_createcluster_patroni: Put clusters in manual mode, rather than
    disabled mode during creation.
  * debian/pg_createconfig_patroni: Add support for --network switch and set
    $NETWORK variable to local network if not set.
  * debian/config.yml.in: Allow replication and client connections from
    @NETWORK@ network.
  * debian/README.Debian: Updated.

 -- Michael Banck <michael.banck@credativ.de>  Mon, 21 Jan 2019 17:10:33 +0100

patroni (1.5.4-1) unstable; urgency=medium

  * New upstream point release.
  * debian/patches/acceptance_tests_system_patroni.patch: Refreshed.
  * debian/patches/behave_failure_logging.patch: Likewise.
  * debian/patches/check_postmaster.patch: Likewise.
  * debian/patches/consul_import.patch: Likewise.
  * debian/patches/coverage_binary.patch: Likewise.
  * debian/README.Debian: New file (Closes: #916186).
  * debian/config.yml.in: Add @PORT@ option.
  * debian/pg_createconfig_patroni: Add --port option and automatically assign
    the next free pg-common port if not specified.
  * debian/pg_createconfig_patroni: Make sure $HOSTIP has no spaces.

 -- Michael Banck <michael.banck@credativ.de>  Tue, 15 Jan 2019 19:12:15 +0100

patroni (1.5.3-2) unstable; urgency=medium

  * debian/pg_createconfig_patroni: Set owner of Patroni configuration file to
    postgres.
  * debian/config.yml.in: Updated with more comments and using the postgres
    user with local sockets as default mode.

 -- Michael Banck <michael.banck@credativ.de>  Mon, 14 Jan 2019 22:28:41 +0100

patroni (1.5.3-1) unstable; urgency=medium

  * New upstream point release.

  [ Michael Banck ]
  * debian/patches/startup_scripts.patch: Split out patroni@.service into ...
  * debian/patroni@.service: ... this.
  * debian/patroni.install: Adjusted.
  * debian/patroni@.service: Set environment file to /etc/patroni/env.conf.

  [ Christoph Berg ]
  * Use shared gitlab-ci.yml file from postgresql-common.

 -- Michael Banck <michael.banck@credativ.de>  Mon, 14 Jan 2019 12:24:42 +0100

patroni (1.5.1-2) unstable; urgency=medium

  * debian/pg_createconfig_patroni: Make variable-substitution globally.
  * debian/pg_createcluster_patroni, debian/pg_clonecluster_patroni: Set
    start mode to disabled.
  * debian/patches/startup_scripts.patch: Add RuntimeDirectory option, set to
    create the instance temporary statistics direcotry %v-%c.pg_stat_tmp.

 -- Michael Banck <michael.banck@credativ.de>  Sat, 10 Nov 2018 18:36:25 +0100

patroni (1.5.1-1) unstable; urgency=medium

  * New upstream release.

  [ Michael Banck ]
  * debian/patches/behave_failure_logging.patch: Refreshed.
  * debian/patches/consul_import.patch: Likewise.
  * debian/patches/coverage_binary.patch: Likewise.
  * debian/patches/startup_scripts.patch: Likewise.
  * debian/pg_createconfig_patroni: New script. 
  * debian/dcs.yml, debian/config.yml.in: New configuration templates.
  * debian/patroni.install: Install new script to /usr/bin and configuration
    templates to /etc/patroni.

 -- Michael Banck <michael.banck@credativ.de>  Mon, 05 Nov 2018 08:49:46 +0100

patroni (1.5.0-12) unstable; urgency=medium

  * debian/patroni.install: Install binaries as well. 
  * debian/patches/acceptance_tests_system_patroni.patch: New patch, use the
    system installed patroni for acceptance tests.

 -- Michael Banck <michael.banck@credativ.de>  Fri, 02 Nov 2018 19:21:54 +0100

patroni (1.5.0-11) unstable; urgency=medium

  * debian/patroni.install: Install debian/tmp/usr/lib into patroni package.
  * debian/pg_clonecluster_patroni, debian/pg_createcluster_patroni: Support
    both '/' and '-' as version/clustername separator.

 -- Michael Banck <michael.banck@credativ.de>  Fri, 26 Oct 2018 14:47:09 +0100

patroni (1.5.0-10) unstable; urgency=medium

  * debian/control (patroni-doc): New package.
  * debian/patroni.install: Move installation of HTML documentation to ...
  * debian/patroni-doc.install: ... this new file.
  * debian/rules (override_dh_installinit): Install init scripts in
    patroni package only. 

 -- Michael Banck <michael.banck@credativ.de>  Fri, 26 Oct 2018 12:43:07 +0100

patroni (1.5.0-9) unstable; urgency=medium

  * debian/patches/startup_scripts.patch: Add patroni service template
    patroni@.service.
  * debian/patroni.install: Install it.
  * debian/pg_createcluster_patroni, debian/pg_clonecluster_patroni: New files,
    wrapper scripts that can be used for Patroni bootstrap or standby setup.
  * debian/patroni.install: Install them in /usr/share/patroni.
  * debian/control (Depends): Replace python3-sphinx-rtd-theme and
    libjs-sphinxdoc with ${sphinxdoc:Depends}.

 -- Michael Banck <michael.banck@credativ.de>  Mon, 22 Oct 2018 18:56:11 +0200

patroni (1.5.0-8) unstable; urgency=medium

  * debian/control (Depends): Added python3-sphinx-rtd-theme and
    libjs-sphinxdoc (Closes: #910427).

 -- Michael Banck <michael.banck@credativ.de>  Sat, 06 Oct 2018 11:57:03 +0200

patroni (1.5.0-7) unstable; urgency=medium

  * debian/control (Depends): Add explicit Depends on one of the DCS client
    modules (python3-etcd, python3-consul, python3-kazoo and
    python3-kubernetes) with python3-etcd as first option.
  * debian/tests/acceptance: Add ETCD_UNSUPPORTED_ARCH=386 to invocation for
    i386.

 -- Michael Banck <michael.banck@credativ.de>  Fri, 05 Oct 2018 12:20:40 +0200

patroni (1.5.0-6) unstable; urgency=medium

  * debian/config.yml: Updated with recent changes from upstream config
    example.
  * debian/patches/patroni_service.patch: Removed, and folded into ...
  * debian/patches/startup_scripts.patch: ... this.
  * debian/patroni.dirs: New file, create /etc/patroni directory.

 -- Michael Banck <michael.banck@credativ.de>  Mon, 01 Oct 2018 15:10:02 +0200

patroni (1.5.0-5) unstable; urgency=medium

  * debian/patches/check_postmaster.patch: Update unit tests as well. 

 -- Michael Banck <michael.banck@credativ.de>  Wed, 26 Sep 2018 16:08:50 +0200

patroni (1.5.0-4) unstable; urgency=medium

  * debian/gitlab-ci.yml: Updated.
  * debian/patches/check_postmaster.patch: New patch, replaces the process
    creation time check for postmaster presense with sending signal 0, similar
    to what pg_ctl does.  Closes: #909532.

 -- Michael Banck <michael.banck@credativ.de>  Wed, 26 Sep 2018 14:27:50 +0200

patroni (1.5.0-3) unstable; urgency=medium

  * debian/gitlab-ci.yml: New file. 
  * debian/patches/behave_failure_logging.patch: New patch, copy over output
    directory of a failed feature with `_failed' at the end.
  * debian/tests/acceptance: Dump logs for failed features.

 -- Michael Banck <michael.banck@credativ.de>  Tue, 25 Sep 2018 15:45:04 +0200

patroni (1.5.0-2) unstable; urgency=medium

  * debian/tests/acceptance: Run all tests again.

 -- Michael Banck <michael.banck@credativ.de>  Sun, 23 Sep 2018 12:40:53 +0200

patroni (1.5.0-1) unstable; urgency=medium

  * New upstream release.

  [ Christoph Berg ]
  * Mention Kubernetes in description.

  [ Michael Banck ]
  * debian/patches/relax_requirements.patch: Removed, no longer needed.
  * debian/patches/python3.7: Likewise.
  * debian/patches/coverage_binary.patch: Refreshed.
  * debian/patches/startup_scripts.patch: Likewise.

 -- Michael Banck <michael.banck@credativ.de>  Fri, 21 Sep 2018 11:40:46 +0200

patroni (1.4.4-2) unstable; urgency=medium

  * Move maintainer address to team+postgresql@tracker.debian.org.
  * Avoid using "async" which is a keyword in python3.7. Closes: #904369.

 -- Christoph Berg <myon@debian.org>  Tue, 24 Jul 2018 20:45:19 +0200

patroni (1.4.4-1) unstable; urgency=medium

  * Team upload.
  * New upstream version.
  * Run first basic replication test only.

 -- Christoph Berg <myon@debian.org>  Mon, 04 Jun 2018 23:16:20 +0200

patroni (1.4.3-1) unstable; urgency=medium

  * New upstream version.
  * Add python3-coverage to acceptance test depends.
    Reported by Matthias Klose, thanks! Closes: #894235.

 -- Christoph Berg <christoph.berg@credativ.de>  Fri, 06 Apr 2018 12:13:27 +0200

patroni (1.4.2-2) unstable; urgency=medium

  * Team upload.
  * debian/tests: Tidy /tmp/pgpass?.
  * debian/tests: Use zookeeperd when etcd-server is not available.
  * debian/tests: Set TZ=UTC.
  * Remove testsuite clutter on clean.
  * features/environment.py: Make "import consul" optional.
  * Bump DH compat to 10 to get systemd integration; patch patroni.service to
    start only if /etc/patroni/config.yml exists.

 -- Christoph Berg <myon@debian.org>  Thu, 15 Feb 2018 11:21:57 +0100

patroni (1.4.2-1) unstable; urgency=medium

  * New upstream point release.

 -- Michael Banck <michael.banck@credativ.de>  Fri, 02 Feb 2018 19:36:12 +0100

patroni (1.4.1-1) unstable; urgency=medium

  * New upstream release.

  [ Christoph Berg ]
  * Move packaging repository to salsa.debian.org

  [ Michael Banck ]
  * debian/patches/pgpass_in_testsuite.patch: Removed, no longer needed.
  * debian/patches/sphinx_no_mathjax.patch: Refreshed.
  * debian/patches/startup_scripts.patch: Updated.
  * debian/patches/coverage_binary.patch: Likewiese.
  * debian/pathes/relax_kazoo_requirement.patch: Removed, no longer needed.
  * debian/rules (override_dh_auto_install): Remove tr-hack, the example init
    file no longer has DOS line endings.
  * debian/control (Build-Depends): Added python3-kubernetes.
  * debian/patches/relax_requirements.patch: New patch, relaxes the
    python3-kubernetes requirements.

 -- Michael Banck <michael.banck@credativ.de>  Wed, 24 Jan 2018 13:52:16 +0100

patroni (1.3.4-1) unstable; urgency=medium

  * Team upload.
  * Initial release. (Closes: #875493)

 -- Michael Banck <michael.banck@credativ.de>  Sat, 21 Oct 2017 10:58:35 +0200