This repository has been archived by the owner on Dec 21, 2023. It is now read-only.
v0.17.0
0.17.0 (2022-07-05)
⚠ BREAKING CHANGES
- Git credentials for git authentication were moved to a separate sub-structure and split to either ssh or http sub-structures depending on the used authentication method.
Features
- Add
v2.InternalAPISet
that implements thev2.KeptnInterface
(#487) (eb5fb9b) - Add
v2.KeptnInterface
that addscontext.Context
support toapi.KeptnInterface
(#449) (0874051), closes #479 - Move commonly used modules from keptn/keptn into sub-packages of go-utils (#483) (3ed2fc6)
- Refactor git remote repository credentials models (#475) (fc5b6f9)
Bug Fixes
- go-utils: Pass logger implementation from go-sdk to cp-connector (#494) (29e14a0)
- Make GetAllServiceResources compatible with Keptn 0.16.0+ (#480) (0d19a1b)
- Make unit tests work with
-race
flag (#489) (9b0c779) - Set the path properly for calls to api-service (#470) (a3c50ce)
- Use ExecuteCommand implementation from kubernetes-utils (#482) (8d145bc)
- Use NetworkingV1 instead of deprecated ExtensionsV1beta1 (#492) (0fc8c36)
Other
- go-utils: Removed deprecated subscription from uniform (#474) (647fbac)
- Introduce needed methods before deprecating kubernetes-utils (#477) (4d49101)