Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

v0.18.0

Compare
Choose a tag to compare
@keptn-bot keptn-bot released this 07 Aug 19:12
· 60 commits to master since this release

0.18.0 (2022-07-28)

⚠ BREAKING CHANGES

  • go-utils: Since the configuration-service is deprecated, all references to “configuration-service” are now replaced by “resource-service”. This will make the go-utils library from version 0.18.0 INCOMPATIBLE with installations using configuration-service.

Features

  • Disable NATS connection on remote execution-plane configuration (#524) (866624f)
  • go-utils: Added retry logic to cp-connector for contacting Keptn's control plane for registration and renewal of such (#503) (69c90ea)
  • Wait for all event handlers to complete before exiting controlPlane.Register() (#496) (d9a621b)

Bug Fixes

  • Add mutex to protect connection in nats.NatsConnector (#514) (3a171cc)
  • Shut down control plane components before calling wg.Wait() (#523) (6b12679)
  • Time property is not lost between Keptn and CloudEvent conversion (#495) (3ef0a10)

Other

  • go-utils: Changed configuration-service to resource-service (#491) (6550348)
  • increase test coverage of go-sdk (#526) (c15488f)
  • Remove unneeded code (#490) (d00898a)