What's Changed
- fix pipeline release by @matheusfrancisco in #1793
Full Changelog: 1.160.0...1.160.1
Assets
- hoop-darwin-arm64
- hoop-darwin-amd64
- hoop-linux-arm64
- hoop-linux-amd64
- hoop-windows-arm64
- hoop-windows-amd64
- checksums.txt
Docker Images
Gateway
- hoophq/hoop:1.160.1 · :latest — gateway, linux/amd64 + linux/arm64
- hoophq/hoop-ng:1.160.1 · :latest — same image from a repository with no AGPL/SSPL component in its history
Agent
- hoophq/hoopdev:1.160.1 · :latest — full agent: bundled database clients and RDP tooling
- hoophq/hoopagent:1.160.1-minimal — Ubuntu 24.04 plus the agent binary, nothing else
- hoophq/hoopagent:1.160.1-distroless — distroless static plus the agent binary, no shell
Agent with the Alcatraz NER model
For DLP_PROVIDER=alcatraz masking rules that ask for PERSON, LOCATION or NRP.
The model ships in the image and is never fetched at runtime.
- hoophq/hoopagent:1.160.1-minimal-alcatraz — minimal plus the model
- hoophq/hoopagent:1.160.1-distroless-alcatraz — distroless plus the model
Agent with the OCR engine
For the realtime RDP PII guard.
- hoophq/hoop-agent-ocr:1.160.1 · :latest — CPU, linux/amd64 + linux/arm64
- hoophq/hoop-agent-ocr:1.160.1-gpu — CUDA, linux/amd64 only