From 87d7694500d64c9d8d7a320c7bbda926e91e7b91 Mon Sep 17 00:00:00 2001 From: Kim Harjamaki Date: Mon, 13 Jul 2026 12:33:16 +0300 Subject: [PATCH] chore(main): release 1.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d73c7b..11fea0f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".": "0.0.0"} +{".":"1.0.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..cadb942 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +# Changelog + +## 1.0.0 (2026-07-13) + + +### Bug Fixes + +* **audit:** resolve linting and syntax issues, update actions ([#10](https://github.com/Coding-Autopilot-System/autopilot-core/issues/10)) ([6f363b9](https://github.com/Coding-Autopilot-System/autopilot-core/commit/6f363b9131ff1c4cf070eef5737bd6de34dbce95)) +* **auth:** resolve F-06 org mutation token contract ([f15b9f8](https://github.com/Coding-Autopilot-System/autopilot-core/commit/f15b9f8b6736f9983b505f81f6eabbc322c8da16)) +* **ci:** complete F-07 Node.js 24 action migration ([f2e6e43](https://github.com/Coding-Autopilot-System/autopilot-core/commit/f2e6e435cbb65d93e7ce5aa1e13c8a023ee13eb9)) +* **ci:** repin release-please reusable workflow to reachable SHA ([#22](https://github.com/Coding-Autopilot-System/autopilot-core/issues/22)) ([e19e4cc](https://github.com/Coding-Autopilot-System/autopilot-core/commit/e19e4cc65c82b661da32dc6b205a91a853bcc693)) +* **ci:** resolve F-07 missing control-plane validation ([26cf4f4](https://github.com/Coding-Autopilot-System/autopilot-core/commit/26cf4f4c38c455209ddba07be658e27d068517a1)) +* **ci:** wire release-please PAT into reusable workflow caller ([#27](https://github.com/Coding-Autopilot-System/autopilot-core/issues/27)) ([bac9ea0](https://github.com/Coding-Autopilot-System/autopilot-core/commit/bac9ea00af914ea6c7ad299d896bb494671d38ac)) +* **installer:** close organization sync loop ([#18](https://github.com/Coding-Autopilot-System/autopilot-core/issues/18)) ([f2000f4](https://github.com/Coding-Autopilot-System/autopilot-core/commit/f2000f4cc95f5872e54863362e0beca724d9b962)) +* **installer:** resolve F-08 implicit enrollment ([c7b10fc](https://github.com/Coding-Autopilot-System/autopilot-core/commit/c7b10fc2700b82ab7b43dede4b6e7559a8915d21)) +* **installer:** use organization mutation token ([#20](https://github.com/Coding-Autopilot-System/autopilot-core/issues/20)) ([63d4b84](https://github.com/Coding-Autopilot-System/autopilot-core/commit/63d4b8422962af8e7094e8a2ed6916bfcab2bfb2)) +* **operator:** resolve F-01 label gate bypass ([0733a4b](https://github.com/Coding-Autopilot-System/autopilot-core/commit/0733a4b3d664c86277c5f9352f8cd6545751dcf5)) +* **operator:** resolve F-02 unbounded retries ([0532832](https://github.com/Coding-Autopilot-System/autopilot-core/commit/05328320ff83a09d6d05afc081788e87134d64e7)) +* **powershell:** mark non-ASCII tests as UTF-8 ([#26](https://github.com/Coding-Autopilot-System/autopilot-core/issues/26)) ([1fcd553](https://github.com/Coding-Autopilot-System/autopilot-core/commit/1fcd553a29b43b358279f69acaa6dd17b0a449a8)) +* **reliability:** resolve F-05 unverified delivery ([7bbcf3c](https://github.com/Coding-Autopilot-System/autopilot-core/commit/7bbcf3cb32aa26b588baa1b3baad9ae354d0c649)) +* **security:** complete F-04 sensitive suffix matching ([e34d380](https://github.com/Coding-Autopilot-System/autopilot-core/commit/e34d38001e6ae2eba914762ed3c5c20a899104ce)) +* **security:** resolve F-03 prompt injection boundary ([35119dc](https://github.com/Coding-Autopilot-System/autopilot-core/commit/35119dcf14dcf95bbf9b34cba048169cd98cc9bd)) +* **security:** resolve F-04 unsafe generated changes ([36daf3c](https://github.com/Coding-Autopilot-System/autopilot-core/commit/36daf3c8f604bb9a9771dfd6b72271094be67636))