Skip to content

Releases: cloudogu/ces-build-lib

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

4.0.1

07 Jan 13:47
4.0.1
436f49f

Choose a tag to compare

Fixed

  • Archive Trivy scan artifacts correctly

4.0.0

07 Jan 09:49
4.0.0
3f99b93

Choose a tag to compare

Added

  • Add Trivy class for scanning container images with Trivy
    • Combines the functionality of the findVulnerabilitiesWithTrivy function and the Trivy class of the dogu-build-lib

Deprecated

  • findVulnerabilitiesWithTrivy function is deprecated now. Please use the new Trivy class.

Changed

  • [#140] Update Maven-Build-Dependencies
    • JUnit 5
    • Groovy 2.5
    • Maven 3.9.9
      • Compiler-Target: Java 11

3.1.0

27 Nov 12:09
6da6e67

Choose a tag to compare

Added

  • [#137] function to determine PreRelease Branch

3.0.0

25 Oct 12:40
3.0.0

Choose a tag to compare

Changed

  • [#134] Breaking: Change container registry secret from k8s-dogu-operator-docker-registry to ces-container-registries.
    This is necessary to support multiple registry configurations.