Skip to content

v0.6.0

Compare
Choose a tag to compare
@luisaveiro luisaveiro released this 10 Apr 15:51
· 77 commits to main since this release

Added

  • progressbar package.
  • docker::pull command to update Docker images.
  • git::checkout function to git package.
  • notice log output functions.
  • messages namespace for repeatable output messages
  • A status message of SonarQube containers after executing down & up commands.

Changed

  • self-update command updates SonarQube and SonarScanner Docker images.
  • SonarScanner container has a predefined name.
  • output function supports --overwrite argument.
  • Improved output messages.

Fixed

  • SonarScanner throwing an error if SonarQube is not running.

Updating SonarQube and SonarScanner Docker images

The first time you update to v0.6.0. You will be required to run the self-update command a second time to update SonarQube and SonarScanner Docker images. All versions before v0.6.0 do not have support for updating SonarQube and SonarScanner Docker images.

All versions after v0.6.0 will automatically update Localhost SonarQube and SonarQube and SonarScanner Docker images.

Please note: after updating the SonarQube Docker image. SonarQube dashboard will present with a "SonarQube is under maintenance" message. You will need to go to http://localhost:9000/setup and follow the instructions. SonarQube will reanalyze your projects.