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

Releases: keptn-contrib/job-executor-service

0.1.3

16 Jul 09:46
74af433
Compare
Choose a tag to compare

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)

0.1.2

24 Jun 06:57
471429e
Compare
Choose a tag to compare

Release Notes v0.1.2

Compatible with Keptn 0.8.4

New Features

  • Reference kubernetes secrets as environment variables in tasks (#8, #15)
  • Configurable resource quotas (#18, #27)
  • Specifying a directory under task files now imports all files of this directory (#28, #29)
  • Configuration for uniform registration feature of distributor (#22)

Fixed Issues

Known Limitations

  • Uniform registration for remote execution planes over https doesn't work

0.1.1

07 Jun 15:30
Compare
Choose a tag to compare

Release Notes v0.1.1

Fixes some issues with wrong tags or versions for images. Adds the possibility to execute actions in silent mode, meaning no started or finished events are sent.

New Features

  • Silent mode for actions #6

Fixed Issues

  • Correct tags for images #5, #9

Known Limitations

0.1.0

27 May 10:09
Compare
Choose a tag to compare

Release Notes v0.1.0

This is the initial implementation of job-executor-service, compatible with Keptn 0.8.3.

New Features

Fixed Issues

Known Limitations