From 6fba235d11c81430a98665773bffc995450c29e1 Mon Sep 17 00:00:00 2001 From: Kim Harjamaki Date: Mon, 13 Jul 2026 12:30:01 +0300 Subject: [PATCH] chore(main): release 1.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 22 ++++++++++++++++++++++ 2 files changed, 23 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..864415b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + +## 1.0.0 (2026-07-13) + + +### Features + +* **bicep:** resolve F-03 deploy secure reference baseline ([4c583c6](https://github.com/Coding-Autopilot-System/cloud-security-service-model/commit/4c583c6cb168f15580a361e7df1704dd449f0fda)) +* complete enterprise security model audit hardening ([1ee2c85](https://github.com/Coding-Autopilot-System/cloud-security-service-model/commit/1ee2c850d6b5a54c5b439262dc1250e0274ee644)) +* **sentinel:** resolve F-08 add testable detection references ([76076e6](https://github.com/Coding-Autopilot-System/cloud-security-service-model/commit/76076e62736128a521bf77e7282f2956122a583a)) + + +### Bug Fixes + +* **arc:** resolve F-05 enforce safe dry-run onboarding ([64a4f1a](https://github.com/Coding-Autopilot-System/cloud-security-service-model/commit/64a4f1ae299bc46d2e848b9fb8bdce3ce24d4b10)) +* **bicep:** pin API versions and record DoNotEnforce ADR (Phase 33 P2/P4) ([#13](https://github.com/Coding-Autopilot-System/cloud-security-service-model/issues/13)) ([6fc19d7](https://github.com/Coding-Autopilot-System/cloud-security-service-model/commit/6fc19d713ab28161e8b330dc2a5dac146b93b7eb)) +* **ci:** repin release-please reusable workflow to reachable SHA ([#18](https://github.com/Coding-Autopilot-System/cloud-security-service-model/issues/18)) ([fa5a5af](https://github.com/Coding-Autopilot-System/cloud-security-service-model/commit/fa5a5af254fed4dbc69aea01b5c0976724056508)) +* **ci:** resolve F-01 harden workflow trust boundaries ([40c053a](https://github.com/Coding-Autopilot-System/cloud-security-service-model/commit/40c053a00817af283727a1887a62dbf49c64be4a)) +* **ci:** wire release-please PAT into reusable workflow caller ([#21](https://github.com/Coding-Autopilot-System/cloud-security-service-model/issues/21)) ([2e4f179](https://github.com/Coding-Autopilot-System/cloud-security-service-model/commit/2e4f1792fe5a936b93d000b7b4809a99345988eb)) +* **docs:** resolve markdownlint errors ([#8](https://github.com/Coding-Autopilot-System/cloud-security-service-model/issues/8)) ([5240827](https://github.com/Coding-Autopilot-System/cloud-security-service-model/commit/52408277f7b448c3889234ab288dd4e7c447d0fc)) +* **policy:** resolve F-04 use verifiable safe rollout examples ([8ef9375](https://github.com/Coding-Autopilot-System/cloud-security-service-model/commit/8ef9375d07b75cf4341a17bf796039d27d2a67ef)) +* **validation:** resolve F-02 enforce repository contracts ([062dfff](https://github.com/Coding-Autopilot-System/cloud-security-service-model/commit/062dfff456407def6480c4775bfd2f92fabb11b1))