diff --git a/docs/architecture/ENCRYPTED_PAYLOAD_SIZE_AND_SIDE_CHANNELS.md b/docs/architecture/ENCRYPTED_PAYLOAD_SIZE_AND_SIDE_CHANNELS.md index 50b87d4..9f19cd9 100644 --- a/docs/architecture/ENCRYPTED_PAYLOAD_SIZE_AND_SIDE_CHANNELS.md +++ b/docs/architecture/ENCRYPTED_PAYLOAD_SIZE_AND_SIDE_CHANNELS.md @@ -1,6 +1,6 @@ # Encrypted Dashboard Data Size And Side Channels -Status: current for action `v0.21.0`. +Status: current for action `v0.22.0`. Encrypted hosted dashboards protect dashboard contents from viewers without `DASHBOARD_SECRET_DO_NOT_REPLACE`, but they do not make the publication opaque. diff --git a/docs/architecture/PRIVACY_CONFIGURATION_MATRIX.md b/docs/architecture/PRIVACY_CONFIGURATION_MATRIX.md index d4e5a3d..41a9af3 100644 --- a/docs/architecture/PRIVACY_CONFIGURATION_MATRIX.md +++ b/docs/architecture/PRIVACY_CONFIGURATION_MATRIX.md @@ -1,6 +1,6 @@ # Reponomics Privacy Configuration Matrix -Status: current for action `v0.21.0`. +Status: current for action `v0.22.0`. Repository visibility and Reponomics privacy mode are separate concepts. Repository visibility controls who can read the repository. `privacy-mode` controls how retained artifacts and hosted dashboard output are stored. diff --git a/docs/architecture/README.md b/docs/architecture/README.md index 1d89b39..f226ac6 100644 --- a/docs/architecture/README.md +++ b/docs/architecture/README.md @@ -1,6 +1,6 @@ # Reponomics Architecture Docs -Status: current docs are aligned with the action `v0.21.0` contract. +Status: current docs are aligned with the action `v0.22.0` contract. Active architecture docs: diff --git a/docs/architecture/VERSIONING_AND_UPDATES.md b/docs/architecture/VERSIONING_AND_UPDATES.md index 2ff2a71..c42b899 100644 --- a/docs/architecture/VERSIONING_AND_UPDATES.md +++ b/docs/architecture/VERSIONING_AND_UPDATES.md @@ -1,6 +1,6 @@ # Reponomics Versioning And Update Policy -Status: current for action `v0.21.0` and pre-v1 template hardening. +Status: current for action `v0.22.0` and pre-v1 template hardening. Reponomics has two update channels: diff --git a/scripts/template_consumer_e2e.py b/scripts/template_consumer_e2e.py index 296d51d..0f02597 100644 --- a/scripts/template_consumer_e2e.py +++ b/scripts/template_consumer_e2e.py @@ -65,6 +65,7 @@ def build_config(mode): "github_token": "ghp_runtime", "dashboard_secret": profile["dashboard_secret"], "dashboard_next_secret": "", + "comparison_secret": "", "privacy_mode": profile["privacy_mode"], "repo_is_public": profile["repo_is_public"], "config_path": consumer_repo / "config.yaml", diff --git a/template-action-release.yml b/template-action-release.yml index 3d4108b..433ffad 100644 --- a/template-action-release.yml +++ b/template-action-release.yml @@ -1,6 +1,6 @@ schema_version: 1 repository: reponomics/reponomics-dashboard-action -tag: v0.21.0 -target_commitish: 1f3615c057e7167ebb42426ccd9fc70136306dcd -release_url: https://github.com/reponomics/reponomics-dashboard-action/releases/tag/v0.21.0 -published_at: "2026-06-09T19:02:41Z" +tag: v0.22.0 +target_commitish: 10c1ee7a5419b64cc3e8504441fecd8bf93cadbc +release_url: https://github.com/reponomics/reponomics-dashboard-action/releases/tag/v0.22.0 +published_at: "2026-06-11T00:42:32Z" diff --git a/template/docs/reponomics/.manifest.json b/template/docs/reponomics/.manifest.json index 9bcee4e..ac97c23 100644 --- a/template/docs/reponomics/.manifest.json +++ b/template/docs/reponomics/.manifest.json @@ -1,21 +1,21 @@ { "action_repository": "reponomics/reponomics-dashboard-action", - "action_version": "0.21.0", + "action_version": "0.22.0", "files": { - "README.md": "7dfc06be0c35b0d514d0df45a9deead91e3a6413ef01af83d9ced08774661d4f", + "README.md": "3668f0f0c8f2a2e9cb9283f42ab810f8aa064291a23353834ebb4079c62589fb", "configuration.md": "0700ce86a8fcf73dcbdff221b9a1601de287f3d816bebd34c02d0428f48b0803", "faq.md": "baabaf3219b10a7c4e121d9d549551521212d2c1e46e58fe85a85fbbdbb5bd60", "privacy-and-artifacts.md": "b3cb94622ccde942cdb73d8f7602cc9f192db66c4b8193c62cbe9d409d4c470b", - "privacy-configuration-matrix.md": "f9198760429781f9d7c9e4a8f98ad144f81e874c25c78c05a4abd3f36c1d1710", + "privacy-configuration-matrix.md": "41ffa9e8509997d5bfb342db9d1c29e8dd486c44df63689ca22acfd98eb0d833", "provenance.md": "e4f40d83f63fef05a42259185bf742e9f2bb6169380fa0a037a00787345b7514", "repository-guide.md": "6ae032fff0c9574f90c2cc40a6e62e37c3c1b8aa8ee41837cf62413d1e60edd1", "secure-dashboard-key.md": "7b031f010518814aca28ccc0373c5ed6e3bbdad937a425bb695048ffc4408b7a", "security.md": "bb33b2152d93f2967a08da35b01f1b0dc34b3903bcff6e4b485352c188605462", "support.md": "b4be664591c9fdf5473fc9f176f7de4334106ca686c3a6cd2ac013fe1bf396cf", "trust-boundary.md": "075aa272e1aacc70d6952d8931bd91b628730a6a0af56cb571c17359cfa81b9a", - "upgrade.md": "a2b98f87620e4da8b2acfd0abe17c8c0b344c20b50a3c8f143a56b832420cbeb" + "upgrade.md": "e15845df32f3b113d8977da84420d30a270f051c1e40293d29e06fb14bc90b24" }, "managed_namespace": "docs/reponomics", "schema_version": 1, - "updated_at": "2026-06-09T19:02:41Z" + "updated_at": "2026-06-11T00:42:32Z" } diff --git a/template/docs/reponomics/README.md b/template/docs/reponomics/README.md index 1efb662..04a6658 100644 --- a/template/docs/reponomics/README.md +++ b/template/docs/reponomics/README.md @@ -6,7 +6,7 @@ > [!WARNING] > This directory is the default location for Reponomics managed documentation. If `allow_docs_sync` is `true`, local edits in `docs/reponomics/` may be overwritten automatically when docs sync runs. Set `allow_docs_sync: false` before editing if you want to own this directory manually. -Generated for Reponomics Dashboard Action 0.21.0. +Generated for Reponomics Dashboard Action 0.22.0. Start here: diff --git a/template/docs/reponomics/privacy-configuration-matrix.md b/template/docs/reponomics/privacy-configuration-matrix.md index b20543d..b4f1825 100644 --- a/template/docs/reponomics/privacy-configuration-matrix.md +++ b/template/docs/reponomics/privacy-configuration-matrix.md @@ -3,7 +3,7 @@ > [!WARNING] > The Reponomics Dashboard template is currently in a pre-release public hardening phase. It is not intended for public use, and documentation in this managed-docs bundle should not be considered authoritative. -Status: current for action `0.21.0`. +Status: current for action `0.22.0`. Repository visibility and Reponomics privacy mode are separate concepts. Repository visibility controls who can read the repository. `privacy-mode` controls how retained artifacts and hosted dashboard output are stored. diff --git a/template/docs/reponomics/upgrade.md b/template/docs/reponomics/upgrade.md index a56d548..5dd0b78 100644 --- a/template/docs/reponomics/upgrade.md +++ b/template/docs/reponomics/upgrade.md @@ -3,7 +3,7 @@ > [!WARNING] > The Reponomics Dashboard template is currently in a pre-release public hardening phase. It is not intended for public use, and documentation in this managed-docs bundle should not be considered authoritative. -This dashboard last received managed docs from Reponomics Dashboard Action 0.21.0. +This dashboard last received managed docs from Reponomics Dashboard Action 0.22.0. If your workflow pins an exact action version such as `reponomics/reponomics-dashboard-action@v1.2.3`, you choose when to upgrade. If your workflow uses a floating major or minor ref such as `@v1`, a compatible Reponomics release can run in your repository without a workflow edit. Managed docs sync records that the newer action ran and that current local guidance is available.