-
Notifications
You must be signed in to change notification settings - Fork 156
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
Remove Cloud Providers related docs #5279
Conversation
Signed-off-by: khanhtc1202 <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5279 +/- ##
==========================================
- Coverage 24.32% 24.31% -0.01%
==========================================
Files 440 440
Lines 46784 46784
==========================================
- Hits 11380 11376 -4
- Misses 34501 34504 +3
- Partials 903 904 +1 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMHO, the deletion of the deprecated config is not a breaking change, but it's a similar one. So we should not include them as a patch release.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMHO, it's better to leave v0.49.x docs because we promise the patch releases don't include breaking changes.
Line 50 in 45e18f7
This may also contain some minor features, but ensure that it does NOT contain any breaking changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In this PR, I only want to not mention the CloudProviders in docs to less confuse the newcomers. The old users have already known about the CloudProviders -> PlatformProviders for a while now (we could assume that since this config was marked as deprecated 2 years ago). So I think remove the docs is okay, it's also not a breaking change or any
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, I got your point.
Signed-off-by: khanhtc1202 <[email protected]>
* Separate What and Why (pipe-cd#5278) Signed-off-by: t-kikuc <[email protected]> * Remove Cloud Providers related docs (pipe-cd#5279) Signed-off-by: khanhtc1202 <[email protected]> --------- Signed-off-by: t-kikuc <[email protected]> Signed-off-by: khanhtc1202 <[email protected]> Co-authored-by: Khanh Tran <[email protected]>
What this PR does:
Why we need it:
We deprecated this config 2 years ago
Which issue(s) this PR fixes:
Fixes #
Does this PR introduce a user-facing change?: