github kOlapsis/maintenant v1.2.1
Maintenant v1.2.1

latest releases: v1.3.8, v1.3.7, v1.3.6...
4 months ago

Date: 2026-03-30
Base: v1.2.0


Improvements

Configurable log level

The log level can now be set via the MAINTENANT_LOG_LEVEL environment variable. Accepted values: debug, info, warn, error (case-insensitive). Defaults to info.

environment:
  MAINTENANT_LOG_LEVEL: debug

Kubernetes — runAsNonRoot no longer rejects the pod

The manifests previously specified runAsNonRoot: true without a runAsUser, causing Kubernetes to reject the pod since the image has no USER instruction. The pod securityContext now sets runAsUser: 65534 (nobody), which satisfies the constraint. Fixes #17.

The USER directive has been removed from the Dockerfile — in Docker mode the container needs access to /var/run/docker.sock; non-root is enforced at the pod level in Kubernetes.

Kubernetes manifests — image tag and pull policy

The raw manifests referenced v0.1.0 (which was never published). They now point to latest with imagePullPolicy: Always.


Upgrading from v1.2.0

docker compose pull && docker compose up -d --force-recreate

No database migrations, no configuration changes required.

Don't miss a new maintenant release

NewReleases is sending notifications on new releases.