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.8-next.2

22 Mar 13:26
6e99d57
Compare
Choose a tag to compare
0.1.8-next.2 Pre-release
Pre-release

0.1.8-next.2 (2022-03-22)

Features

  • Implement liveness and readiness endpoints (#197) (0bcd9a6)

Docs

  • Add guidance for updating api-token, topic subscription to README (#200) (6e99d57)

Build Information

GitHub Actions Run: https://github.com/keptn-contrib/job-executor-service/actions/runs/2022607658

0.1.8-next.1

18 Mar 08:22
71716b7
Compare
Choose a tag to compare
0.1.8-next.1 Pre-release
Pre-release

0.1.8-next.1 (2022-03-18)

Features

Build Information

GitHub Actions Run: https://github.com/keptn-contrib/job-executor-service/actions/runs/2003030920

0.1.8-next.0

03 Mar 14:05
80a49d7
Compare
Choose a tag to compare
0.1.8-next.0 Pre-release
Pre-release

0.1.8-next.0 (2022-03-03)

Bug Fixes

  • Allow handling of event types other than *.triggered (#182) (80a49d7)

Other

Docs

Build Information

GitHub Actions Run: https://github.com/keptn-contrib/job-executor-service/actions/runs/1928411594

0.1.7

28 Feb 12:04
91dba47
Compare
Choose a tag to compare

0.1.7 (2022-02-28)

Features

Docs

  • Move features to FEATURES.md, restructure README (#166) (4557ca2)

Other

0.1.7-next.0

25 Feb 09:43
3393b00
Compare
Choose a tag to compare
0.1.7-next.0 Pre-release
Pre-release

0.1.7-next.0 (2022-02-25)

Features

Bug Fixes

Docs

  • Move features to FEATURES.md, restructure README (#166) (4557ca2)

Build Information

GitHub Actions Run: https://github.com/keptn-contrib/job-executor-service/actions/runs/1897926384

0.1.6

25 Jan 08:30
38c9f19
Compare
Choose a tag to compare

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

  • Added docs regarding remote execution plane (#153) (6735d50)

0.1.5

13 Jan 14:11
f5522d4
Compare
Choose a tag to compare

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

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

13 Jan 13:56
d4e5b98
Compare
Choose a tag to compare
0.1.5-next.1 Pre-release
Pre-release

0.1.5-next.1 (2022-01-13)

Features

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

29 Dec 06:44
efdab72
Compare
Choose a tag to compare
0.1.5-next.0 Pre-release
Pre-release

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

14 Sep 15:53
d942743
Compare
Choose a tag to compare

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)
  • 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)

Known Limitations