Skip to content

0.15.0

Compare
Choose a tag to compare
@joshi4 joshi4 released this 23 Aug 04:08
· 61 commits to main since this release

Changelog

  • b4f32c9 ask user to login for recording
  • c2d1cb6 client/guest: ask users to login if they are performing priveliged actions
  • 4e6d099 client/guest: nudge user to login for all priveliged actions
  • 46e206d client/guest: retry fetching runbook with logged in client
  • 9338334 client: get all runbooks for a user and all teams they are a part of
  • 0a8bc45 cmd/run: Let the user login if they need to
  • 9324b66 cmd/run: add debug logs
  • 6aa9775 cmd/run: simplify err handling since guest client handles login
  • 83f69ad login: extract login into its own pkg for reuse