Skip to content

Releases: cloudogu/ces-build-lib

1.51.0

16 Mar 12:04
Compare
Choose a tag to compare

Added

  • Add k3d method buildAndPushToLocalRegistry() for cluster-local access of development images #71
    • see the README.md for updated usage tips
  • Makefile class to extract the current version from the makefile #73

Changed

  • Install kubectl on k3d setup automatically; #71
  • Use workspace as k3d constructor parameter
  • Install local image registry during k3d setup #71

Removed

  • Remove unused git credentials parameter in k3d constructor
  • Remove dependency to GitOps playground

1.50.0

10 Mar 07:00
1.50.0
c96d297
Compare
Choose a tag to compare

Changed

  • Install Gitops Playground and K3d into a subfolder for better CI experience (#69)
    • see the README.md for updated usage tips

1.49.0

02 Mar 09:33
1.49.0
62011f5
Compare
Choose a tag to compare

Added

  • Add Kubernetes support by spinning-up a k3d cluster #67
    • see the README.md for further information

1.48.0

19 Oct 13:24
1.48.0
Compare
Choose a tag to compare

Added

  • Add gpg class to perform gpp based task such as signing; #64
  • Add option to upload artifacts to a GitHub release; #64

bugfix: concurrent builds won't fail

03 Jun 10:31
287a7f7
Compare
Choose a tag to compare

set the MAVEN_USER_HOME before calling mvnw so there won't be concurrency issues

Add GradleWrapper in Docker support

15 Apr 11:44
751fe5b
Compare
Choose a tag to compare

bugfix: case sensitive header lookup PR creation

13 Apr 08:57
615b281
Compare
Choose a tag to compare

Fixes a bug where the creation of a PR failed due to the case sensitiveness lookup of header names

Configurable production branch support

06 Apr 14:35
ad0131e
Compare
Choose a tag to compare

Adds

  • the optional parameter productionBranch to configure the production branch that should be used by git flow (#56). The parameter is accepted by the following methods:
    • github.createRelease
    • github.createReleaseWithChangelog
    • gitflow.finishRelease

Minor bug fix

25 Feb 09:17
01970ee
Compare
Choose a tag to compare
Merge pull request #54 from cloudogu/bugfix/location_for_prId

Bugfix/location for pr

Adds vulnerability scans with Trivy and Pull Request handling for SCM-Manager

08 Feb 16:31
Compare
Choose a tag to compare

Adds

  • SCMManager for handling of Pull Requests (#50) and
  • findVulnerabilitiesWithTrivy() for scanning Images with Trivy (#52, #53)

Upgrades

  • Maven and Maven Wrapper and sets output to verbose (#51)