Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

0.1.3

Compare
Choose a tag to compare
@botchk botchk released this 16 Jul 09:46
· 192 commits to main since this release
74af433

Release Notes v0.1.3

Compatible with Keptn 0.8.6

Starting with this release a binary for checking job configurations is attached to each release (see https://github.com/keptn-sandbox/job-executor-service#how-to-validate-a-job-configuration)

New Features

  • Allow array of strings for command, add args that are also passed through to the kubernetes job (#31)
  • Provide a cli tool that validates job configurations (#33)
  • Support env variables from string (#34, #36)
  • Allow setting the working directory of a kubernetes job (#38)
  • Configurable job timeout (#40, #43)

Fixed Issues

  • Fix kubernetes labels used by distributor for uniform registration (#32)

Known Limitations

  • Uniform registration for remote execution planes over https doesn't work (keptn/keptn#4516)