Skip to content

Releases: cloudogu/ces-build-lib

4.0.1

07 Jan 13:47
4.0.1
436f49f
Compare
Choose a tag to compare

Fixed

  • Archive Trivy scan artifacts correctly

4.0.0

07 Jan 09:49
4.0.0
3f99b93
Compare
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
Compare
Choose a tag to compare

Added

  • [#137] function to determine PreRelease Branch

3.0.0

25 Oct 12:40
3.0.0
Compare
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.

2.5.0

14 Oct 11:56
2.5.0
ef10879
Compare
Choose a tag to compare

Added

  • Custom maven image support
  • Registry credentials for maven and gradle
  • Additional Docker run args

Changed

  • Git.pull() uses rebase strategy to avoid error fatal: Need to specify how to reconcile divergent branches.
  • Updated Trivy version

2.4.0

18 Sep 10:14
f3fde9e
Compare
Choose a tag to compare

changed

  • Relicense to AGPL-3.0-only

2.3.0

11 Sep 11:57
2.3.0
b14b80e
Compare
Choose a tag to compare

Changed

  • change k3d.configureComponents so that null values disable single components so they won't be installed.
    This is useful if default components like the blueprint-operator have to be disabled.
    • Example:
      k3d.configureComponents(["k8s-minio": ["version": "latest", "helmRepositoryNamespace": "k8s"], "k8s-blueprint-operator": null])

2.2.1

16 May 09:01
2.2.1
96b799c
Compare
Choose a tag to compare

Fixed

  • [#125] K3d setup waits now until all dogus are rolled out and the setup is really done.

2.2.0

02 May 10:02
ad8e523
Compare
Choose a tag to compare

Added

  • [#124 ]Maven.useMirrors([name: 'maven-proxy', mirrorOf: 'central', url: 'https://maven.example.org'])

2.1.0

29 Jan 14:30
2.1.0
510c88d
Compare
Choose a tag to compare

Fixed

Changed

  • [#120] Updated k3d to 5.6.0
  • [#120] Updated k3s image to rancher/k3s:v1.28.5-k3s1
  • Updated yq to 4.40.5
  • Fix yq output when using JSON-input from dogu.json; #122