docs: sync README and SECURITY.md with v0.9.1 (#428)

- Update test count from 990+ to 1040+
- Update binary size from <23 MB to <25 MB (actual: 23.8 MB)
- Add v0.9.1 to roadmap completed items
- Update SECURITY.md supported versions to 0.9.x
This commit is contained in:
2026-05-21 20:15:32 +03:00
committed by GitHub
parent 444a7065be
commit 86e4b0ce2b
2 changed files with 7 additions and 6 deletions

View File

@@ -16,14 +16,14 @@ Open [http://localhost:4000/ui/](http://localhost:4000/ui/) — your registry is
- **Zero-config** — single binary, no database, no dependencies. `docker run` and it works. - **Zero-config** — single binary, no database, no dependencies. `docker run` and it works.
- **13 registries** — Docker, Maven, npm, PyPI, Cargo, Go, Raw, RubyGems, Terraform, Ansible Galaxy, NuGet, Pub (Dart/Flutter), Conan (C/C++). - **13 registries** — Docker, Maven, npm, PyPI, Cargo, Go, Raw, RubyGems, Terraform, Ansible Galaxy, NuGet, Pub (Dart/Flutter), Conan (C/C++).
- **Secure by default** — [OpenSSF Scorecard](https://scorecard.dev/viewer/?uri=github.com/getnora-io/nora), signed releases, SBOM, fuzz testing, 990+ tests. - **Secure by default** — [OpenSSF Scorecard](https://scorecard.dev/viewer/?uri=github.com/getnora-io/nora), signed releases, SBOM, fuzz testing, 1040+ tests.
[![Release](https://img.shields.io/github/v/release/getnora-io/nora)](https://github.com/getnora-io/nora/releases) [![Release](https://img.shields.io/github/v/release/getnora-io/nora)](https://github.com/getnora-io/nora/releases)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/nora)](https://artifacthub.io/packages/helm/nora/nora) [![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/nora)](https://artifacthub.io/packages/helm/nora/nora)
[![Docker Pulls](https://img.shields.io/docker/pulls/getnora/nora)](https://hub.docker.com/r/getnora/nora) [![Docker Pulls](https://img.shields.io/docker/pulls/getnora/nora)](https://hub.docker.com/r/getnora/nora)
**< 23 MB** binary | **< 100 MB** RAM | **3s** startup | **13** registries **< 25 MB** binary | **< 100 MB** RAM | **3s** startup | **13** registries
## Supported Registries ## Supported Registries
@@ -137,7 +137,7 @@ docker run -d -p 4000:4000 \
|--------|------|-------|-------| |--------|------|-------|-------|
| Startup | < 3s | 30-60s | 30-60s | | Startup | < 3s | 30-60s | 30-60s |
| Memory | < 100 MB | 2-4 GB | 2-4 GB | | Memory | < 100 MB | 2-4 GB | 2-4 GB |
| Binary | < 23 MB | 600+ MB | 1+ GB | | Binary | < 25 MB | 600+ MB | 1+ GB |
## Roadmap ## Roadmap
@@ -148,8 +148,9 @@ docker run -d -p 4000:4000 \
- ~~Curation layer & 13 registry formats~~ ✅ v0.7.0 - ~~Curation layer & 13 registry formats~~ ✅ v0.7.0
- ~~Min Release Age~~ ✅ v0.7.1 - ~~Min Release Age~~ ✅ v0.7.1
- ~~Hash Pin Store, auth rate limiting, Cache-Control~~ ✅ v0.8.0 - ~~Hash Pin Store, auth rate limiting, Cache-Control~~ ✅ v0.8.0
- ~~Outbound proxy, structured audit log, 994 tests~~ ✅ v0.8.3 - ~~Outbound proxy, structured audit log~~ ✅ v0.8.3
- ~~Circuit breaker, OIDC, hot reload, arm64, streaming uploads~~ ✅ v0.9.0 - ~~Circuit breaker, OIDC, hot reload, arm64, streaming uploads~~ ✅ v0.9.0
- ~~NuGet V3 stabilization, Cargo ETag, 1049 tests~~ ✅ v0.9.1
- **Image Signing Policy** — cosign verification on upstream pulls - **Image Signing Policy** — cosign verification on upstream pulls
- **Semver contract** — stable API, configuration format, and storage layout - **Semver contract** — stable API, configuration format, and storage layout

View File

@@ -4,8 +4,8 @@
| Version | Supported | | Version | Supported |
| ------- | ------------------ | | ------- | ------------------ |
| 0.8.x | :white_check_mark: | | 0.9.x | :white_check_mark: |
| < 0.8 | :x: | | < 0.9 | :x: |
Only the latest minor release receives security patches. Only the latest minor release receives security patches.
Upgrade to the latest version for all fixes. Upgrade to the latest version for all fixes.