Skip to content

Commit 03e3a90

Browse files
authored
Merge pull request #1909 from docker/changelog/v1.29.0
2 parents 5302781 + 6f6cc87 commit 03e3a90

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

CHANGELOG.md

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

55

6+
## [v1.29.0] - 2026-03-03
7+
8+
This release adds automated issue triage capabilities and new CLI configuration options for directory overrides.
9+
10+
## What's New
11+
- Adds auto issue triage workflow that automatically evaluates bug reports and can create fix PRs
12+
- Adds `--config-dir`, `--data-dir`, and `--cache-dir` global CLI flags to override default paths
13+
14+
## Bug Fixes
15+
- Fixes result marker parsing in auto-issue-triage workflow to handle LLM output with trailing empty lines
16+
- Fixes GitHub Pages deployment issues
17+
18+
## Technical Changes
19+
- Updates nightly scanner documentation and configuration
20+
- Removes draft status from PR creation workflow steps
21+
- Adds tip about the default agent in documentation
22+
23+
### Pull Requests
24+
25+
- [#1888](https://github.com/docker/cagent/pull/1888) - feat: add auto issue triage workflow
26+
- [#1901](https://github.com/docker/cagent/pull/1901) - Fix GitHub pages deployment
27+
- [#1902](https://github.com/docker/cagent/pull/1902) - docs: update CHANGELOG.md for v1.28.1
28+
- [#1903](https://github.com/docker/cagent/pull/1903) - Fix the github pages?
29+
- [#1905](https://github.com/docker/cagent/pull/1905) - Replace the brittle tail -n 1 parsing with something that searches for the marker
30+
- [#1906](https://github.com/docker/cagent/pull/1906) - Add tip about the default agent
31+
- [#1907](https://github.com/docker/cagent/pull/1907) - Add --config-dir and --data-dir global CLI flags to override default paths
32+
33+
634
## [v1.28.1] - 2026-03-03
735

836
This release adds image support for AI agents, improves cross-platform compatibility, and includes various stability fixes.
@@ -899,3 +927,5 @@ This release improves the terminal user interface with better error handling and
899927
[v1.28.0]: https://github.com/docker/cagent/releases/tag/v1.28.0
900928

901929
[v1.28.1]: https://github.com/docker/cagent/releases/tag/v1.28.1
930+
931+
[v1.29.0]: https://github.com/docker/cagent/releases/tag/v1.29.0

0 commit comments

Comments
 (0)