mirror of
https://github.com/getnora-io/nora.git
synced 2026-04-12 06:50:31 +00:00
release: v0.4.0 — Mirror & Air-Gap (#95)
Bump version to 0.4.0. Features: - Docker image mirroring (nora mirror docker) - yarn.lock parser (nora mirror yarn) - JSON output for mirror CLI (--json) - Storage size in /health endpoint - 499 tests, 61.5% coverage
This commit is contained in:
16
CHANGELOG.md
16
CHANGELOG.md
@@ -1,4 +1,20 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
## [0.4.0] - 2026-04-05
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- **Docker image mirroring** — nora mirror docker fetches manifests and blobs from upstream registries (Docker Hub, ghcr.io, etc.) and pushes into NORA (#41)
|
||||||
|
- **yarn.lock support** — nora mirror yarn parses v1 format with scoped packages and dedup (#44)
|
||||||
|
- **--json output for mirror** — nora mirror npm --json outputs structured JSON for CI/CD pipelines (#43)
|
||||||
|
- **Storage size in /health** — total_size_bytes field in health endpoint response (#42)
|
||||||
|
- 499 total tests (up from 466), 61.5% code coverage (up from 43%)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- fetch_blob_from_upstream and fetch_manifest_from_upstream are now pub for reuse in mirror module
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- tarpaulin exclude-files paths corrected to workspace-relative (coverage jumped from 29% to 61%) (#92)
|
||||||
|
- Env var naming unified across all registries (#39, #90)
|
||||||
|
|
||||||
## [0.3.1] - 2026-04-05
|
## [0.3.1] - 2026-04-05
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -1525,7 +1525,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nora-registry"
|
name = "nora-registry"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"argon2",
|
"argon2",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ members = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.75"
|
rust-version = "1.75"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|||||||
Reference in New Issue
Block a user