Releases: cloudogu/dogu-build-lib
Releases · cloudogu/dogu-build-lib
v3.1.0
v3.0.0
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
v2.5.1
v2.5.0
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
v2.3.1
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
v2.2.0
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