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.3.0

16 Sep 07:08
6b613b1
Compare
Choose a tag to compare

0.3.0 (2022-09-16)

⚠ BREAKING CHANGES

  • Compatible with Keptn 0.18.x
  • Reimplement service with go-sdk (#351)

Features

Other

0.3.0-next.0

15 Sep 08:51
6b613b1
Compare
Choose a tag to compare
0.3.0-next.0 Pre-release
Pre-release

0.3.0-next.0 (2022-09-15)

⚠ BREAKING CHANGES

  • Compatible with Keptn 0.18.x
  • Reimplement service with go-sdk (#351)

Features

Other

Build Information

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

0.2.5

29 Aug 08:28
cab59f0
Compare
Choose a tag to compare

0.2.5 (2022-08-29)

Features

This release introduces API_PROXY_MAX_PAYLOAD_BYTES_KB, an environment variable for the Keptn distributor. It is currently set to 128 (Kilobyte) and defines the maximum payload size that job-executor can send back to Keptn, i.e., the log output of your job (+ a bit of overhead). Should your job create more log output, you have to increase the API_PROXY_MAX_PAYLOAD_BYTES_KB environment variable in the Kubernetes manifest.

Docs

0.2.5-next.0

12 Aug 09:10
e9aefac
Compare
Choose a tag to compare
0.2.5-next.0 Pre-release
Pre-release

0.2.5-next.0 (2022-08-12)

Features

Docs

Build Information

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

0.2.4

11 Aug 05:58
ebfdd65
Compare
Choose a tag to compare

0.2.4 (2022-08-11)

Compatible with Keptn 0.15.x to 0.18.x (see integration tests for more details).

Features

  • Ability to specify annotations for jobs (#302) (487c2a3)
  • Add global and stage job configuration lookup (#338) (c146449)
  • Add Keptn dev version to integration tests (#314) (db5686a)
  • Post integration test summary to GH workflow (#312) (956422f)
  • Use helm build action (#305) (5507b45)
  • Utilize gitCommitID from cloud events to fetch resources (#303) (5187bd9)

Bug Fixes

  • Auto-detection of Keptn 0.17.0 (#319) (c9667b1)
  • Handling of directories in the init container (#309) (7bd83dc)
  • Sending error logs to all registered jes instances in uniform (#334) (17ee4e2)

Other

  • Improve integration tests log output (#320) (8a9bcbd)
  • Remove kubernetes-utils dependency (#304) (c69cbec)
  • Update pipeline to be compatible with Keptn 0.17 (#327) (cd649c8)

Docs

  • Improve upgrade guide and breaking change documentation (#331) (ebfdd65)
  • Update JES version in installation docs (#300) (934728f)

0.2.4-next.4

03 Aug 12:41
ebfdd65
Compare
Choose a tag to compare
0.2.4-next.4 Pre-release
Pre-release

0.2.4-next.4 (2022-08-03)

Features

  • Add global and stage job configuration lookup (#338) (c146449)

Docs

  • Improve upgrade guide and breaking change documentation (#331) (ebfdd65)

Build Information

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

0.2.4-next.3

25 Jul 14:19
17ee4e2
Compare
Choose a tag to compare
0.2.4-next.3 Pre-release
Pre-release

0.2.4-next.1

15 Jul 07:32
7205b08
Compare
Choose a tag to compare
0.2.4-next.1 Pre-release
Pre-release

0.2.4-next.1 (2022-07-15)

Features

  • Post integration test summary to GH workflow (#312) (956422f)
  • Utilize gitCommitID from cloud events to fetch resources (#303) (5187bd9)

Bug Fixes

  • Auto-detection of Keptn 0.17.0 (7205b08)
  • Handling of directories in the init container (#309) (7bd83dc)

Build Information

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

0.2.4-next.0

07 Jul 07:57
5507b45
Compare
Choose a tag to compare
0.2.4-next.0 Pre-release
Pre-release

0.2.4-next.0 (2022-07-07)

Features

Docs

  • Update JES version in installation docs (#300) (934728f)

Other

Build Information

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

0.2.3

01 Jul 06:33
dd45626
Compare
Choose a tag to compare

0.2.3 (2022-07-01)

Features

Bug Fixes

Docs

  • document ingress/egress job-executor-service network policies (#293) (ecccad7)