Skip to content
Closed
Show file tree
Hide file tree
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
11 changes: 11 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Bug Fixes

- Fixed agent builds to use the correct platform architecture (`TARGETARCH`), resolving issues with cross-platform image builds.

## Breaking Changes

- Removed built-in Dockerfile template, entrypoint script, and MCP config merge helper. Projects relying on these bundled templates will need to provide their own.

## Other Changes

- Standardized observability tags and canonical invocation events to improve monitoring consistency.
93 changes: 0 additions & 93 deletions dispatch_cli/templates/Dockerfile.build

This file was deleted.

16 changes: 0 additions & 16 deletions dispatch_cli/templates/entrypoint.sh

This file was deleted.

35 changes: 0 additions & 35 deletions dispatch_cli/templates/merge_mcp_config.py

This file was deleted.

5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "dispatch-cli"
version = "0.7.1"
version = "0.7.2"
description = ""
authors = [
{name = "Diamond Bishop", email = "diamond.bishop@datadoghq.com"},
Expand Down Expand Up @@ -33,9 +33,6 @@ dependencies = [
"pathspec>=1.0.4",
]

[tool.uv.sources]
dispatch_agents = {git = "https://github.com/datadog-labs/dispatch_agents_sdk", tag = "v0.10.0"}

[dependency-groups]
dev = [
"pytest>=7.0.0",
Expand Down
Loading
Loading