Skip to content

Releases: keptn-sandbox/keptn-jenkins-library

6.1.0

13 May 08:58
831fc10
Compare
Choose a tag to compare

6.1.0 (2022-05-13)

⚠️ keptnInit function is deprecated and will stop working once Keptn requires a git upstream repo when creating a project. It is recommended to use the Keptn CLI/API for project creation.

Features

  • Adding EventPayloadFunction for sendFinishEvent (#105) (ecbd794), closes #103

Docs

  • deprecate keptnInit function (831fc10)
  • Updated readme to contain more information about compatible Keptn version (#108) (c65b022)

6.1.0-next.1

13 May 08:43
831fc10
Compare
Choose a tag to compare
6.1.0-next.1 Pre-release
Pre-release

6.1.0-next.1 (2022-05-13)

Docs

  • deprecate keptnInit function (831fc10)

Build Information

GitHub Actions Run: https://github.com/keptn-sandbox/keptn-jenkins-library/actions/runs/2318396957

6.1.0-next.0

28 Apr 11:27
ecbd794
Compare
Choose a tag to compare
6.1.0-next.0 Pre-release
Pre-release

6.1.0-next.0 (2022-04-28)

Features

  • Adding EventPayloadFunction for sendFinishEvent (#105) (ecbd794), closes #103

Docs

  • Updated readme to contain more information about compatible Keptn version (#108) (c65b022)

Build Information

GitHub Actions Run: https://github.com/keptn-sandbox/keptn-jenkins-library/actions/runs/2238974280

6.0.0

03 Mar 16:00
3d427a6
Compare
Choose a tag to compare

6.0.0 (2022-03-03)

⚠ BREAKING CHANGES

  • passing a monitoring type during init will make the pipeline fail! Please remove the argument and use keptnConfigureMonitoring

Features

  • separate monitoring configuration from project initialization (#93) (e93e7f0)

Bug Fixes

  • rename correctly parameter map retrieved from keptn init #96 (#97) (c1596b2)

Other

  • activate renovate for dependency management (#82) (0b6e614)
  • Added .versionrc.json (#68) (e63c9db)
  • added release pipelines (#67) (a8be742)
  • Further improve pipelines (#77) (dc7bee4)
  • Improve release pipeline (#72) (f35a626)
  • pre-release pipeline should not require a dedicated access token (#69) (b071970)
  • release pipeline hardening (#73) (dc33f47)
  • release pipeline should not require a dedicated access token (#70) (238238c)
  • release: 5.1.2 (#74) (d43c55b)

Docs

  • Added documentation about existing use-cases and features (#65) (04409ab)
  • document release, bugfixing and hotfix policy (#81) (13f37c4)
  • Update readme (#95) (1194793)

6.0.0-next.1

18 Feb 07:58
c1596b2
Compare
Choose a tag to compare
6.0.0-next.1 Pre-release
Pre-release

6.0.0-next.1 (2022-02-18)

Bug Fixes

  • rename correctly parameter map retrieved from keptn init #96 (#97) (c1596b2)

Docs

Build Information

GitHub Actions Run: https://github.com/keptn-sandbox/keptn-jenkins-library/actions/runs/1863236496

6.0.0-next.0

14 Feb 08:17
e93e7f0
Compare
Choose a tag to compare
6.0.0-next.0 Pre-release
Pre-release

6.0.0-next.0 (2022-02-14)

⚠ BREAKING CHANGES

  • passing a monitoring type during init will make the pipeline fail! Please remove the argument and use keptnConfigureMonitoring

Features

  • activate renovate for dependency management (#82) (0b6e614)

Other

Docs

  • Added documentation about existing use-cases and features (#65) (04409ab)
  • document release, bugfixing and hotfix policy (#81) (13f37c4)

Refactoring

  • separate monitoring configuration from project initialization (#93) (e93e7f0)

Build Information

GitHub Actions Run: https://github.com/keptn-sandbox/keptn-jenkins-library/actions/runs/1839887789

5.1.2

01 Dec 08:27
Compare
Choose a tag to compare

5.1.2 (2021-11-30)

Other

  • Added .versionrc.json (#68) (e63c9db)
  • added release pipelines (#67) (a8be742)
  • Improve release pipeline (#72) (f35a626)
  • pre-release pipeline should not require a dedicated access token (#69) (b071970)
  • release pipeline hardening (#73) (dc33f47)
  • release pipeline should not require a dedicated access token (#70) (238238c)

5.1.1

29 Nov 14:44
Compare
Choose a tag to compare

Maintenance Release

  • Added semantic pr check (0323702)

5.1

11 Nov 12:18
40b9b4b
Compare
Choose a tag to compare
5.1

This version of the Jenkins Library supports Keptn 0.9.x and 0.10.0.

Fixes

  • sendDeliveryTriggeredEvent does not trigger a delivery #54
  • addResource functions do not fail even though a http status code 4xx or 5xx is returned #56
  • Using addResource with a binary file (e.g., helm chart) does not work properly #57
  • Updated examples in README to be inline with the latest changes

5.0

29 Oct 07:30
60e4f86
Compare
Choose a tag to compare
5.0

This version of the Jenkins Library supports Keptn 0.9.x and 0.10.0.

Features

  • Added a function to send a .finished CloudEvent (e.g., test.finished) (#42)
  • Breaking Change: Removed outdated Keptn 0.5/0.6 related functions such as sendConfigurationChangedEvent and sendConfigurationTriggeredEvent (#44)