From d1d9241ce8d5250d6f02426837dd02b8f0fef57d Mon Sep 17 00:00:00 2001 From: Tristan Rivoallan Date: Wed, 2 Sep 2026 03:09:50 +0200 Subject: [PATCH 1/2] chore(main): release 0.10.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 23 +++++++++++++++++++++++ pyproject.toml | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ee2bfff4..7d9b009d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.3" + ".": "0.10.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ef690b0f..1796b2da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [0.10.0](https://github.com/trivoallan/knock/compare/v0.9.3...v0.10.0) (2026-09-02) + + +### Features + +* a front door for external agent skills ([#263](https://github.com/trivoallan/knock/issues/263)) ([d4f2069](https://github.com/trivoallan/knock/commit/d4f2069f2431624db185b3e6ec3e1072f4e45081)) +* **domain:** a signed scan verdict records the ruleset it was reached under ([#257](https://github.com/trivoallan/knock/issues/257)) ([8f7279c](https://github.com/trivoallan/knock/commit/8f7279c2814fe4c26414de6ef76dfed11a799f1c)) +* reconcile places git-sourced policies ([#265](https://github.com/trivoallan/knock/issues/265)) ([75f5380](https://github.com/trivoallan/knock/commit/75f53808414435edcd24c9a508e2e033293d2f2b)) + + +### Bug Fixes + +* **adapters:** put_referrer no longer signs empty report digests ([#255](https://github.com/trivoallan/knock/issues/255)) ([2c247ed](https://github.com/trivoallan/knock/commit/2c247edf9a0a077ce5bf1aefa17cff76e347de31)) +* **cli:** the JSON report counts the policies that failed ([#260](https://github.com/trivoallan/knock/issues/260)) ([3e60722](https://github.com/trivoallan/knock/commit/3e60722e26b059ce539e2d8624b07089bd8cedb3)) +* **image:** the runtime image needs git ([#266](https://github.com/trivoallan/knock/issues/266)) ([54eb590](https://github.com/trivoallan/knock/commit/54eb590b5ba80bb488a1ed2181f10dcd1f21822c)) +* **website:** bump dompurify out of its advisory ([#262](https://github.com/trivoallan/knock/issues/262)) ([2ceca85](https://github.com/trivoallan/knock/commit/2ceca857475955a633975a2db53db85f56aaa17a)) +* **website:** bump js-yaml and nanoid out of their advisories ([#261](https://github.com/trivoallan/knock/issues/261)) ([0c01ad4](https://github.com/trivoallan/knock/commit/0c01ad4bee48008846abb5ca719a96318da7a146)) + + +### Documentation + +* **specs:** external skill intake and skill artifact scanning ([#254](https://github.com/trivoallan/knock/issues/254)) ([4441620](https://github.com/trivoallan/knock/commit/44416201b3dca3ddd86b4712df9b5bfeb0b1ef80)) + ## [0.9.3](https://github.com/trivoallan/knock/compare/v0.9.2...v0.9.3) (2026-08-29) diff --git a/pyproject.toml b/pyproject.toml index 40a9b37f..9c9a01ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "knock-oci" -version = "0.9.3" +version = "0.10.0" description = "Stamp external OCI images with portable provenance through a hardening policy" requires-python = ">=3.13" dependencies = [ From 144859933b8e1408d64058367df9c9403d559a2b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 01:09:58 +0000 Subject: [PATCH 2/2] chore(deps): sync uv.lock to the bumped version --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.lock b/uv.lock index 38b965bd..abc24869 100644 --- a/uv.lock +++ b/uv.lock @@ -479,7 +479,7 @@ wheels = [ [[package]] name = "knock-oci" -version = "0.9.3" +version = "0.10.0" source = { editable = "." } dependencies = [ { name = "pydantic" },