From 053d55dfdcb51b23299c8a36c5be28936c0bd8fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=87=BA=F0=9F=87=A6=20Sviatoslav=20Sydorenko=20=28?= =?UTF-8?q?=D0=A1=D0=B2=D1=8F=D1=82=D0=BE=D1=81=D0=BB=D0=B0=D0=B2=20=D0=A1?= =?UTF-8?q?=D0=B8=D0=B4=D0=BE=D1=80=D0=B5=D0=BD=D0=BA=D0=BE=29?= Date: Thu, 27 Feb 2025 23:55:39 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=E2=87=AA=20Bump=20`galaxy=5Fng`=20?= =?UTF-8?q?to=20v4.9.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com> --- .../ansible_test/_internal/commands/integration/cloud/galaxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lib/ansible_test/_internal/commands/integration/cloud/galaxy.py b/test/lib/ansible_test/_internal/commands/integration/cloud/galaxy.py index bd550ef2fea..d39a066531e 100644 --- a/test/lib/ansible_test/_internal/commands/integration/cloud/galaxy.py +++ b/test/lib/ansible_test/_internal/commands/integration/cloud/galaxy.py @@ -99,7 +99,7 @@ class GalaxyProvider(CloudProvider): self.image = os.environ.get( 'ANSIBLE_PULP_CONTAINER', - 'quay.io/pulp/galaxy:4.9.0' # https://github.com/ansible/galaxy_ng + 'quay.io/pulp/galaxy:4.9.2' # https://github.com/ansible/galaxy_ng ) self.uses_docker = True