-
Notifications
You must be signed in to change notification settings - Fork 126
Add deprecation notice and documentation #2195
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2195 +/- ##
=======================================
Coverage 38.82% 38.83%
=======================================
Files 254 254
Lines 26097 26100 +3
=======================================
+ Hits 10132 10135 +3
Misses 15356 15356
Partials 609 609
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
* error logs for `runProcessChecksInCoreAgent` deprecation * deprecation table docs * update from feedback * clarify deprecation vs removal * add url to error log * add deprecation to crd * documentation fixes (cherry picked from commit 5e68218)
* error logs for `runProcessChecksInCoreAgent` deprecation * deprecation table docs * update from feedback * clarify deprecation vs removal * add url to error log * add deprecation to crd * documentation fixes (cherry picked from commit 5e68218) Co-authored-by: Sarah Wang <[email protected]>
What does this PR do?
Add deprecation logs when
runProcessChecksInCoreAgent
is enabled and centralized documentation for deprecated configs.Motivation
Deprecation process for #2178
Additional Notes
Anything else we should know when reviewing?
Minimum Agent Versions
Are there minimum versions of the Datadog Agent and/or Cluster Agent required?
Describe your test plan
runProcessChecksInCoreAgent
enabledChecklist
bug
,enhancement
,refactoring
,documentation
,tooling
, and/ordependencies
qa/skip-qa
label