You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 21, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,33 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
***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.
11
+
12
+
### Features
13
+
14
+
* Disable NATS connection on remote execution-plane configuration ([#524](https://github.com/keptn/keptn/issues/524)) ([866624f](https://github.com/keptn/go-utils/commit/866624f8ce4274c3a9ae9b597fba04a338e20dc3))
15
+
***go-utils:** Added retry logic to cp-connector for contacting Keptn's control plane for registration and renewal of such ([#503](https://github.com/keptn/keptn/issues/503)) ([69c90ea](https://github.com/keptn/go-utils/commit/69c90ea3a7bcabe095d06144d8bb3b09a209c89b))
16
+
* Wait for all event handlers to complete before exiting `controlPlane.Register()` ([#496](https://github.com/keptn/keptn/issues/496)) ([d9a621b](https://github.com/keptn/go-utils/commit/d9a621b678384a8a1e0e7fcbe2ddcfef292aaa87))
17
+
18
+
19
+
### Bug Fixes
20
+
21
+
* Add mutex to protect `connection` in `nats.NatsConnector` ([#514](https://github.com/keptn/keptn/issues/514)) ([3a171cc](https://github.com/keptn/go-utils/commit/3a171cc6c166bec3c632d47d3ddfbdb5a006054d))
22
+
* Shut down control plane components before calling wg.Wait() ([#523](https://github.com/keptn/keptn/issues/523)) ([6b12679](https://github.com/keptn/go-utils/commit/6b126790c54c120282e8eb69ab882825dac8943c))
23
+
* Time property is not lost between Keptn and CloudEvent conversion ([#495](https://github.com/keptn/keptn/issues/495)) ([3ef0a10](https://github.com/keptn/go-utils/commit/3ef0a10730ad12b551b3ac5885495b108fac0fe7))
24
+
25
+
26
+
### Other
27
+
28
+
***go-utils:** Changed configuration-service to resource-service ([#491](https://github.com/keptn/keptn/issues/491)) ([6550348](https://github.com/keptn/go-utils/commit/65503489d75aac53e74e089babc7a5258887d93c))
29
+
* increase test coverage of go-sdk ([#526](https://github.com/keptn/keptn/issues/526)) ([c15488f](https://github.com/keptn/go-utils/commit/c15488f2145b2c0235687a0e3884123f4ec47354))
0 commit comments