mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-04-15 08:45:43 -04:00
prep v0.7.21
This commit is contained in:
parent
1817931c6f
commit
239256e2ba
@ -8,10 +8,11 @@ upgrades, e.g. `v0.6.x` -> `v0.7.x`. The config file format and
|
||||
[API](ref/api.md) currently have no stability guarantees, so they may change
|
||||
even on minor releases, e.g. `v0.7.5` -> `v0.7.6`.
|
||||
|
||||
## unreleased
|
||||
## v0.7.21 (2025-04-04)
|
||||
|
||||
* Release with `mimalloc` allocator, which is significantly faster than the memory
|
||||
allocator built into `musl`.
|
||||
* Eliminate some memory allocations.
|
||||
|
||||
## v0.7.20 (2025-01-31)
|
||||
|
||||
|
@ -26,10 +26,10 @@ left, and pick the [latest tagged version](https://github.com/scottlamb/moonfire
|
||||
|
||||
Download the binary for your platform from the matching GitHub release.
|
||||
Install it as `/usr/local/bin/moonfire-nvr` and ensure it is executable, e.g.
|
||||
for version `v0.7.14`:
|
||||
for version `v0.7.21`:
|
||||
|
||||
```console
|
||||
$ VERSION=v0.7.14
|
||||
$ VERSION=v0.7.21
|
||||
$ ARCH=$(uname -m)
|
||||
$ curl -OL "https://github.com/scottlamb/moonfire-nvr/releases/download/$VERSION/moonfire-nvr-$VERSION-$ARCH"
|
||||
$ sudo install -m 755 "moonfire-nvr-$VERSION-$ARCH" /usr/local/bin/moonfire-nvr
|
||||
@ -65,7 +65,7 @@ services:
|
||||
moonfire-nvr:
|
||||
# The `vX.Y.Z` images will work on any architecture (x86-64, arm, or
|
||||
# aarch64); just pick the correct version.
|
||||
image: ghcr.io/scottlamb/moonfire-nvr:v0.7.11
|
||||
image: ghcr.io/scottlamb/moonfire-nvr:v0.7.21
|
||||
command: run
|
||||
|
||||
volumes:
|
||||
|
Loading…
x
Reference in New Issue
Block a user