Florian Bacher
Florian Bacher
**How to reproduce:** Trigger a sequence with a delayed task, using the `triggeredAfter` property, e.g.: ``` --- apiVersion: spec.keptn.sh/0.2.0 kind: Shipyard metadata: name: shipyard-sockshop spec: stages: - name: dev sequences:...
The endpoint for `GET api/controlPlane/v1/event/triggered/{eventType}` usually operates on a limited set of entries due to the restriction of not being able to run multiple sequences for a given service in...
As of v0.18, the resource-service will use the `keptn-resource-service` ServiceAccount, which has the permission to read secrets in order to be able to read upstream credentials. In versions =0.18 to...
Right now, the remediation service includes the information about the action that should be executed during a remediation, in a property called `action` of the payload of the `get-action.finished` event....
Currently the integration tests are not executed automatically when a PR is created. This increases the risk of breaking the code of the integration tests with a PR. Therefore, we...
Signed-off-by: Florian Bacher ## This PR - adds this new feature ### Related Issues Fixes #1234523 ### Notes ### Follow-up Tasks ### How to test
Currently, the docs about updating the remote upstream of a Keptn project (https://keptn.sh/docs/0.19.x/manage/git_upstream/) state that the new remote repository must not be initialised when doing the update. However, with the...