From 1a8f8887ba82aa038a38c5c9fe0b5bd44914130e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthieu=20Berthom=C3=A9?= Date: Thu, 5 Mar 2026 20:35:02 +0100 Subject: [PATCH] changelog fragment --- changelogs/fragments/1248-ignore-pull-failures.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelogs/fragments/1248-ignore-pull-failures.yml diff --git a/changelogs/fragments/1248-ignore-pull-failures.yml b/changelogs/fragments/1248-ignore-pull-failures.yml new file mode 100644 index 00000000..9d8dac67 --- /dev/null +++ b/changelogs/fragments/1248-ignore-pull-failures.yml @@ -0,0 +1,2 @@ +minor_changes: + - Adds `ignore_pull_failures` parameter to docker_compose_v2_pull, that adds a --ignore-pull-failures to the `docker compose pull` call when set true