@@ -11,7 +11,7 @@ audit, SBOM, reproducibility, smoke, and GitHub CodeQL default setup checks.
1111
1212## Current Status
1313
14- The current service version is ` 0.7 .0 ` .
14+ The current service version is ` 0.8 .0 ` .
1515
1616Implemented now:
1717
@@ -25,7 +25,7 @@ Implemented now:
2525- Namespace-aware tenant and style-version parameters.
2626- Selectable identity hash algorithms: ` SHA-512 ` , ` BLAKE3 ` , and ` XXH3 ` .
2727- ` WebP ` , ` PNG ` , ` JPEG ` , ` GIF ` , and ` SVG ` responses.
28- - Avatar families from ` hashavatar 0.7 .0 ` : ` cat ` , ` dog ` , ` robot ` , ` fox ` ,
28+ - Avatar families from ` hashavatar 0.8 .0 ` : ` cat ` , ` dog ` , ` robot ` , ` fox ` ,
2929 ` alien ` , ` monster ` , ` ghost ` , ` slime ` , ` bird ` , ` wizard ` , ` skull ` , ` paws ` ,
3030 ` planet ` , ` rocket ` , ` mushroom ` , ` cactus ` , ` frog ` , ` panda ` , ` cupcake ` ,
3131 ` pizza ` , ` icecream ` , ` octopus ` , and ` knight ` .
@@ -55,7 +55,7 @@ Intentionally external:
5555| Area | Status |
5656| --- | --- |
5757| Service license | ` EUPL-1.2 ` |
58- | Renderer crate | ` hashavatar 0.7 .0 ` |
58+ | Renderer crate | ` hashavatar 0.8 .0 ` |
5959| MSRV | Rust ` 1.95.0 ` |
6060| Runtime container | Wolfi |
6161| HTTP framework | ` axum ` |
@@ -234,6 +234,8 @@ The repository includes:
234234 and internal error disclosure behavior
235235- local HTTP smoke tests for health, SVG/PNG rendering, security headers, and
236236 invalid namespace rejection
237+ - local Podman smoke tests for the Wolfi image when
238+ ` HASHAVATAR_API_GATE_PODMAN=1 ` is set
237239- ` cargo deny ` dependency and license policy
238240- RustSec advisory scanning
239241- SPDX and CycloneDX SBOM generation
@@ -252,6 +254,16 @@ For self-hosting with Podman and Fluxheim, see:
252254The compose example builds this service with the Wolfi runtime image and places
253255Fluxheim in front of it as the public TLS reverse proxy.
254256
257+ Release tags publish a Wolfi runtime image to GitHub Container Registry:
258+
259+ ``` text
260+ ghcr.io/valkyoth/hashavatar-api:<version>
261+ ghcr.io/valkyoth/hashavatar-api:<version>-wolfi
262+ ```
263+
264+ Manual workflow runs from the default branch also publish ` dev ` , ` dev-wolfi ` ,
265+ ` latest ` , and ` latest-wolfi ` tags.
266+
255267## Related Projects
256268
257269- [ ` hashavatar ` ] ( https://crates.io/crates/hashavatar )
0 commit comments