Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: bump coder/windsurf/coder from 1.1.0 to 1.1.1 in /dogfood/coder
---
updated-dependencies:
- dependency-name: coder/windsurf/coder
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 28, 2025
commit 529b9df401d20e7407a2010f842ca8ec2eb6621d
2 changes: 1 addition & 1 deletion dogfood/coder/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ module "cursor" {
module "windsurf" {
count = data.coder_workspace.me.start_count
source = "dev.registry.coder.com/coder/windsurf/coder"
version = "1.1.0"
version = "1.1.1"
agent_id = coder_agent.dev.id
folder = local.repo_dir
}
Expand Down