Skip to content

Releases: cloudogu/ces-build-lib

2.4.0

18 Sep 10:14
f3fde9e
Compare
Choose a tag to compare

changed

  • Relicense to AGPL-3.0-only

2.3.0

11 Sep 11:57
2.3.0
b14b80e
Compare
Choose a tag to compare

Changed

  • change k3d.configureComponents so that null values disable single components so they won't be installed.
    This is useful if default components like the blueprint-operator have to be disabled.
    • Example:
      k3d.configureComponents(["k8s-minio": ["version": "latest", "helmRepositoryNamespace": "k8s"], "k8s-blueprint-operator": null])

2.2.1

16 May 09:01
2.2.1
96b799c
Compare
Choose a tag to compare

Fixed

  • [#125] K3d setup waits now until all dogus are rolled out and the setup is really done.

2.2.0

02 May 10:02
ad8e523
Compare
Choose a tag to compare

Added

  • [#124 ]Maven.useMirrors([name: 'maven-proxy', mirrorOf: 'central', url: 'https://maven.example.org'])

2.1.0

29 Jan 14:30
2.1.0
510c88d
Compare
Choose a tag to compare

Fixed

Changed

  • [#120] Updated k3d to 5.6.0
  • [#120] Updated k3s image to rancher/k3s:v1.28.5-k3s1
  • Updated yq to 4.40.5
  • Fix yq output when using JSON-input from dogu.json; #122

2.0.1

11 Dec 07:12
033ca05
Compare
Choose a tag to compare

Fixed

  • Add missing values.yaml as argument to helm install of k8s-ces-setup
  • Add missing nginx-static to default setup.json

2.0.0

08 Dec 09:08
fd99d32
Compare
Choose a tag to compare

Warning

This release contains some major bugs. These are patched in 2.0.1.

Caution

Breaking changes ahead!

Changed

  • Use Helm to install and configure k8s-ces-setup in k3d; #117

1.68.0

30 Nov 08:28
1.68.0
8cd6e7e
Compare
Choose a tag to compare

Added

  • Add Helm installation with k3d.installHelm(); #115

1.67.0

04 Sep 14:33
fc649b9
Compare
Choose a tag to compare

Changed

  • Switch to hadolint Dockerfile linter; #111

Added

  • Add Dockerfile class with new linting functions; #111
    • lint() lints with default hadolint config parameters. Only fails on errors
    • lintWithConfig() lets you specify the hadolint configuration

Deprecated

  • lintDockerfile() function should be replaced by the Dockerfile lint() function

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