Releases: jitsudo-dev/jitsudo
Releases · jitsudo-dev/jitsudo
Release list
jitsudo v0.1.0
What's Changed
- fix: resolve make docker-up OIDC issuer mismatch and wrong client ID by @youshibin in #2
- fix: correct awk patterns for checksum extraction in release workflow by @youshibin in #5
- fix(cli): add JITSUDO_SERVER env var support, actionable errors, and relaxed request flags by @youshibin in #8
- fix(client): strip http/https scheme from ServerURL before dialling gRPC by @youshibin in #10
- fix(auth): rewrite JWKS fetches to DiscoveryURL host when issuer host differs by @youshibin in #13
- fix(exec): remove doubled "exec:" prefix in command-not-found error by @youshibin in #19
- fix(audit): add -o shorthand for --output; error on unknown format by @youshibin in #20
- fix(cli): wrap gRPC errors with friendlyError to strip wire-level noise by @youshibin in #21
- feat(cli): honour --output/-o flag in status, request, policy list/get by @youshibin in #22
- fix(server): pre-flight Rego compile check in ApplyPolicy and DeletePolicy by @youshibin in #23
New Contributors
- @youshibin made their first contribution in #2
Full Changelog: https://github.com/jitsudo-dev/jitsudo/commits/v0.1.0