Skip to content

Releases: cloudogu/ces-build-lib

1.66.1

04 Sep 08:00
1.66.1
2ecaf0f
Compare
Choose a tag to compare

Fixed

  • Split helm-repo-config in separate values #113

1.66.0

21 Aug 09:06
1.66.0
819ecb8
Compare
Choose a tag to compare

Added

  • Add helm-repo-config to k3d-cluster #109

1.65.1: Merge pull request #108 from cloudogu/bugfix/trivy_scanning

17 Aug 09:48
d5c153d
Compare
Choose a tag to compare

Changed

findVulnerabilitiesWithTrivy schema bug fix
The trivy output scheme is now interpreted correctly
Added additionalFlags as parameter e.g. '--ingore-unfixed' can be used now

1.65.0

06 Jun 15:59
1.65.0
bf50262
Compare
Choose a tag to compare

Changed

  • findVulnerabilitiesWithTrivy #107
    • Switch from using allowlist param to built-in .trivyignore file. Advantage: More declarative.
      Fewer things in Jenkinsfile. Local trivy scans pick up allowlist as well.
    • Updated Trivy default to 0.41.0 from 0.15.0.
      • Trivy 0.20.0 introduced a JSON schema (see here)
      • findVulnerabilitiesWithTrivy code can now only parse the new one
      • findVulnerabilitiesWithTrivy returns the new schema
    • These are somewhat breaking changes, which will likely not affect anyone. So we dared to make them. Make sure to
      • not use allowlist, if so migrate to .trivyignore
      • not pin the trivyVersion, or update to trivy >= 0.20.0
      • if you parsed the result of findVulnerabilitiesWithTrivy make sure to migrate to new schema,
        e.g. VulnerabilityID moved to .Results[].Vulnerabilities[].VulnerabilityID

1.64.2

24 Apr 09:29
1.64.2
73c504d
Compare
Choose a tag to compare

Fixed

  • [#104] A missing @NonCPS annotation caused an error when calling the K3d constructor.

1.64.1

17 Apr 09:41
c428ecc
Compare
Choose a tag to compare

Fixed

  • HttpClient escapes now the credentials in curl command to support credentials with characters like $.

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