Skip to content

Releases: cathive/concourse-sonarqube-resource

0.14.2

10 Jan 08:00
9594e7a
Compare
Choose a tag to compare

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.

0.14.1

24 Aug 10:20
171e443
Compare
Choose a tag to compare

Changelog

This version contains a minor bugfix.

Fixed

  • Fixes small awk issue causing annoying log message

0.14.0

21 Jul 09:55
fec6477
Compare
Choose a tag to compare

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.

0.13.2

24 Oct 17:51
Compare
Choose a tag to compare

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.

0.13.1

30 Sep 10:20
Compare
Choose a tag to compare

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)

0.13.0

30 Sep 09:56
Compare
Choose a tag to compare

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.

0.12.0

12 Jun 20:13
Compare
Choose a tag to compare

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.

0.11.4

18 May 15:16
Compare
Choose a tag to compare

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)

0.11.3

06 Mar 07:24
Compare
Choose a tag to compare

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)

0.11.2

05 Feb 07:30
Compare
Choose a tag to compare

Changelog

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