Skip to content

Releases: cloudogu/ces-build-lib

1.60.1

01 Dec 08:37
4370066
Compare
Choose a tag to compare

Fixed

  • Incorrect usage of parameters makes currently used feature of installing and performing a setup unusable.

1.60.0

30 Nov 15:25
Compare
Choose a tag to compare

What's Changed

  • #91 split setup functionality to support setup development by @ppxl in #92

Full Changelog: v1.59.0...1.60.0

v1.59.0

28 Nov 14:07
v1.59.0
ae98e9c
Compare
Choose a tag to compare

Add K3d convenience functions; update vulnerable maven dependencies

Added

  • Function collectAndArchiveLogs to collect dogu and resource information to help debugging k3s Jenkins buils. #89
  • Function applyDoguResource(String doguName, String doguNamespace, String doguVersion) to apply a custom dogu resource into the cluster. This effectively installs a dogu if it is available. #89

1.58.0

07 Nov 12:45
1.58.0
d126753
Compare
Choose a tag to compare

Changed

  • Push k8s yaml content via file reference #87

1.57.0

06 Oct 07:24
1.57.0
17270f6
Compare
Choose a tag to compare

Added

  • New class Bats providing methods to easily execute existing bats (Bash Automated Testing System) tests. #85

1.56.0

25 Aug 13:33
Compare
Choose a tag to compare

Added

  • New class DockerRegistry providing methods to: #83
    • push a dogu (json)
    • push a k8s component (yaml)

1.55.0

06 Jul 14:46
Compare
Choose a tag to compare

Added

  • Link checker #81 see README.md#Link-checker

1.54.0

21 Jun 05:23
Compare
Choose a tag to compare

Added

  • A ces setup is can automatically be performed for a K3d CES instance #79

1.53.0

20 Apr 12:05
dc8e0b6
Compare
Choose a tag to compare

Changed

  • Adapt the secret creation for the k3d cluster according to the new secrets required by the k8s-dogu-operator #77

1.52.0

30 Mar 11:18
1.52.0
de07e39
Compare
Choose a tag to compare

Added

  • Automatic k8s secret generation for k3d clusters when starting the cluster. The secret contains
    the login data used for the dogu-registry; #75