Skip to content

Releases: cloudogu/dogu-build-lib

v3.1.0

22 Jan 10:44
v3.1.0
2e99280
Compare
Choose a tag to compare

Changed

  • Use Ubuntu 24.04 based image family for EcoSystem provisioning; #62

v3.0.0

12 Dec 08:02
v3.0.0
1f8d9d2
Compare
Choose a tag to compare

Added

  • [#58] Add function to copy Dogu images to the Jenkins worker

This release contains a breaking change. All Trivy-specific functionality has been removed.
See Scan Dogu image with Trivy for migration.

Removed

  • Removed all Trivy-specific functionality. Please use the Trivy class of the ces-build-lib

v2.6.0

25 Nov 10:09
v2.6.0
4d617b1
Compare
Choose a tag to compare

Added

  • [#56] function to push a pre release to registry

v2.5.1

22 Nov 07:14
v2.5.1
3aa7b41
Compare
Choose a tag to compare

Fixed

  • [#54] print verify output to jenkins console and append the result as build artifact

v2.5.0

27 Sep 11:46
901c96b
Compare
Choose a tag to compare

What's Changed

  • Pass trivyignore to trivy docker call to ignore CVEs that are false positives

Full Changelog: v2.4.0...v2.5.0

v2.4.0

18 Sep 11:50
v2.4.0
8f8be71
Compare
Choose a tag to compare

Changed

  • Relicense to AGPL-3.0-only

v2.3.1

04 Jun 13:56
v2.3.1
039fd68
Compare
Choose a tag to compare

Changed

  • [#45] Changed the default password to comply with the default password-rules of the ecosystem
    • Since CAS 7.0 the password-compliance is checked on every login and forces a password-change if a password is not compliant
    • This prevents these "weak password"-warnings and allows the integration-tests to be executed without problems

v2.3.0

13 Sep 14:19
v2.3.0
f001788
Compare
Choose a tag to compare

Removed

  • [#43] Argument of type EcoSystem from update()-method

Added

  • [#43] New dogu version as overloaded argument to update()-method

v2.2.0

05 Jul 15:26
Compare
Choose a tag to compare

Changed

  • Update the correct Cypress configuration file when changing the admin group (#40)
    • previously only the cypress.json file was changed which has been replaced in cypress version 10+ with the cypress.config.js
    • now depending on which of the files exists, the correct file is changed
  • Allow the configuration of the timeout for the verify command

v2.1.0

24 Apr 13:38
Compare
Choose a tag to compare

Added

  • Trivy scan feature to scan Dogus for possible security issues (#38)