-
Notifications
You must be signed in to change notification settings - Fork 39.7k
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
[Federation] Make --dns-provider mandatory for kubefed #42092
[Federation] Make --dns-provider mandatory for kubefed #42092
Conversation
1edfe44
to
77fcf5f
Compare
@marun this deserves a release note. Please add it. Reviewed 3 of 3 files at r1. Comments from Reviewable |
/lgtm Review status: all files reviewed at latest revision, all discussions resolved, some commit checks pending. Comments from Reviewable |
77fcf5f
to
d1b6192
Compare
@madhusudancs Is the PR title acceptable as a release note? Or can you point me to docs for what is expected? |
@marun I usually expect people to write a separate release note unless it is really unnecessary. PR title, like commit logs/messages, need to be imperative, i.e. an instructional message describing the "why of your change". This post - https://chris.beams.io/posts/git-commit/ is a nice write about writing good commit logs, which also applies to PR titles. On the other hand, a release note should be informative. It is an information to the user who does not really care about the details or "why of the change". There are cases where these two are the same, but not in this PR. Your PR title is good as a, well, PR title. But for a user reading our release notes, it is not that useful. So I think this still deserves a release note. I would write the release note for this PR as:
Btw, this is a release-note-action-required. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED The following people have approved this PR: k8s-merge-robot, madhusudancs, marun Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
Automatic merge from submit-queue (batch tested with PRs 41937, 41151, 42092, 40269, 42135) |
Targets #40757
I thought about adding a test for this but I decided it wasn't worth it. There's too much setup involved in being able to run
Complete
for such a simple change.Release note:
cc: @kubernetes/sig-federation-pr-reviews @madhusudancs