From fa091393c617be96ccfdcafb5e53a6c0d6449e7e Mon Sep 17 00:00:00 2001 From: Kim Harjamaki Date: Mon, 13 Jul 2026 12:29:15 +0300 Subject: [PATCH] chore(main): release 1.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 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..581da70 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,31 @@ +# Changelog + +## 1.0.0 (2026-07-13) + + +### Features + +* **evidence:** publish immutable golden-path bundle ([f2abd33](https://github.com/Coding-Autopilot-System/cas-reference-product/commit/f2abd333ebae69e060d313a9ebc57543919ab704)) +* publish CAS reference product v0.1 ([2cb7fab](https://github.com/Coding-Autopilot-System/cas-reference-product/commit/2cb7fab70a1c56c3d77940ecb7101b97bf08f256)) +* publish immutable golden-path evidence bundle ([114e37e](https://github.com/Coding-Autopilot-System/cas-reference-product/commit/114e37ea3a8dd1cf0bdf0edc325c69dd57b8ec38)) +* **telemetry+docker:** Phase 2 W3C trace propagation + Phase 3 container publish ([#4](https://github.com/Coding-Autopilot-System/cas-reference-product/issues/4)) ([667ace5](https://github.com/Coding-Autopilot-System/cas-reference-product/commit/667ace52ddee6c6a8d40c65cde1bbf841de68ec6)) + + +### Bug Fixes + +* **api:** resolve F-04 sanitize backend failures ([f76a710](https://github.com/Coding-Autopilot-System/cas-reference-product/commit/f76a710b7275b36409d036215a1d5a41774f009f)) +* audit sweep to resolve typing and lint errors ([#7](https://github.com/Coding-Autopilot-System/cas-reference-product/issues/7)) ([c247f64](https://github.com/Coding-Autopilot-System/cas-reference-product/commit/c247f64923173259ef32b9baae5b6bf86e806d91)) +* **cas-reference-product:** harden CI workflow permissions and fix failure-chaining bugs ([#10](https://github.com/Coding-Autopilot-System/cas-reference-product/issues/10)) ([57c21b0](https://github.com/Coding-Autopilot-System/cas-reference-product/commit/57c21b03a48332728105b72a90e8e89deda409af)) +* **ci:** repin release-please reusable workflow to reachable SHA ([#17](https://github.com/Coding-Autopilot-System/cas-reference-product/issues/17)) ([0b18cd0](https://github.com/Coding-Autopilot-System/cas-reference-product/commit/0b18cd02f2401741514b0ad8533b1a81fede1adb)) +* **ci:** wire release-please PAT into reusable workflow caller ([#23](https://github.com/Coding-Autopilot-System/cas-reference-product/issues/23)) ([3fdb737](https://github.com/Coding-Autopilot-System/cas-reference-product/commit/3fdb737e820b02d44a56465ec1fad3b08e15bacb)) +* **contracts:** resolve F-02 constraint conformance ([6b26e64](https://github.com/Coding-Autopilot-System/cas-reference-product/commit/6b26e64a8450078454053b27e5f7503dad4b09fa)) +* **evidence:** preserve evaluated artifact bytes ([ce2ca08](https://github.com/Coding-Autopilot-System/cas-reference-product/commit/ce2ca082db125a45189f81c9bce033d96bff566a)) +* **foundry:** resolve F-01 agent reference payload ([2f43c5b](https://github.com/Coding-Autopilot-System/cas-reference-product/commit/2f43c5b78b11ded4ea3a0b734b0fd913a3013fd7)) +* harden v0.1 Foundry integration and contracts ([f09c271](https://github.com/Coding-Autopilot-System/cas-reference-product/commit/f09c271a4e6519693d7cee8f6120bf833ffb987f)) +* migrate to Flex Consumption plan and add blobContributor role for secure deployment container access ([#11](https://github.com/Coding-Autopilot-System/cas-reference-product/issues/11)) ([2fff1e7](https://github.com/Coding-Autopilot-System/cas-reference-product/commit/2fff1e760e4cbc908a28346f34af03471a2876f6)) +* preserve immutable evidence bytes cross-platform ([c7df179](https://github.com/Coding-Autopilot-System/cas-reference-product/commit/c7df17942e08d569d5b2445106807ea9896a96ba)) +* **readiness:** resolve F-06 validate Foundry configuration ([fe35a42](https://github.com/Coding-Autopilot-System/cas-reference-product/commit/fe35a42f2b96ecdc71ee09c6764ee840f1a5ee38)) +* **runtime:** resolve F-08 harden deployment handoff ([3d5e32b](https://github.com/Coding-Autopilot-System/cas-reference-product/commit/3d5e32bd3d29077b78d4e14a044de855dff2c9a7)) +* **telemetry:** resolve F-03 preserve trace context ([4232891](https://github.com/Coding-Autopilot-System/cas-reference-product/commit/4232891cf89137ee8144c6b991857021aa082614)) +* **telemetry:** resolve F-07 enforce private identity export ([293a4ac](https://github.com/Coding-Autopilot-System/cas-reference-product/commit/293a4ac372a3cb8977571ca7628b54e8dda26fb7)) +* **validation:** resolve F-05/F-06 audit gate ([42a5744](https://github.com/Coding-Autopilot-System/cas-reference-product/commit/42a57440445f875bd349a6dd06d7ace6d00093f4))