Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@evankanderson evankanderson released this 10 Jul 05:21
· 28 commits to main since this release
0f53e5b

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:
458136843-77b657ed-dc4b-45e0-949d-311731b1109c

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

Server changes

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

Full Changelog: v0.0.89...v0.1.0