From 45123344b3066cbc91fde5a0bde80ff6ff0af2d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 22:54:18 +0000 Subject: [PATCH] chore(main): release 0.29.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 10d3c38..e33d0e2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.28.0" + ".": "0.29.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e61175..5863a76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.29.0](https://github.com/githubnext/ado-aw/compare/v0.28.0...v0.29.0) (2026-05-14) + + +### Features + +* **compile:** add target: job and target: stage for ADO template output ([#519](https://github.com/githubnext/ado-aw/issues/519)) ([8df9682](https://github.com/githubnext/ado-aw/commit/8df9682f664bf00011a1a32b9a4bc62b09268a56)) +* **compile:** unify pool front-matter replacement across targets ([#538](https://github.com/githubnext/ado-aw/issues/538)) ([7806369](https://github.com/githubnext/ado-aw/commit/7806369766d3837de5a11cdf9f359ec2a63c59b3)) +* **safeoutputs:** add work-item filing to noop and missing-tool safe outputs ([#521](https://github.com/githubnext/ado-aw/issues/521)) ([c1bf552](https://github.com/githubnext/ado-aw/commit/c1bf552440be7f39108eef6266d121970ade1fc7)) + + +### Bug Fixes + +* **cache-memory:** reject symlinks in agent memory to prevent Stage 3 credential theft ([#524](https://github.com/githubnext/ado-aw/issues/524)) ([f311d36](https://github.com/githubnext/ado-aw/commit/f311d364258ba0b3faae7ac5629f3e56b5c3950a)) +* **ci:** move docs deploy workflow to top-level .github/workflows ([#539](https://github.com/githubnext/ado-aw/issues/539)) ([dcb2b33](https://github.com/githubnext/ado-aw/commit/dcb2b33fa1d06280a08bd3caf0589d08960350d7)) +* **compile:** address pool review feedback ([#541](https://github.com/githubnext/ado-aw/issues/541)) ([9bdb126](https://github.com/githubnext/ado-aw/commit/9bdb12606c5567ab5b31b5234be0f795c9e90817)) +* **safeoutputs:** neutralize Stage 3 upload message command injection paths ([#501](https://github.com/githubnext/ado-aw/issues/501)) ([45cd552](https://github.com/githubnext/ado-aw/commit/45cd55271d0a8fc8d273f7ce11ac501030f7b9d6)) + ## [0.28.0](https://github.com/githubnext/ado-aw/compare/v0.27.0...v0.28.0) (2026-05-09) diff --git a/Cargo.lock b/Cargo.lock index 366e9a4..f8aa434 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "ado-aw" -version = "0.28.0" +version = "0.29.0" dependencies = [ "ado-aw-derive", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 443edcc..a87516b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ado-aw" -version = "0.28.0" +version = "0.29.0" edition = "2024" [dependencies]