-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Feature: Fix miekgdns resolver LookupSRV function to work with CNAME records too #5716
Feature: Fix miekgdns resolver LookupSRV function to work with CNAME records too #5716
Conversation
Signed-off-by: Atharva Shinde <atharvashinde179@gmail.com>
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.
Thanks for this @Atharva-Shinde! Looking pretty good, I have only few suggestions.
Also if you could add a CHANGELOG entry please.
hey @matej-g am I supposed to create a CHANGELOG entry under |
Yes please 👍 |
Signed-off-by: Atharva Shinde <atharvashinde179@gmail.com>
Signed-off-by: Atharva Shinde <atharvashinde179@gmail.com>
Signed-off-by: Atharva Shinde <atharvashinde179@gmail.com>
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 @Atharva-Shinde 🙇
Hello 👋 Looks like there was no activity on this amazing PR for the last 30 days. |
Signed-off-by: Matej Gera <38492574+matej-g@users.noreply.github.com>
Looks like there are no more comments or objections since this has been opened, merging |
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.
Thanks! Do you mind adding unit test for this? Otherwise LGTM
sure @bwplotka, I'll open a PR soon :) |
…records too (thanos-io#5716) * feat: cname handling in lookupsrv Signed-off-by: Atharva Shinde <atharvashinde179@gmail.com> * deleted: redundant var Signed-off-by: Atharva Shinde <atharvashinde179@gmail.com> * Update CHANGELOG.md Signed-off-by: Atharva Shinde <atharvashinde179@gmail.com> * Update CHANGELOG.md Signed-off-by: Atharva Shinde <atharvashinde179@gmail.com> Signed-off-by: Atharva Shinde <atharvashinde179@gmail.com> Signed-off-by: Matej Gera <38492574+matej-g@users.noreply.github.com> Co-authored-by: Matej Gera <38492574+matej-g@users.noreply.github.com>
Signed-off-by: Atharva Shinde atharvashinde179@gmail.com
Changes
Fixes: #5679
Added case support to resolve intermediate CNAME records for LookupSRV function
Verification