Releases: cloudogu/ces-build-lib
Releases · cloudogu/ces-build-lib
5.3.1
5.3.0
Changed
- SonarQube's
analyzeWith(mvn)credential usage for tokens changed to avoid authentication errors- With SonarQube 25.x the regular maven goal
sonar:sonarchanged the used authentication style because username/password no longer work. - Instead, a SonarQube authentication token must be generated on the personal security profile page and used without username. This works best with setting the used credential to the config map entry
token
- With SonarQube 25.x the regular maven goal
5.2.0
5.1.0
5.0.0
4.4.0
4.3.0
4.2.0
Changed
- Removes the default legacy behavior which created a new project in SonarQube for every analyzed branch.
This change uses the community-branch-plugin as default
to create a project for the single artifact id. In this project all analyses of branches and pull requests will be stored.
Fixed
- [#147] Use dogu v2 api for applying dogus in k3d.
4.1.1
4.1.0
Added
- Add checkChangelog function to make sure your changelog has been updated on an open PR
- Add checkReleaseNotes function to make sure your release notes have been updated on an open PR