Ovumcy v0.7.1
Release date: 2026-03-22
Highlights
- Added
SECRET_KEY_FILEas a supported file-backed runtime secret source for self-hosted deployments, with updated docs, compose examples, and regression coverage. - Added French and German first-party UI localization across server-rendered pages, language switching, and onboarding date accessibility labels.
- Aligned public repository/docs links with
github.com/ovumcy/ovumcy-weband moved tagged release images toghcr.io/ovumcy/ovumcy-web.
Security and Quality
- Runtime image and Go toolchain updated to
1.25.8. - Transitive
flatteddependency updated to3.4.2. - Codecov upload on
pushis now non-blocking when Codecov itself is unavailable, so downstream smoke lanes still run during external outages. - Verified with
go test ./...,staticcheck ./...,npm run lint,npm run build,npm run e2e -- e2e/navigation-language.spec.ts,gosec,docker build,docker compose config, and runtime secret-source smoke checks.
Upgrade Notes
- No database migration is required for this release.
- Tagged container images now publish under
ghcr.io/ovumcy/ovumcy-web:v0.7.1. SECRET_KEYstill takes precedence overSECRET_KEY_FILEwhen both are set.
Compare
- Full diff: v0.7.0...v0.7.1