generated from keptn-sandbox/keptn-service-template-go
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
Summary
Current code in master branch of the datadog-service is incompatible with Keptn versions < 0.18.x due to a breaking change in Keptn. We run the integration tests for 5 Keptn versions
| keptn-version: ["0.16.0", "0.17.0", "0.18.1", "0.19.0"] # https://github.com/keptn/keptn/releases |
When the tests run, the workflow fails for 0.16.0 and 0.17.0 version of Keptn which is expected but it creates a Github issue of
type:critical (example 1, example 2) which can confuse people.We should remove the 0.16.0 and 0.17.0 version from the workflow above.
Affected Component
- Web UI / Bridge
- CLI
- REST API or webhooks
- User experience
- Developer experience
- Deployment/management with Helm
To Reproduce
The integration tests workflow runs every day. You can check a new issue of type:critical is created everyday in https://github.com/keptn-sandbox/datadog-service/issues
Expected behavior
The workflow should not create a Github issue
Current behavior
The workflow creates a Github issue everyday.
Screenshots
Additional context
TODO
- Remove 0.16.0 and 0.17.0 from the integration tests above
- Make sure the Integration tests pass by running it for your PR branch from here

- Paste a screenshot or a link in the PR
- Get the PR reviewed and merge
- DONE
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers