Skip to content

Release 26.07_2

Choose a tag to compare

@github-actions github-actions released this 06 Jul 05:58
0daf907

Zentinel 26.07_2

Cargo version: 0.6.21

What's Changed

Changed

  • Bump quick-xml 0.40 → 0.41. (#300)
  • Bump the rust-minor group (html-escape, jsonschema, rand, xxhash-rust). (#299)
  • Bump cmov 0.5.3 → 0.5.4. (#298)
  • CI: bump golang.org/x/net 0.52 → 0.55 in /conformance. (#297)

Installation

From crates.io

cargo install zentinel-proxy

From binary

Download the appropriate archive for your platform and extract:

tar -xzf zentinel-26.07_2-linux-amd64.tar.gz
sudo mv zentinel /usr/local/bin/

Docker

docker pull ghcr.io/zentinelproxy/zentinel:26.07_2

Supply Chain Security

All release archives are signed with Sigstore cosign using keyless signing tied to GitHub Actions OIDC identity. SLSA v1.0 provenance is attached to this release.

Verify a binary

cosign verify-blob --bundle zentinel-26.07_2-linux-amd64.tar.gz.bundle \
  --certificate-identity-regexp "github.com/zentinelproxy/zentinel" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
  zentinel-26.07_2-linux-amd64.tar.gz

Verify the container image

cosign verify ghcr.io/zentinelproxy/zentinel:26.07_2 \
  --certificate-identity-regexp "github.com/zentinelproxy/zentinel" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com"

Checksums

Verify downloads with the .sha256 files.

Software Bill of Materials

CycloneDX 1.5 and SPDX 2.3 SBOMs are attached as release assets.