Concourse Sonarqube Resource Versions Save

performs SonarQube analyses and checks quality gates https://concourse-ci.org/ https://sonarqube.org/

v0.14.2

1 year ago

Changelog

Fixed

  • The bundled version of Apache Maven has been updated to v3.8.7.
  • The bundled version of Node.js has been updated to v18.x.
  • The bundled version of TypeScript has been updated to v4.9.4.

v0.14.1

1 year ago

Changelog

This version contains a minor bugfix.

Fixed

  • Fixes small awk issue causing annoying log message

v0.14.0

1 year ago

Changelog

A new maintainer has stepped forward! Welcome, Holger Stolzenberg!

Added

  • Container images are now available for amd64 and arm64 architecture. Thanks a lot, "odidev" for the initial pull request to introduce this feature.
  • A new parameter additional_sonar_scanner_opts is now available, which allows users to specifiy the SONAR_SCANNER_OPTS environment variable for elobarorated SonarQube scanner invocations.

Changed

  • Main development branch has been renamed from master to main.
  • Fully-automated CI/CD builds that will create container images with tag :latest whenever changes to the main branch are pushed works again after some changes made by Docker Hub that broke the old CI/CD workflow.

Fixed

  • Setting argument __debug=true no longer breaks Maven-based builds. Thanks for the fix,Roberto C. Salome!

Updated

  • Sonar CLI, bundled Node.js version and all other dependencies in the container image(s) have been updated to their latest release versions.

v0.13.2

3 years ago

This version contains fixes provided by Julien Syx. Thanks for helping out and making this release possible!

Changelog

Fixed

  • Fix broken builds that occured when no maven_settings_file is set. (#66, #67)

  • Pull request identification if decorate_pr is set to true has been fixed.

v0.13.1

3 years ago

Thanks to "cyclump" for the bug reports that helped us tackle a nasty bug in the logic to look up the maven_settings_file.

Changelog

  • Wrong relative lookup of maven_settings_file has been fixed. (#59, #65)

v0.13.0

3 years ago

Changelog

Thanks to Chien Jon Soon and Pruthvidhar Rao Nadunooru for their contributions to this release!

Added

  • Globbing syntax support (shopt -s globstar) has been added. (#60)

Fixed

  • sonar.branch.name should now work correctly when performing pull-request analysis

Updated

  • Base docker image has been updaed to openjdk:11.0.8-slim.
  • The bundled Sonar Scanner CLI has been updated to v4.4.0.2170.
  • The bundled TypeScript version has been updated to v3.9.7.

v0.12.0

3 years ago

Changelog

Thanks to "noelcat" for the pull request to add support for BitBucket pull request decorators.

Added

  • Support for BitBucket pull request decorations has been added.

Updated

  • Base docker image has been updaed to openjdk:11.0.7-slim.
  • The bundled Sonar Scanner CLI has been updated to v4.3.0.2102.
  • The bundled TypeScript version has been updated to v3.9.5.

v0.11.4

4 years ago

Changelog

Fixed

Thanks to Nabil Abdelwahd for the patch that made this release possible.

  • The branch_name_file parameter should now work as supposed to. (#55)

v0.11.3

4 years ago

Changelog

Thanks to Samed Ozdemir who provided a patch to enhance the functionality of this resource for this release.

Added

  • The parameters branch_name_file and branch_target_file have been added to allow for more sophisticated integration options with SonarQube's branch management feature. (#52)

Updated

  • The bundled TypeScript version has been updated to v3.8.3.

Fixed

  • The environment variable NODE_PATH is now set correctly, which should fix issues with the sonar-typescript-plugin. (#51)

v0.11.2

4 years ago

Changelog

  • JAVA_HOME was not correctly linked and rendered the cli variant of the sonar-scanner unusable. #50