• 0.1.6 88c3345647

    NexaPG 0.1.6 - Performance & Security Update
    All checks were successful
    PostgreSQL Compatibility Matrix / PG14 smoke (push) Successful in 8s
    PostgreSQL Compatibility Matrix / PG15 smoke (push) Successful in 8s
    PostgreSQL Compatibility Matrix / PG16 smoke (push) Successful in 9s
    PostgreSQL Compatibility Matrix / PG17 smoke (push) Successful in 8s
    PostgreSQL Compatibility Matrix / PG18 smoke (push) Successful in 8s
    Docker Publish (Release) / Build and Push Docker Images (release) Successful in 1m24s
    Stable

    nessi released this 2026-02-13 11:49:53 +00:00 | 27 commits to main since this release

    Security

    Frontend Runtime Image Hardening

    • Updated frontend runtime base image to Docker Hub recommended tag:
      • nginx:1.29-alpine-slim
    • Kept lightweight Alpine-based runtime footprint for reduced package surface.
    • Applied runtime package refresh during build:
      • apk upgrade --no-cache

    Healthcheck Hardening

    • Frontend container healthcheck now validates Nginx config directly:
      • nginx -t
    • Removed dependency on HTTP fetch tools in healthcheck path.

    Notes

    • No database migration required.
    • Rebuild and republish frontend image, then redeploy to apply security base-image updates.
    Downloads