Releases: keptn-contrib/job-executor-service
0.1.8-next.2
0.1.8-next.2 (2022-03-22)
Features
Docs
Build Information
GitHub Actions Run: https://github.com/keptn-contrib/job-executor-service/actions/runs/2022607658
0.1.8-next.1
0.1.8-next.1 (2022-03-18)
Features
- Add labels to environment variables (#185) (43cee8d)
- Use pullPolicy ifNotPresent for initContainer (#191) (#196) (71716b7)
Build Information
GitHub Actions Run: https://github.com/keptn-contrib/job-executor-service/actions/runs/2003030920
0.1.8-next.0
0.1.8-next.0 (2022-03-03)
Bug Fixes
Other
Docs
Build Information
GitHub Actions Run: https://github.com/keptn-contrib/job-executor-service/actions/runs/1928411594
0.1.7
0.1.7-next.0
0.1.7-next.0 (2022-02-25)
Features
Bug Fixes
- Allow '+' in API Token helm value (#160) (#159) (ed463da)
- Revert "fix: Allow '+' in API Token helm value (#160) (#159)" (#165) (91602dc)
Docs
Build Information
GitHub Actions Run: https://github.com/keptn-contrib/job-executor-service/actions/runs/1897926384
0.1.6
0.1.6 (2022-01-25)
Installation
If you want to give it a try, you can install it using
helm install -n keptn job-executor-service https://github.com/keptn-contrib/job-executor-service/releases/download/0.1.6/job-executor-service-0.1.6.tgz
Upgrading from 0.1.5 works as follows:
helm upgrade --install -n keptn job-executor-service https://github.com/keptn-contrib/job-executor-service/releases/download/0.1.6/job-executor-service-0.1.6.tgz --reuse-values
Upgrading from 0.1.4 or older: You need to uninstall via kubectl
using
kubectl delete -f https://raw.githubusercontent.com/keptn-contrib/job-executor-service/0.1.4/deploy/service.yaml
Bug Fixes
Docs
0.1.5
0.1.5 (2022-01-13)
Installation
If you want to give it a try, you can install it using
helm install -n keptn job-executor-service https://github.com/keptn-contrib/job-executor-service/releases/download/0.1.5/job-executor-service-0.1.5.tgz
# or
helm upgrade --install -n keptn job-executor-service https://github.com/keptn-contrib/job-executor-service/releases/download/0.1.5/job-executor-service-0.1.5.tgz
Please note, if you have installed job-executor-service previously, you might have to uninstall it before installing it via kubectl
using
kubectl delete -f https://raw.githubusercontent.com/keptn-contrib/job-executor-service/0.1.4/deploy/service.yaml
Features
- core: Add kubernetes api access to jobs (#146) (b89be8b)
- core: support imagePullPolicy for tasks(#127) (#135) (022cdfe)
- core: upgrade to keptn 0.10.0 (#107) (8045612)
Docs
- Document ttlSecondsAfterFinished (#126) (#147) (d93645c)
- add short explanation on howto add the job/config.yaml to the keptn repository for a specific service (62bdcd8)
- add short explanation on howto add the job/config.yaml to the keptn repository for a specific service (#79) (44c0cba)
Other
- add christian-kreuzberger-dtx as a codeowner (#105) (68167ff)
- Add Gilbert Tanner, Gabriel Tanner and Paolo Chila as Codeowners (#128) (b65263d)
- Added new release integration workflow (#150) (d4e5b98)
- Added semantic PR check (02807ed)
- Enable skaffold to build and deploy initcontainer (#139) (1783653)
- Introduce new CI and pre-release pipeline, level up helm charts (#112) (cc1da80)
- remove dependabot, add renovate (#113) (c1fbc8b)
- restructure docs, add new installation method (#149) (f5522d4)
- Use validate-semantic-pr workflow from keptn/gh-automation repo (#103) (c4e7a97)
0.1.5-next.1
0.1.5-next.1 (2022-01-13)
Features
- core: Add kubernetes api access to jobs (#146) (b89be8b)
- core: support imagePullPolicy for tasks(#127) (#135) (022cdfe)
Docs
Other
- Added new release integration workflow (#150) (d4e5b98)
- Enable skaffold to build and deploy initcontainer (#139) (1783653)
Build Information
GitHub Actions Run: https://github.com/keptn-contrib/job-executor-service/actions/runs/1693028342
0.1.5-next.0
0.1.5-next.0 (2021-12-29)
Features
Docs
- add short explanation on howto add the job/config.yaml to the keptn repository for a specific service (62bdcd8)
- add short explanation on howto add the job/config.yaml to the keptn repository for a specific service (#79) (44c0cba)
Other
- add christian-kreuzberger-dtx as a codeowner (#105) (68167ff)
- Add Gilbert Tanner, Gabriel Tanner and Paolo Chila as Codeowners (#128) (b65263d)
- Added semantic PR check (02807ed)
- Introduce new CI and pre-release pipeline, level up helm charts (#112) (cc1da80)
- remove dependabot, add renovate (#113) (c1fbc8b)
- Use validate-semantic-pr workflow from keptn/gh-automation repo (#103) (c4e7a97)
Build Information
GitHub Actions Run: https://github.com/keptn-contrib/job-executor-service/actions/runs/1633077404
0.1.4
Release Notes v0.1.4
Compatible with Keptn 0.9.0
New Features
- Add environment setting to always send a started/finished event on job config errors (#52, #57)
- (thanks @thschue for the contribution)
- Event data formatting (#59, #63, #65)
- (thanks @TannerGabriel for the contribution)
- Add start and end event metadata for test finished events (#19, #64)
- Add support for running jobs in a different namespace (#53, #67, #73)
- (thanks @thschue for the contribution)
- With each release the helm chart is packaged and added to the assets (#77)
Fixed Issues
- Uniform registration for remote execution planes over https doesn't work (keptn/keptn#4516)
- Display correct timeout value in job timeout error message (#49, #61)