v1.1.0
The project is now SCRUBR — Sensitive Content Replacement, Unmasking, Brokering
& Rehydration. This is a naming release: there is no functional or wire change
(the sentinel format is unchanged), but the binary, container image, Helm chart, env
vars, and response headers are renamed, so existing deployments must update those
references (e.g. scrub → scrubr, ghcr.io/scrub-dev/scrub →
ghcr.io/scrubr-dev/scrubr, SCRUB_* → SCRUBR_*, x-scrub-* → x-scrubr-*).
Changed
- Renamed the project SCRUB → SCRUBR (Sensitive Content Replacement, Unmasking,
Brokering & Rehydration). This renames the binary (scrub→scrubr), the
crates (scrub/scrub-core→scrubr/scrubr-core), the container image
(ghcr.io/scrubr-dev/scrubr), the Helm chart (oci://ghcr.io/scrubr-dev/charts/scrubr),
the env vars (SCRUBR_*), the response headers (x-scrubr-*), default
file/paths (scrubr.yaml,/etc/scrubr,scrubr-audit.jsonl), and all repo/site
URLs (scrubr-dev/source-code,scrubr-dev.github.io). No functional change; the
sentinel format is unchanged.