CrunchyData / crunchy-containers

Containers for Managing PostgreSQL on Kubernetes by Crunchy Data
https://www.crunchydata.com/
Apache License 2.0
1.01k stars 329 forks source link

Update to Patroni 3.0.2 #1538

Open ruifung opened 1 year ago

ruifung commented 1 year ago

What is the motivation or use case for the change? Patroni 3.0.0 adds the DCS failsafe mode that allows for the postgres cluster to be able to function during temporary controlplane outages.

Describe the solution you'd like Update to patroni 3.0.2 (latest at the time of writing)

Please tell us about your environment:

Additional context I personally run modified versions of the images to add additional packages such as updated TimescaleDB w/ toolkit (2.11.0), as well as (currently) an updated patroni version (3.0.2).

By modified, I specifically mean I'm building a new image, using the existing one as a base, and running additional commands and pushing it to my own harbor instance.