Skip to content

v0.12.1

Choose a tag to compare

@github-actions github-actions released this 14 Jun 22:07
· 25 commits to main since this release

Docker images

Pull the matching ghcr.io tag:

docker pull ghcr.io/cloudfieldcz/shieldoo-gate:0.12.1
docker pull ghcr.io/cloudfieldcz/scanner-bridge:0.12.1

Image pages:

shdg CLI

Push-from-CI client. Pre-built for Linux, macOS, and Windows:

OS Arch Archive
Linux x86_64 shdg-0.12.1-linux-amd64.tar.gz
Linux aarch64 shdg-0.12.1-linux-arm64.tar.gz
macOS Intel shdg-0.12.1-darwin-amd64.tar.gz
macOS Apple Silicon shdg-0.12.1-darwin-arm64.tar.gz
Windows x86_64 shdg-0.12.1-windows-amd64.zip

shdg version reports 0.12.1 to match the Docker tag.
Verify archive integrity with SHA256SUMS (also attached).

Changes (v0.12.0…v0.12.1)

  • fix(docker): serve manifest HEAD from internal store; map push-allowed upstream auth to 404 (9f73188)