From 3f4968be460e6dfad60f7547f5cedc5b4a9cb546 Mon Sep 17 00:00:00 2001 From: Kim Harjamaki Date: Mon, 13 Jul 2026 12:34:52 +0300 Subject: [PATCH] chore(main): release 1.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e18ee07..37fcefa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..31782de --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,28 @@ +# Changelog + +## 1.0.0 (2026-07-13) + + +### Features + +* harden CI autopilot worker runtime ([82e3a9f](https://github.com/Coding-Autopilot-System/ci-autopilot/commit/82e3a9f21965236e59e12f462136c449788da854)) + + +### Bug Fixes + +* audit sweep ([#2180](https://github.com/Coding-Autopilot-System/ci-autopilot/issues/2180)) ([2968fe2](https://github.com/Coding-Autopilot-System/ci-autopilot/commit/2968fe2f567c7dd0ae7e70a71c500bbadb3c0d1f)) +* **ci:** disable runner-health cron trigger — runner permanently offline ([b5bf5db](https://github.com/Coding-Autopilot-System/ci-autopilot/commit/b5bf5dbd596027c726158a3b13bec3bfa09deea7)) +* **ci:** repin release-please reusable workflow to reachable SHA ([#2274](https://github.com/Coding-Autopilot-System/ci-autopilot/issues/2274)) ([c23b649](https://github.com/Coding-Autopilot-System/ci-autopilot/commit/c23b649ff5b856d5fa4f4733f241f90af458c3cd)) +* **ci:** resolve F-02 pin workflow actions ([b622adf](https://github.com/Coding-Autopilot-System/ci-autopilot/commit/b622adf3cad9f9c838347d94e5f88a714d1e1c24)) +* **ci:** wire release-please PAT into reusable workflow caller ([#2277](https://github.com/Coding-Autopilot-System/ci-autopilot/issues/2277)) ([cac094c](https://github.com/Coding-Autopilot-System/ci-autopilot/commit/cac094ca948e81e4c3871724a7d0ed88a9a09f78)) +* **docs:** resolve F-08 remove stale capability claims ([b129f3a](https://github.com/Coding-Autopilot-System/ci-autopilot/commit/b129f3a6d364e6142c4f90d9bf03f85ff8abb381)) +* **docs:** resolve F-08 state read-only worker contract ([21b8065](https://github.com/Coding-Autopilot-System/ci-autopilot/commit/21b80653eb22b211efae30e72ab94608138a9c2e)) +* **health:** separate monitored runner identity ([#2269](https://github.com/Coding-Autopilot-System/ci-autopilot/issues/2269)) ([5f189c2](https://github.com/Coding-Autopilot-System/ci-autopilot/commit/5f189c27567b35607c5efb8d7a2a25c367acb75f)) +* **ops:** resolve F-06 schedule runner health checks ([aae07d2](https://github.com/Coding-Autopilot-System/ci-autopilot/commit/aae07d27cc13a25b8f1f59487cd5cbba728e12fc)) +* **ops:** resolve F-07 externalize email recipient ([4da6055](https://github.com/Coding-Autopilot-System/ci-autopilot/commit/4da6055d51065c42624c45ed34f63b3f6450d255)) +* **runner:** resolve F-01 clean persistent workspace ([ae2f052](https://github.com/Coding-Autopilot-System/ci-autopilot/commit/ae2f0528bfef09c8e55c833c8553c349904fbdfa)) +* **runner:** resolve F-01 preserve logs after clean checkout ([dd4cc15](https://github.com/Coding-Autopilot-System/ci-autopilot/commit/dd4cc15b35b7dd05f07bea101b0bcfbd18311fef)) +* **setup:** resolve F-05 align Python 3.12 ([8a5c893](https://github.com/Coding-Autopilot-System/ci-autopilot/commit/8a5c8936278bc33fd1914719dda8dce5a56e6de5)) +* **test:** resolve F-04 enforce test discovery ([53ae712](https://github.com/Coding-Autopilot-System/ci-autopilot/commit/53ae712a977e796dcbf115b6728ffc7d5bec14b9)) +* **test:** resolve F-04 ignore generated test artifacts ([9385ee0](https://github.com/Coding-Autopilot-System/ci-autopilot/commit/9385ee006c7f469aaf17e521bce5558566cfdfe2)) +* **worker:** resolve F-03 validate boundaries with tests ([364f4a2](https://github.com/Coding-Autopilot-System/ci-autopilot/commit/364f4a27e97c329291486252285c5650b49715b1))