Ovumcy v0.7.2
Release date: 2026-03-24
Highlights
- Fixed the
SECRET_KEY_FILEruntime regression so operator-managed absolute paths such as/run/secrets/...keep working after the startup hardening change. - Clarified the public repository story in README by documenting how
ovumcy-web,ovumcy-app, andovumcy-sync-communityrelate to each other. - Restored the Go Report Card badge in README and aligned pinned image examples with the new tagged release.
Security and quality
SECRET_KEY_FILEstill treats the path as operator-managed startup configuration, while preserving the original unreadable path in startup errors for easier self-hosted debugging.- The release was validated with
go test ./cmd/ovumcy,go test ./...,staticcheck ./...,gosec ./..., anddocker compose configfor all supported compose stacks.
Upgrade notes
- No database migration is required for this release.
- Tagged images publish under
ghcr.io/ovumcy/ovumcy-web:v0.7.2. - Existing deployments can upgrade in place and pin
OVUMCY_IMAGE=ghcr.io/ovumcy/ovumcy-web:v0.7.2if they do not want to track future tags manually. SECRET_KEYstill takes precedence overSECRET_KEY_FILEwhen both are set.
Full changelog
- Compare: v0.7.1...v0.7.2
- Changelog entry:
CHANGELOG.mdsection0.7.2.