You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Features
Publish a multi-arch container image (linux/amd64, linux/arm64) to GitHub Container Registry (ghcr.io) on release (#49)
Provide release binaries for macOS (Apple Silicon and Intel) and Windows (x64 and ARM64) in addition to Linux x64/ARM64 (#49)
Build both the binaries and the container image with SQLite and PostgreSQL backends enabled (#49)
Bug Fixes
Report the correct version from --version (it had been stuck at a stale 0.2.0)
Dependencies
Bump scim_proto, clap, tokio, regex, serde_json, uuid, async-trait, tracing-subscriber, bcrypt, chrono-tz, and testcontainers; resolve RUSTSEC advisories (rustls-webpki, time, bytes, tokio-tar) and drop the direct rand dependency (d4f878a)
Build System
Upgrade the Docker runtime image to Alpine 3.24 and modernize the Dockerfile (rust 1.96-alpine builder) (#59, #49)
Automate releases with release-please and harden the CI/release workflows (SHA-pinned actions, least-privilege tokens) (#51)