From d5b6091f6ecdc9a794aaa1ba31ec51fda455f387 Mon Sep 17 00:00:00 2001 From: Bastian de Byl Date: Sat, 9 May 2026 17:54:53 -0400 Subject: [PATCH] chore: bump fulfillr container to 20260509.2150 Picks up the case-status simplification from go-fulfillr 309550d (only "open" and "closed" are accepted on PATCH; "new" is rejected). Co-Authored-By: Claude Opus 4.7 (1M context) --- ansible/roles/podman/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/podman/tasks/main.yml b/ansible/roles/podman/tasks/main.yml index f25ead6..131b2a1 100644 --- a/ansible/roles/podman/tasks/main.yml +++ b/ansible/roles/podman/tasks/main.yml @@ -73,7 +73,7 @@ - import_tasks: containers/debyltech/fulfillr.yml vars: - image: git.debyl.io/debyltech/fulfillr:20260509.1940 + image: git.debyl.io/debyltech/fulfillr:20260509.2150 tags: debyltech, fulfillr - import_tasks: containers/debyltech/n8n.yml