github getnora-io/nora v0.9.7

3 hours ago

[0.9.7] - 2026-07-05

Added

  • auth — Dedicated admin-gated route for minting admin tokens (#746) (#808)
  • i18n — Add Chinese (Simplified) translation support (#788)
  • npm — Proxy npm audit to upstream for remote repos (#805)
  • storage — Add s3_virtual_hosted toggle for virtual-hosted-style requests (#798)

Fixed

  • terraform — Implement Provider Network Mirror Protocol (#802)

Changed

  • registry — Verified code-quality cleanups + metrics-label docs fix (#790)
  • storage — Type StorageError::Io as #[from] std::io::Error (#793)
  • Hoist outbound User-Agent into a compile-time const (#792)

Documentation

  • compat — S3 "any S3-compatible" needs a conditional-write/CAS caveat (#804)
  • compat — Npm audit is implemented (#597); unpublish → quarantine (#807)
  • curation — Document internal_namespaces pattern forms (#731) (#810)

CI

  • coverage — Don't fail the gate when the badge update errors (#786)
  • security — Ignore RUSTSEC-2026-0194/-0195 (quick-xml transitive, no upstream fix) (#800)
  • Add auto-reland workflow for signed relands of external PRs (#797)
  • Harden auto-reland.yml (Scorecard: pin + permissions + dangerous-workflow) (#806)

Maintenance

  • clippy — Lint test and bench targets under -D warnings (#791)
  • Remove orphaned docs-site mirror from the repo (#812)
  • Drop the dead docs-site route-consistency check (#813)

Dependencies

  • deps — Bump bcrypt 0.19.0 -> 0.19.2 (RUSTSEC-2026-0199) (#803)

Install

# x86_64
curl -LO https://github.com/getnora-io/nora/releases/download/v0.9.7/nora-linux-amd64
chmod +x nora-linux-amd64
sudo mv nora-linux-amd64 /usr/local/bin/nora

# ARM64 (Apple Silicon, Graviton, Ampere)
curl -LO https://github.com/getnora-io/nora/releases/download/v0.9.7/nora-linux-arm64
chmod +x nora-linux-arm64
sudo mv nora-linux-arm64 /usr/local/bin/nora

Docker

docker pull getnora/nora:0.9.7
Variant Image Platforms
Alpine (default) getnora/nora:0.9.7 amd64, arm64
RED OS getnora/nora:0.9.7-redos amd64
Astra Linux SE getnora/nora:0.9.7-astra amd64
GHCR ghcr.io/getnora-io/nora:0.9.7 amd64, arm64

DEB / RPM

# Debian / Ubuntu / Astra Linux (amd64)
curl -LO https://github.com/getnora-io/nora/releases/download/v0.9.7/nora-amd64.deb
sudo dpkg -i nora-amd64.deb

# RHEL / Fedora / RED OS (amd64)
curl -LO https://github.com/getnora-io/nora/releases/download/v0.9.7/nora-amd64.rpm
sudo rpm -i nora-amd64.rpm

Changelog

See CHANGELOG.md

Don't miss a new nora release

NewReleases is sending notifications on new releases.