Skip to content

Releases: cloudogu/ces-build-lib

1.64.0

11 Apr 12:24
a9c930f
Compare
Choose a tag to compare

Added

  • Add parameter to configure version for markdown link checker #100.

1.63.0

16 Feb 08:19
1.63.0
8a45afc
Compare
Choose a tag to compare

Fixed

  • A bug with SonarCloud where an error was thrown because a private field was accessed (#99)

1.62.0

30 Jan 16:12
788460c
Compare
Choose a tag to compare

Added

  • Function lintDockerfile to lint docker files #96.
  • Function shellCheck to lint shell scripts #96.

1.61.0

13 Jan 08:20
1.61.0
74f0a3c
Compare
Choose a tag to compare

Add output from kubectl describe in the summary of the k8s resources in k3d #94

  • these resources will be collected afterwards:
    • configmap, deployment, ingress, ingressclass, persistentvolume, persistentvolumeclaim, pod, replicaset, secret, service, statefulset

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)