Releases: cathive/concourse-sonarqube-resource
Releases · cathive/concourse-sonarqube-resource
0.14.2
0.14.1
Changelog
This version contains a minor bugfix.
Fixed
- Fixes small awk issue causing annoying log message
0.14.0
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 theSONAR_SCANNER_OPTS
environment variable for elobarorated SonarQube scanner invocations.
Changed
- Main development branch has been renamed from
master
tomain
. - Fully-automated CI/CD builds that will create container images with tag
:latest
whenever changes to themain
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
This version contains fixes provided by Julien Syx.
Thanks for helping out and making this release possible!
Changelog
Fixed
0.13.1
0.13.0
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
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
0.11.3
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
andbranch_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)