Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: separate monitoring configuration from project initialization #93

Merged
merged 2 commits into from
Feb 10, 2022

Conversation

pchila
Copy link
Collaborator

@pchila pchila commented Feb 10, 2022

Remove monitoring configuration from keptnInit and introduce a new function keptnConfigureMonitoring to be called after all the appropriate resources have been added to the keptn project.
If monitoring is still passed to keptnInit the pipeline will fail with an appropriate error message.

Signed-off-by: Paolo Chila [email protected]
BREAKING CHANGE: passing a monitoring type during init will make the pipeline fail! Please remove the argument and use keptnConfigureMonitoring

Signed-off-by: Paolo Chila <[email protected]>
BREAKING CHANGE: passing a monitoring type during init will make the pipeline fail! Please remove the argument and use keptnConfigureMonitoring
@pchila pchila force-pushed the refactor/separate-configure-monitoring-from-init branch from 3eb7d79 to 02ac640 Compare February 10, 2022 08:35
Copy link
Contributor

@christian-kreuzberger-dtx christian-kreuzberger-dtx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@pchila pchila merged commit e93e7f0 into master Feb 10, 2022
@pchila pchila deleted the refactor/separate-configure-monitoring-from-init branch February 10, 2022 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RFE: Separate keptn configure monitoring from keptnInit (Breaking change)
2 participants