This is a new minder client release. Server releases are in the helm chart, which is published on each commit.
Highlights of the client release include:
Improved CLI output, including emoji for rule status (disable with --emoji=false
) and more informative columns. Here's a sample:
Reduced CLI noise -- minder
will automatically attempt to authenticate if your token is expired, rather than asking you to run minder auth login
again. Also, you should no longer receive a message amount no config file present after the first invocation, as minder
will automatically create an empty config file in your home directory.
Client changes
- Minder CLI output cleanup - column changes and emoji by @evankanderson in #5711
- Polish default CLI behavior by @evankanderson in #5745
- Add GitHub Actions auth token support by @evankanderson in #5746
Server changes
- Use current branch when sending pull requests, rather than hard-coding main by @evankanderson in #5630
- Clean up project naming: avoid UUID-like names by @evankanderson in #5642
- Allow project context and profile to use name as well as UUID by @evankanderson in #5653
- Allow delete ruletype by name by @evankanderson in #5665
- Enable outputting 'message' from deny-by-default evaluation by @evankanderson in #5664
- Simplify ingestion interfaces for engine by @evankanderson in #5688
- Include redirect URL in provider enrollment, rather than defaulting to first callback URL by @evankanderson in #5697
- Add templates for REST ingest and remediate, and YQ remediation by @evankanderson in #5702
Documentation updates
- Fix return value documentation for actions list by @evankanderson in #5667
- Add documentation for using GitHub Actions identities by @evankanderson in #5666
- Auto-generated cli documentation update - 2025-06-24 09:40:05 by @github-actions in #5712
Test and infrastructure changes
- Re-use embedded postgres instance across tests by @evankanderson in #5652
- Update GitHub chart push action to not run on forks, use digests consistently by @evankanderson in #5727
- Record image refs during build for later use by cosign by @evankanderson in #5729
- Fix WaitGroup race on embeddedpostgres by @evankanderson in #5728
- Fix body reuse in test retries by @evankanderson in #5742
- Fix WaitGroup mis-use in shared postgres DB by @evankanderson in #5743
Full Changelog: v0.0.89...v0.1.0