Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ record. Each later release appends a new section at the top.

### Fixed

- **The README's cosign floor said 3, and 2.5 verifies a release** — the old floor turned
away working installs.
- **Bump `kaish-kernel` to 0.14.1** — the explorer's shell no longer drops piped or
buffered stdin across `read`/`grep`/`cat`, and a loop or `if` that exits early keeps
what it already printed.
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,12 @@ against any file from the release:
gh attestation verify kaibo-v0.2.0-x86_64-unknown-linux-musl.tar.gz -R tobert/kaibo
```

With [cosign](https://docs.sigstore.dev/cosign/system_config/installation/) ≥ 3
With [cosign](https://docs.sigstore.dev/cosign/system_config/installation/) ≥ 2.5
(no GitHub tooling needed), verify the signed checksum manifest once and it
covers every file it lists. Grab `checksums.txt` and `checksums.txt.sigstore.json`
from the release, substituting the tag you downloaded in the identity:
covers every file it lists. 2.4 and older cannot read the bundle format and
answer `bundle does not contain cert for verification`. Grab `checksums.txt` and
`checksums.txt.sigstore.json` from the release, substituting the tag you
downloaded in the identity:

```sh
cosign verify-blob \
Expand Down