Skip to content

0.8.0.783

Choose a tag to compare

@github-actions github-actions released this 31 Mar 09:51
· 706 commits to master since this release
fe001c3

SonarQube CLI v0.8.0

This release introduces several improvements and fixes some bugs.

Features

  • Improve the help command and provide a quickstart guide
  • Rename authentication environment variables
    • SONAR_CLI_TOKEN -> SONARQUBE_CLI_TOKEN
    • SONAR_CLI_SERVER -> SONARQUBE_CLI_SERVER
    • SONAR_CLI_ORG -> SONARQUBE_CLI_ORG
  • Sign macOS binary with Apple Developer ID to avoid frequent Keychain Access prompts
  • sonar self-update updates the secrets binary if it was previously installed
  • Collect uncaught exceptions with Sentry

Bug Fixes

  • Do not require organization key when doing auth logout