Install
curl -fsSL https://getnora.io/install.sh | shOr download the binary directly:
curl -LO https://github.com/getnora-io/nora/releases/download/v0.5.0/nora-linux-amd64
chmod +x nora-linux-amd64
sudo mv nora-linux-amd64 /usr/local/bin/noraDocker
Alpine (standard):
docker pull ghcr.io/getnora-io/nora:0.5.0RED OS:
docker pull ghcr.io/getnora-io/nora:0.5.0-redosAstra Linux SE:
docker pull ghcr.io/getnora-io/nora:0.5.0-astraChangelog
See CHANGELOG.md
What's Changed
- fix: add Go and Raw registries to metrics detection and health endpoint by @TickTockBent in #97
- chore: pin dependencies to SHA digests for OpenSSF scorecard by @devitway in #104
- fix: revert codeql-action to tag in scorecard.yml by @devitway in #105
- chore: SLSA L3 provenance, cosign .sig, Artifact Hub by @devitway in #106
- fix: cargo upstream proxy + mirror UX improvements by @devitway in #107
- fix: correct zeroize annotation placement and avoid secret cloning in protected.rs by @TickTockBent in #108
- fix: scope garbage collection to Docker-only blobs by @TickTockBent in #109
- chore(deps): bump docker/login-action from 4.0.0 to 4.1.0 by @dependabot[bot] in #110
- chore(deps): bump toml from 1.0.6+spec-1.1.0 to 1.1.2+spec-1.1.0 by @dependabot[bot] in #111
- chore(deps): bump criterion from 0.5.1 to 0.8.2 by @dependabot[bot] in #112
- feat: Cargo sparse index (RFC 2789) + PyPI twine upload + PEP 691 by @devitway in #113
New Contributors
- @TickTockBent made their first contribution in #97
Full Changelog: v0.4.0...v0.5.0