Releases: air-gapped/cooked
v1.5.1
v1.5.0
v1.4.1
v1.4.0
Highlights
Helm Chart
cooked now ships a production-ready Helm chart, published to GHCR as a signed
OCI artifact alongside each release. Install with:
helm install cooked oci://ghcr.io/air-gapped/charts/cookedIncludes CA certificate injection, PSS restricted security context, HPA, PDB,
NetworkPolicy, and full configuration via cooked.* values.
Image Proxying
Images in rendered documents are now proxied through /_cooked/raw/ automatically,
fixing CORS failures when the upstream origin differs from cooked's domain.
Iframe Embedding
The new --frame-ancestors flag controls CSP frame-ancestors, enabling cooked
to be embedded in Gitea, cgit, or other tools via iframe.
1.4.0 (2026-04-03)
Features
v1.3.2
Highlights
Supply Chain Security
Container images are now signed with cosign (keyless via Sigstore) and include
an SPDX SBOM attestation. Verify with:
cosign verify ghcr.io/air-gapped/cooked:v1.3.2 \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--certificate-identity-regexp github.com/air-gapped/cooked1.3.2 (2026-04-03)
Security
v1.3.1
v1.3.0
Highlights
Runtime CA Certificate Injection
The container now runs update-ca-certificates at startup, picking up any .crt
files mounted into /usr/local/share/ca-certificates/. This enables air-gapped
deployments with internal CAs — mount your CA bundle via ConfigMap or
trust-manager and cooked handles the rest.