Skip to content

Releases: batonogov/patroni-docker

v4.0.3-pg17.1

22 Nov 15:10
da4d52e
Compare
Choose a tag to compare

What's Changed

  • Update base image by @github-actions in #31
  • Add ansible example by @github-actions in #32
  • Patroni 4.0.3 by @github-actions in #33
  • Postgres 17.1 by @github-actions in #34

Full Changelog: v4.0.2-pg17.0...v4.0.3-pg17.1

v4.0.2-pg17.0

14 Oct 13:37
9e7fd2a
Compare
Choose a tag to compare

What's Changed

  • pre-commit-hooks v5.0.0 by @github-actions in #28
  • Patroni 4.0.2 by @github-actions in #29
  • Add docker compose example by @github-actions in #30

Full Changelog: v4.0.1-pg17.0...v4.0.2-pg17.0

v4.0.1-pg17.0

07 Oct 07:21
eb52b87
Compare
Choose a tag to compare

What's Changed

  • Postgres 17.0 & patroni 4.0.1 by @github-actions in #27

Full Changelog: v3.3.0-pg16.4...v4.0.1-pg17.0

v3.3.0-pg16.4

30 Aug 06:22
4d410f9
Compare
Choose a tag to compare

Release information

  • Patroni v3.3.0
  • Postgres 16.4

What's Changed

  • Patroni 3.3.0 + Postgres 16.4 by @github-actions in #26

Full Changelog: v3.3.0-pg16.3...v3.3.0-pg16.4

v3.3.0-pg16.3

14 May 09:32
ad7aaa8
Compare
Choose a tag to compare

Release information

  • Patroni v3.3.0
  • Postgres 16.3

What's Changed

  • Added no-install-recommends by @github-actions in #16
  • Uptimize docker image by @github-actions in #17
  • Added pre commit config by @github-actions in #18
  • Added pre commit config by @github-actions in #19
  • Added CMD instruction by @github-actions in #20
  • Added more platforms by @github-actions in #21
  • Revert "Added more platforms (#21)" by @github-actions in #22
  • Patroni 3.3.0 + Postgres 16.3 by @github-actions in #23
  • Add gitignore by @github-actions in #24
  • Update pre-commit-hook rev by @github-actions in #25

Full Changelog: v3.2.2-pg16.2...v3.3.0-pg16.3

v3.2.2-pg16.2

16 Feb 10:50
3ff5433
Compare
Choose a tag to compare

Release information

  • Patroni v3.2.2
  • Postgres 16.2

What's Changed

  • postgres:16.2 by @github-actions in #15

Full Changelog: v3.2.2-pg15.6...v3.2.2-pg16.2

v3.2.2-pg15.6

16 Feb 10:45
986a8ee
Compare
Choose a tag to compare

Release information

  • Patroni v3.2.2
  • Postgres 15.6

v0.2.0-beta

15 Feb 12:37
1a3ccb9
Compare
Choose a tag to compare

First working release.

docker exec patroni patronictl -c /etc/patroni/config.yml list

+ Cluster: stampede (7335802398268055573) ------+---------+-----------+----+-----------+
| Member                | Host                  | Role    | State     | TL | Lag in MB |
+-----------------------+-----------------------+---------+-----------+----+-----------+
| patroni-postgresql-01 | patroni-postgresql-01 | Replica | streaming |  1 |         0 |
| patroni-postgresql-02 | patroni-postgresql-02 | Leader  | running   |  1 |           |
| patroni-postgresql-03 | patroni-postgresql-03 | Replica | streaming |  1 |         0 |
+-----------------------+-----------------------+---------+-----------+----+-----------+