This repository has been archived by the owner on Dec 21, 2023. It is now read-only.
v0.18.0
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
innats.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)