Skip to content

Releases: cloudogu/ces-build-lib

5.3.1

18 Mar 13:40
5.3.1
f303cfe

Choose a tag to compare

Fixed

  • [#162] Fix k3d.collectAndArchiveLogs to not fail when a logfile to archive was not created

5.3.0

16 Mar 14:14

Choose a tag to compare

Changed

  • SonarQube's analyzeWith(mvn) credential usage for tokens changed to avoid authentication errors
    • With SonarQube 25.x the regular maven goal sonar:sonar changed 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

5.2.0

13 Mar 13:23

Choose a tag to compare

Changed

  • Let shellcheck search sourced files in script dir
  • Upgrade Trivy to v0.69.3

5.1.0

19 Jan 13:34
5.1.0
10898fc

Choose a tag to compare

Changed

  • [#157] Update k3d, k8s and yq versions

5.0.0

09 Dec 08:01
5.0.0
15b22ca

Choose a tag to compare

Changed

  • use ecosystem-core instead of k8e-ces-setup to install cluster

4.4.0

02 Dec 10:14

Choose a tag to compare

Changed

  • Set development branch on finishing gitflow release

4.3.0

21 Aug 07:02
4.3.0
5055941

Choose a tag to compare

Changed

  • Updates the BATS shell test image to 1.12 which supports the --report-formatter switch

4.2.0

02 Apr 13:18
4.2.0
cb2e678

Choose a tag to compare

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

11 Mar 14:15
6728b4e

Choose a tag to compare

Fixed

  • [#143] Fix IllegalAccessError when using GradleWrapperInDocker(..)

4.1.0

19 Feb 07:13
4.1.0
fc3d076

Choose a tag to compare

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