Releases: cloudogu/ces-build-lib
Releases · cloudogu/ces-build-lib
1.64.0
Added
- Add parameter to configure version for markdown link checker #100.
1.63.0
Fixed
- A bug with SonarCloud where an error was thrown because a private field was accessed (#99)
1.62.0
Added
- Function lintDockerfile to lint docker files #96.
- Function shellCheck to lint shell scripts #96.
1.61.0
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
Fixed
- Incorrect usage of parameters makes currently used feature of installing and performing a setup unusable.
v1.59.0
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
Changed
- Push k8s yaml content via file reference #87
1.57.0
Added
- New class
Bats
providing methods to easily execute existing bats (Bash Automated Testing System) tests. #85
1.56.0
Added
- New class
DockerRegistry
providing methods to: #83
- push a dogu (json)
- push a k8s component (yaml)