48fbf64ea9
Release v3.3.0 ( #3043 )
...
* Make sure tests are not making external calls
and pass url with scheme to urllib3 to avoid warnings
* Make sure unit tests not rely on filesystem state
* Bump pyright and "solve" reported "issues"
Most of them are related to partially unknown types of values from empty
dict or list. To solve it for the empty dict we use `EMPTY_DICT` object of
newly introduced `_FrozenDict` class.
* Improve unit-tests code coverage
* Add release notes for 3.3.0
* Bump version
* Fix pyinstaller spec file
* python 3.6 compatibility
---------
Co-authored-by: Polina Bungina <[email protected] >
2024-04-04 17:51:26 +02:00
688c85389c
Release v3.2.2 ( #3007 )
...
- update release notes
- bump Patroni version
- bump pyright version and fix reported issues
- improve compatibility with legacy psycopg2
Co-authored-by: Polina Bungina <[email protected] >
2024-01-17 08:31:08 +01:00
Alexander Kukushkin and GitHub
6976939f09
Release/v3.2.1 ( #2968 )
...
- bump version
- bump pyright
- update release notes
2023-11-30 16:50:42 +01:00
Alexander Kukushkin and GitHub
ce10e5fccc
Release v3.2.0 ( #2930 )
...
- bump version
- bump pyright and apply fixes
- update release notes
2023-10-25 16:13:30 +02:00
Alexander Kukushkin and GitHub
a3b3e1bc1c
Release v3.1.2 ( #2885 )
...
- bump version
- update release notes
2023-09-26 12:30:27 +02:00
Alexander Kukushkin and GitHub
66bdb1ae12
Release v3.1.1 ( #2872 )
...
* Bump version
* Update release notes
* Update contributing guidelines and tox.ini (include v16)
* Enable tests for `REL*` branches
2023-09-20 12:00:18 +02:00
Alexander Kukushkin and GitHub
84aac437c1
Release v3.1.0 ( #2801 )
...
- bump pyright and resolve reported issues
- bump Patroni version
- update release notes
2023-08-03 13:02:29 +02:00
Alexander Kukushkin and GitHub
a4d29eb99e
Release v3.0.4 ( #2754 )
...
- update release notes
- bump version
- bump pyright version
2023-07-13 11:51:38 +02:00
Martín Marqués and GitHub
e72d3ba79e
Use full names for contributors in the release notes ( #2725 )
...
Until the last release, contributors' names were fully written on the
first occurence during that release. This meant that if Alexander had
four contributions in the release, we would use Alexander Kukushkin on
the first item in the release, and on all the others just Alexander.
This could, in some cases, create some confusion. For example, if there
are more than one contributor with the same first name that has more
than one contribution each.
For this reason, in release 3.0.3, we used the full names of contributors
on all the items from the release.
This patch is to amend the old release notes and have each entry with the
full name of the contributor.
Also fix typo with 2 spaces between first name and last name in one bug fix
Signed-off-by: Martín Marqués <[email protected] >
2023-07-04 18:53:53 +03:00
Andrey and GitHub
74d78dbba2
Update request_queue_size feature authors ( #2723 )
...
Add Aleksei Sukhov do the authors
2023-06-26 08:11:09 +02:00
Alexander Kukushkin and GitHub
6f91f4f4e2
Release v3.0.3 ( #2719 )
...
* Bump version
* Bump pyright version and fix newly reported issues
* Update release notes
* Fix typos, extend release process desc
* Add readthedocs configuration file v2
* Fix Dockerfile.citus files
2023-06-22 10:46:02 +02:00
Polina Bungina and GitHub
4e1b9937b9
Documentation improvements ( #2661 )
...
* Further nested lists rendering fixes
* Remove a couple of sphinx warnings
* Fix bootstrap.users.password description
* Boto->boto3 in README's
* Split configuration docs and move some lines across files
* Fix a typo
2023-05-04 07:24:37 +02:00
Alexander Kukushkin and GitHub
39875f448c
Release v3.0.2 ( #2617 )
...
- bump version
- update release notes
- update links to Postgres Slack
- simplify /sync health-check endpoint code
- update unit-tests to cover missing lines
2023-03-24 08:54:54 +01:00
Polina Bungina and GitHub
422047f105
Release 3.0.1 ( #2561 )
...
* Bump version
* Update release notes
* Return 3.6 to supported versions in setup.py
2023-02-16 08:51:47 +01:00
Alexander Kukushkin and GitHub
7869f5e211
Release 3.0.0 ( #2545 )
...
* bump version
* update release notes
* removed 2.7, 3.4, 3.5, and 3.6 from supported versions in setup.py
* switched GH actions back to ubuntu-latest, removed tests with 2.7 and 3.6, and added 3.11
* some little fixes in Citus documentation and behave tests
2023-01-30 10:29:08 +01:00
acecbe0d8f
Fix a couple of linter problems, delete TODO.md ( #2526 )
...
Fix a couple of linter problems, remove trailing whitespaces
Co-authored-by: Alexander Kukushkin <[email protected] >
2023-01-17 10:52:03 +01:00
Alexander Kukushkin and GitHub
442bd3f434
Compatibility with some old modules ( #2514 )
...
- old click differently handles argument names
- old pytest doesn't like `from mock import call`
Bump version and update release notes.
Close: https://github.com/zalando/patroni/issues/2508
Close: https://github.com/zalando/patroni/issues/2512
2023-01-04 07:24:52 +01:00
bad158046e
Release v2.1.6 ( #2507 )
...
* bump version
* update release notes
Co-authored-by: Alexander Kukushkin <[email protected] >
2022-12-30 13:32:34 +01:00
Alexander Kukushkin and GitHub
53f89faaab
Release v2.1.5 ( #2462 )
...
* bump version
* update release notes
* run some behave tests on v15
* automate release process by building/pushing packages on tag creation and release publication
2022-11-28 10:45:04 +01:00
Alexander Kukushkin and GitHub
fb06af9adb
Release 2.1.4 ( #2322 )
...
- bump version
- update release notes
- implement missing unit-tests
2022-06-01 16:00:56 +02:00
Alexander Kukushkin and GitHub
333d41d9f0
Release 2.1.3 ( #2219 )
...
* Implement missing unit-tests
* Bump version
* Update release notes
2022-02-18 14:16:15 +01:00
Alexander Kukushkin and GitHub
dc9ff4cb8a
Release 2.1.2 ( #2136 )
...
* Implement missing unit-tests
* Bump version
* Update release notes
2021-12-03 15:49:57 +01:00
Alexander Kukushkin and GitHub
93efa91bbd
Release 2.1.1 ( #2039 )
...
* Update release notes
* Bump version
* Improve unit-test coverage
2021-08-19 15:44:37 +02:00
Julien Riou and GitHub
cb80f7ee06
docs: fix typo in 2.1.0 release note ( #1999 )
2021-07-09 13:21:53 +02:00
Alexander Kukushkin and GitHub
f2309abc87
Release 2.1.0 ( #1998 )
...
* bump version
* update release notes
2021-07-06 10:19:22 +02:00
Christian Clauss and GitHub
75e52226a8
Fix typos discovered by codespell ( #1997 )
2021-07-06 10:01:30 +02:00
Alexander Kukushkin and GitHub
b341ab2e2f
Release 2.0.2 ( #1851 )
...
* bump version
* update release notes
* implement missing unit-test
2021-02-22 12:28:19 +01:00
Alexander Kukushkin and GitHub
311e5ccc5b
Release 2.0.1 ( #1722 )
...
* Bump version
* Update release notes
2020-10-01 15:18:53 +02:00
Alexander Kukushkin and GitHub
0a1f389686
Release 2.0.0 ( #1680 )
...
* update release notes
* bump version
* change the default alignment in patronictl table output to `left`
* add missing tests
* add missing pieces to the documentation
2020-09-02 15:35:04 +02:00
Alexander Kukushkin and GitHub
fe23d1f2d0
Release 1.6.5 ( #1503 )
...
* bump version
* update release notes
* implement missing unit-tests and format code.
2020-04-23 16:02:01 +02:00
Alexander Kukushkin and GitHub
dc1966e3bc
Release 1.6.4 ( #1380 )
...
* Bump version
* Update release notes
2020-01-27 14:15:21 +01:00
Alexander Kukushkin and GitHub
08d6e5e50e
BUGFIX: don't leak password when running pg_rewind ( #1321 )
...
In addition to that:
* enforce security settings from `postgresql.authention`
* update release notes
* bump version
* close https://github.com/zalando/patroni/issues/1320
2019-12-05 18:19:38 +01:00
Alexander Kukushkin and GitHub
b542e4b5f0
Release 1.6.2 ( #1319 )
...
* update release notes
* bump version
2019-12-05 11:36:17 +01:00
Alexander Kukushkin and GitHub
35a2ccf8a8
A couple of small fixes in docs ( #1285 )
...
* fix formatting in release notes
* fix patronictl reinit command name
2019-11-21 10:39:28 +01:00
Alexander Kukushkin and GitHub
2f9a48fae4
Release 1.6.1 ( #1281 )
...
* Bump version to 1.6.1
* Update release notes
2019-11-15 12:48:00 +01:00
Alexander Kukushkin and GitHub
278bf9852b
Release 1.6.0 ( #1131 )
...
* Implement missing tests and do a few minor fixes
* Bump version to 1.6.0
* Update release notes
2019-08-05 15:08:04 +02:00
Alexander Kukushkin and GitHub
6909ce0c7a
Release 1.5.6 ( #1020 )
...
* Update release notes
* Bump version
2019-04-03 14:44:31 +02:00
Alexander Kukushkin and GitHub
c6e70a9910
Release 1.5.5 ( #979 )
...
* Bump version
* Update release notes
2019-02-15 16:14:39 +01:00
Alexander Kukushkin and GitHub
381a5b80d2
Release 1.5.4 ( #931 )
...
* Bump version
* Update release notes
* Make it possible to configure registration of Service in Consul via env variables
2019-01-15 12:14:19 +01:00
Alexander Kukushkin and GitHub
491f230711
Release 1.5.3 ( #889 )
...
* Bump version
* Update release notes
2018-12-03 17:12:53 +01:00
Alexander Kukushkin and GitHub
f8f928420d
Release 1.5.2 ( #875 )
...
* Update release notes
* Bump version
2018-11-26 10:31:14 +01:00
Alexander Kukushkin and GitHub
b4f35ecca0
Release 1.5.1 ( #846 )
...
* Bump version
* Update release notes
2018-11-01 16:18:41 +01:00
Alexander Kukushkin and GitHub
534829d617
Release 1.5.0 ( #809 )
...
Update release notes and bump version
2018-09-20 16:29:00 +02:00
Oleksii Kliukin and Alexander Kukushkin
b165183503
Reset is_leader status on demote ( #777 )
...
Make sure demoted cluster member stops responding with code 200 on the /master API call.
Issue a new minor release.
Fixes https://github.com/zalando/patroni/issues/776
2018-08-14 17:08:08 +02:00
Oleksii Kliukin and Alexander Kukushkin
5e7345a2ca
Release notes 1.4.5 ( #762 )
...
bump version update release notes
2018-08-03 17:02:11 +02:00
Alexander Kukushkin and GitHub
1de7c78c04
Release 1.4.4 ( #683 )
...
bump version and update release notes
2018-05-22 14:46:19 +02:00
Alexander Kukushkin and GitHub
f500dbb0ff
Release 1.4.3 ( #635 )
...
Bump version and update release notes
2018-03-05 10:10:17 +01:00
Alexander Kukushkin and GitHub
c95dd990cc
Release 1.4.2 ( #619 )
...
* Bump version to 1.4.2
* Update release notes
2018-01-30 16:44:42 +01:00
Alexander Kukushkin and GitHub
a1e5c8e1cb
A few iprovements in patronictl ( #601 )
...
* make switchover work with an old patroni
* exclude leader from candidates when interactively running failover
2018-01-17 15:33:08 +01:00
Oleksii Kliukin and GitHub
84d804e579
Release notes 1.4 ( #597 )
...
Document Kubernetes parameters, environment variables. Describe how Patroni uses Kubernetes.
2018-01-10 11:17:08 +01:00