diff --git a/debian/changelog b/debian/changelog index 08fc29b..ba315f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ patroni (1.4.4-3) UNRELEASED; urgency=medium - * Update short description to be less vague. + * Mention Kubernetes in description. -- Christoph Berg Wed, 25 Jul 2018 12:00:10 +0200 diff --git a/debian/control b/debian/control index 507ee81..ed92241 100644 --- a/debian/control +++ b/debian/control @@ -48,8 +48,8 @@ Package: patroni Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, lsb-base (>= 3.0-6) Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy -Description: PostgreSQL High Availability with ZooKeeper, etcd or Consul +Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes Patroni is a template for a customized, high-availability PostgreSQL solution using Python and a distributed configuration store (ZooKeeper, etcd or - Consul). It provides a REST API on each Postgres node of the cluster allowing - for remote management and monitoring. + Consul), or Kubernetes. It provides a REST API on each Postgres node of the + cluster allowing for remote management and monitoring.