Skip to content

Commit db0dfdb

Browse files
authored
Merge pull request #2483 from docker/changelog/v1.49.0
docs: update CHANGELOG.md for v1.49.0
2 parents 93617e1 + 6fd42a2 commit db0dfdb

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,35 @@
33
All notable changes to this project will be documented in this file.
44

55

6+
## [v1.49.0] - 2026-04-21
7+
8+
This release improves DMR support, adds skill filtering capabilities, and includes several bug fixes for OpenTelemetry and security hardening.
9+
10+
## What's New
11+
- Adds support for filtering skills by name in agent YAML configuration
12+
- Improves DMR support with better context size handling and structured configuration
13+
14+
## Bug Fixes
15+
- Fixes OpenTelemetry service resource schema alignment
16+
- Fixes path traversal vulnerability and other security issues in artifact store, skills loader, hooks, shell and agent warnings
17+
- Fixes OpenTelemetry import ordering in tests
18+
19+
## Technical Changes
20+
- Encodes agent source URL when using it as agent name and key for proper conversation handling in `serve api`
21+
- Moves localhost helper comment in OpenTelemetry code
22+
23+
### Pull Requests
24+
25+
- [#2351](https://github.com/docker/docker-agent/pull/2351) - Improve DMR support
26+
- [#2404](https://github.com/docker/docker-agent/pull/2404) - Merge pull request #2474 from dgageot/board/support-boolean-or-array-skills-in-yaml-f97b09f6
27+
- [#2442](https://github.com/docker/docker-agent/pull/2442) - fix(otel): align service resource schema
28+
- [#2470](https://github.com/docker/docker-agent/pull/2470) - docs: update CHANGELOG.md for v1.48.0
29+
- [#2472](https://github.com/docker/docker-agent/pull/2472) - bump github.com/docker/cli from v29.4.0+incompatible to v29.4.1+incompatible
30+
- [#2473](https://github.com/docker/docker-agent/pull/2473) - Encode agent source URL when using it as agent name and key, so that it can be used properly in conversations when using `serve api`
31+
- [#2474](https://github.com/docker/docker-agent/pull/2474) - Support filtering skills by name in agent YAML (#2404)
32+
- [#2480](https://github.com/docker/docker-agent/pull/2480) - fix: harden artifact store, skills loader, hooks, shell and agent warnings
33+
34+
635
## [v1.48.0] - 2026-04-20
736

837
This release adds working directory configuration for MCP and LSP toolsets and improves toolset reliability with better retry handling.
@@ -2065,3 +2094,5 @@ This release improves the terminal user interface with better error handling and
20652094
[v1.47.0]: https://github.com/docker/docker-agent/releases/tag/v1.47.0
20662095

20672096
[v1.48.0]: https://github.com/docker/docker-agent/releases/tag/v1.48.0
2097+
2098+
[v1.49.0]: https://github.com/docker/docker-agent/releases/tag/v1.49.0

0 commit comments

Comments
 (0)