github getnora-io/nora v0.6.3

2 days ago

Install

curl -fsSL https://getnora.io/install.sh | sh

Or download the binary directly:

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

Docker

Alpine (standard):

docker pull ghcr.io/getnora-io/nora:0.6.3

RED OS:

docker pull ghcr.io/getnora-io/nora:0.6.3-redos

Astra Linux SE:

docker pull ghcr.io/getnora-io/nora:0.6.3-astra

Changelog

See CHANGELOG.md

What's Changed

  • fix: config validation, publish_lock, OpenAPI completeness by @devitway in #152
  • fix: add Maven env overrides, fix S3 default port by @devitway in #153
  • fix: validate relative paths, document rate_limit default by @devitway in #154
  • ci: add coherence check and negative integration tests by @devitway in #156
  • fix: warn on docker proxy credentials in env, recommend config.toml by @devitway in #157
  • docs: add CHANGELOG entries for v0.6.1 and v0.6.2 by @devitway in #158
  • fix: publish_lock races, flaky tests, Docker pull counter by @devitway in #160
  • fix: OpenAPI completeness and llms.txt mirror CLI flags by @devitway in #161
  • fix: raw immutability, retention validation, test count update by @devitway in #162
  • fix: OpenAPI endpoint coverage, env var docs, mirror CLI examples by @devitway in #163
  • fix: share cleanup lock between GC and Retention schedulers by @devitway in #165
  • chore: release v0.6.3 by @devitway in #167

Full Changelog: v0.6.2...v0.6.3

Don't miss a new nora release

NewReleases is sending notifications on new releases.