From dc689cc6e7cfea7b887ac9ff1a3050b278b99cb4 Mon Sep 17 00:00:00 2001 From: Michael Banck Date: Fri, 3 Dec 2021 16:51:41 +0100 Subject: [PATCH] * debian/patches/acceptance_tests_system_patroni.patch: Refreshed. --- debian/changelog | 3 +++ debian/patches/acceptance_tests_system_patroni.patch | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5f1fb3e..80e2bbc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,9 @@ patroni (2.1.2-1) UNRELEASED; urgency=medium Thanks Ludovic Gasc! * debian/tests/control: Give Test-Commands meaningful names. + [ Michael Banck ] + * debian/patches/acceptance_tests_system_patroni.patch: Refreshed. + -- Debian PostgreSQL Maintainers Fri, 20 Aug 2021 10:54:10 +0200 patroni (2.1.1-1) unstable; urgency=medium diff --git a/debian/patches/acceptance_tests_system_patroni.patch b/debian/patches/acceptance_tests_system_patroni.patch index 05565de..78337b8 100644 --- a/debian/patches/acceptance_tests_system_patroni.patch +++ b/debian/patches/acceptance_tests_system_patroni.patch @@ -2,7 +2,7 @@ Index: patroni/features/environment.py =================================================================== --- patroni.orig/features/environment.py +++ patroni/features/environment.py -@@ -140,8 +140,7 @@ class PatroniController(AbstractControll +@@ -141,8 +141,7 @@ class PatroniController(AbstractControll if isinstance(self._context.dcs_ctl, KubernetesController): self._context.dcs_ctl.create_pod(self._name[8:], self._scope) os.environ['PATRONI_KUBERNETES_POD_IP'] = '10.0.0.' + self._name[-1]