Skip to content

Releases: cloudogu/makefiles

v8.7.3

20 Oct 13:09
v8.7.3
8169725
Compare
Choose a tag to compare

Fixed

  • [#166] use --no-cache in dogu-cve-release
  • [#166] make fixed CVE-list unique

v8.7.2

20 Oct 12:05
v8.7.2
f9bb10e
Compare
Choose a tag to compare

Fixed

  • [#164] make cve severity configurable

v8.7.1

12 Oct 12:13
v8.7.1
2d42455
Compare
Choose a tag to compare

Fixed

  • [#162] fix coder build if secrets dir does not exist

v8.7.0

06 Oct 12:51
7d7b5f3
Compare
Choose a tag to compare

v8.7.0 2023-10-06

Changed

  • [#159] Update Helm binary to 3.13
  • [#160] Add more Helm support
    • new install-helm phony target enables preparing Helm calls outside the makefile
    • update Helm chart dependencies in order to have dependencies after generating a proper chart

v8.6.0

06 Oct 11:24
v8.6.0
e51030a
Compare
Choose a tag to compare

Changed

  • [#154] Make the image-import for k8s components and controllers configurable.
    • With this change k8s-components do not have to create own wrapper targets for apply task without the image-import. They must override PRE_APPLY_TARGETS with an empty string and can use regular targets like helm-apply or component-apply.
  • [#158] Changed Component CR generation. Components can now use the variable COMPONENT_DEPLOY_NAMESPACE that will be used as the field deployNamespace in the CR.

v8.5.1

05 Oct 12:10
1027f69
Compare
Choose a tag to compare

Fixed

  • [#156] fix detection of podman and docker in coder
  • [#156] fix detection of coder user

v8.5.0

27 Sep 12:47
v8.5.0
6cc3db9
Compare
Choose a tag to compare

Added

  • [#152] Add make targets for generating and packaging helm-charts for CRDs of ces-components.

v8.4.0

21 Sep 11:48
v8.4.0
b063ff7
Compare
Choose a tag to compare

Added

  • [#145] Add make targets and shell script to support Coder use-cases

v8.3.0

19 Sep 06:56
v8.3.0
8dc55f0
Compare
Choose a tag to compare

Changed

  • [#150] Set bash as default shell in k8s.mk.
  • Add stage production as default variable in k8s.mk.
  • Template {{ .Namespace }} from the resource only in the non helm dev target k8s-apply with the current namespace.
    When creating a helm chart use {{ .Release.Namespace }} for the current namespace at deploy time.

v8.2.0

15 Sep 12:34
v8.2.0
44973bf
Compare
Choose a tag to compare

Added

  • [#143] Add release target dogu-cve-release for dogus if a simple rebuild fixes critical CVEs.
    • The target can be executed with a DRY_RUN environment variable for added developer experience.
  • Add missing K8s and bats target descriptions on the README.md