You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`*.sigstore.json` for each release asset and `SHA256SUMS`
139
-
-`*.sig` + `*.pem` for each release asset and `SHA256SUMS` (for users verifying with Cosign v2)
140
139
141
140
Architecture note: native archive `<arch>` is derived from the GitHub runner architecture. In the current hosted matrix for this repository, Linux/Windows builds are `amd64` and macOS builds are `arm64`. Runner mappings can change over time.
142
141
@@ -194,7 +193,7 @@ cosign verify-blob \
194
193
SHA256SUMS
195
194
```
196
195
197
-
Cosign v3 bundles (`*.sigstore.json`) are the primary verification material and the only inputs used by the release workflow's own verification step. Detached `*.sig` and `*.pem` files are also published for users verifying with Cosign v2.
196
+
Cosign v3 bundles (`*.sigstore.json`) are the published verification material and the only inputs used by the release workflow's own verification step. Older releases may still include detached `*.sig` and `*.pem` files from the previous signing flow.
198
197
199
198
Breaking change in `v0.3.1`: shared library filenames changed from `chroma_go_shim` to `chroma_shim`.
0 commit comments