This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
Releases: keptn-contrib/job-executor-service
Releases · keptn-contrib/job-executor-service
0.1.3
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
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