From 90b8ef63b8f388f44ad6665d0e050a3f386ec868 Mon Sep 17 00:00:00 2001 From: "blinkagent[bot]" <237617714+blinkagent[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 11:49:48 +0000 Subject: [PATCH] chore(dogfood): bump mux module to 1.0.5 (#21205) Bumps the mux module from 1.0.4 to 1.0.5 in the dogfood template. Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com> --- dogfood/coder/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dogfood/coder/main.tf b/dogfood/coder/main.tf index 5447779aae..2c6ba9d998 100644 --- a/dogfood/coder/main.tf +++ b/dogfood/coder/main.tf @@ -373,7 +373,7 @@ module "personalize" { module "mux" { count = data.coder_workspace.me.start_count source = "registry.coder.com/coder/mux/coder" - version = "1.0.4" + version = "1.0.5" agent_id = coder_agent.dev.id subdomain = true }